@influxdata/flux-lsp-node
Advanced tools
Comparing version 0.8.37 to 0.8.38
@@ -264,3 +264,3 @@ let imports = {}; | ||
} | ||
function __wbg_adapter_32(arg0, arg1, arg2, arg3) { | ||
function __wbg_adapter_44(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h1e11b15c6f1dae6b(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
@@ -333,2 +333,7 @@ } | ||
module.exports.__wbindgen_string_new = function(arg0, arg1) { | ||
const ret = getStringFromWasm0(arg0, arg1); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_json_parse = function(arg0, arg1) { | ||
@@ -352,7 +357,2 @@ const ret = JSON.parse(getStringFromWasm0(arg0, arg1)); | ||
module.exports.__wbindgen_string_new = function(arg0, arg1) { | ||
const ret = getStringFromWasm0(arg0, arg1); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbg_new_693216e109162396 = function() { | ||
@@ -379,2 +379,26 @@ const ret = new Error(); | ||
module.exports.__wbg_debug_8445d9e6649f346e = function(arg0, arg1, arg2, arg3) { | ||
console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3)); | ||
}; | ||
module.exports.__wbg_error_e2677af4c7f31a14 = function(arg0) { | ||
console.error(getObject(arg0)); | ||
}; | ||
module.exports.__wbg_error_c67ca41b33779f06 = function(arg0, arg1, arg2, arg3) { | ||
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3)); | ||
}; | ||
module.exports.__wbg_info_89e9ec243332464d = function(arg0, arg1, arg2, arg3) { | ||
console.info(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3)); | ||
}; | ||
module.exports.__wbg_log_4a85132d4d89d41e = function(arg0, arg1, arg2, arg3) { | ||
console.log(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3)); | ||
}; | ||
module.exports.__wbg_warn_022e4f61a9c7964f = function(arg0, arg1, arg2, arg3) { | ||
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3)); | ||
}; | ||
module.exports.__wbindgen_cb_drop = function(arg0) { | ||
@@ -402,3 +426,3 @@ const obj = takeObject(arg0).original; | ||
try { | ||
return __wbg_adapter_32(a, state0.b, arg0, arg1); | ||
return __wbg_adapter_44(a, state0.b, arg0, arg1); | ||
} finally { | ||
@@ -437,4 +461,4 @@ state0.a = a; | ||
module.exports.__wbindgen_closure_wrapper8715 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 893, __wbg_adapter_16); | ||
module.exports.__wbindgen_closure_wrapper8877 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 909, __wbg_adapter_16); | ||
return addHeapObject(ret); | ||
@@ -441,0 +465,0 @@ }; |
@@ -7,3 +7,3 @@ { | ||
"description": "LSP support for the flux language", | ||
"version": "0.8.37", | ||
"version": "0.8.38", | ||
"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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
3726456
461
0