github / hotkey

Trigger an action on an element with a keyboard shortcut.
https://github.github.com/hotkey/
MIT License
3.22k stars 97 forks source link

Remove syntax transformations in module output #27

Closed dgraham closed 4 years ago

dgraham commented 4 years ago

We're inadvertently transforming the class and for…of syntax in the module output file. Browsers that support modules also support this syntax, so just strip Flow types during compilation.