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:
@@ -1,4 +1,4 @@
|
||||
export default function({ types: t }) {
|
||||
export default function transformReactConstantElement({ types: t }) {
|
||||
const HOISTED = new WeakSet();
|
||||
|
||||
const immutabilityVisitor = {
|
||||
|
||||
Reference in New Issue
Block a user