-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Make sure each plugin has an example #1023
Comments
I'm wondering what should we do if there's another information on a README in babel.github.io other than In/Out, Install, Usage, and Options. For example, there is References on transform-object-rest-spread, should we move that section into the package's README (like babel/babel#4930) or should we just leave it on the website? |
References should be included if possible yes! If it's a transform it could link to the spec, or if it's a proposal link to that |
This issue has been automatically marked as |
cc @existentialism
everything in https://github.com/babel/babel.github.io/tree/master/docs/plugins
links to the readme in https://github.com/babel/babel/tree/master/packages such as https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions
Meaning make sure it has some kind of
in/out
example code + maybe a REPL link if it makes sense. Same with each option if it's helpfulWe should also probably make sure the format of each readme is consistent (in/out, install, usage, options)
The text was updated successfully, but these errors were encountered: