varify / 0.1.1 last updated 3 years ago created on May 22nd 2013
Install
npm install --save varify
Clone
git clone git@github.com:thlorenz/varify.git
maintainers
versions
| 0.1.1 | 3 years ago | thlorenz |
| 0.1.0 | 3 years ago | thlorenz |
readme
varify 
browserify transform that converts all const assignments to var assignments.
Why?
So you can get the benefits of immutable variables with help of lint tools while staying compatible with older browsers
that have no const.
Example
Given this JavaScript:
Running browserify with varify transform:
Outputs: