Download Source Code rewire 2.3.4

  • Post author:
  • Post category:Download

Johannes Ewald is announcing that rewire with version number 2.3.4 is already available to download.

What is rewire ?

rewire is A Node.js module for handling dependency injection tasks .

Rewire will handle all of a module’s dependencies, retrieving and loading  (via require calls) extra-modules as they’re needed inside a Node.js powered app.Rewire can also be used to inject mocks for other modules, leak and overrire variables.To work client-side, tools like webpack or Browserify are needed.

This is changelog for rewire version 2.3.4 :

  • Added possibility to mock undefined
  • Implicit globals

You can read the complete changelog and also download this latest version on their homepage: github.com