Any chance we could get full es6 syntax support in devkit. It would be really cool to write: ``` js class HomeView extends View { constructor() { //this would be your init function } // ... } ```