{"id":26748,"library":"atom-transpiler-debug-tool","title":"Atom Transpiler Debug Tool","description":"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.","status":"deprecated","version":"1.0.5","language":"javascript","source_language":"en","source_url":"https://github.com/smhxx/atom-transpiler-debug-tool","tags":["javascript","atom","transpile","transpiler","debug","tool","utility"],"install":[{"cmd":"npm install atom-transpiler-debug-tool","lang":"bash","label":"npm"},{"cmd":"yarn add atom-transpiler-debug-tool","lang":"bash","label":"yarn"},{"cmd":"pnpm add atom-transpiler-debug-tool","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[],"quickstart":{"code":"{\n  \"name\": \"my-atom-package\",\n  \"scripts\": {\n    \"debug\": \"atom-transpiler-debug-tool\"\n  }\n}\n// Install as dev dependency:\n// npm install atom-transpiler-debug-tool --save-dev\n// Then run:\n// npm run debug","lang":"javascript","description":"Add a debug script to package.json and run it to analyze transpiler configuration."},"warnings":[{"fix":"Consider migrating to a maintained alternative or removing dependency.","message":"Package has no releases since 2018 and the Atom editor itself is now deprecated by GitHub.","severity":"deprecated","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install atom-transpiler-debug-tool --save-dev' in your package directory.","cause":"Package not installed locally or globally.","error":"Error: Cannot find module 'atom-transpiler-debug-tool'"},{"fix":"Use chalk ^2.2.0 or later; remove @types/chalk if present.","cause":"Incompatible chalk version used after v1.0.3 update.","error":"TypeError: chalk is not a constructor"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}