Home
last modified time | relevance | path

Searched refs:NODE_STDLIB_MODULES (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/__tests__/
H A Dexternals.test.ts3 import { NODE_STDLIB_MODULES, isNodeExternal, setupNodeExternals } from '../externals';
7 expect(NODE_STDLIB_MODULES.length).toBeGreaterThan(5);
8 expect(NODE_STDLIB_MODULES.includes('path')).toBe(true);
/expo/packages/@expo/cli/src/start/server/metro/
H A Dexternals.ts13 export const NODE_STDLIB_MODULES: string[] = [ constant
55 if (NODE_STDLIB_MODULES.includes(moduleId)) {
68 for (const moduleId of NODE_STDLIB_MODULES) {
H A DMetroTerminalReporter.ts7 import { NODE_STDLIB_MODULES } from './externals';