Skip to content

Cool Weapons

Choose a tag to compare

@rwjblue rwjblue released this 25 Apr 17:06
· 157 commits to master since this release

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!