Brian Ng
|
8a82cc060a
|
Run new lint rules (#5413)
|
2017-03-04 10:46:01 -05:00 |
|
Daniel Tschinder
|
87ca6150ae
|
[7.0] Remove bc code from preset handling and preset-es2015 (#5128)
* Remove bc code from preset handling and preset-es2015
* Add more tests
* Only allow functions for presets
* Fix lint
|
2017-02-22 14:58:01 +01:00 |
|
Adonis K
|
12886ea495
|
[7.0] Remove stage 4 plugins from stage 3 preset (#5126)
* remove trailing function commas from stage-3 preset (#5117)
trailing function commas is now a finished proposal and was moved to stage 4 (https://github.com/tc39/proposal-trailing-function-commas)
* remove the exponentiation operator from stage-3 preset (#5117)
exponentiation-operator is now a finished proposal and was moved to stage 4 (https://github.com/rwaldron/exponentiation-operator)
* remove async function to es2015 generator from stage-3 preset (#5117)
async functions is now a finished proposal and was moved to stage 4 (https://github.com/tc39/ecmascript-asyncawait)
|
2017-01-19 23:03:49 -05:00 |
|
Henry Zhu
|
6f363b60bb
|
Move async-generators to stage-3 (#4617)
|
2016-09-30 17:29:18 -04:00 |
|
Henry Zhu
|
efa0affea1
|
move object-rest-spread to stage-3
|
2016-09-29 15:26:47 -04:00 |
|
Justin Johansson
|
bae59470da
|
Upgraded all babel-preset-xxxs but babel-preset-es2015 to export syntax
|
2016-09-25 12:27:32 -07:00 |
|
Justin Johansson
|
e16a1657ab
|
Align all babel-preset-xxx packages dir structures with status quo
|
2016-09-25 11:41:43 -07:00 |
|