Files
atom/spec/fixtures/babel/invalid.js
Thomas Johansen ceb05f03e2 💚 Make the "invalid" Babel fixture throw
Due to the V8 upgrade we need to tune the fixture to make it throw.
Using a generator function does the trick 
2017-05-03 14:21:23 +02:00

4 lines
57 B
JavaScript

'use 6to6';
module.exports = async function* hello() {}