github evanw/esbuild v0.11.18

latest releases: v0.20.2, v0.20.1, v0.20.0...
3 years ago
  • Add support for OpenBSD on x86-64 (#1235)

    Someone has asked for OpenBSD to be supported on x86-64. It should now be supported starting with this release.

  • Fix an incorrect warning about top-level this

    This was introduced in the previous release, and happens when using a top-level async arrow function with a compilation target that doesn't support it. The reason is that doing this generates a shim that preserves the value of this. However, this warning message is confusing because there is not necessarily any this present in the source code. The warning message has been removed in this case. Now it should only show up if this is actually present in the source code.

Don't miss a new esbuild release

NewReleases is sending notifications on new releases.