Home
last modified time | relevance | path

Searched defs:__importStar (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DimportHelpersWithImportStarAs.ts14 function __importStar(m: any): void; function
DimportHelpersWithExportStarAs.ts13 function __importStar(m: any): void; function
DesModuleInteropImportTSLibHasImport.ts7 …xport const __exportStar: any; export const __importDefault: any; export const __importStar: any; } constant