Node.js module that compiles .jinx files into ActionScript 3 (.as) for use with Adobe Flash SWF/SWC. Current stable version is 2.1.2. Release cadence is irregular; last update was in 2016. Key differentiator: it is a specialized compiler for the .jinx language, which is a higher-level syntax for Flash development. No alternatives exist specifically for .jinx compilation.
npm install jinx-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads a .jinx file and compiles it to ActionScript 3 code.
Migrate to modern web technologies (HTML5, WebGL) or use alternative frameworks.
Check documentation for version 2.0.0 breaking changes.
Create a declaration file: declare module 'jinx-compiler' { export default function(content: string): string; }Use const jinxCompiler = require('jinx-compiler').default; or switch to ESM import.Run npm install jinx-compiler --save
No dependency data recorded yet.