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

Do not use experimental JavaScript #78

Closed
3 tasks
balloob opened this issue Dec 10, 2016 · 1 comment
Closed
3 tasks

Do not use experimental JavaScript #78

balloob opened this issue Dec 10, 2016 · 1 comment

Comments

@balloob
Copy link

balloob commented Dec 10, 2016

Using experimental JavaScript is not the right way to go. It will change until it is finalized and thus will cause us to have to update our code in the future. It also forces us to use babel-eslint which has blocked us in the past from upgrading to a newer Babel version.

I suggest we limit Babel to only the presets es2015 and react.

  • Add package with polyfill for Object.assign and use that.
  • Rewrite decorators to function calls
  • Other stage 1/2 stuff that sneaked in
@gthomas-appfolio
Copy link
Contributor

Added related #85

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