'super' keyword outside a method
The version of esbuild listed in package.json (0.13.8) has issues with inheritance and async/await. See https://github.com/evanw/esbuild/issues/1425 for reproduction.
This is fixed in the esbuild 0.14.2 release.
Would it be possible to update the package.json here to fix this?
See https://github.com/evanw/esbuild/issues/1425 for reproduction.
yarn
System: OS: macOS 12.0.1 CPU: (10) x64 Apple M1 Max Memory: 4.54 GB / 64.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.12.0 - /usr/local/bin/node Yarn: 1.22.17 - /usr/local/bin/yarn npm: 8.1.0 - /usr/local/bin/npm npmPackages: esbuild-loader: ^2.16.0 => 2.16.0 webpack: ^5.59.1 => 5.59.1
'super' keyword outside a method #229
Bug description
The version of esbuild listed in package.json (0.13.8) has issues with inheritance and async/await. See https://github.com/evanw/esbuild/issues/1425 for reproduction.
This is fixed in the esbuild 0.14.2 release.
Would it be possible to update the package.json here to fix this?
Reproduction
See https://github.com/evanw/esbuild/issues/1425 for reproduction.
Node.js package manager
yarn
Environment
Can you contribute a fix?