@duckdb/duckdb-wasm-shell
Advanced tools
Comparing version 1.28.1-dev232.0 to 1.28.1-dev233.0
@@ -36,3 +36,3 @@ "use strict"; | ||
name: "@duckdb/duckdb-wasm-shell", | ||
version: "1.28.1-dev232.0", | ||
version: "1.28.1-dev233.0", | ||
description: "", | ||
@@ -61,3 +61,3 @@ author: "Andre Kohn <kohn.a@outlook.com>", | ||
dependencies: { | ||
"@duckdb/duckdb-wasm": "^1.28.1-dev232.0", | ||
"@duckdb/duckdb-wasm": "^1.28.1-dev233.0", | ||
xterm: "^5.3.0", | ||
@@ -308,7 +308,7 @@ "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__hfec68d83424365d2(arg0, arg1, addHeapObject(arg2)); | ||
const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4400ee7f20335204(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__h722a5ebb874f0c20(arg0, arg1, addHeapObject(arg2)); | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h13e980583567b7ea(arg0, arg1, addHeapObject(arg2)); | ||
} | ||
@@ -390,3 +390,3 @@ var cachedUint32Memory0 = null; | ||
function __wbg_adapter_210(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h636b3344f508d451(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__he5d7ec2e0dd69a11(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
} | ||
@@ -651,15 +651,6 @@ var ShellInputContext = Object.freeze({ FileInput: 0, "0": "FileInput" }); | ||
}; | ||
imports.wbg.__wbindgen_cb_drop = function(arg0) { | ||
const obj = takeObject(arg0).original; | ||
if (obj.cnt-- == 1) { | ||
obj.a = 0; | ||
return true; | ||
} | ||
const ret = false; | ||
return ret; | ||
}; | ||
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) { | ||
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) { | ||
let result; | ||
try { | ||
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon; | ||
result = getObject(arg0) instanceof import_xterm_addon_web_links.WebLinksAddon; | ||
} catch (e) { | ||
@@ -671,6 +662,6 @@ result = false; | ||
}; | ||
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) { | ||
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) { | ||
let result; | ||
try { | ||
result = getObject(arg0) instanceof import_xterm_addon_web_links.WebLinksAddon; | ||
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon; | ||
} catch (e) { | ||
@@ -682,14 +673,2 @@ result = false; | ||
}; | ||
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) { | ||
@@ -773,2 +752,30 @@ getObject(arg0).allowProposedApi = arg1 !== 0; | ||
}; | ||
imports.wbg.__wbg_disconnect_d9855433758f0afc = function() { | ||
return handleError(function(arg0, arg1) { | ||
const ret = getObject(arg0).disconnect(arg1 >>> 0); | ||
return addHeapObject(ret); | ||
}, arguments); | ||
}; | ||
imports.wbg.__wbindgen_cb_drop = function(arg0) { | ||
const obj = takeObject(arg0).original; | ||
if (obj.cnt-- == 1) { | ||
obj.a = 0; | ||
return true; | ||
} | ||
const ret = false; | ||
return ret; | ||
}; | ||
imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) { | ||
console.log(getStringFromWasm0(arg0, arg1)); | ||
}; | ||
imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) { | ||
console.error(getStringFromWasm0(arg0, arg1)); | ||
}; | ||
imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) { | ||
console.warn(getStringFromWasm0(arg0, arg1)); | ||
}; | ||
imports.wbg.__wbg_new_79cc836771d68198 = function() { | ||
const ret = new import_xterm_addon_fit.FitAddon(); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) { | ||
@@ -806,17 +813,10 @@ const ret = getObject(arg0).blockStats; | ||
}; | ||
imports.wbg.__wbg_disconnect_d9855433758f0afc = function() { | ||
return handleError(function(arg0, arg1) { | ||
const ret = getObject(arg0).disconnect(arg1 >>> 0); | ||
return addHeapObject(ret); | ||
}, arguments); | ||
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_log_8bb2c010ce15af48 = function(arg0, arg1) { | ||
console.log(getStringFromWasm0(arg0, arg1)); | ||
}; | ||
imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) { | ||
console.error(getStringFromWasm0(arg0, arg1)); | ||
}; | ||
imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) { | ||
console.warn(getStringFromWasm0(arg0, arg1)); | ||
}; | ||
imports.wbg.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -1011,7 +1011,7 @@ const ret = new Error(); | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper457 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 145, __wbg_adapter_22); | ||
imports.wbg.__wbindgen_closure_wrapper423 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_22); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper917 = function(arg0, arg1, arg2) { | ||
imports.wbg.__wbindgen_closure_wrapper935 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 207, __wbg_adapter_25); | ||
@@ -1018,0 +1018,0 @@ return addHeapObject(ret); |
{ | ||
"name": "@duckdb/duckdb-wasm-shell", | ||
"version": "1.28.1-dev232.0", | ||
"version": "1.28.1-dev233.0", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "author": "Andre Kohn <kohn.a@outlook.com>", | ||
"dependencies": { | ||
"@duckdb/duckdb-wasm": "^1.28.1-dev232.0", | ||
"@duckdb/duckdb-wasm": "^1.28.1-dev233.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
1559868