{"id":25259,"library":"esbuild-android-arm64-for-imba","title":"esbuild-android-arm64-for-imba","description":"This is the Android ARM 64-bit binary for esbuild, a JavaScript bundler and minifier. Esbuild is a fast bundler written in Go, focusing on speed and simplicity. It supports JavaScript, TypeScript, JSX, CSS, and JSON. The current stable version is 0.28.0. Esbuild releases follow semver, with minor versions introducing breaking changes. Its key differentiator is extreme speed compared to other bundlers like Webpack or Rollup, making it ideal for rapid development and production builds. This package is one of many platform-specific binaries; esbuild automatically downloads the correct one for your platform, so you should not install this package directly. Instead, install the main esbuild package.","status":"active","version":"0.0.2035","language":"javascript","source_language":"en","source_url":"https://github.com/evanw/esbuild","tags":["javascript"],"install":[{"cmd":"npm install esbuild-android-arm64-for-imba","lang":"bash","label":"npm"},{"cmd":"yarn add esbuild-android-arm64-for-imba","lang":"bash","label":"yarn"},{"cmd":"pnpm add esbuild-android-arm64-for-imba","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"You should never import from this package directly. Use the main 'esbuild' package.","wrong":"import esbuild from 'esbuild-android-arm64-for-imba'","symbol":"esbuild","correct":"import esbuild from 'esbuild'"},{"note":"The 'build' function is the primary API. CommonJS require is supported but ESM is recommended.","wrong":"const { build } = require('esbuild-android-arm64-for-imba')","symbol":"build","correct":"import { build } from 'esbuild'"},{"note":"Use the main esbuild package; platform-specific binaries are internal.","wrong":"import { transform } from 'esbuild-android-arm64-for-imba'","symbol":"transform","correct":"import { transform } from 'esbuild'"}],"quickstart":{"code":"// Install esbuild\n// npm install esbuild\n\nimport { build } from 'esbuild';\n\nawait build({\n  entryPoints: ['app.js'],\n  outfile: 'bundle.js',\n  bundle: true,\n  platform: 'browser',\n  target: ['es2020'],\n});\n\nconsole.log('Bundle complete!');","lang":"typescript","description":"Shows how to use the esbuild build API to bundle a JavaScript file for the browser."},"warnings":[{"fix":"Run 'npm install esbuild' (not esbuild-android-arm64-for-imba).","message":"Do not install platform-specific packages directly. Install esbuild instead.","severity":"gotcha","affected_versions":">=0.0.0"},{"fix":"Pin esbuild to '^0.26.0' or '~0.26.0' in package.json to avoid automatic upgrades.","message":"Version 0.27.0 includes backwards-incompatible changes.","severity":"breaking","affected_versions":">=0.27.0 <0.28.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install esbuild' and import from 'esbuild' instead.","cause":"Attempting to import the platform-specific package directly.","error":"Module not found: Error: Can't resolve 'esbuild-android-arm64-for-imba'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}