Searched defs:newContent (Results 1 – 6 of 6) sorted by relevance
73 const newContent = tests[name]; constant
40 …const newContent = tscContent.substr(0, index1) + loggerContent + prepareCode + invocationLine + c… constant
26 const newContent = `import {x} from "f1" constant79 const newContent = `import {x} from "f1"`; constant
29 const newContent = old.replace(oldText, newText); constant
2934 …const newContent = change.isNewFile ? ts.first(change.textChanges).newText : ts.textChanges.applyC… constant3484 … const { renamePosition: rp, newContent } = TestState.parseNewContent(newFileContents[fileName]); constant3515 …const newContent = newContentWithRenameMarker.slice(0, renamePosition) + newContentWithRenameMarke… constant3546 const newContent = newFileContents[fileName]; constant
1583 newContent: NewFileContent; property