Skip to content

Commit

Permalink
5.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed May 23, 2023
1 parent f76ad9a commit 5995c32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v5.17.6
- Fixes to mozilla AST input and output, for class properties, private properties and static blocks
- Fix outputting a shorthand property in quotes when safari10 and ecma=2015 options are enabled
- `configurable` and `enumerable`, used in Object.defineProperty, added to domprops (#1393)

## v5.17.5
- Take into account the non-deferred bits of a class, such as static properties, while dropping unused code.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://terser.org",
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
"license": "BSD-2-Clause",
"version": "5.17.5",
"version": "5.17.6",
"engines": {
"node": ">=10"
},
Expand Down

0 comments on commit 5995c32

Please sign in to comment.