Home
last modified time | relevance | path

Searched refs:getTransformEnvironment (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/metro-config/src/serializer/__tests__/
H A DenvironmentVariableSerializerPlugin.test.ts3 getTransformEnvironment,
6 describe(getTransformEnvironment, () => {
14 expect(getTransformEnvironment(url)).toBe('node');
19 getTransformEnvironment(
23 expect(getTransformEnvironment('/index.bundle?&platform=web&dev=true&hot=false')).toBe(null);
/expo/packages/@expo/metro-config/build/serializer/
H A DenvironmentVariableSerializerPlugin.js7 exports.getTransformEnvironment = getTransformEnvironment;
49 function getTransformEnvironment(url) { function
67 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
78 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
H A DenvironmentVariableSerializerPlugin.d.ts10 export declare function getTransformEnvironment(url: string): string | null;
H A DenvironmentVariableSerializerPlugin.js.map1getTransformEnvironment","url","getAllExpoPublicEnvVars","key","process","startsWith","serverPrelu…
/expo/packages/@expo/metro-config/src/serializer/
H A DenvironmentVariableSerializerPlugin.ts36 export function getTransformEnvironment(url: string): string | null { function
60 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
82 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {