Home
last modified time | relevance | path

Searched defs:newSourceFile (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DdynamicFiles.ts142 const newSourceFile = newProgram.getSourceFile(untitledFile)!; constant
/third_party/typescript/src/services/
Dservices.ts1105 …const newSourceFile = updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks, opt… constant
/third_party/typescript/src/compiler/
Dprogram.ts1903 for (const newSourceFile of newSourceFiles) { constant