keplersj / linter-emscripten

Because linter-clang and linter-gcc just don't cut it.
0 stars 1 forks source link

Properly declare the member functions #2

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

Function declaration using an arrow function in the global scope is invalid, and the cleaner transpilation in Atom v1.16.0 breaks on this method.

See https://github.com/atom/atom/pull/13823#issuecomment-286985411 for details.