Home
last modified time | relevance | path

Searched defs:editRange (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Dparserharness.js1572editRange: new TypeScript.ScriptEditRange(minChar, limChar, (limChar - minChar) + newText.length) property
3442editRange: new TypeScript.ScriptEditRange(minChar, limChar, (limChar - minChar) + newText.length) property
/third_party/typescript/src/services/
Dservices.ts1046 const editRange = scriptSnapshot.getChangeRange(this.currentFileScriptSnapshot!); constant