1.0.5 • Published 6 years ago

atom-transpiler-debug-tool v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Travis Version Downloads Dependencies DevDependencies

atom-transpiler-debug-tool

This package is a small debugging utility intended for use with Atom packages which rely on Atom's "custom transpiler" feature. When installed, it can analyze your package's configuration to determine which files are associated with each custom transpiler it relies on, as well as the current state of the compile cache for each source file. This analysis can help shed light on unexpected behavior and determine whether your package is configured properly.

Usage

From your package's root directory:

npm install atom-transpiler-debug-tool --save-dev

Then in your package.json file, add a script:

{
  // ...
  "scripts": {
    "debug": "atom-transpiler-debug-tool"
  }
}

Now you can npm run debug from your package's root directory and the debug information will be printed to stdout! Alternatively, you can install globally with npm install -g atom-transpiler-debug-tool and then invoke atom-transpiler-debug-tool from your package directory.

License

The source code of this project is released under the MIT Expat License, which freely permits reuse and redistribution. Feel free to use and/or modify it in any way, provided that you include this copyright notice with any copies that you make.

Copyright © 2016 "smhxx" (https://github.com/smhxx)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago