@babel/core
Advanced tools
Comparing version 8.0.0-alpha.13 to 8.0.0-alpha.14
; | ||
export const version = "8.0.0-alpha.13"; | ||
export const version = "8.0.0-alpha.14"; | ||
export { default as File } from "./transformation/file/file.js"; | ||
@@ -4,0 +4,0 @@ export { default as buildExternalHelpers } from "./tools/build-external-helpers.js"; |
{ | ||
"name": "@babel/core", | ||
"version": "8.0.0-alpha.13", | ||
"version": "8.0.0-alpha.14", | ||
"description": "Babel compiler core.", | ||
@@ -50,10 +50,10 @@ "main": "./lib/index.js", | ||
"@ampproject/remapping": "^2.2.0", | ||
"@babel/code-frame": "^8.0.0-alpha.13", | ||
"@babel/generator": "^8.0.0-alpha.13", | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.13", | ||
"@babel/helpers": "^8.0.0-alpha.13", | ||
"@babel/parser": "^8.0.0-alpha.13", | ||
"@babel/template": "^8.0.0-alpha.13", | ||
"@babel/traverse": "^8.0.0-alpha.13", | ||
"@babel/types": "^8.0.0-alpha.13", | ||
"@babel/code-frame": "^8.0.0-alpha.14", | ||
"@babel/generator": "^8.0.0-alpha.14", | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.14", | ||
"@babel/helpers": "^8.0.0-alpha.14", | ||
"@babel/parser": "^8.0.0-alpha.14", | ||
"@babel/template": "^8.0.0-alpha.14", | ||
"@babel/traverse": "^8.0.0-alpha.14", | ||
"@babel/types": "^8.0.0-alpha.14", | ||
"convert-source-map": "^2.0.0", | ||
@@ -66,8 +66,8 @@ "debug": "^4.1.0", | ||
"devDependencies": { | ||
"@babel/helper-transform-fixture-test-runner": "^8.0.0-alpha.13", | ||
"@babel/plugin-syntax-flow": "^8.0.0-alpha.13", | ||
"@babel/plugin-transform-flow-strip-types": "^8.0.0-alpha.13", | ||
"@babel/plugin-transform-modules-commonjs": "^8.0.0-alpha.13", | ||
"@babel/preset-env": "^8.0.0-alpha.13", | ||
"@babel/preset-typescript": "^8.0.0-alpha.13", | ||
"@babel/helper-transform-fixture-test-runner": "^8.0.0-alpha.14", | ||
"@babel/plugin-syntax-flow": "^8.0.0-alpha.14", | ||
"@babel/plugin-transform-flow-strip-types": "^8.0.0-alpha.14", | ||
"@babel/plugin-transform-modules-commonjs": "^8.0.0-alpha.14", | ||
"@babel/preset-env": "^8.0.0-alpha.14", | ||
"@babel/preset-typescript": "^8.0.0-alpha.14", | ||
"@jridgewell/trace-mapping": "^0.3.25", | ||
@@ -74,0 +74,0 @@ "@types/convert-source-map": "^2.0.0", |
Updated@babel/types@^8.0.0-alpha.14