This is the Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler and minifier. It is a platform-specific package automatically installed when you install esbuild on a Linux s390x machine. The current stable version of esbuild is 0.28.0, with a rapid release cadence (multiple minor/patch versions per month). esbuild differentiates from other bundlers (like webpack or Rollup) by its extreme speed, written in Go, and zero configuration by default. This package is not meant to be directly installed by users; instead, the main esbuild package selects the appropriate platform binary.
npm install esbuild-linux-s390xVerified import paths — ran on the pinned version, not inferred.
Shows how to bundle an entry point using the main esbuild package. The platform binary is selected automatically.
Install esbuild instead: npm install esbuild
Use exact version in package.json: "esbuild": "0.27.0"
Use async API: await esbuild.build() instead of esbuild.buildSync()
No action needed; it's handled automatically.
Install the main esbuild package: npm install esbuild
Update esbuild to latest version (>=0.15.0) which added s390x support.
Import from 'esbuild' instead.
No dependency data recorded yet.