Searched refs:TextEditChangeImpl (Results 1 – 5 of 5) sorted by relevance
608 var TextEditChangeImpl = /** @class */ (function () { function609 function TextEditChangeImpl(edits) { class in AnonymousFunction410cd55f0100.TextEditChangeImpl612 TextEditChangeImpl.prototype.insert = function (position, newText) { class615 TextEditChangeImpl.prototype.replace = function (range, newText) {618 TextEditChangeImpl.prototype.delete = function (range) {621 TextEditChangeImpl.prototype.add = function (edit) {624 TextEditChangeImpl.prototype.all = function () {627 TextEditChangeImpl.prototype.clear = function () {630 return TextEditChangeImpl;690 result = new TextEditChangeImpl(edits);[all …]
1 …TextEditChangeImpl = /** @class */ (function () {\r\n function TextEditChangeImpl(edits) {\r\n …
1 …TextEditChangeImpl = /** @class */ (function () {\n function TextEditChangeImpl(edits) {\n …