@astral-sh/ruff-wasm-nodejs 0.9.3 → 0.9.5
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.d.ts +1 -1
- package/ruff_wasm.js +48 -48
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm.d.ts
CHANGED
package/ruff_wasm.js
CHANGED
|
@@ -380,36 +380,36 @@ module.exports.__wbg_String_8f0eb39a4a4c2f66 = function(arg0, arg1) {
|
|
|
380
380
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
381
381
|
};
|
|
382
382
|
|
|
383
|
-
module.exports.
|
|
383
|
+
module.exports.__wbg_buffer_609cc3eee51ed158 = function(arg0) {
|
|
384
384
|
const ret = arg0.buffer;
|
|
385
385
|
return ret;
|
|
386
386
|
};
|
|
387
387
|
|
|
388
|
-
module.exports.
|
|
388
|
+
module.exports.__wbg_call_672a4d21634d4a24 = function() { return handleError(function (arg0, arg1) {
|
|
389
389
|
const ret = arg0.call(arg1);
|
|
390
390
|
return ret;
|
|
391
391
|
}, arguments) };
|
|
392
392
|
|
|
393
|
-
module.exports.
|
|
393
|
+
module.exports.__wbg_codePointAt_78181f32881e5b59 = function(arg0, arg1) {
|
|
394
394
|
const ret = arg0.codePointAt(arg1 >>> 0);
|
|
395
395
|
return ret;
|
|
396
396
|
};
|
|
397
397
|
|
|
398
|
-
module.exports.
|
|
398
|
+
module.exports.__wbg_debug_3cb59063b29f58c1 = function(arg0) {
|
|
399
399
|
console.debug(arg0);
|
|
400
400
|
};
|
|
401
401
|
|
|
402
|
-
module.exports.
|
|
402
|
+
module.exports.__wbg_done_769e5ede4b31c67b = function(arg0) {
|
|
403
403
|
const ret = arg0.done;
|
|
404
404
|
return ret;
|
|
405
405
|
};
|
|
406
406
|
|
|
407
|
-
module.exports.
|
|
407
|
+
module.exports.__wbg_entries_3265d4158b33e5dc = function(arg0) {
|
|
408
408
|
const ret = Object.entries(arg0);
|
|
409
409
|
return ret;
|
|
410
410
|
};
|
|
411
411
|
|
|
412
|
-
module.exports.
|
|
412
|
+
module.exports.__wbg_error_524f506f44df1645 = function(arg0) {
|
|
413
413
|
console.error(arg0);
|
|
414
414
|
};
|
|
415
415
|
|
|
@@ -425,31 +425,31 @@ module.exports.__wbg_error_7534b8e9a36f1ab4 = function(arg0, arg1) {
|
|
|
425
425
|
}
|
|
426
426
|
};
|
|
427
427
|
|
|
428
|
-
module.exports.
|
|
428
|
+
module.exports.__wbg_fromCodePoint_f37c25c172f2e8b5 = function() { return handleError(function (arg0) {
|
|
429
429
|
const ret = String.fromCodePoint(arg0 >>> 0);
|
|
430
430
|
return ret;
|
|
431
431
|
}, arguments) };
|
|
432
432
|
|
|
433
|
-
module.exports.
|
|
434
|
-
const ret = arg0[arg1 >>> 0];
|
|
435
|
-
return ret;
|
|
436
|
-
};
|
|
437
|
-
|
|
438
|
-
module.exports.__wbg_get_92a4780a3beb5fe9 = function() { return handleError(function (arg0, arg1) {
|
|
433
|
+
module.exports.__wbg_get_67b2ba62fc30de12 = function() { return handleError(function (arg0, arg1) {
|
|
439
434
|
const ret = Reflect.get(arg0, arg1);
|
|
440
435
|
return ret;
|
|
441
436
|
}, arguments) };
|
|
442
437
|
|
|
438
|
+
module.exports.__wbg_get_b9b93047fe3cf45b = function(arg0, arg1) {
|
|
439
|
+
const ret = arg0[arg1 >>> 0];
|
|
440
|
+
return ret;
|
|
441
|
+
};
|
|
442
|
+
|
|
443
443
|
module.exports.__wbg_getwithrefkey_1dc361bd10053bfe = function(arg0, arg1) {
|
|
444
444
|
const ret = arg0[arg1];
|
|
445
445
|
return ret;
|
|
446
446
|
};
|
|
447
447
|
|
|
448
|
-
module.exports.
|
|
448
|
+
module.exports.__wbg_info_3daf2e093e091b66 = function(arg0) {
|
|
449
449
|
console.info(arg0);
|
|
450
450
|
};
|
|
451
451
|
|
|
452
|
-
module.exports.
|
|
452
|
+
module.exports.__wbg_instanceof_ArrayBuffer_e14585432e3737fc = function(arg0) {
|
|
453
453
|
let result;
|
|
454
454
|
try {
|
|
455
455
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -460,7 +460,7 @@ module.exports.__wbg_instanceof_ArrayBuffer_435fcead703e2827 = function(arg0) {
|
|
|
460
460
|
return ret;
|
|
461
461
|
};
|
|
462
462
|
|
|
463
|
-
module.exports.
|
|
463
|
+
module.exports.__wbg_instanceof_Map_f3469ce2244d2430 = function(arg0) {
|
|
464
464
|
let result;
|
|
465
465
|
try {
|
|
466
466
|
result = arg0 instanceof Map;
|
|
@@ -471,7 +471,7 @@ module.exports.__wbg_instanceof_Map_77fd223783fe0068 = function(arg0) {
|
|
|
471
471
|
return ret;
|
|
472
472
|
};
|
|
473
473
|
|
|
474
|
-
module.exports.
|
|
474
|
+
module.exports.__wbg_instanceof_Uint8Array_17156bcf118086a9 = function(arg0) {
|
|
475
475
|
let result;
|
|
476
476
|
try {
|
|
477
477
|
result = arg0 instanceof Uint8Array;
|
|
@@ -482,95 +482,95 @@ module.exports.__wbg_instanceof_Uint8Array_9b67296cab48238f = function(arg0) {
|
|
|
482
482
|
return ret;
|
|
483
483
|
};
|
|
484
484
|
|
|
485
|
-
module.exports.
|
|
485
|
+
module.exports.__wbg_isArray_a1eab7e0d067391b = function(arg0) {
|
|
486
486
|
const ret = Array.isArray(arg0);
|
|
487
487
|
return ret;
|
|
488
488
|
};
|
|
489
489
|
|
|
490
|
-
module.exports.
|
|
490
|
+
module.exports.__wbg_isSafeInteger_343e2beeeece1bb0 = function(arg0) {
|
|
491
491
|
const ret = Number.isSafeInteger(arg0);
|
|
492
492
|
return ret;
|
|
493
493
|
};
|
|
494
494
|
|
|
495
|
-
module.exports.
|
|
495
|
+
module.exports.__wbg_iterator_9a24c88df860dc65 = function() {
|
|
496
496
|
const ret = Symbol.iterator;
|
|
497
497
|
return ret;
|
|
498
498
|
};
|
|
499
499
|
|
|
500
|
-
module.exports.
|
|
500
|
+
module.exports.__wbg_length_a446193dc22c12f8 = function(arg0) {
|
|
501
501
|
const ret = arg0.length;
|
|
502
502
|
return ret;
|
|
503
503
|
};
|
|
504
504
|
|
|
505
|
-
module.exports.
|
|
505
|
+
module.exports.__wbg_length_d56737991078581b = function(arg0) {
|
|
506
506
|
const ret = arg0.length;
|
|
507
507
|
return ret;
|
|
508
508
|
};
|
|
509
509
|
|
|
510
|
-
module.exports.
|
|
510
|
+
module.exports.__wbg_length_e2d2a49132c1b256 = function(arg0) {
|
|
511
511
|
const ret = arg0.length;
|
|
512
512
|
return ret;
|
|
513
513
|
};
|
|
514
514
|
|
|
515
|
-
module.exports.
|
|
515
|
+
module.exports.__wbg_log_c222819a41e063d3 = function(arg0) {
|
|
516
516
|
console.log(arg0);
|
|
517
517
|
};
|
|
518
518
|
|
|
519
|
-
module.exports.
|
|
519
|
+
module.exports.__wbg_new_405e22f390576ce2 = function() {
|
|
520
520
|
const ret = new Object();
|
|
521
521
|
return ret;
|
|
522
522
|
};
|
|
523
523
|
|
|
524
|
-
module.exports.
|
|
524
|
+
module.exports.__wbg_new_5e0be73521bc8c17 = function() {
|
|
525
|
+
const ret = new Map();
|
|
526
|
+
return ret;
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
module.exports.__wbg_new_78feb108b6472713 = function() {
|
|
525
530
|
const ret = new Array();
|
|
526
531
|
return ret;
|
|
527
532
|
};
|
|
528
533
|
|
|
529
|
-
module.exports.
|
|
530
|
-
const ret = new
|
|
534
|
+
module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
535
|
+
const ret = new Error();
|
|
531
536
|
return ret;
|
|
532
537
|
};
|
|
533
538
|
|
|
534
|
-
module.exports.
|
|
535
|
-
const ret = new
|
|
539
|
+
module.exports.__wbg_new_a12002a7f91c75be = function(arg0) {
|
|
540
|
+
const ret = new Uint8Array(arg0);
|
|
536
541
|
return ret;
|
|
537
542
|
};
|
|
538
543
|
|
|
539
|
-
module.exports.
|
|
544
|
+
module.exports.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
540
545
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
541
546
|
return ret;
|
|
542
547
|
};
|
|
543
548
|
|
|
544
|
-
module.exports.
|
|
545
|
-
const ret =
|
|
549
|
+
module.exports.__wbg_next_25feadfc0913fea9 = function(arg0) {
|
|
550
|
+
const ret = arg0.next;
|
|
546
551
|
return ret;
|
|
547
552
|
};
|
|
548
553
|
|
|
549
|
-
module.exports.
|
|
554
|
+
module.exports.__wbg_next_6574e1a8a62d1055 = function() { return handleError(function (arg0) {
|
|
550
555
|
const ret = arg0.next();
|
|
551
556
|
return ret;
|
|
552
557
|
}, arguments) };
|
|
553
558
|
|
|
554
|
-
module.exports.
|
|
555
|
-
|
|
556
|
-
return ret;
|
|
557
|
-
};
|
|
558
|
-
|
|
559
|
-
module.exports.__wbg_set_1d975b42d95fd6c6 = function(arg0, arg1, arg2) {
|
|
560
|
-
const ret = arg0.set(arg1, arg2);
|
|
561
|
-
return ret;
|
|
559
|
+
module.exports.__wbg_set_37837023f3d740e8 = function(arg0, arg1, arg2) {
|
|
560
|
+
arg0[arg1 >>> 0] = arg2;
|
|
562
561
|
};
|
|
563
562
|
|
|
564
563
|
module.exports.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
|
|
565
564
|
arg0[arg1] = arg2;
|
|
566
565
|
};
|
|
567
566
|
|
|
568
|
-
module.exports.
|
|
567
|
+
module.exports.__wbg_set_65595bdd868b3009 = function(arg0, arg1, arg2) {
|
|
569
568
|
arg0.set(arg1, arg2 >>> 0);
|
|
570
569
|
};
|
|
571
570
|
|
|
572
|
-
module.exports.
|
|
573
|
-
|
|
571
|
+
module.exports.__wbg_set_8fc6bf8a5b1071d1 = function(arg0, arg1, arg2) {
|
|
572
|
+
const ret = arg0.set(arg1, arg2);
|
|
573
|
+
return ret;
|
|
574
574
|
};
|
|
575
575
|
|
|
576
576
|
module.exports.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
|
|
@@ -581,12 +581,12 @@ module.exports.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
|
|
|
581
581
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
582
582
|
};
|
|
583
583
|
|
|
584
|
-
module.exports.
|
|
584
|
+
module.exports.__wbg_value_cd1ffa7b1ab794f1 = function(arg0) {
|
|
585
585
|
const ret = arg0.value;
|
|
586
586
|
return ret;
|
|
587
587
|
};
|
|
588
588
|
|
|
589
|
-
module.exports.
|
|
589
|
+
module.exports.__wbg_warn_4ca3906c248c47c4 = function(arg0) {
|
|
590
590
|
console.warn(arg0);
|
|
591
591
|
};
|
|
592
592
|
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|