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

esbuild-windows-64-for-imba

JSON →
library0.0.2035jsnpmunverified

The Windows 64-bit native binary for esbuild, a fast JavaScript bundler and minifier. This package is part of esbuild's platform-specific distribution (version 0.27.x series, latest v0.28.0). It is installed automatically by the main `esbuild` package when running on Windows x64. Key differentiators: written in Go for extreme speed (10-100x faster than webpack/rollup), built-in bundling, minification, TypeScript/JSX transpilation, and CSS bundling. No dependencies required; the main `esbuild` package uses this as an optional dependency.

npm install esbuild-windows-64-for-imba
INSTALL
IMPORT
SIG · ESBUILD-WINDOWS-64
E
esbuild-windows-64-for-imba
devopsjavascriptv0.0.2035
harness data pending
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.

esbuild
import { build } from 'esbuild'
const esbuild = require('esbuild-windows-64')
Do not import this package directly. Automatically resolved by the main `esbuild` package.
build
import { build } from 'esbuild'
import { build } from 'esbuild-windows-64'
Use the platform-agnostic `esbuild` package; this binary is a platform-specific dependency.
transform
import { transform } from 'esbuild'
const { transform } = require('esbuild-windows-64')
Always import from 'esbuild'. This package is only a binary wrapper.

Shows basic bundling with esbuild using the main package, which automatically uses the Windows binary.

import { build } from 'esbuild'; await build({ entryPoints: ['app.js'], bundle: true, outfile: 'out.js', }); console.log('Bundled successfully!');
esbuild --version
Debug
Known issues
gotchaDo NOT import from this package directly.
fix
Import from the main 'esbuild' package instead.
affects: *
breakingesbuild v0.27.0 introduced breaking changes. Pin exact version or use range ^0.26.0 to avoid automatic major upgrades.
fix
Use strict version pinning in package.json: "esbuild": "0.27.0"
affects: >=0.27.0
gotchaThis package is only for Windows x64. It will fail to install on other platforms.
fix
Ensure you are on Windows x64 or use the main 'esbuild' package which handles platform detection.
affects: *
Errors
Common errors & fixes
Module not found: Can't resolve 'esbuild-windows-64'
Importing the platform-specific package directly instead of the main 'esbuild' package.
fix
Change import to 'esbuild'.
The platform "linux" is incompatible with this module.
Trying to install this package on a non-Windows system.
fix
Remove this package and rely on the main 'esbuild' package, which will install the correct binary for your platform.
error: No matching export in "node_modules/esbuild-windows-64/package.json" for import "default"
Attempting to import from this package using ES modules; it does not export the bundler API.
fix
Import from 'esbuild' instead.
Upgrade
Version history
0.0.2035latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
esbuild-windows-64-for-imba — npm install esbuild-windows-64-for-imba · libregistry