@knip/language-server 2.0.3 → 2.0.4
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ Example:
|
|
|
84
84
|
|
|
85
85
|
### Imports
|
|
86
86
|
|
|
87
|
-
The file
|
|
87
|
+
The file descriptor can be used to display an overview of imports of a document
|
|
88
88
|
with direct links to their definition location.
|
|
89
89
|
|
|
90
90
|
Optionally, the client can implement:
|
|
@@ -99,7 +99,7 @@ Example:
|
|
|
99
99
|
|
|
100
100
|
### Exports
|
|
101
101
|
|
|
102
|
-
The file
|
|
102
|
+
The file descriptor can be used to display an overview of exports of a document
|
|
103
103
|
with direct links to their usage locations.
|
|
104
104
|
|
|
105
105
|
Optionally, the client can implement:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knip/language-server",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/webpro-nl/knip.git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"vscode-languageserver": "^9.0.1",
|
|
22
22
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
23
|
-
"knip": "^5.
|
|
23
|
+
"knip": "^5.88.1"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
26
|
"node": ">=18.20.0"
|