compiler
compiler copied to clipboard
🩹 Add function for inlining a stdlib/prelude to compiled JS output.
This will tide us over until we have proper multi-file project support and package imports. It'll be quite a bit chunk of JS, we'll need a prelude to cover:
- Objects
- Arrays
- Number
- String
- DOM manipulation
- probably more