Home
last modified time | relevance | path

Searched refs:bundleFileInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts419 if (bundleBuildInfo) bundleBuildInfo.js = printer.bundleFileInfo;
491 if (bundleBuildInfo) bundleBuildInfo.dts = declarationPrinter.bundleFileInfo;
557 …if (printer.bundleFileInfo) printer.bundleFileInfo.mapHash = computeSignature(sourceMap, maybeBind…
569 …if (printer.bundleFileInfo) printer.bundleFileInfo.hash = computeSignature(text, maybeBind(host, h…
923 …const bundleFileInfo = printerOptions.writeBundleFileInfo ? { sections: [] } as BundleFileInfo : u… constant
924 …const relativeToBuildInfo = bundleFileInfo ? Debug.checkDefined(printerOptions.relativeToBuildInfo…
967 bundleFileInfo
1040 const last = lastOrUndefined(bundleFileInfo!.sections);
1045 bundleFileInfo!.sections.push({ pos, end, kind });
1051 bundleFileInfo &&
[all …]
Dtypes.ts8744 /*@internal*/ bundleFileInfo?: BundleFileInfo;
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts161 …em["readFile"], baselineRecorder: Harness.Compiler.WriterAggregator, bundleFileInfo: BundleFileInf…
162 … if (!length(bundleFileInfo && bundleFileInfo.sections) && !outFile) return; // Nothing to baseline
167 for (const section of bundleFileInfo ? bundleFileInfo.sections : emptyArray) { constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts6652 let bundleFileInfo: BundleFileInfo | undefined;
6672bundleFileInfo = mapPathOrType === "js" ? textOrInputFiles.buildInfo.bundle.js : textOrInputFiles.…
6684 parseOldFileOfCurrentEmit(Debug.checkDefined(bundleFileInfo)) :
6685 parseUnparsedSourceFile(bundleFileInfo, stripInternal, length);
6702 …function parseUnparsedSourceFile(bundleFileInfo: BundleFileInfo | undefined, stripInternal: boolea…
6712 for (const section of bundleFileInfo ? bundleFileInfo.sections : emptyArray) { constant
6781 function parseOldFileOfCurrentEmit(bundleFileInfo: BundleFileInfo) {
6784 for (const section of bundleFileInfo.sections) {
6814 …node.helpers = map(bundleFileInfo.sources && bundleFileInfo.sources.helpers, name => getAllUnscope…
/third_party/typescript/lib/
DtypingsInstaller.js28056 var bundleFileInfo;
28075bundleFileInfo = mapPathOrType === "js" ? textOrInputFiles.buildInfo.bundle.js : textOrInputFiles.…
28087 parseOldFileOfCurrentEmit(ts.Debug.checkDefined(bundleFileInfo)) :
28088 parseUnparsedSourceFile(bundleFileInfo, stripInternal, length);
28104 function parseUnparsedSourceFile(bundleFileInfo, stripInternal, length) { argument
28113 …for (var _i = 0, _a = bundleFileInfo ? bundleFileInfo.sections : ts.emptyArray; _i < _a.length; _i…
28181 function parseOldFileOfCurrentEmit(bundleFileInfo) { argument
28184 for (var _i = 0, _a = bundleFileInfo.sections; _i < _a.length; _i++) {
28211 …node.helpers = ts.map(bundleFileInfo.sources && bundleFileInfo.sources.helpers, function (name) { …
115107 bundleBuildInfo.js = printer.bundleFileInfo;
[all …]
Dtsc.js22629 var bundleFileInfo;
22648bundleFileInfo = mapPathOrType === "js" ? textOrInputFiles.buildInfo.bundle.js : textOrInputFiles.…
22660 parseOldFileOfCurrentEmit(ts.Debug.checkDefined(bundleFileInfo)) :
22661 parseUnparsedSourceFile(bundleFileInfo, stripInternal, length);
22677 function parseUnparsedSourceFile(bundleFileInfo, stripInternal, length) { argument
22686 …for (var _i = 0, _a = bundleFileInfo ? bundleFileInfo.sections : ts.emptyArray; _i < _a.length; _i…
22753 function parseOldFileOfCurrentEmit(bundleFileInfo) { argument
22756 for (var _i = 0, _a = bundleFileInfo.sections; _i < _a.length; _i++) {
22782 …node.helpers = ts.map(bundleFileInfo.sources && bundleFileInfo.sources.helpers, function (name) { …
94999 bundleBuildInfo.js = printer.bundleFileInfo;
[all …]