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

Cannot pass multiple input files #114

Open
bdukes opened this issue Apr 24, 2023 · 0 comments · May be fixed by #115
Open

Cannot pass multiple input files #114

bdukes opened this issue Apr 24, 2023 · 0 comments · May be fixed by #115

Comments

@bdukes
Copy link

bdukes commented Apr 24, 2023

With the main elm executable, I can run elm make src/Main.elm src/Main2.elm --output dist/out.js and it'll compile both modules. However, elm-optimize-level-2 src/Main.elm src/Main2.elm --output dist/out.js will only compile the first (in fact, compilation errors in the second module will be ignored altogether). Is this feature intended to be supported?

@bdukes bdukes linked a pull request Apr 25, 2023 that will close this issue
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 a pull request may close this issue.

1 participant