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.
Merge branch 'master' into es7-object-rest-computed-properties
* master: (89 commits) fix sizing [skip ci] typo [skip ci] changelog for v6.20.1 to v6.20.3 [skip ci] mention repl/link [skip ci] add semver label [skip ci] Fix links in CONTRIBUTING.md [skip ci] (babel#4989) make installing runtime/transform-runtime clearer [skip ci] (babel#4991) Add example to es2015-unicode-regex [skip ci] (babel#4983) v6.20.3 Calculate the correct arity for async functions with destructuring - fixes babel#4977 (babel#4978) v6.20.2 fix object spread (babel#4976) fix clean lib update readme [skip ci] v6.20.1 Fix nested object spread (babel#4974) v6.20.0 v6.20.0 changelog [skip ci] (babel#4971) Raise limit on code size before compacting (babel#4965) Use regenerator-transform to implement babel-plugin-transform-regenerator (babel#4881) ...
- Loading branch information
Showing
255 changed files
with
5,159 additions
and
5,691 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,9 +1,11 @@ | ||
packages/babel-core/src/transformation/templates | ||
/lib | ||
scripts | ||
lib | ||
packages/babel-core/src/transformation/templates | ||
packages/babel-runtime | ||
packages/*/node_modules | ||
packages/*/lib | ||
packages/*/dist | ||
packages/*/test/fixtures | ||
vendor | ||
_babel.github.io | ||
Gulpfile.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
<!--- | ||
<!-- | ||
Before making a PR please make sure to read our contributing guidelines | ||
https://github.com/babel/babel/blob/master/CONTRIBUTING.md | ||
For any issue references: Add a comma-separated list of a [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/) followed by the ticket number fixed by the PR | ||
--> | ||
|
||
| Q | A | ||
| ----------------- | --- | ||
| Bug fix? | yes/no | ||
| Breaking change? | yes/no | ||
| New feature? | yes/no | ||
| Deprecations? | yes/no | ||
| Spec compliancy? | yes/no | ||
| Tests added/pass? | yes/no | ||
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any | ||
| License | MIT | ||
| Doc PR | reference to the documentation PR, if any | ||
| Q | A <!--(yes/no) --> | ||
| ------------------------ | --- | ||
| Patch: Bug Fix? | | ||
| Major: Breaking Change? | | ||
| Minor: New Feature? | | ||
| Deprecations? | | ||
| Spec Compliancy? | | ||
| Tests Added/Pass? | | ||
| Fixed Tickets | `Fixes #1, Fixes #2` <!-- rm the quotes to link the issues --> | ||
| License | MIT | ||
| Doc PR | <!-- if yes, add `[skip ci]` to your commit message to skip CI builds --> | ||
| Dependency Changes | | ||
|
||
<!-- Describe your changes below in as much detail as possible --> |
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 |
---|---|---|
|
@@ -16,3 +16,4 @@ dist | |
/packages/*/lib | ||
_babel.github.io | ||
/tests/.browser-build.js | ||
.nyc_output |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.