Home
last modified time | relevance | path

Searched refs:isBundleFileTextLike (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts1101 newSections.forEach(section => Debug.assert(isBundleFileTextLike(section)));
Dutilities.ts5858 … export function isBundleFileTextLike(section: BundleFileSection): section is BundleFileTextLike { function
/third_party/typescript/lib/
DtypingsInstaller.js20055 function isBundleFileTextLike(section) { function
20064 ts.isBundleFileTextLike = isBundleFileTextLike;
115689 …ewSections.forEach(function (section) { return ts.Debug.assert(ts.isBundleFileTextLike(section)); …
Dtsc.js15852 function isBundleFileTextLike(section) { function
15861 ts.isBundleFileTextLike = isBundleFileTextLike;
95532 …ewSections.forEach(function (section) { return ts.Debug.assert(ts.isBundleFileTextLike(section)); …