Nick Hehr
Nick Hehr
For folks who want to just run the `jsx` transformer on a non-coffeescript file, there should be an option/flag to skip that transpilation step. i.e. ``` bash espresso files/ --no-coffee...
Attempt to smartly spot where object destructuring could be implemented. http://babeljs.io/docs/learn-es2015/#destructuring Note: Looks for VariableDeclarations with a MemberExpression in the `init`. Good test files to work with in ASTExplorer -...
[AST Explorer] is a great way to test and experiment with [`jscodeshift`](https://github.com/facebook/jscodeshift) transformers. Adding links to session with a preset transformer and some sample code should make it easier for...
As another transformer module, target transpiled CoffeeScript classes and transform into the new ES2015 classes spec. http://babeljs.io/docs/learn-es2015/#classes
The core transformer module contains several different transformation that are related to ES6/2015 and CommonJS features. These can be broken out into opt-in feature transformations, either through a series of...
The front-end of the apps should be scrapped and refactored with a framework of sorts or with just a better design pattern. Too many random objects and functions in the...
## Proposed change Add [Viam](https://www.viam.com/) as an official integration with Home Assistant. This integration will allow Home Assistant users to push data from their Home Assistant-controlled spaces to Viam and...
## Proposed change Adding [Viam](https://viam.com) logo and icon for proposed core integration. ## Type of change - [X] Add a new logo or icon for a new core integration -...
Fixes #70
In-progress PR to migrate this app from v5 to v6 of AdonisJS, following the published guide: https://v6-migration.adonisjs.com/guides/introduction