@astral-sh/ruff-wasm-nodejs 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ruff_wasm.js +10 -0
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm.js
CHANGED
|
@@ -390,6 +390,11 @@ module.exports.__wbg_call_3114932863209ca6 = function() { return handleError(fun
|
|
|
390
390
|
return ret;
|
|
391
391
|
}, arguments) };
|
|
392
392
|
|
|
393
|
+
module.exports.__wbg_codePointAt_c423330931704e82 = function(arg0, arg1) {
|
|
394
|
+
const ret = arg0.codePointAt(arg1 >>> 0);
|
|
395
|
+
return ret;
|
|
396
|
+
};
|
|
397
|
+
|
|
393
398
|
module.exports.__wbg_debug_347b3d1f33e1c28e = function(arg0) {
|
|
394
399
|
console.debug(arg0);
|
|
395
400
|
};
|
|
@@ -492,6 +497,11 @@ module.exports.__wbg_iterator_7a20c20ce22add0f = function() {
|
|
|
492
497
|
return ret;
|
|
493
498
|
};
|
|
494
499
|
|
|
500
|
+
module.exports.__wbg_length_1bf135cd2bac85bb = function(arg0) {
|
|
501
|
+
const ret = arg0.length;
|
|
502
|
+
return ret;
|
|
503
|
+
};
|
|
504
|
+
|
|
495
505
|
module.exports.__wbg_length_2e63ba34c4121df5 = function(arg0) {
|
|
496
506
|
const ret = arg0.length;
|
|
497
507
|
return ret;
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|