Upgrade selfhosted compilation to beta.2 (Take 2) (#6382)

* Avoid bug in current version of typeof-symbol transform.

* Selfhost Babel on most recent beta release.
This commit is contained in:
Logan Smyth
2017-10-03 17:04:30 -07:00
committed by GitHub
parent 5ea54f6cac
commit 93c3c147d6
4 changed files with 514 additions and 445 deletions

View File

@@ -1,4 +1,4 @@
export default function({ types: t }) {
export default function transformReactConstantElement({ types: t }) {
const HOISTED = new WeakSet();
const immutabilityVisitor = {