Skip to content

Commit

Permalink
Upgrade to Babel 7.10
Browse files Browse the repository at this point in the history
Summary:
See https://github.com/babel/babel/releases/tag/v7.10.0 for changes

It includes a change I asked the Babel team for as they have been wrapping object spread calls with lots of extends call for spec compliance, but that only matters when you have side-effectful getters that affect the rest of the objects in the spread call and are order dependent. We should not be depending on such behavior in FB code so we can use loose mode and benefit from the app size wins.

Changelog: [Internal]

Reviewed By: motiz88

Differential Revision: D21738344

fbshipit-source-id: 5eeff47481e474bb41183119d990692b31751dd5
  • Loading branch information
cpojer authored and facebook-github-bot committed May 27, 2020
1 parent c8fed9e commit fd97e95
Showing 1 changed file with 115 additions and 188 deletions.
Loading

0 comments on commit fd97e95

Please sign in to comment.