@jupyterlab/lsp 4.7.0-alpha.0 → 4.7.0-alpha.1
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.
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
* Copyright (c) Jupyter Development Team.
|
|
3
3
|
* Distributed under the terms of the Modified BSD License.
|
|
4
4
|
*/
|
|
5
|
-
|
|
5
|
+
// Disclaimer/acknowledgement: Fragments are based on https://github.com/wylieconlon/lsp-editor-adapter,
|
|
6
|
+
// which is copyright of wylieconlon and contributors and ISC licenced.
|
|
7
|
+
// ISC licence is, quote, "functionally equivalent to the simplified BSD and MIT licenses,
|
|
8
|
+
// but without language deemed unnecessary following the Berne Convention." (Wikipedia).
|
|
9
|
+
// Introduced modifications are BSD licenced, copyright JupyterLab development team.
|
|
6
10
|
/**
|
|
7
11
|
* Register the capabilities with the server capabilities provider
|
|
8
12
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server-capability-registration.js","sourceRoot":"","sources":["../../src/ws-connection/server-capability-registration.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"server-capability-registration.js","sourceRoot":"","sources":["../../src/ws-connection/server-capability-registration.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wGAAwG;AACxG,uEAAuE;AACvE,0FAA0F;AAC1F,wFAAwF;AACxF,oFAAoF;AAYpF;;;;;;GAMG;AACH,SAAS,wBAAwB,CAC/B,kBAAsC,EACtC,YAA0B;IAE1B,MAAM,sBAAsB,GAAG,IAAI,CAAC,KAAK,CACvC,IAAI,CAAC,SAAS,CAAC,kBAAkB,CAAC,CACJ,CAAC;IACjC,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,GAAG,YAAY,CAAC;IACjD,MAAM,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC;IAEvD,IAAI,YAAY,EAAE,CAAC;QACjB,IAAI,CAAC,eAAe,EAAE,CAAC;YACrB,sBAAsB,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;QAC9C,CAAC;aAAM,CAAC;YACN,sBAAsB,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,KAAK,CAC/C,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,CAChC,CAAC;QACJ,CAAC;IACH,CAAC;SAAM,CAAC;QACN,OAAO,CAAC,IAAI,CAAC,uCAAuC,EAAE,YAAY,CAAC,CAAC;QACpE,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,sBAAsB,CAAC;AAChC,CAAC;AAED;;;;;;GAMG;AACH,SAAS,0BAA0B,CACjC,kBAAsC,EACtC,cAA8B;IAE9B,MAAM,sBAAsB,GAAG,IAAI,CAAC,KAAK,CACvC,IAAI,CAAC,SAAS,CAAC,kBAAkB,CAAC,CACJ,CAAC;IACjC,MAAM,EAAE,MAAM,EAAE,GAAG,cAAc,CAAC;IAClC,MAAM,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC;IAEvD,OAAO,sBAAsB,CAAC,YAAY,CAAC,CAAC;IAE5C,OAAO,sBAAsB,CAAC;AAChC,CAAC;AAED,OAAO,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/lsp",
|
|
3
|
-
"version": "4.7.0-alpha.
|
|
3
|
+
"version": "4.7.0-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -41,24 +41,24 @@
|
|
|
41
41
|
"watch": "tsc -b --watch"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@jupyterlab/apputils": "^4.8.0-alpha.
|
|
45
|
-
"@jupyterlab/codeeditor": "^4.7.0-alpha.
|
|
46
|
-
"@jupyterlab/codemirror": "^4.7.0-alpha.
|
|
47
|
-
"@jupyterlab/coreutils": "^6.7.0-alpha.
|
|
48
|
-
"@jupyterlab/docregistry": "^4.7.0-alpha.
|
|
49
|
-
"@jupyterlab/services": "^7.7.0-alpha.
|
|
50
|
-
"@jupyterlab/translation": "^4.7.0-alpha.
|
|
51
|
-
"@lumino/coreutils": "^2.2.
|
|
52
|
-
"@lumino/disposable": "^2.1.
|
|
53
|
-
"@lumino/signaling": "^2.1.
|
|
54
|
-
"@lumino/widgets": "^2.
|
|
44
|
+
"@jupyterlab/apputils": "^4.8.0-alpha.1",
|
|
45
|
+
"@jupyterlab/codeeditor": "^4.7.0-alpha.1",
|
|
46
|
+
"@jupyterlab/codemirror": "^4.7.0-alpha.1",
|
|
47
|
+
"@jupyterlab/coreutils": "^6.7.0-alpha.1",
|
|
48
|
+
"@jupyterlab/docregistry": "^4.7.0-alpha.1",
|
|
49
|
+
"@jupyterlab/services": "^7.7.0-alpha.1",
|
|
50
|
+
"@jupyterlab/translation": "^4.7.0-alpha.1",
|
|
51
|
+
"@lumino/coreutils": "^2.2.3",
|
|
52
|
+
"@lumino/disposable": "^2.1.6",
|
|
53
|
+
"@lumino/signaling": "^2.1.6",
|
|
54
|
+
"@lumino/widgets": "^2.9.0",
|
|
55
55
|
"lodash.mergewith": "^4.6.1",
|
|
56
56
|
"vscode-jsonrpc": "^8.2.0",
|
|
57
57
|
"vscode-languageserver-protocol": "^3.17.0",
|
|
58
58
|
"vscode-ws-jsonrpc": "~1.0.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@jupyterlab/testing": "^4.7.0-alpha.
|
|
61
|
+
"@jupyterlab/testing": "^4.7.0-alpha.1",
|
|
62
62
|
"@types/jest": "^29.2.0",
|
|
63
63
|
"@types/lodash.mergewith": "^4.6.1",
|
|
64
64
|
"jest": "^29.2.0",
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
* Copyright (c) Jupyter Development Team.
|
|
3
3
|
* Distributed under the terms of the Modified BSD License.
|
|
4
4
|
*/
|
|
5
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
6
|
-
|
|
7
5
|
// Disclaimer/acknowledgement: Fragments are based on https://github.com/wylieconlon/lsp-editor-adapter,
|
|
8
6
|
// which is copyright of wylieconlon and contributors and ISC licenced.
|
|
9
7
|
// ISC licence is, quote, "functionally equivalent to the simplified BSD and MIT licenses,
|
|
@@ -17,7 +15,7 @@ import type {
|
|
|
17
15
|
} from 'vscode-languageserver-protocol';
|
|
18
16
|
|
|
19
17
|
interface IFlexibleServerCapabilities extends ServerCapabilities {
|
|
20
|
-
[key: string]:
|
|
18
|
+
[key: string]: unknown;
|
|
21
19
|
}
|
|
22
20
|
|
|
23
21
|
/**
|