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
110 changed files
with
326 additions
and
326 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.7.7 | ||
6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "babel-cli", | ||
"version": "6.7.7", | ||
"version": "6.8.0", | ||
"description": "Babel command line.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
"license": "MIT", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli", | ||
"dependencies": { | ||
"babel-core": "^6.7.7", | ||
"babel-register": "^6.6.5", | ||
"babel-polyfill": "^6.6.0", | ||
"babel-core": "^6.8.0", | ||
"babel-register": "^6.8.0", | ||
"babel-polyfill": "^6.8.0", | ||
"babel-runtime": "^6.0.0", | ||
"bin-version-check": "^2.1.0", | ||
"chalk": "1.1.1", | ||
|
@@ -31,7 +31,7 @@ | |
"chokidar": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-fixtures": "^6.6.5" | ||
"babel-helper-fixtures": "^6.8.0" | ||
}, | ||
"bin": { | ||
"babel-doctor": "./bin/babel-doctor.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-code-frame", | ||
"version": "6.7.7", | ||
"version": "6.8.0", | ||
"description": "Generate errors that contain a code frame that point to source locations.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
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": "6.7.7", | ||
"version": "6.8.0", | ||
"description": "Babel compiler core.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -24,15 +24,15 @@ | |
"test": "make test" | ||
}, | ||
"dependencies": { | ||
"babel-code-frame": "^6.7.7", | ||
"babel-generator": "^6.7.7", | ||
"babel-helpers": "^6.6.0", | ||
"babel-messages": "^6.7.2", | ||
"babel-template": "^6.7.0", | ||
"babel-code-frame": "^6.8.0", | ||
"babel-generator": "^6.8.0", | ||
"babel-helpers": "^6.8.0", | ||
"babel-messages": "^6.8.0", | ||
"babel-template": "^6.8.0", | ||
"babel-runtime": "^6.0.0", | ||
"babel-register": "^6.7.2", | ||
"babel-traverse": "^6.7.6", | ||
"babel-types": "^6.7.7", | ||
"babel-register": "^6.8.0", | ||
"babel-traverse": "^6.8.0", | ||
"babel-types": "^6.8.0", | ||
"babylon": "^6.7.0", | ||
"convert-source-map": "^1.1.0", | ||
"debug": "^2.1.1", | ||
|
@@ -47,8 +47,8 @@ | |
"source-map": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-fixtures": "^6.6.5", | ||
"babel-helper-transform-fixture-test-runner": "^6.6.5", | ||
"babel-polyfill": "^6.7.4" | ||
"babel-helper-fixtures": "^6.8.0", | ||
"babel-helper-transform-fixture-test-runner": "^6.8.0", | ||
"babel-polyfill": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "babel-generator", | ||
"version": "6.7.7", | ||
"version": "6.8.0", | ||
"description": "Turns an AST into code.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -11,9 +11,9 @@ | |
"lib" | ||
], | ||
"dependencies": { | ||
"babel-messages": "^6.7.2", | ||
"babel-messages": "^6.8.0", | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.7.7", | ||
"babel-types": "^6.8.0", | ||
"detect-indent": "^3.0.1", | ||
"is-integer": "^1.0.4", | ||
"lodash": "^3.10.1", | ||
|
@@ -22,7 +22,7 @@ | |
"trim-right": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-fixtures": "^6.6.5", | ||
"babel-helper-fixtures": "^6.8.0", | ||
"babylon": "^6.7.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "babel-helper-bindify-decorators", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"babel-traverse": "^6.6.5", | ||
"babel-types": "^6.6.5" | ||
"babel-traverse": "^6.8.0", | ||
"babel-types": "^6.8.0" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
packages/babel-helper-builder-binary-assignment-operator-visitor/package.json
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,13 +1,13 @@ | ||
{ | ||
"name": "babel-helper-builder-binary-assignment-operator-visitor", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-helper-explode-assignable-expression": "^6.6.5", | ||
"babel-helper-explode-assignable-expression": "^6.8.0", | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.6.5" | ||
"babel-types": "^6.8.0" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
packages/babel-helper-builder-conditional-assignment-operator-visitor/package.json
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,13 +1,13 @@ | ||
{ | ||
"name": "babel-helper-builder-conditional-assignment-operator-visitor", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-helper-explode-assignable-expression": "^6.6.5", | ||
"babel-helper-explode-assignable-expression": "^6.8.0", | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.6.5" | ||
"babel-types": "^6.8.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,14 +1,14 @@ | ||
{ | ||
"name": "babel-helper-call-delegate", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-traverse": "^6.6.5", | ||
"babel-traverse": "^6.8.0", | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.6.5", | ||
"babel-helper-hoist-variables": "^6.6.5" | ||
"babel-types": "^6.8.0", | ||
"babel-helper-hoist-variables": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "babel-helper-define-map", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"lodash": "^3.10.0", | ||
"babel-types": "^6.6.5", | ||
"babel-helper-function-name": "^6.6.0" | ||
"babel-types": "^6.8.0", | ||
"babel-helper-function-name": "^6.8.0" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
packages/babel-helper-explode-assignable-expression/package.json
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,13 +1,13 @@ | ||
{ | ||
"name": "babel-helper-explode-assignable-expression", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-traverse": "^6.6.5", | ||
"babel-traverse": "^6.8.0", | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.6.5" | ||
"babel-types": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "babel-helper-explode-class", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"babel-traverse": "^6.6.5", | ||
"babel-types": "^6.6.5", | ||
"babel-helper-bindify-decorators": "^6.6.5" | ||
"babel-traverse": "^6.8.0", | ||
"babel-types": "^6.8.0", | ||
"babel-helper-bindify-decorators": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "babel-helper-fixtures", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"license": "MIT", | ||
|
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,15 +1,15 @@ | ||
{ | ||
"name": "babel-helper-function-name", | ||
"version": "6.6.0", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.6.0", | ||
"babel-traverse": "^6.6.0", | ||
"babel-helper-get-function-arity": "^6.3.13", | ||
"babel-template": "^6.6.0" | ||
"babel-types": "^6.8.0", | ||
"babel-traverse": "^6.8.0", | ||
"babel-helper-get-function-arity": "^6.8.0", | ||
"babel-template": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "babel-helper-get-function-arity", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.6.5" | ||
"babel-types": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "babel-helper-hoist-variables", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.6.5" | ||
"babel-types": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "babel-helper-optimise-call-expression", | ||
"version": "6.6.0", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"babel-types": "^6.6.0" | ||
"babel-types": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "babel-helper-plugin-test-runner", | ||
"version": "6.5.0", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"babel-helper-transform-fixture-test-runner": "^6.3.13" | ||
"babel-helper-transform-fixture-test-runner": "^6.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "babel-helper-regex", | ||
"version": "6.6.5", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"lodash": "^3.10.0", | ||
"babel-types": "^6.6.5" | ||
"babel-types": "^6.8.0" | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
packages/babel-helper-remap-async-to-generator/package.json
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,15 +1,15 @@ | ||
{ | ||
"name": "babel-helper-remap-async-to-generator", | ||
"version": "6.7.0", | ||
"version": "6.8.0", | ||
"description": "", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0", | ||
"babel-template": "^6.7.0", | ||
"babel-types": "^6.7.0", | ||
"babel-traverse": "^6.7.0", | ||
"babel-helper-function-name": "^6.6.0" | ||
"babel-template": "^6.8.0", | ||
"babel-types": "^6.8.0", | ||
"babel-traverse": "^6.8.0", | ||
"babel-helper-function-name": "^6.8.0" | ||
} | ||
} |
Oops, something went wrong.