-
Notifications
You must be signed in to change notification settings - Fork 892
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
ES6 module support #80
Comments
Yes, indeed. Currently, I have not enough time for this. |
@hgoebl I'm going to give this a try, I have an idea how to simplify the code and the import process overall. I'll try on a different branch and maybe discuss it separately based on the PR. |
@serbanghita I guess a natural way to do is that feature-detect if browser supports es6 module, then export if so? |
I'm not quite sure what exactly is this issue about. I came here to report thats it's hard to import it in my ES6 JS/TS project. I'm transpiling it to ES5 anyway, so I don't mind browser-side module support. My issue is that it's:
Should I create new issue? |
@Zielak this issue is for that :) |
+1, ES6 import would be nice |
Hello, please know to tell me if it already works with ES6, otherwise what a way to do! Thank you! |
Everybody is welcome to create a PR. |
It would be great if mobile-detect supports ES6 module style :)
The text was updated successfully, but these errors were encountered: