github evanw/esbuild v0.14.41

latest releases: v0.24.0, v0.23.1, v0.23.0...
2 years ago
  • Fix a minification regression in 0.14.40 (#2270, #2271, #2273)

    Version 0.14.40 substituted string property keys with numeric property keys if the number has the same string representation as the original string. This was done in three places: computed member expressions, object literal properties, and class fields. However, negative numbers are only valid in computed member expressions while esbuild incorrectly applied this substitution for negative numbers in all places. This release fixes the regression by only doing this substitution for negative numbers in computed member expressions.

    This fix was contributed by @susiwen8.

Don't miss a new esbuild release

NewReleases is sending notifications on new releases.