Registry / web-framework / atom-coffee2-transpiler

atom-coffee2-transpiler

JSON →
library0.0.2jsnpmunverified

A lightweight Atom package transpiler that processes .coffee files using CoffeeScript 2 (v0.0.2). Designed specifically for Atom package development, it integrates with Atom's built-in transpiler system via the `atomTranspilers` configuration in package.json. Unlike general-purpose CoffeeScript compilers, this package is tailored to Atom's module resolution and caching. It has no notable releases or updates since its initial version.

npm install atom-coffee2-transpiler
INSTALL
IMPORT
SIG · ATOM-COFFEE2-TRANS
A
atom-coffee2-transpiler
web-frameworkjavascriptv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Configure Atom package transpiler for CoffeeScript 2 files.

// Add to package.json: "atomTranspilers": [ { "glob": "**/*.coffee", "transpiler": "atom-coffee2-transpiler" } ]
Debug
Known issues
deprecatedPackage is unmaintained and may not work with recent Atom versions.
fix
Consider using a transpiler hook or CoffeeScript standalone compiler.
affects: >=0.0.2
Errors
Common errors & fixes
Error: Cannot find module 'atom-coffee2-transpiler'
Package not installed in node_modules
fix
Run `npm install --save atom-coffee2-transpiler`
Upgrade
Version history
0.0.2latest on npm
Audit
Dependencies
coffeescriptrequiredCoffeeScript 2 compiler required for transpilation
Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
atom-coffee2-transpiler — npm install atom-coffee2-transpiler · libregistry