Searched refs:ExportStar (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/cjs-module-lexer/ |
D | lexer.js | 38 const ExportStar = 2; constant 141 tryParseRequire(ExportStar); 950 case ExportStar:
|
/third_party/typescript/src/compiler/ |
D | binder.ts | 379 return InternalSymbolName.ExportStar; 2836 bindAnonymousDeclaration(node, SymbolFlags.ExportStar, getDeclarationName(node)!); 2840 …reSymbol(container.symbol.exports, container.symbol, node, SymbolFlags.ExportStar, SymbolFlags.Non…
|
D | types.ts | 4692 ExportStar = 1 << 23, // Export * declaration 4699 …nature | TypeParameter | TypeAlias | ExportValue | Alias | Prototype | ExportStar | Optional | Tra… 4881 ExportStar = "__export", // Module export * declarations 6727 … ExportStar = 1 << 15, // __exportStar (used by CommonJS/AMD/UMD module transformation)
|
D | checker.ts | 1366 …if (mainModule.exports?.get(InternalSymbolName.ExportStar) && moduleAugmentation.symbol.exports?.s… 2684 const exportStar = moduleSymbol.exports?.get(InternalSymbolName.ExportStar); 3631 const exportStars = symbol.exports.get(InternalSymbolName.ExportStar); 6636 if (symbol.flags & SymbolFlags.ExportStar) { 37546 checkExternalEmitHelpers(node, ExternalEmitHelpers.ExportStar); 39892 case ExternalEmitHelpers.ExportStar: return "__exportStar";
|
/third_party/typescript/lib/ |
D | typescriptServices.d.ts | 2387 ExportStar = 8388608, enumerator 2437 ExportStar = "__export", enumerator
|
D | typescript.d.ts | 2387 ExportStar = 8388608, enumerator 2437 ExportStar = "__export", enumerator
|
D | tsserverlibrary.d.ts | 2387 ExportStar = 8388608, enumerator 2437 ExportStar = "__export", enumerator
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 2401 ExportStar = 8388608, enumerator 2451 ExportStar = "__export", enumerator
|
D | tsserverlibrary.d.ts | 2401 ExportStar = 8388608, enumerator 2451 ExportStar = "__export", enumerator
|