Revision 569c21e952c99340db73d6ad1c7102500cc1b341 authored by Alex Lam S.L on 17 May 2017, 12:10:50 UTC, committed by GitHub on 17 May 2017, 12:10:50 UTC
- remove `options.output.unescape_regexps`
- preserve original pattern whenever possible

fixes #54
fixes #1929
1 parent 87c3a2c
Raw File
ISSUE_TEMPLATE.md
**Bug report or feature request?** 

<!-- Note: sub-optimal but correct code is not a bug -->

**ES5 or ES6+ input?** 

<!-- Note: for ES6 see: https://github.com/mishoo/UglifyJS2/tree/harmony#harmony -->

**Uglify version (`uglifyjs -V`)**

**JavaScript input**  <!-- ideally as small as possible -->

**The `uglifyjs` CLI command executed or `minify()` options used.**

**JavaScript output or error produced.**

<!--
    Note: `uglify-js` only supports ES5. 
    Those wishing to minify ES6 should use `uglify-es`.
-->
back to top