GithubHelp home page GithubHelp logo

Comments (1)

NullVoxPopuli avatar NullVoxPopuli commented on May 29, 2024

Hello! I would like bun to support ember-cli as well. Bun seems very fast, but in practicality, it hasn't been very easy for any of my tools to adopt (ember-cli included!)

I tried running ember-cli with bun, and ran in to this: oven-sh/bun#5121

I'd also opened this issue: #10371 (so this #10444 may be considered a duplicate of #10371)

imo, it's not so much a feature that ember-cli supports bun, but moreso that bun needs to implement process/EventEmitter correctly 😅 (or declare a good reason why they won't, and then we can move on from there with bun-specific branching or something (but that's kinda gross)) (or, ember-cli removes it's process instanceof EventEmitter check, and either work-around the issue or do something simpler during initialization.

In particular, there is this code within ember-cli:

if (outerProcess instanceof EventEmitter === false) {

I don't know why we need to capture an outerProcess. ember-cli has been around since the Node 0.x days, so it's possible that none of this code is needed in modern node, and by removing code that not needed by Node < 16, maybe we'll accidentally be compatible with bun.

from ember-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.