qlue-ls 0.13.2 â 0.13.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 +26 -10
- package/package.json +1 -1
- package/qlue_ls.d.ts +2 -2
- package/qlue_ls.js +6 -10
- package/qlue_ls_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -26,31 +26,47 @@ for [SPARQL](https://de.wikipedia.org/wiki/SPARQL), written in Rust đĻ, build
|
|
|
26
26
|
Qlue-ls offers a wide range of LSP features tailored to SPARQL development.
|
|
27
27
|
For a complete overview, see the [capabilities section](https://docs.qlue-ls.com/03_capabilities/).
|
|
28
28
|
|
|
29
|
-
## đ Formatting
|
|
30
|
-
|
|
31
|
-
- Auto-formats SPARQL queries for consistency and readability
|
|
32
|
-
- Fully customizable to match your preferred coding style
|
|
33
|
-
|
|
34
|
-
## đŠē Diagnostics
|
|
35
|
-
|
|
36
|
-
- Real-time feedback with severity levels: error, warning, and info
|
|
37
|
-
- Helps catch syntax issues and common mistakes
|
|
38
|
-
|
|
39
29
|
## ⨠Completion
|
|
40
30
|
|
|
41
31
|
- Suggests valid continuations while typing SPARQL queries
|
|
42
32
|
- Backend-powered suggestions for subjects, predicates, and objects
|
|
43
33
|
- **Note:** Completion queries must be configured for each knowledge graph
|
|
44
34
|
|
|
35
|
+
<div align="left">
|
|
36
|
+
<p>https://github.com/user-attachments/assets/207c8265-27b9-4dde-a18c-d82f7c5db4c9</p>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
## đ Formatting
|
|
40
|
+
|
|
41
|
+
- Auto-formats SPARQL queries for consistency and readability
|
|
42
|
+
- Fully customizable to match your preferred coding style
|
|
43
|
+
|
|
44
|
+
<div align="left">
|
|
45
|
+
<p>https://github.com/user-attachments/assets/9d80ae33-8ff0-4bdd-8a9d-fb95a632673e</p>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
45
48
|
## đ ī¸ Code Actions
|
|
46
49
|
|
|
47
50
|
- Provides smart quick-fixes for diagnostics
|
|
48
51
|
- Offers suggested improvements and automated edits
|
|
49
52
|
|
|
53
|
+
<div align="left">
|
|
54
|
+
<p>https://github.com/user-attachments/assets/53fe75b6-71d2-4fe9-91c8-82ebda420712</p>
|
|
55
|
+
</div>
|
|
56
|
+
|
|
50
57
|
## âšī¸ Hover
|
|
51
58
|
|
|
52
59
|
- View contextual information by hovering over tokens
|
|
53
60
|
|
|
61
|
+
<div align="left">
|
|
62
|
+
<p>https://github.com/user-attachments/assets/425e6912-c9f0-49ca-9937-6cd536ab9bc4</p>
|
|
63
|
+
</div>
|
|
64
|
+
|
|
65
|
+
## đŠē Diagnostics
|
|
66
|
+
|
|
67
|
+
- Real-time feedback with severity levels: error, warning, and info
|
|
68
|
+
- Helps catch syntax issues and common mistakes
|
|
69
|
+
|
|
54
70
|
## đŗ Jump
|
|
55
71
|
|
|
56
72
|
- Navigate quickly between key locations in a query
|
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -23,8 +23,8 @@ export interface InitOutput {
|
|
|
23
23
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
24
24
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
25
25
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
26
|
+
readonly closure1364_externref_shim: (a: number, b: number, c: any) => void;
|
|
27
|
+
readonly closure1704_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
28
28
|
readonly __wbindgen_start: () => void;
|
|
29
29
|
}
|
|
30
30
|
|
package/qlue_ls.js
CHANGED
|
@@ -236,11 +236,11 @@ export function get_parse_tree(input, offset) {
|
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
function __wbg_adapter_24(arg0, arg1, arg2) {
|
|
239
|
-
wasm.
|
|
239
|
+
wasm.closure1364_externref_shim(arg0, arg1, arg2);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
function
|
|
243
|
-
wasm.
|
|
242
|
+
function __wbg_adapter_96(arg0, arg1, arg2, arg3) {
|
|
243
|
+
wasm.closure1704_externref_shim(arg0, arg1, arg2, arg3);
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
@@ -369,7 +369,7 @@ function __wbg_get_imports() {
|
|
|
369
369
|
const a = state0.a;
|
|
370
370
|
state0.a = 0;
|
|
371
371
|
try {
|
|
372
|
-
return
|
|
372
|
+
return __wbg_adapter_96(a, state0.b, arg0, arg1);
|
|
373
373
|
} finally {
|
|
374
374
|
state0.a = a;
|
|
375
375
|
}
|
|
@@ -480,10 +480,6 @@ function __wbg_get_imports() {
|
|
|
480
480
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
481
481
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
482
482
|
};
|
|
483
|
-
imports.wbg.__wbg_status_f6360336ca686bf0 = function(arg0) {
|
|
484
|
-
const ret = arg0.status;
|
|
485
|
-
return ret;
|
|
486
|
-
};
|
|
487
483
|
imports.wbg.__wbg_text_7805bea50de2af49 = function() { return handleError(function (arg0) {
|
|
488
484
|
const ret = arg0.text();
|
|
489
485
|
return ret;
|
|
@@ -521,8 +517,8 @@ function __wbg_get_imports() {
|
|
|
521
517
|
const ret = false;
|
|
522
518
|
return ret;
|
|
523
519
|
};
|
|
524
|
-
imports.wbg.
|
|
525
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
520
|
+
imports.wbg.__wbindgen_closure_wrapper5890 = function(arg0, arg1, arg2) {
|
|
521
|
+
const ret = makeMutClosure(arg0, arg1, 1365, __wbg_adapter_24);
|
|
526
522
|
return ret;
|
|
527
523
|
};
|
|
528
524
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|