eugeneware / eugeneware/debowerify
graceful-fs@2 and @3 support will be removed soon
- Dominant language
- JavaScript
- Stars
- 490
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Hi. `debowerify` is currently `#69` in my [list of modules](https://gist.github.com/ChALkeR/d39b49642e02277d2292d66c2ea0bced) that would likely be broken when https://github.com/nodejs/node/pull/6413 lands (which is anticipated to happen before v7.0).
Note that `graceful-fs@1` and `graceful-fs@4` are ok and would not be broken by this, but a `require()` on `graceful-fs@2` or `graceful-fs@3` would cause an error soon.
That is, runtime warning `fs: re-evaluating native module sources is not supported.` would be turned into a throw.
If you or your deps use `graceful-fs@2` or `graceful-fs@3` in runtime — you are affected.
Tracking: https://github.com/nodejs/node/issues/5213.
Contributor guide
Assessment
This issue has not been assessed yet.