babel / babylon

PSA: moved into babel/babel as @babel/parser -->

Home Page:https://github.com/babel/babel/tree/master/packages/babel-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export a constant with the list of valid plugins

jamiebuilds opened this issue · comments

Babylon should probably be validating the plugins that you enable. But it would also be useful to export them all as an array of strings.

Would be useful in something like astexplorer, so it doesn't have to maintain its own list.

This issue has been moved to babel/babel#6675.