JSPP Compiler (v2.0.8) transpiles JSPP entry files and included modules into standalone JavaScript. It automatically resolves includes without manual std inclusion. Released as an npm package, it is the primary compiler for the JSPP language aimed at browser-compatible output. Minimal configuration: entry file, root directory, and output file.
npm install jspp-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpiles a JSPP entry file to JavaScript using compileFile.
Use absolute paths or ensure relative paths are correct.
Migrate to async/await or .then() patterns.
Run 'npm install jspp-compiler'
Use named import: import { compile } from 'jspp-compiler'No dependency data recorded yet.