oxc/tasks
rzvxa 7538af12d8 feat(ast_codegen): add visit generator (#3954)
~~The generated code is only here for the sake of my own comparison (instead of manually keeping a backup of the old generated file). I would clean this up as soon as it is ready, submit some parts of it as the down stack, and stack the actual generated code on top of this. So please don't let the huge diff distract you, It won't have many conflicts since almost all of these are the generated visit code, which is completely contained to its own module(other than some minor renaming refactors).~~

The order of function definitions is a bit different, I've used a depth-first search, We can switch to a breadth-first one to align functions more closely to the original.
2024-07-02 10:18:45 +00:00
..
ast_codegen feat(ast_codegen): add visit generator (#3954) 2024-07-02 10:18:45 +00:00
benchmark refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00
common chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
coverage refactor(parser): use function instead of trait to parse delimited lists (#4014) 2024-07-02 14:47:56 +08:00
javascript_globals chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
lint_rules chore(ci): now we mark both ts alias and eslint rules. (#3813) 2024-06-22 04:55:34 +00:00
minsize chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
prettier_conformance chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
rulegen perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00
transform_conformance fix(transformer/typescript): declare class incorrectly preserved as runtime class (#3997) 2024-07-01 16:04:40 +00:00
website feat(linter): support vitest/no-disabled-tests (#3717) 2024-06-24 15:16:32 +00:00
libs.txt refactor(benchmark): use more complicated files (#1811) 2023-12-25 17:27:02 +08:00