@influxdata/flux-lsp-node
Advanced tools
Comparing version 0.5.10 to 0.5.11
@@ -14,11 +14,2 @@ let imports = {}; | ||
function addHeapObject(obj) { | ||
if (heap_next === heap.length) heap.push(heap.length + 1); | ||
const idx = heap_next; | ||
heap_next = heap[idx]; | ||
heap[idx] = obj; | ||
return idx; | ||
} | ||
function dropObject(idx) { | ||
@@ -36,2 +27,11 @@ if (idx < 36) return; | ||
function addHeapObject(obj) { | ||
if (heap_next === heap.length) heap.push(heap.length + 1); | ||
const idx = heap_next; | ||
heap_next = heap[idx]; | ||
heap[idx] = obj; | ||
return idx; | ||
} | ||
let WASM_VECTOR_LEN = 0; | ||
@@ -264,2 +264,6 @@ | ||
module.exports.__wbindgen_object_drop_ref = function(arg0) { | ||
takeObject(arg0); | ||
}; | ||
module.exports.__wbindgen_object_clone_ref = function(arg0) { | ||
@@ -270,6 +274,2 @@ var ret = getObject(arg0); | ||
module.exports.__wbindgen_object_drop_ref = function(arg0) { | ||
takeObject(arg0); | ||
}; | ||
module.exports.__wbindgen_cb_drop = function(arg0) { | ||
@@ -362,4 +362,4 @@ const obj = takeObject(arg0).original; | ||
module.exports.__wbindgen_closure_wrapper828 = function(arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 167, __wbg_adapter_16); | ||
module.exports.__wbindgen_closure_wrapper827 = function(arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 166, __wbg_adapter_16); | ||
return addHeapObject(ret); | ||
@@ -366,0 +366,0 @@ }; |
@@ -7,3 +7,3 @@ { | ||
"description": "LSP support for the flux language", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"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
3434370
37