Skip to content

Commit

Permalink
Remove circular dependency (#10405)
Browse files Browse the repository at this point in the history
* Remove circular dependency

* Move @babel/runtime test to @babel/runtime
  • Loading branch information
nicolo-ribaudo committed Sep 8, 2019
1 parent 2096d0c commit 6a5cee8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/babel-core/package.json
Expand Up @@ -49,7 +49,6 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.6.0",
"@babel/register": "^7.6.0"
"@babel/helper-transform-fixture-test-runner": "^7.6.0"
}
}
1 change: 0 additions & 1 deletion packages/babel-plugin-transform-runtime/package.json
Expand Up @@ -24,7 +24,6 @@
"@babel/core": "^7.6.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/helpers": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/runtime": "^7.6.0",
"@babel/template": "^7.6.0",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/babel-register/test/index.js
Expand Up @@ -6,7 +6,7 @@ let currentOptions;
let sourceMapSupport = false;

const registerFile = require.resolve("../lib/node");
const testFile = require.resolve("./__data__/es2015");
const testFile = require.resolve("./fixtures/babelrc/es2015");
const testFileContent = fs.readFileSync(testFile);

jest.mock("pirates", () => {
Expand Down

0 comments on commit 6a5cee8

Please sign in to comment.