Open JensLincke opened 6 years ago
We could use this as a spike for babel7.
For the upcoming Programming Experience and Reactive Programming seminars, I would rather use babel6 as main transpiler and then transition completely to babel7 after next semester.
duplicated in #279
Problem
foo::bar()
is marked as an parsing error by eslint's esprima parser.We should can plugin a custom parser that behaves like esprima, e.g. babe-eslint.
But this packag requires Babel7.
So should we update eventually? @onsetsu ?