This is the Linux ARM binary package for esbuild, a fast JavaScript bundler and minifier. Version 0.28.0 is the latest stable release. Esbuild is known for its speed, built-in TypeScript and JSX support, and tree-shaking. This package is automatically published alongside esbuild releases and should be installed automatically by npm when targeting Linux ARM. It is not intended to be directly depended upon; instead, add 'esbuild' to your dependencies. Notable changes include support for 'with { type: "text" }' imports in v0.28.0, breaking changes in v0.27.0 (e.g., Uint8Array.toBase64), and regular bug fixes and performance improvements. The package follows esbuild's release cadence with major versions every few months.
npm install esbuild-linux-arm-for-imbaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates programmatic bundling with esbuild, including TypeScript entry, environment variable injection, and browser target.
Upgrade to Node.js >=15.7.0 or use esbuild@0.26.0.
Use import esbuild from 'esbuild' instead.
Remove esbuild-linux-arm-for-imba from your dependencies; add esbuild instead.
Specify e.g. "esbuild": "0.27.4" in package.json.
Use esbuild-css-modules-plugin or @chialab/esbuild-plugin-sass.
Install the correct platform package by adding "esbuild": "^0.28.0" to dependencies; npm will choose the right optional dependency.
Install the main esbuild package: npm install esbuild
Use esbuild only in Node.js scripts or bundlers, not in browser code.
No dependency data recorded yet.