-
Notifications
You must be signed in to change notification settings - Fork 42
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
Switch from bash scripts to higher language #771
Comments
We decided to use the Compiling can be done with We can probably maintain compabillity to old tools by leaving some helper shell scripts, which are called from node. |
I'm not sure it's viable right now, but Node.js is investigating making this a native feature. See: |
yes, but it's not working when we need other native modules. |
I threw together a proof-of-concept compiled with It doesn't do anything, except show how to compile to a single-file app. |
can we compile as esm instead of commonjs? otherwise we are again stuck from modern packages . |
I can try, but it isn't officially supported. See vercel/pkg#1291 |
I managed to get ESM working 🎉 |
FYI I've been using |
Good old plain common js 🙈 😅 |
Just as a note, deno now supports npm packages with |
We need to decide to which higher language we switch, because we've some features which are prettey complex to implement inside bash scripts.
So Idea's / preferences?
The text was updated successfully, but these errors were encountered: