Lines Matching refs:prefix
25 const prefix = `abi${sdkNumber}_0_0`; constant
26 const config = vendoredModulesTransforms(prefix);
27 const baseTransforms = await baseTransformsFactoryAsync(prefix);
58 await transformExponentPackageAsync(name, prefix);
116 async function transformExponentPackageAsync(name: string, prefix: string) {
117 const transforms = exponentPackageTransforms(prefix)[name] ?? null;
124 cwd: path.join(ANDROID_DIR, `versioned-abis/expoview-${prefix}`),
164 async function baseTransformsFactoryAsync(prefix: string): Promise<Required<FileTransforms>> {
170 replaceWith: `/$1/${prefix}/`,
177 replaceWith: `$1${prefix}.$2`,
182 …`\\b(?<!${prefix}\\.)(com\\.facebook\\.(catalyst|csslayout|fbreact|hermes|perftest|quicklog|react|…
185 replaceWith: `${prefix}.$1`,
190 replaceWith: `import $1${prefix}.$2`,
195 replaceWith: `$1_${prefix}$3`,
200 replaceWith: `$1${prefix}/$2`,
206 `implementation 'host.exp:reactandroid-${prefix}:1.0.0'` +
227 replaceWith: `$1$2_${prefix}$3`,
232 replaceWith: `$1_${prefix}`,
237 replaceWith: `$1${prefix}.$2$3`,
242 replaceWith: `$1${prefix}.$2$3`,