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
143 changed files
with
701 additions
and
701 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
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.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Babel command line.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -33,8 +33,8 @@ | |
"@babel/core": "^7.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.3", | ||
"@babel/helper-fixtures": "7.0.0-rc.3" | ||
"@babel/core": "^7.0.0-rc.4", | ||
"@babel/helper-fixtures": "^7.0.0-rc.4" | ||
}, | ||
"bin": { | ||
"babel": "./bin/babel.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,14 +1,14 @@ | ||
{ | ||
"name": "@babel/code-frame", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Generate errors that contain a code frame that point to source locations.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
"license": "MIT", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/highlight": "7.0.0-rc.3" | ||
"@babel/highlight": "^7.0.0-rc.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/core", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Babel compiler core.", | ||
"main": "lib/index.js", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
|
@@ -30,13 +30,13 @@ | |
"./lib/transform-file.js": "./lib/transform-file-browser.js" | ||
}, | ||
"dependencies": { | ||
"@babel/code-frame": "7.0.0-rc.3", | ||
"@babel/generator": "7.0.0-rc.3", | ||
"@babel/helpers": "7.0.0-rc.3", | ||
"@babel/parser": "7.0.0-rc.3", | ||
"@babel/template": "7.0.0-rc.3", | ||
"@babel/traverse": "7.0.0-rc.3", | ||
"@babel/types": "7.0.0-rc.3", | ||
"@babel/code-frame": "^7.0.0-rc.4", | ||
"@babel/generator": "^7.0.0-rc.4", | ||
"@babel/helpers": "^7.0.0-rc.4", | ||
"@babel/parser": "^7.0.0-rc.4", | ||
"@babel/template": "^7.0.0-rc.4", | ||
"@babel/traverse": "^7.0.0-rc.4", | ||
"@babel/types": "^7.0.0-rc.4", | ||
"convert-source-map": "^1.1.0", | ||
"debug": "^3.1.0", | ||
"json5": "^0.5.0", | ||
|
@@ -46,7 +46,7 @@ | |
"source-map": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-transform-fixture-test-runner": "7.0.0-rc.3", | ||
"@babel/register": "7.0.0-rc.3" | ||
"@babel/helper-transform-fixture-test-runner": "^7.0.0-rc.4", | ||
"@babel/register": "^7.0.0-rc.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.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Turns an AST into code.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -11,14 +11,14 @@ | |
"lib" | ||
], | ||
"dependencies": { | ||
"@babel/types": "7.0.0-rc.3", | ||
"@babel/types": "^7.0.0-rc.4", | ||
"jsesc": "^2.5.1", | ||
"lodash": "^4.17.10", | ||
"source-map": "^0.5.0", | ||
"trim-right": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-fixtures": "7.0.0-rc.3", | ||
"@babel/parser": "7.0.0-rc.3" | ||
"@babel/helper-fixtures": "^7.0.0-rc.4", | ||
"@babel/parser": "^7.0.0-rc.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,11 +1,11 @@ | ||
{ | ||
"name": "@babel/helper-annotate-as-pure", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to annotate paths and nodes with #__PURE__ comment", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/types": "^7.0.0-rc.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,12 +1,12 @@ | ||
{ | ||
"name": "@babel/helper-bindify-decorators", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to bindify decorators", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/traverse": "7.0.0-rc.3", | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/traverse": "^7.0.0-rc.4", | ||
"@babel/types": "^7.0.0-rc.4" | ||
} | ||
} |
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,12 +1,12 @@ | ||
{ | ||
"name": "@babel/helper-builder-binary-assignment-operator-visitor", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to build binary assignment operator visitors", | ||
"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": "7.0.0-rc.3", | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/helper-explode-assignable-expression": "^7.0.0-rc.4", | ||
"@babel/types": "^7.0.0-rc.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,12 +1,12 @@ | ||
{ | ||
"name": "@babel/helper-builder-react-jsx", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to build react jsx", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/types": "7.0.0-rc.3", | ||
"@babel/types": "^7.0.0-rc.4", | ||
"esutils": "^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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@babel/helper-call-delegate", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to call delegate", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/helper-hoist-variables": "7.0.0-rc.3", | ||
"@babel/traverse": "7.0.0-rc.3", | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/helper-hoist-variables": "^7.0.0-rc.4", | ||
"@babel/traverse": "^7.0.0-rc.4", | ||
"@babel/types": "^7.0.0-rc.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,13 +1,13 @@ | ||
{ | ||
"name": "@babel/helper-define-map", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to define a map", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/helper-function-name": "7.0.0-rc.3", | ||
"@babel/types": "7.0.0-rc.3", | ||
"@babel/helper-function-name": "^7.0.0-rc.4", | ||
"@babel/types": "^7.0.0-rc.4", | ||
"lodash": "^4.17.10" | ||
} | ||
} |
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,12 +1,12 @@ | ||
{ | ||
"name": "@babel/helper-explode-assignable-expression", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to explode an assignable expression", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/traverse": "7.0.0-rc.3", | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/traverse": "^7.0.0-rc.4", | ||
"@babel/types": "^7.0.0-rc.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,13 +1,13 @@ | ||
{ | ||
"name": "@babel/helper-explode-class", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to explode class", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/helper-bindify-decorators": "7.0.0-rc.3", | ||
"@babel/traverse": "7.0.0-rc.3", | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/helper-bindify-decorators": "^7.0.0-rc.4", | ||
"@babel/traverse": "^7.0.0-rc.4", | ||
"@babel/types": "^7.0.0-rc.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/helper-fixtures", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to support fixtures", | ||
"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,13 +1,13 @@ | ||
{ | ||
"name": "@babel/helper-function-name", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to change the property 'name' of every function", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/helper-get-function-arity": "7.0.0-rc.3", | ||
"@babel/template": "7.0.0-rc.3", | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/helper-get-function-arity": "^7.0.0-rc.4", | ||
"@babel/template": "^7.0.0-rc.4", | ||
"@babel/types": "^7.0.0-rc.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,11 +1,11 @@ | ||
{ | ||
"name": "@babel/helper-get-function-arity", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to get function arity", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/types": "^7.0.0-rc.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,11 +1,11 @@ | ||
{ | ||
"name": "@babel/helper-hoist-variables", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to hoist variables", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/types": "^7.0.0-rc.4" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
packages/babel-helper-member-expression-to-functions/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,12 +1,12 @@ | ||
{ | ||
"name": "@babel/helper-member-expression-to-functions", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Helper function to replace certain member expressions with function calls", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"author": "Justin Ridgewell <[email protected]>", | ||
"dependencies": { | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/types": "^7.0.0-rc.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,16 +1,16 @@ | ||
{ | ||
"name": "@babel/helper-module-imports", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Babel helper functions for inserting module loads", | ||
"author": "Logan Smyth <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
"license": "MIT", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/types": "7.0.0-rc.3" | ||
"@babel/types": "^7.0.0-rc.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.3" | ||
"@babel/core": "^7.0.0-rc.4" | ||
} | ||
} |
Oops, something went wrong.