babel / babel-brunch

Brunch plugin for Babel
ISC License
68 stars 38 forks source link

Fix error messages #44

Closed lydell closed 7 years ago

lydell commented 7 years ago

Before:

11 Nov 07:51:28 - error: Compiling of test.js failed.

After:

11 Nov 07:53:03 - error: Compiling of test.js failed. SyntaxError: test.js: super() outside of class constructor (163:4)
  161 |
  162 |   setupMap() {
> 163 |     super().done(() => {
      |     ^
  164 |       this.map.addListener('click', () => {
  165 |         this.$storeSearch.blur()
  166 |       })

Fixes brunch/brunch#1555.

lydell commented 7 years ago

The Travis CI fail is not related to the changes in this PR.