compiler icon indicating copy to clipboard operation
compiler copied to clipboard

🩹 Add function for inlining a stdlib/prelude to compiled JS output.

Open hayleigh-dot-dev opened this issue 4 years ago • 0 comments

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

hayleigh-dot-dev avatar Aug 18 '21 19:08 hayleigh-dot-dev