Scoped: update more babel- to @babel/ [skip ci]
This commit is contained in:
committed by
Henry Zhu
parent
696df10f51
commit
47fa189053
@@ -5,7 +5,7 @@ import path from "path";
|
||||
import repl from "repl";
|
||||
import * as babel from "@babel/core";
|
||||
import vm from "vm";
|
||||
import "babel-polyfill";
|
||||
import "@babel/polyfill";
|
||||
import register from "@babel/register";
|
||||
|
||||
import pkg from "../package.json";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const includes = require("lodash/includes");
|
||||
const readdir = require("fs-readdir-recursive");
|
||||
const helper = require("babel-helper-fixtures");
|
||||
const helper = require("@babel/helper-fixtures");
|
||||
const assert = require("assert");
|
||||
const rimraf = require("rimraf");
|
||||
const outputFileSync = require("output-file-sync");
|
||||
|
||||
Reference in New Issue
Block a user