Cool Weapons
Destructuring is awesome, and now you can use destructuring with get and set!
Previously, using the following would trigger a parse error during JSCS parsing:
const { get, set } = Ember;This now works perfectly, thanks to help from the JSCS folks for the work around!