codemirror-languageserver
Advanced tools
+2
-1
@@ -221,3 +221,4 @@ import { insertCompletionText, autocompletion as autocompletion$1 } from '@codemirror/autocomplete'; | ||
| this.allowHTMLContent = allowHTMLContent; | ||
| this.synchronizationMethod = synchronizationMethod; | ||
| this.synchronizationMethod = | ||
| synchronizationMethod !== null && synchronizationMethod !== void 0 ? synchronizationMethod : SynchronizationMethod.Full; | ||
| this.documentVersion = 0; | ||
@@ -224,0 +225,0 @@ this.client.attachPlugin(this); |
+1
-1
| { | ||
| "name": "codemirror-languageserver", | ||
| "version": "1.18.0", | ||
| "version": "1.18.1", | ||
| "description": "Language Server Plugin for CodeMirror 6", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
1419602
0.01%39469
0