Home
last modified time | relevance | path

Searched defs:updateSourceFile (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/compiler/
Dparser.ts663 …export function updateSourceFile(sourceFile: SourceFile, newText: string, textChangeRange: TextCha… enumerator
/third_party/typescript/lib/
Dtypescript.d.ts3583updateSourceFile(node: SourceFile, statements: readonly Statement[], isDeclarationFile?: boolean, … method
DtypescriptServices.d.ts3583updateSourceFile(node: SourceFile, statements: readonly Statement[], isDeclarationFile?: boolean, … method
Dtsserverlibrary.d.ts3583updateSourceFile(node: SourceFile, statements: readonly Statement[], isDeclarationFile?: boolean, … method
Dtsc.js19700 …function updateSourceFile(node, statements, isDeclarationFile, referencedFiles, typeReferenceDirec… function
23236 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks, option) { function
28723 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks) { function
DtypingsInstaller.js24517 …function updateSourceFile(node, statements, isDeclarationFile, referencedFiles, typeReferenceDirec… function
28752 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks, option) { function
35444 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks) { function
DtypescriptServices.js24722 …function updateSourceFile(node, statements, isDeclarationFile, referencedFiles, typeReferenceDirec… function
28957 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks, option) { function
35649 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks) { function
Dtypescript.js24722 …function updateSourceFile(node, statements, isDeclarationFile, referencedFiles, typeReferenceDirec… function
28957 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks, option) { function
35649 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks) { function
Dtsserverlibrary.js24722 …function updateSourceFile(node, statements, isDeclarationFile, referencedFiles, typeReferenceDirec… function
28957 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks, option) { function
35649 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks) { function
Dtsserver.js24528 …function updateSourceFile(node, statements, isDeclarationFile, referencedFiles, typeReferenceDirec… function
28763 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks, option) { function
35455 function updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3699updateSourceFile(node: SourceFile, statements: readonly Statement[], isDeclarationFile?: boolean, … method
Dtsserverlibrary.d.ts3699updateSourceFile(node: SourceFile, statements: readonly Statement[], isDeclarationFile?: boolean, … method