https://github.com/mishoo/UglifyJS
Revision 0489d6de6499154c758a6464387546ec5a060f67 authored by Alex Lam S.L on 17 March 2017, 18:33:51 UTC, committed by GitHub on 17 March 2017, 18:33:51 UTC
allow test to pass if both `input` and `expect` throws the same kind of error
1 parent fb09283
Raw File
Tip revision: 0489d6de6499154c758a6464387546ec5a060f67 authored by Alex Lam S.L on 17 March 2017, 18:33:51 UTC
handle runtime errors in `expect_stdout` (#1618)
Tip revision: 0489d6d
ISSUE_TEMPLATE.md
- Bug report or feature request?
- `uglify-js` version (`uglifyjs -V`)
- JavaScript input - ideally as small as possible.
- The `uglifyjs` CLI command executed or `minify()` options used.
- An example of JavaScript output produced and/or the error or warning.

Note: the release version of `uglify-js` only supports ES5. Those wishing to minify ES6 should use the experimental [`harmony`](https://github.com/mishoo/UglifyJS2#harmony) branch.
back to top