Registry / devops / esbuild-freebsd-64-for-imba

esbuild-freebsd-64-for-imba

JSON →
library0.0.2035jsnpmunverified

This package provides the FreeBSD 64-bit platform-specific binary for esbuild, a JavaScript bundler and minifier designed for speed. esbuild is known for its extremely fast build times compared to other bundlers like Webpack or Parcel. Version 0.0.2035 is a specific release patched for Imba compatibility. This package is typically installed automatically as a dependency of the main esbuild package and should not be directly depended upon. It supports Node.js >=12 and is primarily used in containerized or CI environments targeting FreeBSD x64.

devops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

This package is a platform-specific binary; import the main 'esbuild' package instead.

import esbuild from 'esbuild'

Demonstrates basic bundling using esbuild's API; the binary package is automatically selected by esbuild.

import esbuild from 'esbuild'; await esbuild.build({ entryPoints: ['app.js'], bundle: true, outfile: 'out.js', }).catch(() => process.exit(1));
Debug
Known footguns
gotchaDo not directly depend on this package; always use the 'esbuild' package. Direct dependency may cause resolution issues.
gotchaThis package only works on FreeBSD 64-bit. Do not install on other platforms; esbuild will automatically choose the correct binary.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
8 hits · last 30 days
gptbot
3
ahrefsbot
2
Resources