An open API service indexing awesome lists of open source software.

https://github.com/marbemac/rollup-v4-bun-compat


https://github.com/marbemac/rollup-v4-bun-compat

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

Install bun: `curl -fsSL https://bun.sh/install | bash`

```
yarn

// works (node >= 18)
node main.mjs

// does not work (as of bun v1.0.6)
bun main.mjs
```