Skip to content

Commit

Permalink
Merge branch 'master' into es7-object-rest-computed-properties
Browse files Browse the repository at this point in the history
* 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
Diogo Franco (Kovensky) committed Dec 16, 2016
2 parents b81e978 + e06faa9 commit f59fdfa
Show file tree
Hide file tree
Showing 255 changed files with 5,159 additions and 5,691 deletions.
6 changes: 4 additions & 2 deletions .eslintignore
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
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!---
BEFORE YOU SUBMIT please read the following:
Please search open/closed issues before submitting since someone might have asked the same thing before!
If you have a support request or question please submit them to one of this resources:
* Discussion Forum: https://discuss.babeljs.io/
Expand All @@ -17,6 +19,7 @@ support questions here.

### Input Code
<!--- If you're describing a bug, please let us know which sample code reproduces your problem -->
<!--- If you have link to our REPL or a standalone repo please link that! -->

```js
var your => (code) => here;
Expand Down
27 changes: 15 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
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 -->
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ dist
/packages/*/lib
_babel.github.io
/tests/.browser-build.js
.nyc_output
5 changes: 0 additions & 5 deletions .istanbul.yml

This file was deleted.

Loading

0 comments on commit f59fdfa

Please sign in to comment.