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

ES6 module support #30

Open
Globegitter opened this issue Nov 9, 2015 · 2 comments
Open

ES6 module support #30

Globegitter opened this issue Nov 9, 2015 · 2 comments

Comments

@Globegitter
Copy link

Hey there, just trying out your module and loving it because it is type inference out of the box and type annotations on the roadmap, rather than the other way around.

We are using es6 modules in our source code (with some custom path imports, e.g. import x from '//common/library/path') and right now infernu just fails on the first line import. Would be great to see that support at some point :)

Thanks for this tool btw, looking great so far!

@sinelaw
Copy link
Owner

sinelaw commented Nov 10, 2015

Thanks, I agree we want this. This requires the JS parser, https://github.com/jswebtools/language-ecmascript, to support ES6. Not sure if anyone is working on that...

@achudnov
Copy link

Maybe in a galaxy far, far away... There aren't plans to support ES6
right now. Will accept PRs, though.

On 11/10/2015 08:24 AM, Noam Lewis wrote:

Thanks, I agree we want this. This requires the JS parser,
https://github.com/jswebtools/language-ecmascript, to support ES6. Not
sure if anyone is working on that...


Reply to this email directly or view it on GitHub
#30 (comment).

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

No branches or pull requests

3 participants