mirror of
https://github.com/atom/atom.git
synced 2026-01-28 00:08:13 -05:00
The previous file was considered invalid on the earlier version of electron, but it now compiles correctly because of the updated ES6 support.
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
'use 6to6';
|
|
|
|
module.exports = async function hello() {}
|