@influxdata/flux-lsp-browser
Advanced tools
Comparing version 0.8.18 to 0.8.19
@@ -29,8 +29,8 @@ import * as wasm from './flux-lsp-browser_bg.wasm'; | ||
let cachegetUint8Memory0 = null; | ||
let cachedUint8Memory0; | ||
function getUint8Memory0() { | ||
if (cachegetUint8Memory0 === null || cachegetUint8Memory0.buffer !== wasm.memory.buffer) { | ||
cachegetUint8Memory0 = new Uint8Array(wasm.memory.buffer); | ||
if (cachedUint8Memory0.byteLength === 0) { | ||
cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer); | ||
} | ||
return cachegetUint8Memory0; | ||
return cachedUint8Memory0; | ||
} | ||
@@ -108,8 +108,8 @@ | ||
let cachegetInt32Memory0 = null; | ||
let cachedInt32Memory0; | ||
function getInt32Memory0() { | ||
if (cachegetInt32Memory0 === null || cachegetInt32Memory0.buffer !== wasm.memory.buffer) { | ||
cachegetInt32Memory0 = new Int32Array(wasm.memory.buffer); | ||
if (cachedInt32Memory0.byteLength === 0) { | ||
cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); | ||
} | ||
return cachegetInt32Memory0; | ||
return cachedInt32Memory0; | ||
} | ||
@@ -207,3 +207,3 @@ | ||
function __wbg_adapter_16(arg0, arg1, arg2) { | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2cefdb0c87496296(arg0, arg1, addHeapObject(arg2)); | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf6a1de78288fc668(arg0, arg1, addHeapObject(arg2)); | ||
} | ||
@@ -269,3 +269,3 @@ | ||
function __wbg_adapter_31(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h26d103eec90721bb(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__hc325c645eaca9118(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
} | ||
@@ -457,3 +457,3 @@ | ||
export function __wbg_call_3ed288a247f13ea5() { return handleError(function (arg0, arg1, arg2) { | ||
export function __wbg_call_9855a4612eb496cb() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2)); | ||
@@ -463,3 +463,3 @@ return addHeapObject(ret); | ||
export function __wbg_new_37705eed627d5ed9(arg0, arg1) { | ||
export function __wbg_new_78403b138428b684(arg0, arg1) { | ||
try { | ||
@@ -483,3 +483,3 @@ var state0 = {a: arg0, b: arg1}; | ||
export function __wbg_resolve_a9a87bdd64e9e62c(arg0) { | ||
export function __wbg_resolve_f269ce174f88b294(arg0) { | ||
const ret = Promise.resolve(getObject(arg0)); | ||
@@ -489,3 +489,3 @@ return addHeapObject(ret); | ||
export function __wbg_then_ce526c837d07b68f(arg0, arg1) { | ||
export function __wbg_then_1c698eedca15eed6(arg0, arg1) { | ||
const ret = getObject(arg0).then(getObject(arg1)); | ||
@@ -507,6 +507,9 @@ return addHeapObject(ret); | ||
export function __wbindgen_closure_wrapper10826(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 1568, __wbg_adapter_16); | ||
export function __wbindgen_closure_wrapper10865(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 1574, __wbg_adapter_16); | ||
return addHeapObject(ret); | ||
}; | ||
cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); | ||
cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer); | ||
@@ -7,3 +7,3 @@ { | ||
"description": "LSP support for the flux language", | ||
"version": "0.8.18", | ||
"version": "0.8.19", | ||
"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
538
3638704