Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dtransformer.ts105 transformers.push(transformDeclarations);
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts5 …e ? [file] : filter(host.getSourceFiles(), isSourceFileNotJson), [transformDeclarations], /*allowD…
53 export function transformDeclarations(context: TransformationContext) { function
/third_party/typescript/lib/
Dtsc.js93149 …[file] : ts.filter(host.getSourceFiles(), ts.isSourceFileNotJson), [transformDeclarations], false);
93181 function transformDeclarations(context) { function
94364 ts.transformDeclarations = transformDeclarations;
94522 transformers.push(ts.transformDeclarations);
DtypingsInstaller.js113021 …ile] : ts.filter(host.getSourceFiles(), ts.isSourceFileNotJson), [transformDeclarations], /*allowD…
113063 function transformDeclarations(context) { function
114351 ts.transformDeclarations = transformDeclarations;
114527 transformers.push(ts.transformDeclarations);