-
-
Notifications
You must be signed in to change notification settings - Fork 670
Support export * as my_variable_name
#498
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
Comments
Is Other than that, if it isn't valid TS, it might be possible to support it nonetheless if there's interest. |
@dcodeIO You know what, you may be right, maybe I dreamt it that it was valid syntax. 😂 Feel free to close if it is not. |
Oh wait yup, it's only a proposal: https://github.com/tc39/proposal-export-ns-from And can be achieved with: https://stackoverflow.com/questions/42728140/is-it-possible-to-export-as-foo-in-typescript I'll go ahead and close this, thanks for catching that! 😄 |
relates to #27
The issue above is fixed, but we still get errors for
export * as
...The text was updated successfully, but these errors were encountered: