stacksjs / stacks

⚛️ Type-safe full-stack framework for Artisans. Develop modern clouds, apps & framework-agnostic libraries, faster.
https://stacksjs.org
MIT License
499 stars 9 forks source link

Bun Implementation #212

Closed chrisbbreuer closed 9 months ago

chrisbbreuer commented 1 year ago

Discussed in https://github.com/stacksjs/stacks/discussions/211

Originally posted by **chrisbbreuer** October 16, 2022 Hi everyone, _TLDR: Bun is an "incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one."_ Upon viewing @Jarred-Sumner's [Vite talk](https://twitter.com/jarredsumner/status/1581427214691708929/photo/1), it sure looks like this could be a great direction to be explored. I really enjoy the direction Bun is headed with their tooling. _TODO:_ - [x] Implement the Bun Runtime - [x] Implement Bun's Package Manager - [x] Implement Bun's dev server - [x] Implement Bun's bundler
chrisbbreuer commented 1 year ago

The Nitro preset discussion can be followed here.

If this feature ends up being last to develop to a v1 Stacks release, we will provide a PR for the Nitro engine 🤙🏼

chrisbbreuer commented 1 year ago
  • [ ] Create Bun runtime to be launched into Lambda