Registry / serialization / fast-flow-transform-linux-x64-musl

fast-flow-transform-linux-x64-musl

JSON →
library0.0.3jsnpmunverified

Native x86_64 Linux musl binary for fast-flow-transform, a high-performance Flow type stripping transform using Hermes/FFT. This is a platform-specific package automatically installed by the parent `fast-flow-transform` package (v0.0.3, unstable pre-1.0). It integrates with webpack, rspack, rsbuild, Parcel, Vite, Rollup, Rolldown, and esbuild. Only install this directly if manually selecting platforms; otherwise use `fast-flow-transform`. Requires Node >=18.

npm install fast-flow-transform-linux-x64-musl
INSTALL
IMPORT
SIG · FAST-FLOW-TRANSFOR
F
fast-flow-transform-linux-x64-musl
serializationjavascriptv0.0.3
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.

PlatformBinary
// Not imported directly; use 'fast-flow-transform'. import { transformFlow } from 'fast-flow-transform'
import { transformFlow } from 'fast-flow-transform-linux-x64-musl'
This package is a platform-specific optional dependency of fast-flow-transform. Direct import is unsupported and will not work.

Shows correct usage via the parent package fast-flow-transform, not this platform binary.

// This binary package should not be used directly. // Instead, install the parent package: // npm install fast-flow-transform // Then use it with your bundler: import { transformFlow } from 'fast-flow-transform'; const code = `// @flow function add(a: number, b: number): number { return a + b; }`; const result = transformFlow(code, { all: true }); console.log(result.code); // 'function add(a, b) { return a + b; }'
Debug
Known issues
gotchaThis package is a platform-specific binary optional dependency. Direct installation or import will fail.
fix
Remove direct dependency and use 'fast-flow-transform' instead.
affects: >=0.0.0
gotchaOnly works on x86_64 Linux with musl libc (e.g., Alpine). Other platforms must install the corresponding binary or use the transform in JavaScript-only fallback mode.
fix
Install the matching platform package (e.g., fast-flow-transform-linux-x64-gnu) or use fast-flow-transform's JavaScript fallback.
affects: >=0.0.0
gotchaPackage is at version 0.0.3 (pre-1.0). API may change without major semver bump.
fix
Pin exact version and test thoroughly on upgrade.
affects: >=0.0.0 <1.0.0
Errors
Common errors & fixes
ERR_MODULE_NOT_FOUND: Cannot find package 'fast-flow-transform-linux-x64-musl'
Importing directly from platform binary package instead of parent.
fix
Use import from 'fast-flow-transform'.
Error: Dynamic require of \"fast-flow-transform-linux-x64-musl\" is not supported
Attempting to require() an ESM-only package or platform binary.
fix
Use ESM import from 'fast-flow-transform'.
Upgrade
Version history
0.0.3latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fast-flow-transform-linux-x64-musl — npm install fast-flow-transform-linux-x64-musl · libregistry