Home
last modified time | relevance | path

Searched defs:bundleFileInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts172 for (const section of bundleFileInfo ? bundleFileInfo.sections : ts.emptyArray) { constant
/third_party/typescript/src/compiler/
Dtypes.ts8989 /** @internal */ bundleFileInfo?: BundleFileInfo; property
/third_party/typescript/lib/
Dtsc.js22841 function parseUnparsedSourceFile(bundleFileInfo, stripInternal, length2) { argument
22915 function parseOldFileOfCurrentEmit(bundleFileInfo) { argument
99837 var bundleFileInfo = printerOptions.writeBundleFileInfo ? { sections: [] } : void 0; variable
DtypingsInstaller.js34120 var bundleFileInfo = printerOptions.writeBundleFileInfo ? { sections: [] } : void 0; variable