You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Combine a few function rules"
This reverts commit b044564. This seems to be causing Sublime to crash with certain minified files. See babel#185
Support JSX syntax inside of an array
- Added [ to the list of tokens that begin a jsx block
- Added some jsx in an array to samples/jsx-es6.jsx
Fixesbabel#166