Searched refs:shouldProgramCreateNewSourceFiles (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 753 …function shouldProgramCreateNewSourceFiles(program: Program | undefined, newOptions: CompilerOptio… function 924 const shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
|
| /third_party/typescript/lib/ |
| D | tsc.js | 87630 function shouldProgramCreateNewSourceFiles(program, newOptions) { function 87731 var shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
|
| D | typingsInstaller.js | 106689 function shouldProgramCreateNewSourceFiles(program, newOptions) { function 106818 var shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
|
| D | typescript.js | 106894 function shouldProgramCreateNewSourceFiles(program, newOptions) { function 107023 var shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
|
| D | typescriptServices.js | 106894 function shouldProgramCreateNewSourceFiles(program, newOptions) { function 107023 var shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
|
| D | tsserverlibrary.js | 106894 function shouldProgramCreateNewSourceFiles(program, newOptions) { function 107023 var shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
|
| D | tsserver.js | 106700 function shouldProgramCreateNewSourceFiles(program, newOptions) { function 106829 var shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
|