summaryrefslogtreecommitdiff
path: root/src/node_modules/@javascript-obfuscator/escodegen/CHANGELOG.md
blob: 302ed40d4e8e19c045b6f06d3b1dc3b193856dea (plain)
1
2
3
4
5
6
7
8
9
10
v2.1.1
---
* Removed `bin` section from `package.json`

v2.1.0
---
* Created the fork of `escodegen` for `javascript-obfuscator` package
* `nullish-coalescing` support. Original PR: https://github.com/estools/escodegen/pull/417
* `bigint` and `numeric-separators` support. Original PR: https://github.com/estools/escodegen/pull/421
* Support for `exported` field of `ExportAllDeclaration` node. Original PR: https://github.com/estools/escodegen/pull/420