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

Investigate potential --esm make flag #9

Open
2 tasks
supermario opened this issue Sep 8, 2023 · 0 comments
Open
2 tasks

Investigate potential --esm make flag #9

supermario opened this issue Sep 8, 2023 · 0 comments

Comments

@supermario
Copy link
Member

supermario commented Sep 8, 2023

Basically the stuff that https://www.npmjs.com/package/elm-esm does but native.

Elm's current IIFE (immediately invoked function expression) setup is here:

"(function(scope){\n'use strict';"

Stuff to look into

  • Can a generateEsm function be written right next to there that does what we need?
    • If not, what other changes does ESM output require?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant