Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As dev, I want a quick evaluation of Bun compatibility and performance #437

Open
sgoumaz opened this issue Jul 19, 2022 · 1 comment
Open

Comments

@sgoumaz
Copy link
Member

sgoumaz commented Jul 19, 2022

https://bun.sh/

@perki
Copy link
Member

perki commented Sep 21, 2022

One first try:

  1. replaced node by bun in api-server/bin/server

  2. added some ? to process.stdout?.fd and .stdout

    Add process.stdin, process.stdout and process.stderr oven-sh/bun#894

  3. removed airbrake from boiler as async_hooks is not supported

  4. removed version checking into yargs package

  5. Stopped when "EventEmmiter" implemntations thrown a "The superclass is not a constructor."

    See: https://stackoverflow.com/questions/69717406/typeerror-eventemitter-is-not-a-constructor-at-new-mapboxgeocoder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants