lindera-wasm-web 3.0.5 → 3.0.7
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/lindera_wasm.d.ts +35 -35
- package/lindera_wasm.js +45 -46
- package/lindera_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/lindera_wasm.d.ts
CHANGED
|
@@ -381,7 +381,11 @@ export interface InitOutput {
|
|
|
381
381
|
readonly tokenizerbuilder_set_mode: (a: number, b: number, c: number) => [number, number];
|
|
382
382
|
readonly tokenizerbuilder_set_user_dictionary: (a: number, b: number, c: number) => [number, number];
|
|
383
383
|
readonly tokenizerbuilder_set_user_dictionary_instance: (a: number, b: number) => void;
|
|
384
|
+
readonly __wbg_linderaerror_free: (a: number, b: number) => void;
|
|
384
385
|
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
386
|
+
readonly __wbg_segmenter_free: (a: number, b: number) => void;
|
|
387
|
+
readonly jslinderaerror_new: (a: number, b: number) => number;
|
|
388
|
+
readonly jslinderaerror_toString: (a: number) => [number, number];
|
|
385
389
|
readonly jsmetadata_createDefault: () => number;
|
|
386
390
|
readonly jsmetadata_dictionary_schema: (a: number) => number;
|
|
387
391
|
readonly jsmetadata_encoding: (a: number) => [number, number];
|
|
@@ -392,29 +396,6 @@ export interface InitOutput {
|
|
|
392
396
|
readonly jsmetadata_set_name: (a: number, b: number, c: number) => void;
|
|
393
397
|
readonly jsmetadata_set_user_dictionary_schema: (a: number, b: number) => void;
|
|
394
398
|
readonly jsmetadata_user_dictionary_schema: (a: number) => number;
|
|
395
|
-
readonly __wbg_fielddefinition_free: (a: number, b: number) => void;
|
|
396
|
-
readonly __wbg_get_fielddefinition_description: (a: number) => [number, number];
|
|
397
|
-
readonly __wbg_get_fielddefinition_field_type: (a: number) => number;
|
|
398
|
-
readonly __wbg_get_fielddefinition_index: (a: number) => number;
|
|
399
|
-
readonly __wbg_get_fielddefinition_name: (a: number) => [number, number];
|
|
400
|
-
readonly __wbg_linderaerror_free: (a: number, b: number) => void;
|
|
401
|
-
readonly __wbg_schema_free: (a: number, b: number) => void;
|
|
402
|
-
readonly __wbg_segmenter_free: (a: number, b: number) => void;
|
|
403
|
-
readonly __wbg_set_fielddefinition_description: (a: number, b: number, c: number) => void;
|
|
404
|
-
readonly __wbg_set_fielddefinition_field_type: (a: number, b: number) => void;
|
|
405
|
-
readonly __wbg_set_fielddefinition_index: (a: number, b: number) => void;
|
|
406
|
-
readonly __wbg_set_fielddefinition_name: (a: number, b: number, c: number) => void;
|
|
407
|
-
readonly jsfielddefinition_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
408
|
-
readonly jslinderaerror_new: (a: number, b: number) => number;
|
|
409
|
-
readonly jslinderaerror_toString: (a: number) => [number, number];
|
|
410
|
-
readonly jsschema_create_default: () => number;
|
|
411
|
-
readonly jsschema_field_count: (a: number) => number;
|
|
412
|
-
readonly jsschema_get_all_fields: (a: number) => [number, number];
|
|
413
|
-
readonly jsschema_get_custom_fields: (a: number) => [number, number];
|
|
414
|
-
readonly jsschema_get_field_by_name: (a: number, b: number, c: number) => number;
|
|
415
|
-
readonly jsschema_get_field_index: (a: number, b: number, c: number) => number;
|
|
416
|
-
readonly jsschema_get_field_name: (a: number, b: number) => [number, number];
|
|
417
|
-
readonly jsschema_new: (a: number, b: number) => number;
|
|
418
399
|
readonly __wbg_dictionary_free: (a: number, b: number) => void;
|
|
419
400
|
readonly __wbg_userdictionary_free: (a: number, b: number) => void;
|
|
420
401
|
readonly buildDictionary: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
@@ -429,38 +410,57 @@ export interface InitOutput {
|
|
|
429
410
|
readonly __wbg_get_penalty_kanji_penalty_length_threshold: (a: number) => number;
|
|
430
411
|
readonly __wbg_get_penalty_other_penalty_length_penalty: (a: number) => number;
|
|
431
412
|
readonly __wbg_get_penalty_other_penalty_length_threshold: (a: number) => number;
|
|
432
|
-
readonly __wbg_penalty_free: (a: number, b: number) => void;
|
|
433
|
-
readonly __wbg_set_penalty_kanji_penalty_length_penalty: (a: number, b: number) => void;
|
|
434
|
-
readonly __wbg_set_penalty_kanji_penalty_length_threshold: (a: number, b: number) => void;
|
|
435
|
-
readonly __wbg_set_penalty_other_penalty_length_penalty: (a: number, b: number) => void;
|
|
436
|
-
readonly __wbg_set_penalty_other_penalty_length_threshold: (a: number, b: number) => void;
|
|
437
|
-
readonly jspenalty_new: (a: number, b: number, c: number, d: number) => number;
|
|
438
413
|
readonly __wbg_get_token_byte_end: (a: number) => number;
|
|
439
414
|
readonly __wbg_get_token_details: (a: number) => [number, number];
|
|
440
415
|
readonly __wbg_get_token_is_unknown: (a: number) => number;
|
|
441
416
|
readonly __wbg_get_token_position: (a: number) => number;
|
|
442
417
|
readonly __wbg_get_token_word_id: (a: number) => number;
|
|
418
|
+
readonly __wbg_penalty_free: (a: number, b: number) => void;
|
|
419
|
+
readonly __wbg_set_penalty_kanji_penalty_length_penalty: (a: number, b: number) => void;
|
|
420
|
+
readonly __wbg_set_penalty_kanji_penalty_length_threshold: (a: number, b: number) => void;
|
|
421
|
+
readonly __wbg_set_penalty_other_penalty_length_penalty: (a: number, b: number) => void;
|
|
422
|
+
readonly __wbg_set_penalty_other_penalty_length_threshold: (a: number, b: number) => void;
|
|
443
423
|
readonly __wbg_set_token_byte_end: (a: number, b: number) => void;
|
|
444
424
|
readonly __wbg_set_token_details: (a: number, b: number, c: number) => void;
|
|
445
425
|
readonly __wbg_set_token_is_unknown: (a: number, b: number) => void;
|
|
446
426
|
readonly __wbg_set_token_position: (a: number, b: number) => void;
|
|
447
427
|
readonly __wbg_set_token_word_id: (a: number, b: number) => void;
|
|
448
428
|
readonly __wbg_token_free: (a: number, b: number) => void;
|
|
429
|
+
readonly jspenalty_new: (a: number, b: number, c: number, d: number) => number;
|
|
430
|
+
readonly token_getDetail: (a: number, b: number) => [number, number];
|
|
431
|
+
readonly token_toJSON: (a: number) => any;
|
|
449
432
|
readonly build_dictionary: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
450
433
|
readonly build_user_dictionary: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
451
434
|
readonly getVersion: () => [number, number];
|
|
452
435
|
readonly load_dictionary: (a: number, b: number) => [number, number, number];
|
|
453
436
|
readonly load_dictionary_from_bytes: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number) => [number, number, number];
|
|
454
437
|
readonly load_user_dictionary: (a: number, b: number, c: number) => [number, number, number];
|
|
455
|
-
readonly
|
|
456
|
-
readonly
|
|
438
|
+
readonly __wbg_fielddefinition_free: (a: number, b: number) => void;
|
|
439
|
+
readonly __wbg_get_fielddefinition_description: (a: number) => [number, number];
|
|
440
|
+
readonly __wbg_get_fielddefinition_field_type: (a: number) => number;
|
|
441
|
+
readonly __wbg_get_fielddefinition_index: (a: number) => number;
|
|
442
|
+
readonly __wbg_get_fielddefinition_name: (a: number) => [number, number];
|
|
443
|
+
readonly __wbg_schema_free: (a: number, b: number) => void;
|
|
444
|
+
readonly __wbg_set_fielddefinition_description: (a: number, b: number, c: number) => void;
|
|
445
|
+
readonly __wbg_set_fielddefinition_field_type: (a: number, b: number) => void;
|
|
446
|
+
readonly __wbg_set_fielddefinition_index: (a: number, b: number) => void;
|
|
447
|
+
readonly __wbg_set_fielddefinition_name: (a: number, b: number, c: number) => void;
|
|
448
|
+
readonly jsfielddefinition_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
449
|
+
readonly jsschema_create_default: () => number;
|
|
450
|
+
readonly jsschema_field_count: (a: number) => number;
|
|
451
|
+
readonly jsschema_get_all_fields: (a: number) => [number, number];
|
|
452
|
+
readonly jsschema_get_custom_fields: (a: number) => [number, number];
|
|
453
|
+
readonly jsschema_get_field_by_name: (a: number, b: number, c: number) => number;
|
|
454
|
+
readonly jsschema_get_field_index: (a: number, b: number, c: number) => number;
|
|
455
|
+
readonly jsschema_get_field_name: (a: number, b: number) => [number, number];
|
|
456
|
+
readonly jsschema_new: (a: number, b: number) => number;
|
|
457
|
+
readonly __wbg_get_token_byte_start: (a: number) => number;
|
|
457
458
|
readonly __wbg_set_token_byte_start: (a: number, b: number) => void;
|
|
458
|
-
readonly __wbg_get_linderaerror_message: (a: number) => [number, number];
|
|
459
459
|
readonly __wbg_get_token_surface: (a: number) => [number, number];
|
|
460
|
-
readonly
|
|
461
|
-
readonly version: () => [number, number];
|
|
462
|
-
readonly __wbg_set_linderaerror_message: (a: number, b: number, c: number) => void;
|
|
460
|
+
readonly __wbg_get_linderaerror_message: (a: number) => [number, number];
|
|
463
461
|
readonly __wbg_set_token_surface: (a: number, b: number, c: number) => void;
|
|
462
|
+
readonly __wbg_set_linderaerror_message: (a: number, b: number, c: number) => void;
|
|
463
|
+
readonly version: () => [number, number];
|
|
464
464
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
465
465
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
466
466
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/lindera_wasm.js
CHANGED
|
@@ -1393,11 +1393,10 @@ export function version() {
|
|
|
1393
1393
|
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
|
|
1394
1394
|
}
|
|
1395
1395
|
}
|
|
1396
|
-
|
|
1397
1396
|
function __wbg_get_imports() {
|
|
1398
1397
|
const import0 = {
|
|
1399
1398
|
__proto__: null,
|
|
1400
|
-
|
|
1399
|
+
__wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
|
|
1401
1400
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
1402
1401
|
return ret;
|
|
1403
1402
|
},
|
|
@@ -1408,64 +1407,64 @@ function __wbg_get_imports() {
|
|
|
1408
1407
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1409
1408
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1410
1409
|
},
|
|
1411
|
-
|
|
1410
|
+
__wbg___wbindgen_bigint_get_as_i64_3d3aba5d616c6a51: function(arg0, arg1) {
|
|
1412
1411
|
const v = arg1;
|
|
1413
1412
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1414
1413
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1415
1414
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1416
1415
|
},
|
|
1417
|
-
|
|
1416
|
+
__wbg___wbindgen_boolean_get_6ea149f0a8dcc5ff: function(arg0) {
|
|
1418
1417
|
const v = arg0;
|
|
1419
1418
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1420
1419
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1421
1420
|
},
|
|
1422
|
-
|
|
1421
|
+
__wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
|
|
1423
1422
|
const ret = debugString(arg1);
|
|
1424
1423
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1425
1424
|
const len1 = WASM_VECTOR_LEN;
|
|
1426
1425
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1427
1426
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1428
1427
|
},
|
|
1429
|
-
|
|
1428
|
+
__wbg___wbindgen_in_a5d8b22e52b24dd1: function(arg0, arg1) {
|
|
1430
1429
|
const ret = arg0 in arg1;
|
|
1431
1430
|
return ret;
|
|
1432
1431
|
},
|
|
1433
|
-
|
|
1432
|
+
__wbg___wbindgen_is_bigint_ec25c7f91b4d9e93: function(arg0) {
|
|
1434
1433
|
const ret = typeof(arg0) === 'bigint';
|
|
1435
1434
|
return ret;
|
|
1436
1435
|
},
|
|
1437
|
-
|
|
1436
|
+
__wbg___wbindgen_is_function_3baa9db1a987f47d: function(arg0) {
|
|
1438
1437
|
const ret = typeof(arg0) === 'function';
|
|
1439
1438
|
return ret;
|
|
1440
1439
|
},
|
|
1441
|
-
|
|
1440
|
+
__wbg___wbindgen_is_null_52ff4ec04186736f: function(arg0) {
|
|
1442
1441
|
const ret = arg0 === null;
|
|
1443
1442
|
return ret;
|
|
1444
1443
|
},
|
|
1445
|
-
|
|
1444
|
+
__wbg___wbindgen_is_object_63322ec0cd6ea4ef: function(arg0) {
|
|
1446
1445
|
const val = arg0;
|
|
1447
1446
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1448
1447
|
return ret;
|
|
1449
1448
|
},
|
|
1450
|
-
|
|
1449
|
+
__wbg___wbindgen_is_undefined_29a43b4d42920abd: function(arg0) {
|
|
1451
1450
|
const ret = arg0 === undefined;
|
|
1452
1451
|
return ret;
|
|
1453
1452
|
},
|
|
1454
|
-
|
|
1453
|
+
__wbg___wbindgen_jsval_eq_d3465d8a07697228: function(arg0, arg1) {
|
|
1455
1454
|
const ret = arg0 === arg1;
|
|
1456
1455
|
return ret;
|
|
1457
1456
|
},
|
|
1458
|
-
|
|
1457
|
+
__wbg___wbindgen_jsval_loose_eq_cac3565e89b4134c: function(arg0, arg1) {
|
|
1459
1458
|
const ret = arg0 == arg1;
|
|
1460
1459
|
return ret;
|
|
1461
1460
|
},
|
|
1462
|
-
|
|
1461
|
+
__wbg___wbindgen_number_get_c7f42aed0525c451: function(arg0, arg1) {
|
|
1463
1462
|
const obj = arg1;
|
|
1464
1463
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1465
1464
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1466
1465
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1467
1466
|
},
|
|
1468
|
-
|
|
1467
|
+
__wbg___wbindgen_string_get_7ed5322991caaec5: function(arg0, arg1) {
|
|
1469
1468
|
const obj = arg1;
|
|
1470
1469
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1471
1470
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1473,34 +1472,34 @@ function __wbg_get_imports() {
|
|
|
1473
1472
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1474
1473
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1475
1474
|
},
|
|
1476
|
-
|
|
1475
|
+
__wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
|
|
1477
1476
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
1478
1477
|
},
|
|
1479
|
-
|
|
1478
|
+
__wbg_call_14b169f759b26747: function() { return handleError(function (arg0, arg1) {
|
|
1480
1479
|
const ret = arg0.call(arg1);
|
|
1481
1480
|
return ret;
|
|
1482
1481
|
}, arguments); },
|
|
1483
|
-
|
|
1482
|
+
__wbg_done_9158f7cc8751ba32: function(arg0) {
|
|
1484
1483
|
const ret = arg0.done;
|
|
1485
1484
|
return ret;
|
|
1486
1485
|
},
|
|
1487
|
-
|
|
1486
|
+
__wbg_entries_e0b73aa8571ddb56: function(arg0) {
|
|
1488
1487
|
const ret = Object.entries(arg0);
|
|
1489
1488
|
return ret;
|
|
1490
1489
|
},
|
|
1491
|
-
|
|
1492
|
-
const ret = arg0[arg1 >>> 0];
|
|
1493
|
-
return ret;
|
|
1494
|
-
},
|
|
1495
|
-
__wbg_get_ed0642c4b9d31ddf: function() { return handleError(function (arg0, arg1) {
|
|
1490
|
+
__wbg_get_1affdbdd5573b16a: function() { return handleError(function (arg0, arg1) {
|
|
1496
1491
|
const ret = Reflect.get(arg0, arg1);
|
|
1497
1492
|
return ret;
|
|
1498
1493
|
}, arguments); },
|
|
1499
|
-
|
|
1494
|
+
__wbg_get_8360291721e2339f: function(arg0, arg1) {
|
|
1500
1495
|
const ret = arg0[arg1 >>> 0];
|
|
1501
1496
|
return ret;
|
|
1502
1497
|
},
|
|
1503
|
-
|
|
1498
|
+
__wbg_get_unchecked_17f53dad852b9588: function(arg0, arg1) {
|
|
1499
|
+
const ret = arg0[arg1 >>> 0];
|
|
1500
|
+
return ret;
|
|
1501
|
+
},
|
|
1502
|
+
__wbg_instanceof_ArrayBuffer_7c8433c6ed14ffe3: function(arg0) {
|
|
1504
1503
|
let result;
|
|
1505
1504
|
try {
|
|
1506
1505
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1510,7 +1509,7 @@ function __wbg_get_imports() {
|
|
|
1510
1509
|
const ret = result;
|
|
1511
1510
|
return ret;
|
|
1512
1511
|
},
|
|
1513
|
-
|
|
1512
|
+
__wbg_instanceof_Map_1b76fd4635be43eb: function(arg0) {
|
|
1514
1513
|
let result;
|
|
1515
1514
|
try {
|
|
1516
1515
|
result = arg0 instanceof Map;
|
|
@@ -1520,7 +1519,7 @@ function __wbg_get_imports() {
|
|
|
1520
1519
|
const ret = result;
|
|
1521
1520
|
return ret;
|
|
1522
1521
|
},
|
|
1523
|
-
|
|
1522
|
+
__wbg_instanceof_Uint8Array_152ba1f289edcf3f: function(arg0) {
|
|
1524
1523
|
let result;
|
|
1525
1524
|
try {
|
|
1526
1525
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1530,54 +1529,54 @@ function __wbg_get_imports() {
|
|
|
1530
1529
|
const ret = result;
|
|
1531
1530
|
return ret;
|
|
1532
1531
|
},
|
|
1533
|
-
|
|
1532
|
+
__wbg_isArray_c3109d14ffc06469: function(arg0) {
|
|
1534
1533
|
const ret = Array.isArray(arg0);
|
|
1535
1534
|
return ret;
|
|
1536
1535
|
},
|
|
1537
|
-
|
|
1536
|
+
__wbg_isSafeInteger_4fc213d1989d6d2a: function(arg0) {
|
|
1538
1537
|
const ret = Number.isSafeInteger(arg0);
|
|
1539
1538
|
return ret;
|
|
1540
1539
|
},
|
|
1541
|
-
|
|
1540
|
+
__wbg_iterator_013bc09ec998c2a7: function() {
|
|
1542
1541
|
const ret = Symbol.iterator;
|
|
1543
1542
|
return ret;
|
|
1544
1543
|
},
|
|
1545
|
-
|
|
1544
|
+
__wbg_length_3d4ecd04bd8d22f1: function(arg0) {
|
|
1546
1545
|
const ret = arg0.length;
|
|
1547
1546
|
return ret;
|
|
1548
1547
|
},
|
|
1549
|
-
|
|
1548
|
+
__wbg_length_9f1775224cf1d815: function(arg0) {
|
|
1550
1549
|
const ret = arg0.length;
|
|
1551
1550
|
return ret;
|
|
1552
1551
|
},
|
|
1553
|
-
|
|
1554
|
-
const ret = new Object();
|
|
1555
|
-
return ret;
|
|
1556
|
-
},
|
|
1557
|
-
__wbg_new_a560378ea1240b14: function(arg0) {
|
|
1552
|
+
__wbg_new_0c7403db6e782f19: function(arg0) {
|
|
1558
1553
|
const ret = new Uint8Array(arg0);
|
|
1559
1554
|
return ret;
|
|
1560
1555
|
},
|
|
1561
|
-
|
|
1556
|
+
__wbg_new_682678e2f47e32bc: function() {
|
|
1562
1557
|
const ret = new Array();
|
|
1563
1558
|
return ret;
|
|
1564
1559
|
},
|
|
1565
|
-
|
|
1566
|
-
const ret =
|
|
1560
|
+
__wbg_new_aa8d0fa9762c29bd: function() {
|
|
1561
|
+
const ret = new Object();
|
|
1567
1562
|
return ret;
|
|
1568
1563
|
},
|
|
1569
|
-
|
|
1564
|
+
__wbg_next_0340c4ae324393c3: function() { return handleError(function (arg0) {
|
|
1570
1565
|
const ret = arg0.next();
|
|
1571
1566
|
return ret;
|
|
1572
1567
|
}, arguments); },
|
|
1573
|
-
|
|
1568
|
+
__wbg_next_7646edaa39458ef7: function(arg0) {
|
|
1569
|
+
const ret = arg0.next;
|
|
1570
|
+
return ret;
|
|
1571
|
+
},
|
|
1572
|
+
__wbg_prototypesetcall_a6b02eb00b0f4ce2: function(arg0, arg1, arg2) {
|
|
1574
1573
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1575
1574
|
},
|
|
1576
|
-
|
|
1575
|
+
__wbg_push_471a5b068a5295f6: function(arg0, arg1) {
|
|
1577
1576
|
const ret = arg0.push(arg1);
|
|
1578
1577
|
return ret;
|
|
1579
1578
|
},
|
|
1580
|
-
|
|
1579
|
+
__wbg_set_022bee52d0b05b19: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1581
1580
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1582
1581
|
return ret;
|
|
1583
1582
|
}, arguments); },
|
|
@@ -1585,7 +1584,7 @@ function __wbg_get_imports() {
|
|
|
1585
1584
|
const ret = Token.__wrap(arg0);
|
|
1586
1585
|
return ret;
|
|
1587
1586
|
},
|
|
1588
|
-
|
|
1587
|
+
__wbg_value_ee3a06f4579184fa: function(arg0) {
|
|
1589
1588
|
const ret = arg0.value;
|
|
1590
1589
|
return ret;
|
|
1591
1590
|
},
|
package/lindera_wasm_bg.wasm
CHANGED
|
Binary file
|