forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
155 changed files
with
799 additions
and
799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@babel/eslint-config-internal", | ||
"version": "0.0.0", | ||
"version": "7.10.4", | ||
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
"license": "MIT", | ||
"private": true, | ||
"repository": { | ||
"type" : "git", | ||
"url" : "https://github.com/babel/babel.git", | ||
"type": "git", | ||
"url": "https://github.com/babel/babel.git", | ||
"directory": "eslint/babel-eslint-config-internal" | ||
}, | ||
"main": "index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/eslint-parser", | ||
"version": "0.0.0", | ||
"version": "7.10.4", | ||
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -28,8 +28,8 @@ | |
"semver": "^6.3.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/eslint-shared-fixtures": "*", | ||
"@babel/core": "^7.10.4", | ||
"@babel/eslint-shared-fixtures": "^7.10.4", | ||
"dedent": "^0.7.0", | ||
"eslint": "^6.0.1", | ||
"lodash.clonedeep": "^4.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "@babel/eslint-shared-fixtures", | ||
"version": "0.0.0", | ||
"version": "7.10.4", | ||
"description": "Shared fixtures for testing @babel/eslint-* packages", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/eslint-parser": "*", | ||
"@babel/plugin-proposal-class-properties": "^7.1.0", | ||
"@babel/plugin-proposal-decorators": "^7.1.2", | ||
"@babel/plugin-proposal-do-expressions": "^7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.0.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.0.0", | ||
"@babel/plugin-proposal-private-methods": "^7.7.4", | ||
"@babel/eslint-parser": "^7.10.4", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-decorators": "^7.10.4", | ||
"@babel/plugin-proposal-do-expressions": "^7.10.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.10.4", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.10.4", | ||
"@babel/plugin-proposal-private-methods": "^7.10.4", | ||
"@babel/plugin-syntax-bigint": "^7.7.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-export-default-from": "^7.0.0", | ||
"@babel/plugin-syntax-export-default-from": "^7.10.4", | ||
"@babel/plugin-syntax-export-namespace-from": "^7.0.0", | ||
"@babel/plugin-syntax-import-meta": "^7.0.0", | ||
"@babel/plugin-syntax-numeric-separator": "^7.0.0", | ||
"@babel/preset-env": "^7.1.5", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0" | ||
"@babel/plugin-syntax-import-meta": "^7.10.4", | ||
"@babel/plugin-syntax-numeric-separator": "^7.10.4", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/preset-flow": "^7.10.4", | ||
"@babel/preset-react": "^7.10.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "7.10.3", | ||
"version": "7.10.4", | ||
"changelog": { | ||
"repo": "babel/babel", | ||
"cacheDir": ".changelog", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/cli", | ||
"version": "7.10.3", | ||
"version": "7.10.4", | ||
"description": "Babel command line.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -39,8 +39,8 @@ | |
"@babel/core": "^7.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.3", | ||
"@babel/helper-fixtures": "^7.10.1", | ||
"@babel/core": "^7.10.4", | ||
"@babel/helper-fixtures": "^7.10.4", | ||
"rimraf": "^3.0.0" | ||
}, | ||
"bin": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/code-frame", | ||
"version": "7.10.3", | ||
"version": "7.10.4", | ||
"description": "Generate errors that contain a code frame that point to source locations.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/highlight": "^7.10.3" | ||
"@babel/highlight": "^7.10.4" | ||
}, | ||
"devDependencies": { | ||
"chalk": "^2.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/core", | ||
"version": "7.10.3", | ||
"version": "7.10.4", | ||
"description": "Babel compiler core.", | ||
"main": "lib/index.js", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
|
@@ -43,14 +43,14 @@ | |
"./src/transform-file.js": "./src/transform-file-browser.js" | ||
}, | ||
"dependencies": { | ||
"@babel/code-frame": "^7.10.3", | ||
"@babel/generator": "^7.10.3", | ||
"@babel/helper-module-transforms": "^7.10.1", | ||
"@babel/helpers": "^7.10.1", | ||
"@babel/parser": "^7.10.3", | ||
"@babel/template": "^7.10.3", | ||
"@babel/traverse": "^7.10.3", | ||
"@babel/types": "^7.10.3", | ||
"@babel/code-frame": "^7.10.4", | ||
"@babel/generator": "^7.10.4", | ||
"@babel/helper-module-transforms": "^7.10.4", | ||
"@babel/helpers": "^7.10.4", | ||
"@babel/parser": "^7.10.4", | ||
"@babel/template": "^7.10.4", | ||
"@babel/traverse": "^7.10.4", | ||
"@babel/types": "^7.10.4", | ||
"convert-source-map": "^1.7.0", | ||
"debug": "^4.1.0", | ||
"gensync": "^1.0.0-beta.1", | ||
|
@@ -61,6 +61,6 @@ | |
"source-map": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-transform-fixture-test-runner": "^7.10.3" | ||
"@babel/helper-transform-fixture-test-runner": "^7.10.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/generator", | ||
"version": "7.10.3", | ||
"version": "7.10.4", | ||
"description": "Turns an AST into code.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -18,13 +18,13 @@ | |
"lib" | ||
], | ||
"dependencies": { | ||
"@babel/types": "^7.10.3", | ||
"@babel/types": "^7.10.4", | ||
"jsesc": "^2.5.1", | ||
"lodash": "^4.17.13", | ||
"source-map": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-fixtures": "^7.10.1", | ||
"@babel/parser": "^7.10.3" | ||
"@babel/helper-fixtures": "^7.10.4", | ||
"@babel/parser": "^7.10.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.