Searched refs:insertModifierAt (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/services/codefixes/ |
D | fixOverrideModifier.ts | 152 … changeTracker.insertModifierAt(sourceFile, modifierPos, SyntaxKind.OverrideKeyword, options);
|
D | convertToAsyncFunction.ts | 86 changes.insertModifierAt(sourceFile, pos, SyntaxKind.AsyncKeyword, { suffix: " " });
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 457 …public insertModifierAt(sourceFile: SourceFile, pos: number, modifier: SyntaxKind, options: Insert… method in ts.textChanges.ChangeTracker 462 … return this.insertModifierAt(sourceFile, before.getStart(sourceFile), modifier, { suffix: " " });
|