Scoped: update experimental/codemods to @babel/ [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 14:54:02 -04:00
parent 691f90a774
commit 70080063a4
56 changed files with 683 additions and 683 deletions

View File

@@ -1,4 +1,4 @@
import syntaxOptionalCatchBinding from "babel-plugin-syntax-optional-catch-binding";
import syntaxOptionalCatchBinding from "@babel/plugin-syntax-optional-catch-binding";
export default function(babel) {
const { types: t } = babel;