qlue-ls 0.12.3 → 0.13.0
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 +6 -4
- package/package.json +1 -1
- package/qlue_ls.d.ts +3 -3
- package/qlue_ls.js +4 -4
- package/qlue_ls_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -14,15 +14,17 @@
|
|
|
14
14
|
</a>
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
|
-
⚡Qlue-ls (pronounced "clueless") is a *blazingly fast* [language server](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification)
|
|
18
|
-
written in Rust 🦀, build for the web.
|
|
17
|
+
⚡Qlue-ls (pronounced "clueless") is a *blazingly fast* [language server](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification)
|
|
18
|
+
for [SPARQL](https://de.wikipedia.org/wiki/SPARQL), written in Rust 🦀, build for the web.
|
|
19
19
|
|
|
20
20
|
📚 [Documentation](https://docs.qlue-ls.com)
|
|
21
|
-
📝 [Project Blog Post](https://ad-blog.cs.uni-freiburg.de/post/qlue-ls-a-sparql-language-server/)
|
|
21
|
+
📝 [Project Blog Post](https://ad-blog.cs.uni-freiburg.de/post/qlue-ls-a-sparql-language-server/)
|
|
22
|
+
💻 [Live Demo](https://qlue-ls.com)
|
|
22
23
|
|
|
23
24
|
# 🚀 Capabilities
|
|
24
25
|
|
|
25
|
-
Qlue-ls offers a wide range of LSP features tailored to SPARQL development.
|
|
26
|
+
Qlue-ls offers a wide range of LSP features tailored to SPARQL development.
|
|
27
|
+
For a complete overview, see the [capabilities section](https://docs.qlue-ls.com/03_capabilities/).
|
|
26
28
|
|
|
27
29
|
## 📐 Formatting
|
|
28
30
|
|
package/package.json
CHANGED
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
|
|
27
|
-
readonly
|
|
26
|
+
readonly closure1219_externref_shim: (a: number, b: number, c: any) => void;
|
|
27
|
+
readonly closure1589_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.closure1219_externref_shim(arg0, arg1, arg2);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
function __wbg_adapter_98(arg0, arg1, arg2, arg3) {
|
|
243
|
-
wasm.
|
|
243
|
+
wasm.closure1589_externref_shim(arg0, arg1, arg2, arg3);
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
@@ -521,8 +521,8 @@ function __wbg_get_imports() {
|
|
|
521
521
|
const ret = false;
|
|
522
522
|
return ret;
|
|
523
523
|
};
|
|
524
|
-
imports.wbg.
|
|
525
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
524
|
+
imports.wbg.__wbindgen_closure_wrapper5595 = function(arg0, arg1, arg2) {
|
|
525
|
+
const ret = makeMutClosure(arg0, arg1, 1220, __wbg_adapter_24);
|
|
526
526
|
return ret;
|
|
527
527
|
};
|
|
528
528
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|