Searched defs:newContent (Results 1 – 4 of 4) sorted by relevance
73 const newContent = tests[name]; constant
35 const newContent = old.replace(oldText, newText); constant
3017 …const newContent = change.isNewFile ? ts.first(change.textChanges).newText : ts.textChanges.applyC… constant3579 … const { renamePosition: rp, newContent } = TestState.parseNewContent(newFileContents[fileName]); constant3610 …const newContent = newContentWithRenameMarker.slice(0, renamePosition) + newContentWithRenameMarke… constant3641 const newContent = newFileContents[fileName]; constant
1731 newContent: NewFileContent; property