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-toolNo compatibility data collected yet for this library.
Add a debug script to package.json and run it to analyze transpiler configuration.
Consider migrating to a maintained alternative or removing dependency.
Run 'npm install atom-transpiler-debug-tool --save-dev' in your package directory.
Use chalk ^2.2.0 or later; remove @types/chalk if present.
No dependency data recorded yet.