← Back to context

Comment by throwaway27448

2 days ago

Can anyone explain why bun was used to begin with?

Processing the YouTube-scripts to get to the video addresses. It was never the default option for that purpose, which is deno.

Or better yet, can someone explain why they build JS from python scripts with manual support for each package manager and a lockfile for each?

Obviously the JS build should happen outside of Python and use one package manager instead of attempting to support them all.