-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
Description
💻
- Would you like to work on this feature?
What problem are you trying to solve?
I want to extend the parser by adding a custom plugin through parserOpts.plugins.
Currently, this is not possible, so I can only fork it.
Describe the solution you'd like
I hope to expand the functionality of the parser by adding my own implemented parser plugin through npm installation.
Describe alternatives you've considered
In my own parser, I call @babel/parser's parse for the js part.
Or simply fork a copy and modify it myself.
Documentation, Adoption, Migration Strategy
No response
Reactions are currently unavailable