Skip to content

Commit a1d9c86

Browse files
committed
fix #4287: marked the wrong issue as fixed
1 parent 73a0b2a commit a1d9c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
* Fix a panic in a minification edge case ([#4286](https://github.com/evanw/esbuild/issues/4286))
5+
* Fix a panic in a minification edge case ([#4287](https://github.com/evanw/esbuild/issues/4287))
66

77
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value `undefined` in this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):
88

0 commit comments

Comments
 (0)