Home
last modified time | relevance | path

Searched defs:newContent (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DrefactorConvertExport_exportNodeKinds.ts73 const newContent = tests[name]; constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts35 const newContent = old.replace(oldText, newText); constant
/third_party/typescript/src/harness/
DfourslashImpl.ts3017 …const newContent = change.isNewFile ? ts.first(change.textChanges).newText : ts.textChanges.applyC… constant
3579 … const { renamePosition: rp, newContent } = TestState.parseNewContent(newFileContents[fileName]); constant
3610 …const newContent = newContentWithRenameMarker.slice(0, renamePosition) + newContentWithRenameMarke… constant
3641 const newContent = newFileContents[fileName]; constant
DfourslashInterfaceImpl.ts1731 newContent: NewFileContent; property