Skip to content

Commit 78a1e00

Browse files
committed
publish 0.15.6 to npm
1 parent 6414eeb commit 78a1e00

File tree

26 files changed

+48
-48
lines changed

26 files changed

+48
-48
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.15.6
44

55
* Lower `for await` loops ([#1930](https://github.com/evanw/esbuild/issues/1930))
66

7-
This release lowers `for await` loops to the equivalent `for` loop containing `await` when esbuild is configured such that `for await` loops are unsupported. This transform still requires at least generator functions to be supported since esbuild's lowering of `await` currently relies on generators. This new transformation is modeled after what the TypeScript compiler does. Here's an example:
7+
This release lowers `for await` loops to the equivalent `for` loop containing `await` when esbuild is configured such that `for await` loops are unsupported. This transform still requires at least generator functions to be supported since esbuild's lowering of `await` currently relies on generators. This new transformation is mostly modeled after what the TypeScript compiler does. Here's an example:
88

99
```js
1010
async function f() {

cmd/esbuild/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const esbuildVersion = "0.15.5"
3+
const esbuildVersion = "0.15.6"

npm/@esbuild/linux-loong64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esbuild/linux-loong64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux LoongArch 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-android-64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-android-64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "A WebAssembly shim for esbuild on Android x64.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-android-arm64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Android ARM 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-darwin-64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-darwin-64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The macOS 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-darwin-arm64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-freebsd-64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-freebsd-64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-freebsd-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-freebsd-arm64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-linux-32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-linux-32",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux 32-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-linux-64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-linux-64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-linux-arm",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux ARM binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-linux-arm64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-linux-mips64le/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-linux-mips64le",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-linux-ppc64le/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-linux-ppc64le",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-linux-riscv64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-linux-riscv64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-linux-s390x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-linux-s390x",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-netbsd-64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-netbsd-64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The NetBSD AMD64 binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-openbsd-64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-openbsd-64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-sunos-64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-sunos-64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The illumos 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-wasm",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-windows-32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-windows-32",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Windows 32-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-windows-64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-windows-64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild-windows-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-windows-arm64",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "The Windows ARM 64-bit binary for esbuild, a JavaScript bundler.",
55
"repository": "https://github.com/evanw/esbuild",
66
"license": "MIT",

npm/esbuild/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "An extremely fast JavaScript and CSS bundler and minifier.",
55
"repository": "https://github.com/evanw/esbuild",
66
"scripts": {
@@ -15,27 +15,27 @@
1515
"esbuild": "bin/esbuild"
1616
},
1717
"optionalDependencies": {
18-
"@esbuild/linux-loong64": "0.15.5",
19-
"esbuild-android-64": "0.15.5",
20-
"esbuild-android-arm64": "0.15.5",
21-
"esbuild-darwin-64": "0.15.5",
22-
"esbuild-darwin-arm64": "0.15.5",
23-
"esbuild-freebsd-64": "0.15.5",
24-
"esbuild-freebsd-arm64": "0.15.5",
25-
"esbuild-linux-32": "0.15.5",
26-
"esbuild-linux-64": "0.15.5",
27-
"esbuild-linux-arm": "0.15.5",
28-
"esbuild-linux-arm64": "0.15.5",
29-
"esbuild-linux-mips64le": "0.15.5",
30-
"esbuild-linux-ppc64le": "0.15.5",
31-
"esbuild-linux-riscv64": "0.15.5",
32-
"esbuild-linux-s390x": "0.15.5",
33-
"esbuild-netbsd-64": "0.15.5",
34-
"esbuild-openbsd-64": "0.15.5",
35-
"esbuild-sunos-64": "0.15.5",
36-
"esbuild-windows-32": "0.15.5",
37-
"esbuild-windows-64": "0.15.5",
38-
"esbuild-windows-arm64": "0.15.5"
18+
"@esbuild/linux-loong64": "0.15.6",
19+
"esbuild-android-64": "0.15.6",
20+
"esbuild-android-arm64": "0.15.6",
21+
"esbuild-darwin-64": "0.15.6",
22+
"esbuild-darwin-arm64": "0.15.6",
23+
"esbuild-freebsd-64": "0.15.6",
24+
"esbuild-freebsd-arm64": "0.15.6",
25+
"esbuild-linux-32": "0.15.6",
26+
"esbuild-linux-64": "0.15.6",
27+
"esbuild-linux-arm": "0.15.6",
28+
"esbuild-linux-arm64": "0.15.6",
29+
"esbuild-linux-mips64le": "0.15.6",
30+
"esbuild-linux-ppc64le": "0.15.6",
31+
"esbuild-linux-riscv64": "0.15.6",
32+
"esbuild-linux-s390x": "0.15.6",
33+
"esbuild-netbsd-64": "0.15.6",
34+
"esbuild-openbsd-64": "0.15.6",
35+
"esbuild-sunos-64": "0.15.6",
36+
"esbuild-windows-32": "0.15.6",
37+
"esbuild-windows-64": "0.15.6",
38+
"esbuild-windows-arm64": "0.15.6"
3939
},
4040
"license": "MIT"
4141
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.5
1+
0.15.6

0 commit comments

Comments
 (0)