You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're not quite ready to switch to `bun` for the entire project yet. In particular, we still rely on `npm` and `package-lock.json` for dependency installation.
For remaining blockers, see: #294
bun
has a lot of advantages for development:node
to start up for scripts.npm
at installing dependencies (althoughnpm
is a lot better than it used to be).esbuild
-inspired API, which could remove the need for a separate bundler.Issues blocking complete adoption for
cubing.js
:playwright
usingbun
: Fails to run Playwright browser automtation library oven-sh/bun#2492bun
.import.meta.resolve(…)
arguments in the source graph forbun build
oven-sh/bun#2906import.meta.resolve(…)
oven-sh/bun#2472We'll always want to test the build against
node
, but this can be one fairly simple test among all other tests.The text was updated successfully, but these errors were encountered: