Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-11Fix #167: non-enumerable globals are now also prefixed with `var`fix-167-global-var-leakageRens Baardman
2015-01-16ignore invalid variable names during injection of global paramsZolmeister
2014-11-04Fix shadowing of internal `module`, `exports` and `require` when a global ↵Johannes Ewald
counterpart exists @see https://github.com/jhnns/rewire-webpack/pull/6
2014-05-20Added fix for node 0.11.x testsJohannes Ewald
2012-07-17- Fixed error in commentJohannes
2012-07-10- fixed parsing error when trying to set a function as mockv0.3.2Johannes
- update to mocha 1.3.x - fixed minor IE issues
2012-07-02- changed browserify version to 1.13.5Johannes
- fixed global var injection in the browser
2012-06-21removed "use strict"; to avoid influencing not-strict modulesJohannes
2012-06-12- changed APIv0.2.0Johannes
- introduced __set__ and __get__ to rewired modules