Vontio
Results
3
issues of
Vontio
In nodejs I can create a module using ``` javascript module.exports = MyModule ``` and require this in main.js file. ``` javascript MyModule = require('mymodule') ``` I use coffeescript to...
maybe using Reflection to export all classes automatically?
- Wrap stylus(str, options) / usePlugins() / importFiles() in a try/catch so that synchronous setup errors do not crash the CLI when --watch is used. - Add an extra try/catch...