Searched refs:insertNodeAtEndOfScope (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/codefixes/ |
D | addEmptyExportDeclaration.ts | 17 changes.insertNodeAtEndOfScope(sourceFile, sourceFile, exportDeclaration);
|
D | fixImportNonExportedMember.ts | 146 changes.insertNodeAtEndOfScope(sourceFile, sourceFile,
|
D | fixAddMissingMember.ts | 485 … : changes.insertNodeAtEndOfScope(info.sourceFile, info.parentDeclaration, functionDeclaration);
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 613 public insertNodeAtEndOfScope(sourceFile: SourceFile, scope: Node, newNode: Node): void { method in ts.textChanges.ChangeTracker
|
/third_party/typescript/src/services/refactors/ |
D | extractSymbol.ts | 977 changeTracker.insertNodeAtEndOfScope(context.file, scope, newFunction);
|