Home
last modified time | relevance | path

Searched refs:replaceLine (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DincrementalParsingTopLevelAwait.1.ts14 edit.replaceLine(1, "");
DincrementalParsingTopLevelAwait.2.ts14 edit.replaceLine(1, "");
Dfourslash.ts428 replaceLine(index: number, text: string): void;
/third_party/typescript/tests/cases/fourslash/server/
DimportSuggestionsCache_moduleAugmentation.ts20 edit.replaceLine(2, " export function useYes(): true");
DimportSuggestionsCache_coreNodeModules.ts35 edit.replaceLine(0, "import { promisify } from 'util';");
DimportSuggestionsCache_ambient.ts30 edit.replaceLine(2, " export const ambient3 = 0");
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts644 public replaceLine(index: number, text: string) { method in Edit