Rewrite Scala.js linking to enable packaging of projects without a main method#3992
Conversation
|
Random question - @sjrd is what I do here a good idea? |
|
That's what the But I'm not sure what you're even trying to achieve here. What is the expected result of that function? |
Ah, that's a piece of information I was missing. I suppose that's a potential follow-up refactor, so that the modules'
https://scala-cli.virtuslab.org/docs/commands/package#scalajs |
|
If you want to run the code, that's a bit more difficult. Then you need to know which module to start executing, basically. For that, even the sbt plugin assumes there is a |
Thanks, that confirms my assumptions. |
793ae8b to
4b76d8e
Compare
Fixes #3964