Searched defs:newContent (Results 1 – 5 of 5) sorted by relevance
73 const newContent = tests[name]; constant
30 const newContent = old.replace(oldText, newText); constant
3010 …const newContent = change.isNewFile ? ts.first(change.textChanges).newText : ts.textChanges.applyC… constant3572 … const { renamePosition: rp, newContent } = TestState.parseNewContent(newFileContents[fileName]); constant3603 …const newContent = newContentWithRenameMarker.slice(0, renamePosition) + newContentWithRenameMarke… constant3634 const newContent = newFileContents[fileName]; constant
1729 newContent: NewFileContent; property
1016 const String16& scriptId, const String16& newContent, Maybe<bool> dryRun, in setScriptSource()