A JavaScript module compiler that enables namespaces and templates for creating basic JavaScript applications. Version 0.3.1 is the last release, with no updates since 2016. It compiles files with custom syntax (namespaces, templates, classes) into plain JavaScript. Key differentiators include automatic namespace generation and template embedding. However, the project is effectively abandoned with no maintenance, making it unsuitable for production use.
npm install jsm-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the compiler globally, creates a new project, writes a simple JSM file, and builds it.
Avoid using this package; consider alternatives like Babel or TypeScript.
Run 'npm install -g jsm-compiler'
Ensure npm global binaries are in PATH, or use 'npx jsm-compiler'
No dependency data recorded yet.