es-safe-ie
AST transformations to make JS safe for IE 8 and lower.
For example from:
foo;
to:
foo'finally';
Usage
var transform = ;;
or on the command line:
$ cat script.js$ esparse script.js | es-safe-ie | uglify --spidermonkey
AST transformations to make JS safe for IE 8 and lower.
For example from:
foo;
to:
foo'finally';
var transform = ;;
or on the command line:
$ cat script.js$ esparse script.js | es-safe-ie | uglify --spidermonkey
npm i es-safe-ie
3
0.0.3
BSD-2-Clause