Registry / devops / atom-transpiler-debug-tool

atom-transpiler-debug-tool

JSON →
library1.0.5jsnpmunverified

A small debugging utility for Atom packages that use the custom transpiler feature (v1.0.5, last release 2018). Analyzes package configuration to determine which files are associated with each custom transpiler and the compile cache state for each source file. Helps diagnose misconfiguration and unexpected behavior in transpiled Atom packages. No known maintenance activity since 2018; likely unmaintained.

npm install atom-transpiler-debug-tool
INSTALL
IMPORT
SIG · ATOM-TRANSPILER-DE
A
atom-transpiler-debug-tool
devopsjavascriptv1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Add a debug script to package.json and run it to analyze transpiler configuration.

{ "name": "my-atom-package", "scripts": { "debug": "atom-transpiler-debug-tool" } } // Install as dev dependency: // npm install atom-transpiler-debug-tool --save-dev // Then run: // npm run debug
Debug
Known issues
deprecatedPackage has no releases since 2018 and the Atom editor itself is now deprecated by GitHub.
fix
Consider migrating to a maintained alternative or removing dependency.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Cannot find module 'atom-transpiler-debug-tool'
Package not installed locally or globally.
fix
Run 'npm install atom-transpiler-debug-tool --save-dev' in your package directory.
TypeError: chalk is not a constructor
Incompatible chalk version used after v1.0.3 update.
fix
Use chalk ^2.2.0 or later; remove @types/chalk if present.
Upgrade
Version history
1.0.5latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
2
Resources
atom-transpiler-debug-tool — npm install atom-transpiler-debug-tool · libregistry