Use esbuild instead of rollup#45
Conversation
|
Not sure who to ping here for Nix, but @Mynacol or @SuperSandro2000: I'm intending to drop It would be nice to know if this combination would still work for you guys. |
|
Seems to work for us: |
|
I'm sorry for the long roundtrip time, but I have finally managed to find some more time to work on this. I have remoevd the With this change I consider this ready for review. |
Fixes #42
Still work in progress as yt-dlp will have to be adapted for the resulting bundles for testing.
This is slightly problematic as we
deno task bundleto usedeno, nothing else. We could keep it like this and just keep the precedence logic.This also gets rid of some dependencies and moves all of the building logic into Python land, so we don't ever have to invoke javascript for the actual building part.