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

CommonJS reexports #8

Open
andreaphylum opened this issue Apr 19, 2023 · 0 comments
Open

CommonJS reexports #8

andreaphylum opened this issue Apr 19, 2023 · 0 comments
Labels
enhancement New feature or request needs triage Used to indicate that an issue hasn't been reviewed

Comments

@andreaphylum
Copy link
Contributor

CommonJS reexports aren't supported yet because there are no scope lookups separating the export from the import.

We could make a special case out of this; this would solve the problem, but could have unintended side effects to other import forms, and we should carefully assess whether all conceivable kinds of reexport will be covered.

We should build test cases to assess whether side-effect support automatically makes this go away.

@andreaphylum andreaphylum added enhancement New feature or request needs triage Used to indicate that an issue hasn't been reviewed labels Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage Used to indicate that an issue hasn't been reviewed
Projects
None yet
Development

No branches or pull requests

1 participant