Support any JSEnv? #5936
ThijsBroersen
started this conversation in
Development
Replies: 1 comment 1 reply
-
I think having a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would very much like to be able to roll my own JSEnv. Currently Mill only allows for a curated set of JSEnv implementations with a fixed set of configuration options.
At the moment I am using Playwright a lot, because it has some nice out-of-the-box support for auto-downloading required browser components. But before I could use this I had to build my own Mill version with a mill-jsenv for this. This PR is waiting for quite a while: #5777
It would be really great if it does not require a Mill modification to try a new JSEnv in a project but just importing a library in the build.
Beta Was this translation helpful? Give feedback.
All reactions