You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: