Skip to content

Compiler: support for es6 import/export#1529

Merged
hhugo merged 1 commit intomasterfrom
import-export
Nov 26, 2023
Merged

Compiler: support for es6 import/export#1529
hhugo merged 1 commit intomasterfrom
import-export

Conversation

@hhugo
Copy link
Copy Markdown
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
@hhugo hhugo deleted the import-export branch November 26, 2023 15:12
@cometkim
Copy link
Copy Markdown

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

@hhugo
Copy link
Copy Markdown
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