|
67 | 67 | "type": "SEQ",
|
68 | 68 | "members": [
|
69 | 69 | {
|
70 |
| - "type": "SYMBOL", |
71 |
| - "name": "namespace_import" |
| 70 | + "type": "ALIAS", |
| 71 | + "content": { |
| 72 | + "type": "SYMBOL", |
| 73 | + "name": "namespace_import_export" |
| 74 | + }, |
| 75 | + "named": true, |
| 76 | + "value": "namespace_export" |
72 | 77 | },
|
73 | 78 | {
|
74 | 79 | "type": "SYMBOL",
|
|
530 | 535 | "type": "CHOICE",
|
531 | 536 | "members": [
|
532 | 537 | {
|
533 |
| - "type": "SYMBOL", |
534 |
| - "name": "namespace_import" |
| 538 | + "type": "ALIAS", |
| 539 | + "content": { |
| 540 | + "type": "SYMBOL", |
| 541 | + "name": "namespace_import_export" |
| 542 | + }, |
| 543 | + "named": true, |
| 544 | + "value": "namespace_import" |
535 | 545 | },
|
536 | 546 | {
|
537 | 547 | "type": "SYMBOL",
|
|
558 | 568 | "type": "CHOICE",
|
559 | 569 | "members": [
|
560 | 570 | {
|
561 |
| - "type": "SYMBOL", |
562 |
| - "name": "namespace_import" |
| 571 | + "type": "ALIAS", |
| 572 | + "content": { |
| 573 | + "type": "SYMBOL", |
| 574 | + "name": "namespace_import_export" |
| 575 | + }, |
| 576 | + "named": true, |
| 577 | + "value": "namespace_import" |
563 | 578 | },
|
564 | 579 | {
|
565 | 580 | "type": "SYMBOL",
|
|
595 | 610 | }
|
596 | 611 | ]
|
597 | 612 | },
|
598 |
| - "namespace_import": { |
| 613 | + "namespace_import_export": { |
599 | 614 | "type": "SEQ",
|
600 | 615 | "members": [
|
601 | 616 | {
|
|
1219 | 1234 | {
|
1220 | 1235 | "type": "FIELD",
|
1221 | 1236 | "name": "kind",
|
| 1237 | + "content": { |
| 1238 | + "type": "STRING", |
| 1239 | + "value": "var" |
| 1240 | + } |
| 1241 | + }, |
| 1242 | + { |
| 1243 | + "type": "FIELD", |
| 1244 | + "name": "left", |
1222 | 1245 | "content": {
|
1223 | 1246 | "type": "CHOICE",
|
1224 | 1247 | "members": [
|
1225 | 1248 | {
|
1226 |
| - "type": "STRING", |
1227 |
| - "value": "var" |
| 1249 | + "type": "SYMBOL", |
| 1250 | + "name": "identifier" |
1228 | 1251 | },
|
| 1252 | + { |
| 1253 | + "type": "SYMBOL", |
| 1254 | + "name": "_destructuring_pattern" |
| 1255 | + } |
| 1256 | + ] |
| 1257 | + } |
| 1258 | + }, |
| 1259 | + { |
| 1260 | + "type": "CHOICE", |
| 1261 | + "members": [ |
| 1262 | + { |
| 1263 | + "type": "SYMBOL", |
| 1264 | + "name": "_initializer" |
| 1265 | + }, |
| 1266 | + { |
| 1267 | + "type": "BLANK" |
| 1268 | + } |
| 1269 | + ] |
| 1270 | + } |
| 1271 | + ] |
| 1272 | + }, |
| 1273 | + { |
| 1274 | + "type": "SEQ", |
| 1275 | + "members": [ |
| 1276 | + { |
| 1277 | + "type": "FIELD", |
| 1278 | + "name": "kind", |
| 1279 | + "content": { |
| 1280 | + "type": "CHOICE", |
| 1281 | + "members": [ |
1229 | 1282 | {
|
1230 | 1283 | "type": "STRING",
|
1231 | 1284 | "value": "let"
|
|
4002 | 4055 | }
|
4003 | 4056 | },
|
4004 | 4057 | {
|
4005 |
| - "type": "STRING", |
| 4058 | + "type": "ALIAS", |
| 4059 | + "content": { |
| 4060 | + "type": "SYMBOL", |
| 4061 | + "name": "_ternary_qmark" |
| 4062 | + }, |
| 4063 | + "named": false, |
4006 | 4064 | "value": "?"
|
4007 | 4065 | },
|
4008 | 4066 | {
|
|
5861 | 5919 | "members": [
|
5862 | 5920 | {
|
5863 | 5921 | "type": "PATTERN",
|
5864 |
| - "value": "[^\\x00-\\x1F\\s0-9:;`\"'@#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}\\uFEFF\\u2060\\u200B\\u00A0]|\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}" |
| 5922 | + "value": "[^\\x00-\\x1F\\s\\p{Zs}0-9:;`\"'@#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}\\uFEFF\\u2060\\u200B]|\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}" |
5865 | 5923 | },
|
5866 | 5924 | {
|
5867 | 5925 | "type": "REPEAT",
|
5868 | 5926 | "content": {
|
5869 | 5927 | "type": "PATTERN",
|
5870 |
| - "value": "[^\\x00-\\x1F\\s:;`\"'@#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}\\uFEFF\\u2060\\u200B\\u00A0]|\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}" |
| 5928 | + "value": "[^\\x00-\\x1F\\s\\p{Zs}:;`\"'@#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}\\uFEFF\\u2060\\u200B]|\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}" |
5871 | 5929 | }
|
5872 | 5930 | }
|
5873 | 5931 | ]
|
|
5884 | 5942 | },
|
5885 | 5943 | {
|
5886 | 5944 | "type": "PATTERN",
|
5887 |
| - "value": "[^\\x00-\\x1F\\s0-9:;`\"'@#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}\\uFEFF\\u2060\\u200B\\u00A0]|\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}" |
| 5945 | + "value": "[^\\x00-\\x1F\\s\\p{Zs}0-9:;`\"'@#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}\\uFEFF\\u2060\\u200B]|\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}" |
5888 | 5946 | },
|
5889 | 5947 | {
|
5890 | 5948 | "type": "REPEAT",
|
5891 | 5949 | "content": {
|
5892 | 5950 | "type": "PATTERN",
|
5893 |
| - "value": "[^\\x00-\\x1F\\s:;`\"'@#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}\\uFEFF\\u2060\\u200B\\u00A0]|\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}" |
| 5951 | + "value": "[^\\x00-\\x1F\\s\\p{Zs}:;`\"'@#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}\\uFEFF\\u2060\\u200B]|\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}" |
5894 | 5952 | }
|
5895 | 5953 | }
|
5896 | 5954 | ]
|
|
6366 | 6424 | "members": [
|
6367 | 6425 | {
|
6368 | 6426 | "type": "SYMBOL",
|
6369 |
| - "name": "identifier" |
6370 |
| - }, |
6371 |
| - { |
6372 |
| - "type": "ALIAS", |
6373 |
| - "content": { |
6374 |
| - "type": "SYMBOL", |
6375 |
| - "name": "_reserved_identifier" |
6376 |
| - }, |
6377 |
| - "named": true, |
6378 |
| - "value": "identifier" |
6379 |
| - }, |
6380 |
| - { |
6381 |
| - "type": "SYMBOL", |
6382 |
| - "name": "_destructuring_pattern" |
| 6427 | + "name": "_lhs_expression" |
6383 | 6428 | },
|
6384 | 6429 | {
|
6385 | 6430 | "type": "SYMBOL",
|
|
6389 | 6434 | }
|
6390 | 6435 | },
|
6391 | 6436 | "rest_pattern": {
|
6392 |
| - "type": "SEQ", |
6393 |
| - "members": [ |
6394 |
| - { |
6395 |
| - "type": "STRING", |
6396 |
| - "value": "..." |
6397 |
| - }, |
6398 |
| - { |
6399 |
| - "type": "CHOICE", |
6400 |
| - "members": [ |
6401 |
| - { |
6402 |
| - "type": "SYMBOL", |
6403 |
| - "name": "identifier" |
6404 |
| - }, |
6405 |
| - { |
6406 |
| - "type": "SYMBOL", |
6407 |
| - "name": "_destructuring_pattern" |
6408 |
| - } |
6409 |
| - ] |
6410 |
| - } |
6411 |
| - ] |
| 6437 | + "type": "PREC_RIGHT", |
| 6438 | + "value": 0, |
| 6439 | + "content": { |
| 6440 | + "type": "SEQ", |
| 6441 | + "members": [ |
| 6442 | + { |
| 6443 | + "type": "STRING", |
| 6444 | + "value": "..." |
| 6445 | + }, |
| 6446 | + { |
| 6447 | + "type": "SYMBOL", |
| 6448 | + "name": "_lhs_expression" |
| 6449 | + } |
| 6450 | + ] |
| 6451 | + } |
6412 | 6452 | },
|
6413 | 6453 | "method_definition": {
|
6414 | 6454 | "type": "PREC_LEFT",
|
|
10109 | 10149 | },
|
10110 | 10150 | {
|
10111 | 10151 | "type": "PATTERN",
|
10112 |
| - "value": "[\\s\\uFEFF\\u2060\\u200B\\u00A0]" |
| 10152 | + "value": "[\\s\\p{Zs}\\uFEFF\\u2060\\u200B]" |
10113 | 10153 | }
|
10114 | 10154 | ],
|
10115 | 10155 | "conflicts": [
|
|
10166 | 10206 | "computed_property_name",
|
10167 | 10207 | "array"
|
10168 | 10208 | ],
|
| 10209 | + [ |
| 10210 | + "binary_expression", |
| 10211 | + "_initializer" |
| 10212 | + ], |
10169 | 10213 | [
|
10170 | 10214 | "call_expression",
|
10171 | 10215 | "binary_expression"
|
|
10190 | 10234 | "binary_expression",
|
10191 | 10235 | "await_expression"
|
10192 | 10236 | ],
|
| 10237 | + [ |
| 10238 | + "class" |
| 10239 | + ], |
10193 | 10240 | [
|
10194 | 10241 | "nested_identifier",
|
10195 | 10242 | "nested_type_identifier",
|
|
10265 | 10312 | "primary_expression",
|
10266 | 10313 | "literal_type"
|
10267 | 10314 | ],
|
| 10315 | + [ |
| 10316 | + "primary_expression", |
| 10317 | + "literal_type", |
| 10318 | + "pattern" |
| 10319 | + ], |
| 10320 | + [ |
| 10321 | + "primary_expression", |
| 10322 | + "literal_type", |
| 10323 | + "rest_pattern" |
| 10324 | + ], |
| 10325 | + [ |
| 10326 | + "primary_expression", |
| 10327 | + "predefined_type", |
| 10328 | + "rest_pattern" |
| 10329 | + ], |
10268 | 10330 | [
|
10269 | 10331 | "primary_expression",
|
10270 | 10332 | "_primary_type"
|
|
10456 | 10518 | "name": "arrow_function"
|
10457 | 10519 | }
|
10458 | 10520 | ],
|
10459 |
| - [ |
10460 |
| - { |
10461 |
| - "type": "SYMBOL", |
10462 |
| - "name": "rest_pattern" |
10463 |
| - }, |
10464 |
| - { |
10465 |
| - "type": "STRING", |
10466 |
| - "value": "assign" |
10467 |
| - } |
10468 |
| - ], |
10469 | 10521 | [
|
10470 | 10522 | {
|
10471 | 10523 | "type": "STRING",
|
|
10827 | 10879 | "type": "SYMBOL",
|
10828 | 10880 | "name": "primary_expression"
|
10829 | 10881 | }
|
| 10882 | + ], |
| 10883 | + [ |
| 10884 | + { |
| 10885 | + "type": "SYMBOL", |
| 10886 | + "name": "decorator_call_expression" |
| 10887 | + }, |
| 10888 | + { |
| 10889 | + "type": "SYMBOL", |
| 10890 | + "name": "decorator" |
| 10891 | + } |
| 10892 | + ], |
| 10893 | + [ |
| 10894 | + { |
| 10895 | + "type": "SYMBOL", |
| 10896 | + "name": "literal_type" |
| 10897 | + }, |
| 10898 | + { |
| 10899 | + "type": "SYMBOL", |
| 10900 | + "name": "pattern" |
| 10901 | + } |
| 10902 | + ], |
| 10903 | + [ |
| 10904 | + { |
| 10905 | + "type": "SYMBOL", |
| 10906 | + "name": "predefined_type" |
| 10907 | + }, |
| 10908 | + { |
| 10909 | + "type": "SYMBOL", |
| 10910 | + "name": "pattern" |
| 10911 | + } |
10830 | 10912 | ]
|
10831 | 10913 | ],
|
10832 | 10914 | "externals": [
|
|
10838 | 10920 | "type": "SYMBOL",
|
10839 | 10921 | "name": "_template_chars"
|
10840 | 10922 | },
|
| 10923 | + { |
| 10924 | + "type": "SYMBOL", |
| 10925 | + "name": "_ternary_qmark" |
| 10926 | + }, |
10841 | 10927 | {
|
10842 | 10928 | "type": "STRING",
|
10843 | 10929 | "value": "||"
|
|
0 commit comments