Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptVersionCache.ts244 constructor(public pos: number, public deleteLen: number, public insertedText?: string) { property in ts.server.TextChange
/third_party/typescript/src/harness/
DfourslashImpl.ts3031 const insertedText = change.textChanges[0].newText; constant
/third_party/typescript/lib/
Dtsserver.js161639 EditWalker.prototype.insertLines = function (insertedText, suppressTrailingText) { argument
161817 function TextChange(pos, deleteLen, insertedText) { argument
161844 ScriptVersionCache.prototype.edit = function (pos, deleteLen, insertedText) { argument
Dtsserverlibrary.js161833 EditWalker.prototype.insertLines = function (insertedText, suppressTrailingText) { argument
162011 function TextChange(pos, deleteLen, insertedText) { argument
162038 ScriptVersionCache.prototype.edit = function (pos, deleteLen, insertedText) { argument