esperantojs / esperanto

DEPRECATED: An easier way to convert ES6 modules to AMD and CommonJS
http://esperantojs.org
234 stars 21 forks source link

graceful-fs@2 and @3 support will be removed soon #193

Closed ChALkeR closed 8 years ago

ChALkeR commented 8 years ago

Hi. esperanto is currently #22 in my list of modules that would likely to 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.

/cc @stefanpenner @Rich-Harris

Rich-Harris commented 8 years ago

Hi, thanks for reaching out – I've updated the offending dependency and released a patch version so this will no longer cause problems.