Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DrefactorConvertExport_exportNodeKinds.ts73 const newContent = tests[name]; constant
/third_party/typescript/src/instrumenter/
Dinstrumenter.ts40 …const newContent = tscContent.substr(0, index1) + loggerContent + prepareCode + invocationLine + c… constant
/third_party/typescript/src/testRunner/unittests/tscWatch/
DresolutionCache.ts26 const newContent = `import {x} from "f1" constant
79 const newContent = `import {x} from "f1"`; constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts29 const newContent = old.replace(oldText, newText); constant
/third_party/typescript/src/harness/
DfourslashImpl.ts2934 …const newContent = change.isNewFile ? ts.first(change.textChanges).newText : ts.textChanges.applyC… constant
3484 … const { renamePosition: rp, newContent } = TestState.parseNewContent(newFileContents[fileName]); constant
3515 …const newContent = newContentWithRenameMarker.slice(0, renamePosition) + newContentWithRenameMarke… constant
3546 const newContent = newFileContents[fileName]; constant
DfourslashInterfaceImpl.ts1583 newContent: NewFileContent; property