@duckdb/duckdb-wasm-shell
Advanced tools
Comparing version 1.29.1-dev57.0 to 1.29.1-dev58.0
@@ -36,3 +36,3 @@ "use strict"; | ||
name: "@duckdb/duckdb-wasm-shell", | ||
version: "1.29.1-dev57.0", | ||
version: "1.29.1-dev58.0", | ||
description: "", | ||
@@ -61,3 +61,3 @@ author: "Andre Kohn <kohn.a@outlook.com>", | ||
dependencies: { | ||
"@duckdb/duckdb-wasm": "^1.29.1-dev57.0", | ||
"@duckdb/duckdb-wasm": "^1.29.1-dev58.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__hfe5acbd254c0f09b(arg0, arg1, addHeapObject(arg2)); | ||
const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hce3aa33ff9e035f5(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__h3a884ad021545540(arg0, arg1, addHeapObject(arg2)); | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h355634d0f2bf5e5e(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__h0119d15922301e47(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h01f06911cee68199(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
} | ||
@@ -698,6 +698,20 @@ var ShellInputContext = Object.freeze({ FileInput: 0, "0": "FileInput" }); | ||
}; | ||
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) { | ||
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_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) { | ||
@@ -709,6 +723,6 @@ result = false; | ||
}; | ||
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) { | ||
@@ -728,6 +742,2 @@ result = false; | ||
}; | ||
imports.wbg.__wbg_new_79cc836771d68198 = function() { | ||
const ret = new import_xterm_addon_fit.FitAddon(); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) { | ||
@@ -747,2 +757,6 @@ const ret = import_duckdb_wasm.PACKAGE_VERSION; | ||
}; | ||
imports.wbg.__wbg_new_79cc836771d68198 = function() { | ||
const ret = new import_xterm_addon_fit.FitAddon(); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_cb_drop = function(arg0) { | ||
@@ -807,16 +821,2 @@ const obj = takeObject(arg0).original; | ||
}; | ||
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_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_new_abda76e883ba8a5f = function() { | ||
@@ -1011,3 +1011,3 @@ const ret = new Error(); | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper461 = function(arg0, arg1, arg2) { | ||
imports.wbg.__wbindgen_closure_wrapper459 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_22); | ||
@@ -1014,0 +1014,0 @@ return addHeapObject(ret); |
{ | ||
"name": "@duckdb/duckdb-wasm-shell", | ||
"version": "1.29.1-dev57.0", | ||
"version": "1.29.1-dev58.0", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "author": "Andre Kohn <kohn.a@outlook.com>", | ||
"dependencies": { | ||
"@duckdb/duckdb-wasm": "^1.29.1-dev57.0", | ||
"@duckdb/duckdb-wasm": "^1.29.1-dev58.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
Sorry, the diff of this file is not supported yet
1588728