@oxc-project/types to export a Node
union type
#9573
Labels
C-enhancement
Category - New feature or request
Node
union type
#9573
A
Node
type export from@oxc-project/types
would be super convenient when writing a function that can accept any AST node. For example, when writing a minimal tree traverser.For reference, estree types does something like this https://unpkg.com/browse/@types/estree@1.0.6/index.d.ts:
The text was updated successfully, but these errors were encountered: