Searched refs:bindSourceFile (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/testRunner/unittests/ |
D | incrementalParser.ts | 799 bindSourceFile(oldTree, {}); 800 bindSourceFile(incrementalNewTree, {});
|
/third_party/typescript/src/compiler/ |
D | binder.ts | 176 export function bindSourceFile(file: SourceFile, options: CompilerOptions) { function 240 function bindSourceFile(f: SourceFile, opts: CompilerOptions) { 284 return bindSourceFile;
|
D | checker.ts | 39724 bindSourceFile(file, compilerOptions);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 40569 function bindSourceFile(file, options) { function 40579 ts.bindSourceFile = bindSourceFile; 40624 function bindSourceFile(f, opts) { function 40663 return bindSourceFile; 79855 ts.bindSourceFile(file, compilerOptions);
|
D | tsc.js | 33101 function bindSourceFile(file, options) { function 33111 ts.bindSourceFile = bindSourceFile; 33144 function bindSourceFile(f, opts) { function 33182 return bindSourceFile; 66949 ts.bindSourceFile(file, compilerOptions);
|
D | tsserver.js | 40580 function bindSourceFile(file, options) { function 40590 ts.bindSourceFile = bindSourceFile; 40635 function bindSourceFile(f, opts) { function 40674 return bindSourceFile; 79866 ts.bindSourceFile(file, compilerOptions);
|
D | typescriptServices.js | 40774 function bindSourceFile(file, options) { function 40784 ts.bindSourceFile = bindSourceFile; 40829 function bindSourceFile(f, opts) { function 40868 return bindSourceFile; 80060 ts.bindSourceFile(file, compilerOptions);
|
D | tsserverlibrary.js | 40774 function bindSourceFile(file, options) { function 40784 ts.bindSourceFile = bindSourceFile; 40829 function bindSourceFile(f, opts) { function 40868 return bindSourceFile; 80060 ts.bindSourceFile(file, compilerOptions);
|
D | typescript.js | 40774 function bindSourceFile(file, options) { function 40784 ts.bindSourceFile = bindSourceFile; 40829 function bindSourceFile(f, opts) { function 40868 return bindSourceFile; 80060 ts.bindSourceFile(file, compilerOptions);
|