@astral-sh/ruff-wasm-web 0.9.1 → 0.9.3
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 +8 -0
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm.js
CHANGED
|
@@ -416,6 +416,10 @@ function __wbg_get_imports() {
|
|
|
416
416
|
const ret = arg0.call(arg1);
|
|
417
417
|
return ret;
|
|
418
418
|
}, arguments) };
|
|
419
|
+
imports.wbg.__wbg_codePointAt_c423330931704e82 = function(arg0, arg1) {
|
|
420
|
+
const ret = arg0.codePointAt(arg1 >>> 0);
|
|
421
|
+
return ret;
|
|
422
|
+
};
|
|
419
423
|
imports.wbg.__wbg_debug_347b3d1f33e1c28e = function(arg0) {
|
|
420
424
|
console.debug(arg0);
|
|
421
425
|
};
|
|
@@ -502,6 +506,10 @@ function __wbg_get_imports() {
|
|
|
502
506
|
const ret = Symbol.iterator;
|
|
503
507
|
return ret;
|
|
504
508
|
};
|
|
509
|
+
imports.wbg.__wbg_length_1bf135cd2bac85bb = function(arg0) {
|
|
510
|
+
const ret = arg0.length;
|
|
511
|
+
return ret;
|
|
512
|
+
};
|
|
505
513
|
imports.wbg.__wbg_length_2e63ba34c4121df5 = function(arg0) {
|
|
506
514
|
const ret = arg0.length;
|
|
507
515
|
return ret;
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|