Skip to content
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

Document which Babel transforms are needed #29

Open
stubailo opened this issue Dec 23, 2016 · 0 comments
Open

Document which Babel transforms are needed #29

stubailo opened this issue Dec 23, 2016 · 0 comments
Assignees

Comments

@stubailo
Copy link
Contributor

Using ES2015 is great, but the tutorial uses some features such as static class properties which are still in the proposal stage. In this case, I think it's important to document which features are being used outside of ES2015, and tell people how to get those Babel transforms.

I heard about this in the context of Meteor, which is relatively conservative in that it supports mostly things that have made it into an ECMAScript specification, so doesn't include static class properties.

In this case the transform is: https://babeljs.io/docs/plugins/transform-class-properties/

But there might be others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants