@duckdb/duckdb-wasm-shell
Advanced tools
Comparing version 1.28.1-dev226.0 to 1.28.1-dev231.0
@@ -36,3 +36,3 @@ "use strict"; | ||
name: "@duckdb/duckdb-wasm-shell", | ||
version: "1.28.1-dev226.0", | ||
version: "1.28.1-dev231.0", | ||
description: "", | ||
@@ -61,3 +61,3 @@ author: "Andre Kohn <kohn.a@outlook.com>", | ||
dependencies: { | ||
"@duckdb/duckdb-wasm": "^1.28.1-dev226.0", | ||
"@duckdb/duckdb-wasm": "^1.28.1-dev231.0", | ||
xterm: "^5.3.0", | ||
@@ -308,15 +308,8 @@ "xterm-addon-fit": "^0.8.0", | ||
function __wbg_adapter_22(arg0, arg1, arg2) { | ||
const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb11224920144e369(arg0, arg1, addHeapObject(arg2)); | ||
const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfec68d83424365d2(arg0, arg1, addHeapObject(arg2)); | ||
return ret !== 0; | ||
} | ||
function __wbg_adapter_25(arg0, arg1, arg2) { | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf6515b1c89bafa6e(arg0, arg1, addHeapObject(arg2)); | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h722a5ebb874f0c20(arg0, arg1, addHeapObject(arg2)); | ||
} | ||
function handleError(f, args) { | ||
try { | ||
return f.apply(this, args); | ||
} catch (e) { | ||
wasm.__wbindgen_exn_store(addHeapObject(e)); | ||
} | ||
} | ||
var cachedUint32Memory0 = null; | ||
@@ -341,2 +334,9 @@ function getUint32Memory0() { | ||
} | ||
function handleError(f, args) { | ||
try { | ||
return f.apply(this, args); | ||
} catch (e) { | ||
wasm.__wbindgen_exn_store(addHeapObject(e)); | ||
} | ||
} | ||
function embed(elem, runtime, options) { | ||
@@ -390,4 +390,4 @@ try { | ||
} | ||
function __wbg_adapter_214(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h8b7dff56cdc4f6b8(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
function __wbg_adapter_210(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h636b3344f508d451(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
} | ||
@@ -652,20 +652,2 @@ var ShellInputContext = Object.freeze({ FileInput: 0, "0": "FileInput" }); | ||
}; | ||
imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) { | ||
const ret = import_duckdb_wasm.PACKAGE_VERSION; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) { | ||
const ret = import_duckdb_wasm.PACKAGE_NAME; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_new_79cc836771d68198 = function() { | ||
const ret = new import_xterm_addon_fit.FitAddon(); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_cb_drop = function(arg0) { | ||
@@ -680,22 +662,12 @@ const obj = takeObject(arg0).original; | ||
}; | ||
imports.wbg.__wbg_disconnect_d9855433758f0afc = function() { | ||
return handleError(function(arg0, arg1) { | ||
const ret = getObject(arg0).disconnect(arg1 >>> 0); | ||
return addHeapObject(ret); | ||
}, arguments); | ||
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) { | ||
let result; | ||
try { | ||
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon; | ||
} catch (e) { | ||
result = false; | ||
} | ||
const ret = result; | ||
return ret; | ||
}; | ||
imports.wbg.__wbg_backgroundColor_17a9784f0207d5b0 = function(arg0, arg1) { | ||
const ret = getObject(arg1).backgroundColor; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_fontFamily_204223b3338f8381 = function(arg0, arg1) { | ||
const ret = getObject(arg1).fontFamily; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) { | ||
@@ -711,2 +683,14 @@ let result; | ||
}; | ||
imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) { | ||
const obj = getObject(arg1); | ||
const ret = JSON.stringify(obj === void 0 ? null : obj); | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_new_79cc836771d68198 = function() { | ||
const ret = new import_xterm_addon_fit.FitAddon(); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_setallowProposedApi_0147ac2b5a9906b3 = function(arg0, arg1) { | ||
@@ -748,2 +732,30 @@ getObject(arg0).allowProposedApi = arg1 !== 0; | ||
}; | ||
imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) { | ||
const ret = import_duckdb_wasm.PACKAGE_NAME; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) { | ||
const ret = import_duckdb_wasm.PACKAGE_VERSION; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_backgroundColor_17a9784f0207d5b0 = function(arg0, arg1) { | ||
const ret = getObject(arg1).backgroundColor; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_fontFamily_204223b3338f8381 = function(arg0, arg1) { | ||
const ret = getObject(arg1).fontFamily; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_open_7d3a0690ea9e5a45 = function(arg0, arg1) { | ||
@@ -759,11 +771,5 @@ getObject(arg0).open(takeObject(arg1)); | ||
}; | ||
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) { | ||
let result; | ||
try { | ||
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon; | ||
} catch (e) { | ||
result = false; | ||
} | ||
const ret = result; | ||
return ret; | ||
imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) { | ||
const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0); | ||
return addHeapObject(ret); | ||
}; | ||
@@ -802,5 +808,7 @@ imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) { | ||
}; | ||
imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) { | ||
const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0); | ||
return addHeapObject(ret); | ||
imports.wbg.__wbg_disconnect_d9855433758f0afc = function() { | ||
return handleError(function(arg0, arg1) { | ||
const ret = getObject(arg0).disconnect(arg1 >>> 0); | ||
return addHeapObject(ret); | ||
}, arguments); | ||
}; | ||
@@ -816,10 +824,2 @@ imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) { | ||
}; | ||
imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) { | ||
const obj = getObject(arg1); | ||
const ret = JSON.stringify(obj === void 0 ? null : obj); | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -955,10 +955,2 @@ const ret = new Error(); | ||
}; | ||
imports.wbg.__wbg_getTimezoneOffset_8aee3445f323973e = function(arg0) { | ||
const ret = getObject(arg0).getTimezoneOffset(); | ||
return ret; | ||
}; | ||
imports.wbg.__wbg_newwithyearmonthdayhrminsec_b540984d0081e7ed = function(arg0, arg1, arg2, arg3, arg4, arg5) { | ||
const ret = new Date(arg0 >>> 0, arg1, arg2, arg3, arg4, arg5); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_new_43f1b47c28813cbd = function(arg0, arg1) { | ||
@@ -971,3 +963,3 @@ try { | ||
try { | ||
return __wbg_adapter_214(a, state0.b, arg02, arg12); | ||
return __wbg_adapter_210(a, state0.b, arg02, arg12); | ||
} finally { | ||
@@ -1024,8 +1016,8 @@ state0.a = a; | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper349 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 99, __wbg_adapter_22); | ||
imports.wbg.__wbindgen_closure_wrapper457 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 145, __wbg_adapter_22); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper959 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 203, __wbg_adapter_25); | ||
imports.wbg.__wbindgen_closure_wrapper917 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 207, __wbg_adapter_25); | ||
return addHeapObject(ret); | ||
@@ -1032,0 +1024,0 @@ }; |
{ | ||
"name": "@duckdb/duckdb-wasm-shell", | ||
"version": "1.28.1-dev226.0", | ||
"version": "1.28.1-dev231.0", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "author": "Andre Kohn <kohn.a@outlook.com>", | ||
"dependencies": { | ||
"@duckdb/duckdb-wasm": "^1.28.1-dev226.0", | ||
"@duckdb/duckdb-wasm": "^1.28.1-dev231.0", | ||
"xterm": "^5.3.0", | ||
@@ -30,0 +30,0 @@ "xterm-addon-fit": "^0.8.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1573882
4027