Home
last modified time | relevance | path

Searched refs:ExportStar (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/cjs-module-lexer/
Dlexer.js38 const ExportStar = 2; constant
141 tryParseRequire(ExportStar);
950 case ExportStar:
/third_party/typescript/src/compiler/
Dbinder.ts379 return InternalSymbolName.ExportStar;
2836 bindAnonymousDeclaration(node, SymbolFlags.ExportStar, getDeclarationName(node)!);
2840 …reSymbol(container.symbol.exports, container.symbol, node, SymbolFlags.ExportStar, SymbolFlags.Non…
Dtypes.ts4692 ExportStar = 1 << 23, // Export * declaration
4699 …nature | TypeParameter | TypeAlias | ExportValue | Alias | Prototype | ExportStar | Optional | Tra…
4881 ExportStar = "__export", // Module export * declarations
6727ExportStar = 1 << 15, // __exportStar (used by CommonJS/AMD/UMD module transformation)
Dchecker.ts1366 …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/
DtypescriptServices.d.ts2387 ExportStar = 8388608, enumerator
2437 ExportStar = "__export", enumerator
Dtypescript.d.ts2387 ExportStar = 8388608, enumerator
2437 ExportStar = "__export", enumerator
Dtsserverlibrary.d.ts2387 ExportStar = 8388608, enumerator
2437 ExportStar = "__export", enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2401 ExportStar = 8388608, enumerator
2451 ExportStar = "__export", enumerator
Dtsserverlibrary.d.ts2401 ExportStar = 8388608, enumerator
2451 ExportStar = "__export", enumerator