Home
last modified time | relevance | path

Searched refs:copyFileWithTransformsAsync (Results 1 – 10 of 10) sorted by relevance

/expo/tools/src/vendoring/
H A Dcommon.ts4 import { CopyFileOptions, FileTransform, copyFileWithTransformsAsync } from '../Transforms';
16 const { targetFile, transformsUsed } = await copyFileWithTransformsAsync({
/expo/tools/src/versioning/android/
H A DcopyExpoview.ts4 import { copyFileWithTransformsAsync } from '../../Transforms';
27 await copyFileWithTransformsAsync({
H A DversionReactNative.ts7 import { copyFileWithTransformsAsync, transformFileAsync } from '../../Transforms';
91 await copyFileWithTransformsAsync({
108 await copyFileWithTransformsAsync({
H A DversionVendoredModules.ts10 import { copyFileWithTransformsAsync, transformFilesAsync } from '../../Transforms';
46 await copyFileWithTransformsAsync({
H A Dindex.ts11 import { copyFileWithTransformsAsync } from '../../Transforms';
279 await copyFileWithTransformsAsync({
/expo/tools/src/versioning/ios/
H A DversionExpoModulesProvider.ts5 import { copyFileWithTransformsAsync } from '../../Transforms';
33 const { content } = await copyFileWithTransformsAsync({
H A DversionExpoModules.ts10 import { FileTransforms, copyFileWithTransformsAsync } from '../../Transforms';
83 await copyFileWithTransformsAsync({
H A DversionVendoredModules.ts9 import { copyFileWithTransformsAsync } from '../../Transforms';
42 await copyFileWithTransformsAsync({
H A Dindex.ts21 import { copyFileWithTransformsAsync } from '../../Transforms';
472 await copyFileWithTransformsAsync({
/expo/tools/src/
H A DTransforms.ts150 export async function copyFileWithTransformsAsync( function