- Coffee Filter
- Validate, lint, and compile CoffeeScript files.
-
3 Recent Installs3 Total Installs
-
This extension is allowed to:
- Read & Write Files
Readme
Validation and Linting
Coffee Filter surfaces errors from the CoffeeScript parser as issues in the editor. It can also generate warnings based on CoffeeLint rules that you can enable individually.
Compilation
From the Editor menu, or the contextual menu within an editor, select "Compile" to generate JavaScript and save it in the same directory.
Optionally, specify a filename or a relative path ending in .js
within a comment on the first line of an open CoffeeScript file to specify an output destination.
Example
# ../Build/Greeting.js
console.log "Hey there!"
Changelog
Version 1.0
Initial release
License
"Coffee Filter" uses code from:
CoffeeScript
Copyright (c) 2009-2018 Jeremy Ashkenas
https://coffeescript.org
CoffeeLint
https://coffeelint.github.io
Both are made available under the MIT License, included below:
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.