qlue-ls 0.13.1 → 0.13.3

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 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
@@ -5,7 +5,7 @@
5
5
  "Ioannis Nezis <ioannis@nezis.de>"
6
6
  ],
7
7
  "description": "A language server for SPARQL",
8
- "version": "0.13.1",
8
+ "version": "0.13.3",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls.d.ts CHANGED
@@ -12,9 +12,9 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
12
12
 
13
13
  export interface InitOutput {
14
14
  readonly memory: WebAssembly.Memory;
15
+ readonly __wbg_server_free: (a: number, b: number) => void;
15
16
  readonly init_language_server: (a: any) => number;
16
17
  readonly listen: (a: number, b: any) => any;
17
- readonly __wbg_server_free: (a: number, b: number) => void;
18
18
  readonly get_parse_tree: (a: number, b: number, c: number) => any;
19
19
  readonly __wbindgen_exn_store: (a: number) => void;
20
20
  readonly __externref_table_alloc: () => number;
@@ -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 closure1218_externref_shim: (a: number, b: number, c: any) => void;
27
- readonly closure1588_externref_shim: (a: number, b: number, c: any, d: any) => void;
26
+ readonly closure1231_externref_shim: (a: number, b: number, c: any) => void;
27
+ readonly closure1600_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.closure1218_externref_shim(arg0, arg1, arg2);
239
+ wasm.closure1231_externref_shim(arg0, arg1, arg2);
240
240
  }
241
241
 
242
- function __wbg_adapter_98(arg0, arg1, arg2, arg3) {
243
- wasm.closure1588_externref_shim(arg0, arg1, arg2, arg3);
242
+ function __wbg_adapter_96(arg0, arg1, arg2, arg3) {
243
+ wasm.closure1600_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 __wbg_adapter_98(a, state0.b, arg0, arg1);
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.__wbindgen_closure_wrapper5604 = function(arg0, arg1, arg2) {
525
- const ret = makeMutClosure(arg0, arg1, 1219, __wbg_adapter_24);
520
+ imports.wbg.__wbindgen_closure_wrapper5685 = function(arg0, arg1, arg2) {
521
+ const ret = makeMutClosure(arg0, arg1, 1232, __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