Boshen
|
6e5447e5d5
|
chore(coverage): add test for huge binary expression and nested if statements (#4084)
relates https://github.com/oxc-project/backlog/issues/58
|
2024-07-08 00:15:26 +08:00 |
|
Boshen
|
aaac2d8775
|
fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055)
…operator precedence
Calculating from operator precedence is currently unsafe and will result
incorrect semantics.
|
2024-07-05 14:01:17 +08:00 |
|
DonIsaac
|
63f36daae0
|
feat(parser): parse modifiers with parse_modifiers (take 2) (#3977)
Same as #3948, with fixes for bugs found by @Boshen.
|
2024-06-30 03:46:34 +00:00 |
|
Boshen
|
275349a9fe
|
fix(parser): parse function type parameter name accessor (#3926)
fixes #3910
|
2024-06-26 13:34:24 +00:00 |
|
Dunqing
|
cf41513d28
|
fix(parser): parse const extends in arrow functions correctly (#3450)
close: #3443
|
2024-05-28 21:34:52 +08:00 |
|
Boshen
|
6078a6d292
|
fix(parser): fix lexer error while parsing parenthesized arrow expressions (#3400)
closes #3399
|
2024-05-24 09:59:17 +00:00 |
|
Boshen
|
c4ccf9f4d8
|
fix(parser): parse DecoratorCallExpression when Arguments contains MemberExpression (#3265)
closes #3261
closes #3262
```
DecoratorCallExpression[Yield, Await] :
DecoratorMemberExpression[?Yield, ?Await] Arguments[?Yield, ?Await]
```
|
2024-05-14 03:18:41 +00:00 |
|
Boshen
|
798a1fde09
|
fix(parser): fix failed to parse JSXChild after JSXEmptyExpression (#2726)
fixes #2723
|
2024-03-15 13:39:20 +08:00 |
|
Boshen
|
86ee074678
|
fix(parser): remove all duplicated comments in trivia builder (#2689)
|
2024-03-12 17:51:22 +08:00 |
|
Boshen
|
e2d2ce3369
|
feat(parser): parse decorators properly (#2603)
closes #2562
|
2024-03-04 19:30:41 +08:00 |
|
Dunqing
|
60db720fa6
|
feat(parser): parse import attributes in TSImportType (#2436)
close: #2394
64d2eeea7b/src/compiler/types.ts (L2177-L2185)
The corresponding test cases were skipped, so I manually added some
cases to misc
f5db48237f/tasks/coverage/src/typescript.rs (L118-L121)
|
2024-02-19 12:26:42 +08:00 |
|
Boshen
|
1cbd7539fb
|
feat(coverage): add prettier idempotency test (#2402)
closes #1329
|
2024-02-12 15:30:16 +08:00 |
|