Commit 08e666f
committed
Pure refactor. Add more `#[estree]` attributes to `RegExpFlagsAlias` type. These have no effect on generated code for JSON serialization or raw transfer deserialization, as `RegExpFlagsAlias` already has a custom converter. But it simplifies the codegen for lazy deserialization.
1 parent 3e0001d commit 08e666f
3 files changed
Lines changed: 4 additions & 15 deletions
File tree
- crates/oxc_ast/src/ast
- napi/parser/generated/deserialize
- tasks/ast_tools/src/generators
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6661 | 6661 | | |
6662 | 6662 | | |
6663 | 6663 | | |
6664 | | - | |
6665 | 6664 | | |
6666 | 6665 | | |
6667 | 6666 | | |
| |||
6675 | 6674 | | |
6676 | 6675 | | |
6677 | 6676 | | |
6678 | | - | |
6679 | | - | |
6680 | | - | |
6681 | | - | |
6682 | | - | |
6683 | 6677 | | |
6684 | | - | |
6685 | | - | |
6686 | | - | |
| 6678 | + | |
6687 | 6679 | | |
6688 | 6680 | | |
6689 | 6681 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
| 478 | + | |
482 | 479 | | |
483 | 480 | | |
484 | 481 | | |
| |||
0 commit comments