@biomejs/wasm-nodejs
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -769,2 +769,10 @@ | ||
module.exports.__wbg_String_b9412f8799faab3e = function(arg0, arg1) { | ||
const ret = String(getObject(arg1)); | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); | ||
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); | ||
}; | ||
module.exports.__wbindgen_number_new = function(arg0) { | ||
@@ -789,10 +797,2 @@ const ret = arg0; | ||
module.exports.__wbg_String_b9412f8799faab3e = function(arg0, arg1) { | ||
const ret = String(getObject(arg1)); | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); | ||
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); | ||
}; | ||
module.exports.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -799,0 +799,0 @@ const ret = new Error(); |
@@ -7,3 +7,3 @@ { | ||
"description": "WebAssembly bindings to the Biome workspace API", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
14145750
4056