Skip to content

Commit

Permalink
Merge pull request #1876 from alexlamsl/harmony-v3.0.0
Browse files Browse the repository at this point in the history
Merging from master for 3.0.0
  • Loading branch information
alexlamsl authored May 7, 2017
2 parents 73d6438 + b4c18f6 commit 3fac29a
Show file tree
Hide file tree
Showing 83 changed files with 9,719 additions and 8,673 deletions.
21 changes: 16 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
- Bug report or feature request? <!-- Note: sub-optimal but correct code is not a bug -->
- `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.
**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-js` version (`uglifyjs -V`)**

**JavaScript input - ideally as small as possible.**

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

**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 branch.
Expand Down
567 changes: 150 additions & 417 deletions README.md

Large diffs are not rendered by default.

77 changes: 0 additions & 77 deletions bin/extract-props.js

This file was deleted.

Loading

0 comments on commit 3fac29a

Please sign in to comment.