@difizen/libro-codemirror 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/auto-complete/view.js +4 -4
- package/package.json +5 -5
package/es/auto-complete/view.js
CHANGED
|
@@ -100,8 +100,8 @@ var CompositionState = /*#__PURE__*/function (CompositionState) {
|
|
|
100
100
|
return CompositionState;
|
|
101
101
|
}(CompositionState || {});
|
|
102
102
|
export var completionPlugin = ViewPlugin.fromClass( /*#__PURE__*/function () {
|
|
103
|
-
function
|
|
104
|
-
_classCallCheck(this,
|
|
103
|
+
function _class(view) {
|
|
104
|
+
_classCallCheck(this, _class);
|
|
105
105
|
this.view = view;
|
|
106
106
|
this.debounceUpdate = -1;
|
|
107
107
|
this.running = [];
|
|
@@ -122,7 +122,7 @@ export var completionPlugin = ViewPlugin.fromClass( /*#__PURE__*/function () {
|
|
|
122
122
|
_iterator.f();
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
_createClass(
|
|
125
|
+
_createClass(_class, [{
|
|
126
126
|
key: "update",
|
|
127
127
|
value: function update(_update) {
|
|
128
128
|
var _this = this;
|
|
@@ -337,7 +337,7 @@ export var completionPlugin = ViewPlugin.fromClass( /*#__PURE__*/function () {
|
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
}]);
|
|
340
|
-
return
|
|
340
|
+
return _class;
|
|
341
341
|
}(), {
|
|
342
342
|
eventHandlers: {
|
|
343
343
|
blur: function blur() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-codemirror",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"@codemirror/search": "^6.0.0",
|
|
45
45
|
"@codemirror/state": "^6.4.0",
|
|
46
46
|
"@codemirror/view": "^6.23.0",
|
|
47
|
-
"@difizen/libro-code-editor": "^0.1.
|
|
48
|
-
"@difizen/libro-common": "^0.1.
|
|
49
|
-
"@difizen/libro-lsp": "^0.1.
|
|
50
|
-
"@difizen/libro-rendermime": "^0.1.
|
|
47
|
+
"@difizen/libro-code-editor": "^0.1.16",
|
|
48
|
+
"@difizen/libro-common": "^0.1.16",
|
|
49
|
+
"@difizen/libro-lsp": "^0.1.16",
|
|
50
|
+
"@difizen/libro-rendermime": "^0.1.16",
|
|
51
51
|
"@difizen/mana-app": "latest",
|
|
52
52
|
"@lezer/common": "^1.1.0",
|
|
53
53
|
"@lezer/highlight": "^1.1.4",
|