Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 405 Bytes

DRAWBACKS.md

File metadata and controls

9 lines (8 loc) · 405 Bytes

Drawbacks

  • Only works with CommonJS module systems that are very similar to Node's module system.
  • Adds some overhead to module evaluation.
  • Affects every yet-to-be required module in the Node process.
    Only modules in packages that explicitly depend on reify.
  • Not a general solution for other kinds of JavaScript compilation.
  • Not a solution for asynchronous module loading, yet.