Searched refs:originModulePath (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/cli/src/utils/tsconfig/__tests__/ |
| H A D | resolveWithTsConfigPaths.test.ts | 16 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 D | resolveWithTsConfigPaths.ts | 18 originModulePath: string; 28 /node_modules/.test(request.originModulePath) ||
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | MetroTerminalReporter.ts | 143 const { targetModuleName, originModulePath } = error; constant 144 if (!targetModuleName || !originModulePath) { 147 const relativePath = path.relative(projectRoot, originModulePath); 153 if (originModulePath.includes('node_modules')) {
|
| H A D | withMetroResolvers.ts | 147 { 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 D | withMetroMultiPlatform.ts | 210 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 D | TerminalReporter.types.ts | 56 originModulePath?: string; property
|
| /expo/packages/@expo/cli/src/start/server/metro/__tests__/ |
| H A D | withMetroMultiPlatform.test.ts | 30 originModulePath: '/index.js', 74 originModulePath: expect.anything(),
|
| H A D | MetroTerminalReporter-test.ts | 169 originModulePath: '/Users/evanbacon/my-app/App.js',
|