Scoped: change src imports to @babel/ [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 14:16:13 -04:00
parent 8e5e27577a
commit cde0054227
129 changed files with 247 additions and 247 deletions

View File

@@ -1,7 +1,7 @@
import remapAsyncToGenerator from "babel-helper-remap-async-to-generator";
import syntaxAsyncFunctions from "babel-plugin-syntax-async-functions";
import remapAsyncToGenerator from "@babel/helper-remap-async-to-generator";
import syntaxAsyncFunctions from "@babel/plugin-syntax-async-functions";
import { addNamed } from "babel-helper-module-imports";
import { addNamed } from "@babel/helper-module-imports";
export default function({ types: t }, options) {
const { method, module } = options;