-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sandbox to babel/website plugin docs #42
Comments
https://github.com/babel/website/tree/master/docs Parsing the markdown from the website might be more difficult than anticipated due to the inconsistencies between the documentation of different plugins. Most have an example input and output, but some other ones have different formats/explanation like this one |
Ooooph, ok. Can you:
|
We can do this entire ticket manually if need be. |
I think there are like 130 plugins? |
Every Babel plugin includes an example "in, out, and config" in the docs:
https://babeljs.io/docs/en/babel-plugin-minify-mangle-names
With our sandbox, we'd be able to render these interactively.
babel/website
plugin string
,config
, andin
propertiesbabelsandbox.com/?plugin=:pluginString&in=:in
<iframe src="..."></iframe>
The text was updated successfully, but these errors were encountered: