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.
I'm extremely stupid and didn't commit as I go. To anyone reading this I'm extremely sorry. A lot of these changes are very broad and I plan on releasing Babel 6.0.0 today live on stage at Ember Camp London so I'm afraid I couldn't wait. If you're ever in London I'll buy you a beer (or assorted beverage!) to make up for it, also I'll kiss your feet and give you a back massage, maybe.
- Loading branch information
Showing
1,501 changed files
with
16,381 additions
and
19,690 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ignore] | ||
|
||
[include] | ||
|
||
[libs] | ||
lib/file.js | ||
lib/parser.js | ||
lib/types.js | ||
|
||
[options] | ||
strip_root=true | ||
|
||
[version] | ||
0.16.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 +1 @@ | ||
5.8.23 | ||
5.8.33 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Compiler assumptions | ||
|
||
Babel and it's associated official transforms make some assumptions about your code. These | ||
assumptions are only made as they're either **impossible** to take into consideration or | ||
are extremely exotic. | ||
|
||
- `undefined`, `NaN` and `Infinity` have not been externally redefined. | ||
- Built-in objects such as `Object`, `Array`, `String`, `Number`, `Boolean` etc have not been redefined. | ||
- Standard methods on built-ins have not been redefined in a way that breaks the original contract. |
Empty file.
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,88 +1,3 @@ | ||
# Woah, what's going on here? | ||
|
||
A monorepo, muhahahahahaha. See the [monorepo design doc](/doc/design/monorepo.md) for reasoning. Here's an explanation for each package listed: | ||
|
||
## `babylon` | ||
|
||
## `babel-core` | ||
|
||
#### `babel-cli` | ||
|
||
#### `babel-types` | ||
|
||
#### `babel-code-frame` | ||
|
||
#### `babel-messages` | ||
|
||
#### `babel-polyfill` | ||
|
||
#### `babel-runtime` | ||
|
||
#### `babel-traverse` | ||
|
||
#### `babel-plugin-*` | ||
|
||
- `babel-plugin-auxiliary-comments` | ||
- `babel-plugin-external-helpers` | ||
- `babel-plugin-transform-async-functions` | ||
- `babel-plugin-transform-async-to-bluebird-coroutines` | ||
- `babel-plugin-transform-async-to-generator` | ||
- `babel-plugin-transform-class-properties` | ||
- `babel-plugin-transform-comprehensions` | ||
- `babel-plugin-transform-constant-folding` | ||
- `babel-plugin-transform-dead-code-elimination` | ||
- `babel-plugin-transform-decorators` | ||
- `babel-plugin-transform-do-expressions` | ||
- `babel-plugin-transform-es2015-arrow-functions` | ||
- `babel-plugin-transform-es2015-block-scoped-functions` | ||
- `babel-plugin-transform-es2015-block-scoping` | ||
- `babel-plugin-transform-es2015-classes` | ||
- `babel-plugin-transform-es2015-computed-properties` | ||
- `babel-plugin-transform-es2015-constants` | ||
- `babel-plugin-transform-es2015-destructuring` | ||
- `babel-plugin-transform-es2015-for-of` | ||
- `babel-plugin-transform-es2015-function-name` | ||
- `babel-plugin-transform-es2015-literals` | ||
- `babel-plugin-transform-es2015-modules-amd` | ||
- `babel-plugin-transform-es2015-modules-commonjs` | ||
- `babel-plugin-transform-es2015-modules-systemjs` | ||
- `babel-plugin-transform-es2015-modules-umd` | ||
- `babel-plugin-transform-es2015-object-super` | ||
- `babel-plugin-transform-es2015-parameters` | ||
- `babel-plugin-transform-es2015-shorthand-properties` | ||
- `babel-plugin-transform-es2015-spread` | ||
- `babel-plugin-transform-es2015-sticky-regex` | ||
- `babel-plugin-transform-es2015-tail-call` | ||
- `babel-plugin-transform-es2015-template-literals` | ||
- `babel-plugin-transform-es2015-unicode-regex` | ||
- `babel-plugin-transform-es3-member-expression-literals` | ||
- `babel-plugin-transform-es3-property-literals` | ||
- `babel-plugin-transform-es5-property-mutators` | ||
- `babel-plugin-transform-eval` | ||
- `babel-plugin-transform-exponentiation-operator` | ||
- `babel-plugin-transform-export-extensions` | ||
- `babel-plugin-transform-flow-strip-types` | ||
- `babel-plugin-transform-function-bind` | ||
- `babel-plugin-transform-inline-environment-variables` | ||
- `babel-plugin-transform-jscript` | ||
- `babel-plugin-transform-member-expression-literals` | ||
- `babel-plugin-transform-merge-sibling-variables` | ||
- `babel-plugin-transform-minify-booleans` | ||
- `babel-plugin-transform-node-env-inline` | ||
- `babel-plugin-transform-object-assign` | ||
- `babel-plugin-transform-object-rest-spread` | ||
- `babel-plugin-transform-object-set-prototype-of-to-assign` | ||
- `babel-plugin-transform-property-literals` | ||
- `babel-plugin-transform-proto-to-assign` | ||
- `babel-plugin-transform-react-compat-jsx` | ||
- `babel-plugin-transform-react-constant-elements` | ||
- `babel-plugin-transform-react-display-name` | ||
- `babel-plugin-transform-react-inline-elements` | ||
- `babel-plugin-transform-react-jsx` | ||
- `babel-plugin-transform-remove-console` | ||
- `babel-plugin-transform-remove-debugger` | ||
- `babel-plugin-transform-runtime` | ||
- `babel-plugin-transform-simplify-comparison-operators` | ||
- `babel-plugin-transform-trailing-function-commas` | ||
- `babel-plugin-transform-undeclared-variables-check` | ||
- `babel-plugin-transform-undefined-to-void` | ||
A monorepo, muhahahahahaha. See the [monorepo design doc](/doc/design/monorepo.md) for reasoning. |
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 @@ | ||
module.exports = require("babel-core"); | ||
throw new Error("Use the `babel-core` package not `babel`."); |
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,17 +1,17 @@ | ||
{ | ||
"name": "babel", | ||
"version": "5.8.23", | ||
"name": "babel-cli", | ||
"version": "5.10.32", | ||
"description": "Turn ES6 code into readable vanilla ES5 with source maps", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
"license": "MIT", | ||
"repository": "babel/babel", | ||
"preferGlobal": true, | ||
"dependencies": { | ||
"babel-core": "^5.6.21", | ||
"babel-polyfill": "^5.0.0", | ||
"babel-core": "^5.10.32", | ||
"babel-polyfill": "^5.10.32", | ||
"chokidar": "^1.0.0", | ||
"commander": "^2.6.0", | ||
"commander": "^2.8.1", | ||
"convert-source-map": "^1.1.0", | ||
"fs-readdir-recursive": "^0.1.0", | ||
"glob": "^5.0.5", | ||
|
@@ -20,13 +20,13 @@ | |
"path-exists": "^1.0.0", | ||
"path-is-absolute": "^1.0.0", | ||
"slash": "^1.0.0", | ||
"source-map": "^0.4.0", | ||
"v8flags": "^2.0.10" | ||
"source-map": "^0.5.0", | ||
"v8flags": "^2.0.10", | ||
"babel-runtime": "^5.10.32" | ||
}, | ||
"bin": { | ||
"babel": "./bin/babel.js", | ||
"babel-node": "./bin/babel-node.js", | ||
"babel-external-helpers": "./bin/babel-external-helpers.js", | ||
"babel-plugin": "./bin/babel-plugin.js" | ||
"babel-external-helpers": "./bin/babel-external-helpers.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
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.