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

Compiler: support for es6 import/export #1529

Merged
merged 1 commit into from
Nov 26, 2023
Merged

Compiler: support for es6 import/export #1529

merged 1 commit into from
Nov 26, 2023

Conversation

hhugo
Copy link
Member

@hhugo hhugo commented Nov 15, 2023

fix #1396

  • fix variable scopes (during renaming)
  • allow import in jsoo stubs

@hhugo hhugo merged commit 21ea765 into master Nov 26, 2023
15 checks passed
@hhugo hhugo deleted the import-export branch November 26, 2023 15:12
@cometkim
Copy link

Is this not available yet? I tried --enable=es6 but it had no effect.

@hhugo
Copy link
Member Author

hhugo commented Jul 17, 2024

The pr just add the support in the js parser/printer but the jsoo compiler doesn't use it. Maybe #551 #1161 is what you are after

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

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] ES6 module support (import/export)
2 participants