@influxdata/flux-lsp-node
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -32,2 +32,6 @@ /* tslint:disable */ | ||
/** | ||
* @param {Function} f | ||
*/ | ||
register_tag_keys_callback(f: Function): void; | ||
/** | ||
* @param {string} msg | ||
@@ -34,0 +38,0 @@ * @returns {Promise<any>} |
@@ -104,3 +104,3 @@ let imports = {}; | ||
} | ||
function __wbg_adapter_29(arg0, arg1, arg2, arg3) { | ||
function __wbg_adapter_30(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h036630290f2b9db5(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
@@ -185,2 +185,8 @@ } | ||
/** | ||
* @param {Function} f | ||
*/ | ||
register_tag_keys_callback(f) { | ||
wasm.server_register_tag_keys_callback(this.ptr, addHeapObject(f)); | ||
} | ||
/** | ||
* @param {string} msg | ||
@@ -308,3 +314,3 @@ * @returns {Promise<any>} | ||
try { | ||
return __wbg_adapter_29(a, state0.b, arg0, arg1); | ||
return __wbg_adapter_30(a, state0.b, arg0, arg1); | ||
} finally { | ||
@@ -345,3 +351,3 @@ state0.a = a; | ||
module.exports.__wbindgen_closure_wrapper796 = function(arg0, arg1, arg2) { | ||
module.exports.__wbindgen_closure_wrapper816 = function(arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 165, __wbg_adapter_16); | ||
@@ -348,0 +354,0 @@ return addHeapObject(ret); |
@@ -7,3 +7,3 @@ { | ||
"description": "LSP support for the flux language", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2879019
361