yyjj 2025.12.2 → 2025.12.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/dist/index.cjs +88 -84
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +88 -84
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -303,37 +303,37 @@ const f4ah6o$yyjj$common$$zero$46$record$47$413 = {
|
|
|
303
303
|
offset: 0
|
|
304
304
|
};
|
|
305
305
|
const f4ah6o$yyjj$jsonc$$int_to_hex4$46$hex_chars$124$192 = "0123456789abcdef";
|
|
306
|
-
const f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$
|
|
307
|
-
const f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$
|
|
308
|
-
const f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$
|
|
309
|
-
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
310
|
-
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
311
|
-
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
312
|
-
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
313
|
-
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
314
|
-
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
315
|
-
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
316
|
-
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
317
|
-
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
318
|
-
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
319
|
-
const f4ah6o$yyjj$jsonc$$next_token$46$constr$47$
|
|
320
|
-
const f4ah6o$yyjj$yaml$$lex_alias$46$constr$47$
|
|
321
|
-
const f4ah6o$yyjj$yaml$$lex_anchor$46$constr$47$
|
|
322
|
-
const f4ah6o$yyjj$yaml$$lex_double_quoted$46$constr$47$
|
|
323
|
-
const f4ah6o$yyjj$yaml$$lex_double_quoted$46$constr$47$
|
|
324
|
-
const f4ah6o$yyjj$yaml$$lex_folded_block$46$constr$47$
|
|
325
|
-
const f4ah6o$yyjj$yaml$$lex_folded_block$46$constr$47$
|
|
326
|
-
const f4ah6o$yyjj$yaml$$lex_literal_block$46$constr$47$
|
|
327
|
-
const f4ah6o$yyjj$yaml$$lex_literal_block$46$constr$47$
|
|
328
|
-
const f4ah6o$yyjj$yaml$$lex_single_quoted$46$constr$47$
|
|
329
|
-
const f4ah6o$yyjj$yaml$$lex_single_quoted$46$constr$47$
|
|
330
|
-
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1166 = 10;
|
|
331
|
-
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1167 = 32;
|
|
306
|
+
const f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$596 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("unexpected character: /");
|
|
307
|
+
const f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$597 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("unclosed block comment");
|
|
308
|
+
const f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$598 = 47;
|
|
309
|
+
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$630 = 45;
|
|
310
|
+
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$631 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("invalid number");
|
|
311
|
+
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$632 = 46;
|
|
312
|
+
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$633 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("invalid number: expected digit after decimal point");
|
|
313
|
+
const f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$634 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("invalid number: expected digit in exponent");
|
|
314
|
+
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$676 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("unclosed string");
|
|
315
|
+
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$677 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("unclosed string");
|
|
316
|
+
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$678 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("invalid unicode escape");
|
|
317
|
+
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$679 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("invalid unicode escape");
|
|
318
|
+
const f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$680 = new $64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Invalid("control character in string");
|
|
319
|
+
const f4ah6o$yyjj$jsonc$$next_token$46$constr$47$701 = 10;
|
|
320
|
+
const f4ah6o$yyjj$yaml$$lex_alias$46$constr$47$1061 = new $64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Invalid("empty alias name");
|
|
321
|
+
const f4ah6o$yyjj$yaml$$lex_anchor$46$constr$47$1066 = new $64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Invalid("empty anchor name");
|
|
322
|
+
const f4ah6o$yyjj$yaml$$lex_double_quoted$46$constr$47$1072 = new $64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Invalid("unclosed double-quoted string");
|
|
323
|
+
const f4ah6o$yyjj$yaml$$lex_double_quoted$46$constr$47$1073 = new $64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Invalid("unclosed double-quoted string");
|
|
324
|
+
const f4ah6o$yyjj$yaml$$lex_folded_block$46$constr$47$1088 = 10;
|
|
325
|
+
const f4ah6o$yyjj$yaml$$lex_folded_block$46$constr$47$1089 = 10;
|
|
326
|
+
const f4ah6o$yyjj$yaml$$lex_literal_block$46$constr$47$1118 = 10;
|
|
327
|
+
const f4ah6o$yyjj$yaml$$lex_literal_block$46$constr$47$1119 = 10;
|
|
328
|
+
const f4ah6o$yyjj$yaml$$lex_single_quoted$46$constr$47$1156 = new $64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Invalid("unclosed single-quoted string");
|
|
329
|
+
const f4ah6o$yyjj$yaml$$lex_single_quoted$46$constr$47$1157 = 39;
|
|
332
330
|
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1168 = 10;
|
|
333
|
-
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1169 =
|
|
334
|
-
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1170 =
|
|
335
|
-
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1171 =
|
|
336
|
-
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1172 =
|
|
331
|
+
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1169 = 32;
|
|
332
|
+
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1170 = 10;
|
|
333
|
+
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1171 = 45;
|
|
334
|
+
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1172 = 45;
|
|
335
|
+
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1173 = 46;
|
|
336
|
+
const f4ah6o$yyjj$yaml$$next_token$46$constr$47$1174 = 46;
|
|
337
337
|
const moonbitlang$core$builtin$$seed = moonbitlang$core$builtin$$random_seed();
|
|
338
338
|
function moonbitlang$core$builtin$$Logger$write_object$2$(self, obj) {
|
|
339
339
|
moonbitlang$core$builtin$$Show$output$2$(obj, self);
|
|
@@ -1299,58 +1299,58 @@ function f4ah6o$yyjj$pretty$$join(docs, sep) {
|
|
|
1299
1299
|
}
|
|
1300
1300
|
return result;
|
|
1301
1301
|
}
|
|
1302
|
-
function moonbitlang$core$builtin$$Eq$equal$24$(
|
|
1303
|
-
switch (
|
|
1304
|
-
case 0: if (
|
|
1302
|
+
function moonbitlang$core$builtin$$Eq$equal$24$(_x_271, _x_272) {
|
|
1303
|
+
switch (_x_271.$tag) {
|
|
1304
|
+
case 0: if (_x_272.$tag === 0) return true;
|
|
1305
1305
|
else return false;
|
|
1306
|
-
case 1: if (
|
|
1306
|
+
case 1: if (_x_272.$tag === 1) return true;
|
|
1307
1307
|
else return false;
|
|
1308
|
-
case 2: if (
|
|
1308
|
+
case 2: if (_x_272.$tag === 2) return true;
|
|
1309
1309
|
else return false;
|
|
1310
|
-
case 3: if (
|
|
1310
|
+
case 3: if (_x_272.$tag === 3) return true;
|
|
1311
1311
|
else return false;
|
|
1312
|
-
case 4: if (
|
|
1312
|
+
case 4: if (_x_272.$tag === 4) return true;
|
|
1313
1313
|
else return false;
|
|
1314
|
-
case 5: if (
|
|
1314
|
+
case 5: if (_x_272.$tag === 5) return true;
|
|
1315
1315
|
else return false;
|
|
1316
1316
|
case 6: {
|
|
1317
|
-
const _$42$
|
|
1318
|
-
if (
|
|
1317
|
+
const _$42$x0_273 = _x_271._0;
|
|
1318
|
+
if (_x_272.$tag === 6) return _$42$x0_273 === _x_272._0;
|
|
1319
1319
|
else return false;
|
|
1320
1320
|
}
|
|
1321
1321
|
case 7: {
|
|
1322
|
-
const _$42$
|
|
1323
|
-
if (
|
|
1322
|
+
const _$42$x0_275 = _x_271._0;
|
|
1323
|
+
if (_x_272.$tag === 7) return _$42$x0_275 === _x_272._0;
|
|
1324
1324
|
else return false;
|
|
1325
1325
|
}
|
|
1326
|
-
case 8: if (
|
|
1326
|
+
case 8: if (_x_272.$tag === 8) return true;
|
|
1327
1327
|
else return false;
|
|
1328
|
-
case 9: if (
|
|
1328
|
+
case 9: if (_x_272.$tag === 9) return true;
|
|
1329
1329
|
else return false;
|
|
1330
|
-
case 10: if (
|
|
1330
|
+
case 10: if (_x_272.$tag === 10) return true;
|
|
1331
1331
|
else return false;
|
|
1332
1332
|
case 11: {
|
|
1333
|
-
const _$42$
|
|
1334
|
-
if (
|
|
1333
|
+
const _$42$x0_277 = _x_271._0;
|
|
1334
|
+
if (_x_272.$tag === 11) return _$42$x0_277 === _x_272._0;
|
|
1335
1335
|
else return false;
|
|
1336
1336
|
}
|
|
1337
1337
|
case 12: {
|
|
1338
|
-
const _$42$
|
|
1339
|
-
if (
|
|
1338
|
+
const _$42$x0_279 = _x_271._0;
|
|
1339
|
+
if (_x_272.$tag === 12) return _$42$x0_279 === _x_272._0;
|
|
1340
1340
|
else return false;
|
|
1341
1341
|
}
|
|
1342
1342
|
case 13: {
|
|
1343
|
-
const _$42$
|
|
1344
|
-
if (
|
|
1343
|
+
const _$42$x0_281 = _x_271._0;
|
|
1344
|
+
if (_x_272.$tag === 13) return _$42$x0_281 === _x_272._0;
|
|
1345
1345
|
else return false;
|
|
1346
1346
|
}
|
|
1347
|
-
case 14: if (
|
|
1347
|
+
case 14: if (_x_272.$tag === 14) return true;
|
|
1348
1348
|
else return false;
|
|
1349
|
-
case 15: if (
|
|
1349
|
+
case 15: if (_x_272.$tag === 15) return true;
|
|
1350
1350
|
else return false;
|
|
1351
1351
|
default: {
|
|
1352
|
-
const _$42$
|
|
1353
|
-
if (
|
|
1352
|
+
const _$42$x0_283 = _x_271._0;
|
|
1353
|
+
if (_x_272.$tag === 16) return _$42$x0_283 === _x_272._0;
|
|
1354
1354
|
else return false;
|
|
1355
1355
|
}
|
|
1356
1356
|
}
|
|
@@ -1511,10 +1511,14 @@ function f4ah6o$yyjj$jsonc$$object_to_doc(props) {
|
|
|
1511
1511
|
const i = _tmp;
|
|
1512
1512
|
if (i < props.length) {
|
|
1513
1513
|
const prop = moonbitlang$core$array$$Array$at$14$(props, i);
|
|
1514
|
+
const key_leading = f4ah6o$yyjj$jsonc$$trivia_to_doc(prop.key_trivia.leading, true);
|
|
1514
1515
|
const key_doc = new $64$f4ah6o$47$yyjj$47$pretty$46$Doc$Text(f4ah6o$yyjj$jsonc$$escape_json_string(prop.key));
|
|
1516
|
+
const key_trailing = f4ah6o$yyjj$jsonc$$trivia_to_doc(prop.key_trivia.trailing, false);
|
|
1515
1517
|
const value_doc = f4ah6o$yyjj$jsonc$$to_doc_with_trivia(prop.value);
|
|
1516
1518
|
const prop_doc = f4ah6o$yyjj$pretty$$concat([
|
|
1519
|
+
key_leading,
|
|
1517
1520
|
key_doc,
|
|
1521
|
+
key_trailing,
|
|
1518
1522
|
new $64$f4ah6o$47$yyjj$47$pretty$46$Doc$Text(": "),
|
|
1519
1523
|
value_doc
|
|
1520
1524
|
]);
|
|
@@ -1605,12 +1609,12 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_comment_or_invalid(self, start) {
|
|
|
1605
1609
|
const buf = moonbitlang$core$builtin$$StringBuilder$new$46$inner(0);
|
|
1606
1610
|
while (true) {
|
|
1607
1611
|
const _bind$2 = f4ah6o$yyjj$jsonc$$Lexer$peek(self);
|
|
1608
|
-
if (_bind$2 === -1) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$
|
|
1612
|
+
if (_bind$2 === -1) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$597, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1609
1613
|
else {
|
|
1610
1614
|
const _x$2 = _bind$2;
|
|
1611
1615
|
if (_x$2 === 42) {
|
|
1612
1616
|
f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
1613
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$jsonc$$Lexer$peek(self), f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$
|
|
1617
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$jsonc$$Lexer$peek(self), f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$598)) {
|
|
1614
1618
|
f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
1615
1619
|
break;
|
|
1616
1620
|
} else moonbitlang$core$builtin$$Logger$write_char$0$(buf, 42);
|
|
@@ -1626,7 +1630,7 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_comment_or_invalid(self, start) {
|
|
|
1626
1630
|
default: break _L;
|
|
1627
1631
|
}
|
|
1628
1632
|
}
|
|
1629
|
-
return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$
|
|
1633
|
+
return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_comment_or_invalid$46$constr$47$596, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1630
1634
|
}
|
|
1631
1635
|
function f4ah6o$yyjj$jsonc$$is_ident_char(c) {
|
|
1632
1636
|
return c >= 97 && c <= 122 || c >= 65 && c <= 90 || c >= 48 && c <= 57 || c === 95;
|
|
@@ -1661,7 +1665,7 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_keyword(self, expected, kind, start) {
|
|
|
1661
1665
|
}
|
|
1662
1666
|
function f4ah6o$yyjj$jsonc$$Lexer$lex_number(self, start) {
|
|
1663
1667
|
const num_start = self.pos;
|
|
1664
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$jsonc$$Lexer$peek(self), f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
1668
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$jsonc$$Lexer$peek(self), f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$630)) f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
1665
1669
|
_L: {
|
|
1666
1670
|
_L$2: {
|
|
1667
1671
|
const _bind$1 = f4ah6o$yyjj$jsonc$$Lexer$peek(self);
|
|
@@ -1687,9 +1691,9 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_number(self, start) {
|
|
|
1687
1691
|
}
|
|
1688
1692
|
break _L;
|
|
1689
1693
|
}
|
|
1690
|
-
return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
1694
|
+
return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$631, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1691
1695
|
}
|
|
1692
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$jsonc$$Lexer$peek(self), f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
1696
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$jsonc$$Lexer$peek(self), f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$632)) {
|
|
1693
1697
|
f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
1694
1698
|
const _bind$1 = f4ah6o$yyjj$jsonc$$Lexer$peek(self);
|
|
1695
1699
|
let _tmp;
|
|
@@ -1698,7 +1702,7 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_number(self, start) {
|
|
|
1698
1702
|
const _d = _bind$1;
|
|
1699
1703
|
_tmp = _d >= 48 && _d <= 57;
|
|
1700
1704
|
}
|
|
1701
|
-
if (!_tmp) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
1705
|
+
if (!_tmp) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$633, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1702
1706
|
while (true) {
|
|
1703
1707
|
const _bind$2 = f4ah6o$yyjj$jsonc$$Lexer$peek(self);
|
|
1704
1708
|
if (_bind$2 === -1) break;
|
|
@@ -1741,7 +1745,7 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_number(self, start) {
|
|
|
1741
1745
|
const _d = _bind$3;
|
|
1742
1746
|
_tmp = _d >= 48 && _d <= 57;
|
|
1743
1747
|
}
|
|
1744
|
-
if (!_tmp) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$
|
|
1748
|
+
if (!_tmp) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_number$46$constr$47$634, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1745
1749
|
while (true) {
|
|
1746
1750
|
const _bind$4 = f4ah6o$yyjj$jsonc$$Lexer$peek(self);
|
|
1747
1751
|
if (_bind$4 === -1) break;
|
|
@@ -1786,7 +1790,7 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_string(self, start) {
|
|
|
1786
1790
|
const buf = moonbitlang$core$builtin$$StringBuilder$new$46$inner(0);
|
|
1787
1791
|
_L: while (true) {
|
|
1788
1792
|
const _bind = f4ah6o$yyjj$jsonc$$Lexer$peek(self);
|
|
1789
|
-
if (_bind === -1) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
1793
|
+
if (_bind === -1) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$676, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1790
1794
|
else {
|
|
1791
1795
|
const _x = _bind;
|
|
1792
1796
|
switch (_x) {
|
|
@@ -1796,7 +1800,7 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_string(self, start) {
|
|
|
1796
1800
|
case 92: {
|
|
1797
1801
|
f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
1798
1802
|
const _bind$2 = f4ah6o$yyjj$jsonc$$Lexer$peek(self);
|
|
1799
|
-
if (_bind$2 === -1) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
1803
|
+
if (_bind$2 === -1) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$677, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1800
1804
|
else {
|
|
1801
1805
|
const _esc = _bind$2;
|
|
1802
1806
|
f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
@@ -1844,14 +1848,14 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_string(self, start) {
|
|
|
1844
1848
|
}
|
|
1845
1849
|
break _L$2;
|
|
1846
1850
|
}
|
|
1847
|
-
return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
1851
|
+
return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$678, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1848
1852
|
}
|
|
1849
1853
|
_tmp = i + 1 | 0;
|
|
1850
1854
|
continue;
|
|
1851
1855
|
} else break;
|
|
1852
1856
|
}
|
|
1853
1857
|
const _bind$3 = f4ah6o$yyjj$jsonc$$parse_hex(hex);
|
|
1854
|
-
if (_bind$3 === void 0) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
1858
|
+
if (_bind$3 === void 0) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$679, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1855
1859
|
else moonbitlang$core$builtin$$Logger$write_char$0$(buf, _bind$3);
|
|
1856
1860
|
break;
|
|
1857
1861
|
}
|
|
@@ -1860,7 +1864,7 @@ function f4ah6o$yyjj$jsonc$$Lexer$lex_string(self, start) {
|
|
|
1860
1864
|
}
|
|
1861
1865
|
break;
|
|
1862
1866
|
}
|
|
1863
|
-
default: if (_x < 32) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$
|
|
1867
|
+
default: if (_x < 32) return f4ah6o$yyjj$jsonc$$Token$new(f4ah6o$yyjj$jsonc$$lex_string$46$constr$47$680, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1864
1868
|
else {
|
|
1865
1869
|
f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
1866
1870
|
moonbitlang$core$builtin$$Logger$write_char$0$(buf, _x);
|
|
@@ -1905,7 +1909,7 @@ function f4ah6o$yyjj$jsonc$$Lexer$next_token(self) {
|
|
|
1905
1909
|
return f4ah6o$yyjj$jsonc$$Token$new($64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Newline, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1906
1910
|
case 13:
|
|
1907
1911
|
f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
1908
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$jsonc$$Lexer$peek(self), f4ah6o$yyjj$jsonc$$next_token$46$constr$47$
|
|
1912
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$jsonc$$Lexer$peek(self), f4ah6o$yyjj$jsonc$$next_token$46$constr$47$701)) f4ah6o$yyjj$jsonc$$Lexer$advance(self);
|
|
1909
1913
|
return f4ah6o$yyjj$jsonc$$Token$new($64$f4ah6o$47$yyjj$47$jsonc$46$TokenKind$Newline, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$jsonc$$Lexer$current_pos(self)));
|
|
1910
1914
|
case 47: return f4ah6o$yyjj$jsonc$$Lexer$lex_comment_or_invalid(self, start);
|
|
1911
1915
|
case 45: break _L;
|
|
@@ -2904,12 +2908,12 @@ function f4ah6o$yyjj$yaml$$Lexer$skip_while(self, pred) {
|
|
|
2904
2908
|
function f4ah6o$yyjj$yaml$$Lexer$lex_alias(self, start) {
|
|
2905
2909
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
2906
2910
|
const name = f4ah6o$yyjj$yaml$$Lexer$skip_while(self, (c) => f4ah6o$yyjj$yaml$$is_anchor_char(c));
|
|
2907
|
-
return name.length === 0 ? f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_alias$46$constr$47$
|
|
2911
|
+
return name.length === 0 ? f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_alias$46$constr$47$1061, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self))) : f4ah6o$yyjj$yaml$$Token$new(new $64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Alias(name), f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
2908
2912
|
}
|
|
2909
2913
|
function f4ah6o$yyjj$yaml$$Lexer$lex_anchor(self, start) {
|
|
2910
2914
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
2911
2915
|
const name = f4ah6o$yyjj$yaml$$Lexer$skip_while(self, (c) => f4ah6o$yyjj$yaml$$is_anchor_char(c));
|
|
2912
|
-
return name.length === 0 ? f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_anchor$46$constr$47$
|
|
2916
|
+
return name.length === 0 ? f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_anchor$46$constr$47$1066, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self))) : f4ah6o$yyjj$yaml$$Token$new(new $64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Anchor(name), f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
2913
2917
|
}
|
|
2914
2918
|
function f4ah6o$yyjj$yaml$$Lexer$peek(self) {
|
|
2915
2919
|
if (self.pos >= self.source.length) return -1;
|
|
@@ -2925,7 +2929,7 @@ function f4ah6o$yyjj$yaml$$Lexer$lex_double_quoted(self, start) {
|
|
|
2925
2929
|
const buf = moonbitlang$core$builtin$$StringBuilder$new$46$inner(0);
|
|
2926
2930
|
_L: while (true) {
|
|
2927
2931
|
const _bind = f4ah6o$yyjj$yaml$$Lexer$peek(self);
|
|
2928
|
-
if (_bind === -1) return f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_double_quoted$46$constr$47$
|
|
2932
|
+
if (_bind === -1) return f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_double_quoted$46$constr$47$1072, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
2929
2933
|
else {
|
|
2930
2934
|
const _x = _bind;
|
|
2931
2935
|
switch (_x) {
|
|
@@ -2935,7 +2939,7 @@ function f4ah6o$yyjj$yaml$$Lexer$lex_double_quoted(self, start) {
|
|
|
2935
2939
|
case 92: {
|
|
2936
2940
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
2937
2941
|
const _bind$2 = f4ah6o$yyjj$yaml$$Lexer$peek(self);
|
|
2938
|
-
if (_bind$2 === -1) return f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_double_quoted$46$constr$47$
|
|
2942
|
+
if (_bind$2 === -1) return f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_double_quoted$46$constr$47$1073, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
2939
2943
|
else {
|
|
2940
2944
|
const _esc = _bind$2;
|
|
2941
2945
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
@@ -3012,7 +3016,7 @@ function f4ah6o$yyjj$yaml$$Lexer$lex_folded_block(self, start) {
|
|
|
3012
3016
|
break _L;
|
|
3013
3017
|
}
|
|
3014
3018
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3015
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_folded_block$46$constr$47$
|
|
3019
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_folded_block$46$constr$47$1088)) f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3016
3020
|
}
|
|
3017
3021
|
const block_indent = f4ah6o$yyjj$yaml$$Lexer$current_indent(self) + 2 | 0;
|
|
3018
3022
|
const buf = moonbitlang$core$builtin$$StringBuilder$new$46$inner(0);
|
|
@@ -3058,7 +3062,7 @@ function f4ah6o$yyjj$yaml$$Lexer$lex_folded_block(self, start) {
|
|
|
3058
3062
|
break _L$2;
|
|
3059
3063
|
}
|
|
3060
3064
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3061
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_folded_block$46$constr$47$
|
|
3065
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_folded_block$46$constr$47$1089)) f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3062
3066
|
}
|
|
3063
3067
|
continue;
|
|
3064
3068
|
} else break;
|
|
@@ -3088,7 +3092,7 @@ function f4ah6o$yyjj$yaml$$Lexer$lex_literal_block(self, start) {
|
|
|
3088
3092
|
break _L;
|
|
3089
3093
|
}
|
|
3090
3094
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3091
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_literal_block$46$constr$47$
|
|
3095
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_literal_block$46$constr$47$1118)) f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3092
3096
|
}
|
|
3093
3097
|
const block_indent = f4ah6o$yyjj$yaml$$Lexer$current_indent(self) + 2 | 0;
|
|
3094
3098
|
const buf = moonbitlang$core$builtin$$StringBuilder$new$46$inner(0);
|
|
@@ -3132,7 +3136,7 @@ function f4ah6o$yyjj$yaml$$Lexer$lex_literal_block(self, start) {
|
|
|
3132
3136
|
break _L$2;
|
|
3133
3137
|
}
|
|
3134
3138
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3135
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_literal_block$46$constr$47$
|
|
3139
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_literal_block$46$constr$47$1119)) f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3136
3140
|
}
|
|
3137
3141
|
continue;
|
|
3138
3142
|
} else break;
|
|
@@ -3194,12 +3198,12 @@ function f4ah6o$yyjj$yaml$$Lexer$lex_single_quoted(self, start) {
|
|
|
3194
3198
|
const buf = moonbitlang$core$builtin$$StringBuilder$new$46$inner(0);
|
|
3195
3199
|
while (true) {
|
|
3196
3200
|
const _bind = f4ah6o$yyjj$yaml$$Lexer$peek(self);
|
|
3197
|
-
if (_bind === -1) return f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_single_quoted$46$constr$47$
|
|
3201
|
+
if (_bind === -1) return f4ah6o$yyjj$yaml$$Token$new(f4ah6o$yyjj$yaml$$lex_single_quoted$46$constr$47$1156, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
3198
3202
|
else {
|
|
3199
3203
|
const _x = _bind;
|
|
3200
3204
|
if (_x === 39) {
|
|
3201
3205
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3202
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_single_quoted$46$constr$47$
|
|
3206
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$lex_single_quoted$46$constr$47$1157)) {
|
|
3203
3207
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3204
3208
|
moonbitlang$core$builtin$$Logger$write_char$0$(buf, 39);
|
|
3205
3209
|
} else break;
|
|
@@ -3240,7 +3244,7 @@ function f4ah6o$yyjj$yaml$$Lexer$next_token(self) {
|
|
|
3240
3244
|
return f4ah6o$yyjj$yaml$$Token$new($64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Newline, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
3241
3245
|
case 13:
|
|
3242
3246
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3243
|
-
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$next_token$46$constr$47$
|
|
3247
|
+
if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek(self), f4ah6o$yyjj$yaml$$next_token$46$constr$47$1168)) f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3244
3248
|
return f4ah6o$yyjj$yaml$$Token$new($64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Newline, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
3245
3249
|
case 32: break _L;
|
|
3246
3250
|
case 9: break _L;
|
|
@@ -3251,10 +3255,10 @@ function f4ah6o$yyjj$yaml$$Lexer$next_token(self) {
|
|
|
3251
3255
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3252
3256
|
return f4ah6o$yyjj$yaml$$Token$new($64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Colon, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
3253
3257
|
case 45:
|
|
3254
|
-
_L$2: if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1), f4ah6o$yyjj$yaml$$next_token$46$constr$47$
|
|
3255
|
-
else if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1), f4ah6o$yyjj$yaml$$next_token$46$constr$47$
|
|
3258
|
+
_L$2: if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1), f4ah6o$yyjj$yaml$$next_token$46$constr$47$1169)) break _L$2;
|
|
3259
|
+
else if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1), f4ah6o$yyjj$yaml$$next_token$46$constr$47$1170)) break _L$2;
|
|
3256
3260
|
else if (f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1) === -1) break _L$2;
|
|
3257
|
-
else if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1), f4ah6o$yyjj$yaml$$next_token$46$constr$47$
|
|
3261
|
+
else if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1), f4ah6o$yyjj$yaml$$next_token$46$constr$47$1171) && moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 2), f4ah6o$yyjj$yaml$$next_token$46$constr$47$1172)) {
|
|
3258
3262
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3259
3263
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3260
3264
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
@@ -3262,7 +3266,7 @@ function f4ah6o$yyjj$yaml$$Lexer$next_token(self) {
|
|
|
3262
3266
|
} else return f4ah6o$yyjj$yaml$$Lexer$lex_plain_scalar(self, start);
|
|
3263
3267
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3264
3268
|
return f4ah6o$yyjj$yaml$$Token$new($64$f4ah6o$47$yyjj$47$yaml$46$TokenKind$Dash, f4ah6o$yyjj$common$$Span$new(start, f4ah6o$yyjj$yaml$$Lexer$current_pos(self)));
|
|
3265
|
-
case 46: if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1), f4ah6o$yyjj$yaml$$next_token$46$constr$47$
|
|
3269
|
+
case 46: if (moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 1), f4ah6o$yyjj$yaml$$next_token$46$constr$47$1173) && moonbitlang$core$builtin$$Eq$equal$25$(f4ah6o$yyjj$yaml$$Lexer$peek_at(self, 2), f4ah6o$yyjj$yaml$$next_token$46$constr$47$1174)) {
|
|
3266
3270
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3267
3271
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|
|
3268
3272
|
f4ah6o$yyjj$yaml$$Lexer$advance(self);
|