add walker and code generator to oxc-parser #9980
Replies: 2 comments
-
https://github.com/oxc-project/oxc-walker hasn't been properly documented. Given |
Beta Was this translation helpful? Give feedback.
-
We will also add a full walker that also handles TS syntax at some point soon, once we've completed alignment of the TS AST with TS-ESLint's AST. Codegen is more tricky. It's harder than you'd think to get AST back from JS into Rust, because you'd want to support not having to populate all fields - which doesn't have a direct mapping onto Rust's model. That will happen at some point, but not on immediate roadmap. |
Beta Was this translation helpful? Give feedback.
-
to replace
acorn-walk
andescodegen
Beta Was this translation helpful? Give feedback.
All reactions