Home
last modified time | relevance | path

Searched refs:originModulePath (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/cli/src/utils/tsconfig/__tests__/
H A DresolveWithTsConfigPaths.test.ts16 originModulePath: './foo/bar',
36 originModulePath: './foo/bar',
56 originModulePath: './node_modules/foo/bar',
77 originModulePath: '/foo/bar',
/expo/packages/@expo/cli/src/utils/tsconfig/
H A DresolveWithTsConfigPaths.ts18 originModulePath: string;
28 /node_modules/.test(request.originModulePath) ||
/expo/packages/@expo/cli/src/start/server/metro/
H A DMetroTerminalReporter.ts143 const { targetModuleName, originModulePath } = error; constant
144 if (!targetModuleName || !originModulePath) {
147 const relativePath = path.relative(projectRoot, originModulePath);
153 if (originModulePath.includes('node_modules')) {
H A DwithMetroResolvers.ts147 { origin: context.originModulePath, request: moduleName },
199 debug('Found no inverse tree for:', context.originModulePath);
238 if (!mapByPlatform!.has(context.originModulePath))
239 mapByPlatform!.set(context.originModulePath, new Set());
240 const setForModule = mapByPlatform!.get(context.originModulePath)!;
H A DwithMetroMultiPlatform.ts210 moduleName = getNodeExternalModuleId(context.originModulePath, moduleId);
303 context.originModulePath.includes(path.sep + 'react-native' + path.sep)
306 debug('Skip mjs support for event-target-shim in:', context.originModulePath);
312 originModulePath: context.originModulePath,
H A DTerminalReporter.types.ts56 originModulePath?: string; property
/expo/packages/@expo/cli/src/start/server/metro/__tests__/
H A DwithMetroMultiPlatform.test.ts30 originModulePath: '/index.js',
74 originModulePath: expect.anything(),
H A DMetroTerminalReporter-test.ts169 originModulePath: '/Users/evanbacon/my-app/App.js',