Registry / devops / jinge-compiler-darwin-x64

jinge-compiler-darwin-x64

JSON →
library4.1.11jsnpmunverified

This is the macOS x86_64 binary package of jinge-compiler, version 4.1.11. It is part of jinge's Rust-based compiler toolchain, distributed per-platform to reduce install size. Release cadence follows jinge-compiler upstream (about monthly). Differentiator: native binary eliminates Rust toolchain requirement; use via jinge-compiler wrapper package, not directly.

npm install jinge-compiler-darwin-x64
INSTALL
IMPORT
SIG · JINGE-COMPILER-DAR
J
jinge-compiler-darwin-x64
devopsjavascriptv4.1.11
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.

binary
Import as part of jinge-compiler (e.g. 'jinge-compiler' package)
const compiler = require('jinge-compiler-darwin-x64')
Do not import directly; this is a platform-specific binary used by the jinge-compiler package. Just install jinge-compiler.

Shows correct usage: install jinge-compiler, not the platform-specific binary directly.

// Install the wrapper package (platform-specific binaries are optional dependencies) npm install jinge-compiler // Usage example: const compiler = require('jinge-compiler'); const result = compiler.compile('path/to/file.jinge'); console.log(result);
Debug
Known issues
gotchaDo not install or import this package directly. It is a platform-specific binary dependency of jinge-compiler.
fix
Install jinge-compiler instead, which will pull the correct platform binary automatically.
affects: >=4.0.0
Errors
Common errors & fixes
Error: Cannot find module 'jinge-compiler-darwin-x64'
Direct require of platform-specific package instead of wrapper.
fix
Install and require 'jinge-compiler' instead.
Upgrade
Version history
4.1.11latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
jinge-compiler-darwin-x64 — npm install jinge-compiler-darwin-x64 · libregistry