Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
meteor-promise
and fibers
, which appear to be unused entir…
…ely. While originally introduced in #92 to accommodate Meteor, it seems that we're no longer making `Promise`s Fiber-aware using the `meteor-promise` library which leverages `fibers` under-the-hood. Since this package seems to be the sole reason that bootstrapping is failing on Node.js 12. To support Node.js 12, we could update to `fibers@4` which accommodates changes to the V8 API which have been made in recent Node.js versions, the `fibers@4` implementation is only compatible with Node.js 10 and 12 and is incompatible with Node.js 8, which we still actively support (though not for much longer!).
- Loading branch information