-
Notifications
You must be signed in to change notification settings - Fork 8
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
Possible ES6-related improvements #11
Comments
I agree. |
Some initial investigation:
|
true, never ran into problems with nodejs yet though. The API (and most connectors) need to be able to run (and thus tested) both in nodejs, in browsers and react native (even expo.io) so we'd need or be using babel / browserify (or webpack) already. |
Closed with #13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two small proposals:
Both would modernize the code. The dynamic import is not natively supported in firefox and IE (is supported by Chrome/Safari/Edge/NodeJS), but is supported by Babel, so as I see it this shouldn't cause any problems.
The text was updated successfully, but these errors were encountered: