We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7c014fb commit 4a88b1bCopy full SHA for 4a88b1b
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# rollup changelog
2
3
+## 2.53.2
4
+*2021-07-15*
5
+
6
+### Bug Fixes
7
+* Identify additional TDZ situations in functions that are run more than once (#4177)
8
+* Fix a scoping issue when a variable inside a catch scope matches the scope parameter's name (#4178)
9
10
+### Pull Requests
11
+* [#4177](https://github.com/rollup/rollup/pull/4177): Fix additional let/var init bugs (@kzc)
12
+* [#4178](https://github.com/rollup/rollup/pull/4178): Correctly create outside variable when shadowed by catch parameter (@lukastaegert)
13
14
## 2.53.1
15
*2021-07-11*
16
0 commit comments