Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dtransformer.ts242 transformed.push((allowDtsFiles ? transformation : transformRoot)(node));
261 function transformRoot(node: T) { function
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts95 return transformRoot;
259 function transformRoot(node: Bundle): Bundle;
260 function transformRoot(node: SourceFile): SourceFile;
261 function transformRoot(node: SourceFile | Bundle): SourceFile | Bundle;
262 function transformRoot(node: SourceFile | Bundle) {
/third_party/typescript/lib/
DtypingsInstaller.js112866 return transformRoot;
112999 function transformRoot(node) { function
114412 transformed.push((allowDtsFiles ? transformation : transformRoot)(node));
114427 function transformRoot(node) { function
Dtsc.js93003 return transformRoot;
93131 function transformRoot(node) { function
94405 transformed.push((allowDtsFiles ? transformation : transformRoot)(node));
94419 function transformRoot(node) { function