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-11Merge branches 'update-travis-node-versions', 'change-carriage-returns' and ↵Rens Baardman
'fix-167-global-var-leakage'
2019-06-11Fix #167: non-enumerable globals are now also prefixed with `var`fix-167-global-var-leakageRens Baardman
2019-06-11Change line endings from carriage returns to line feedschange-carriage-returnsRens Baardman
2017-11-11Remove legacy code for node < 4Johannes Ewald
2017-11-11Refactor codeJohannes Ewald
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-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