expo / vscode-expo

Expo Tools keep you productive with debugging, IntelliSense, and prebuild previews
https://marketplace.visualstudio.com/items?itemName=expo.vscode-expo-tools
MIT License
413 stars 11 forks source link

refactor: use `bun` instead of `npm` to install packages #228

Closed byCedric closed 1 year ago

byCedric commented 1 year ago

Linked issue

Let's see how good it is 😄

Note, I removed the github caching since that's pretty slow on windows and mac.


Edit: it's pretty good, especially for the test fixtures. Unfortunately, there are a few blocking issues right now:

The bun build issue is related to ESM being created: image

byCedric commented 1 year ago

Superseded by #229