Buu Nguyen
8decefe8bc
Fix bug incorrect dereferencing rest argument ( #5810 )
...
* Fix bug incorrect dereferencing rest argument
* Fix pure path
* Minor refactor
2017-07-11 23:26:57 -04:00
Henry Zhu
650cd43096
move to src ( #5942 )
2017-07-11 23:23:15 -04:00
Henry Zhu
03f249430a
v7.0.0-alpha.14
2017-07-11 22:53:09 -04:00
Henry Zhu
8460b4c62f
v7.0.0-alpha.13
2017-07-11 22:27:56 -04:00
Brian Ng
4710b8a5ba
Update babel-types docs [skip ci] ( #5941 )
2017-07-11 22:20:43 -04:00
Brian Ng
81e87b0838
Remove codecov node package and use bash uploader ( #5938 )
...
* Remove codecov node package and use bash uploader
* test
2017-07-11 21:32:48 -04:00
Mauro Bringolf
465c087ac0
Removed update operators from number unary operators ( #5940 )
2017-07-11 19:08:50 -05:00
Brian Ng
bc123ad02a
Change trailing comma option for polyfill scripts ( #5939 )
2017-07-11 18:13:26 -05:00
Justin Ridgewell
e170e6d760
Fix returning an object in a derived class constructor without super ( #5885 )
2017-07-11 17:43:19 -04:00
Ash
960e1708a1
babel-traverse: Mark appropriate template literals as pure ( #5914 )
...
* Identify pure template literals
* Mark template literals as pure where possible
* Changes based on code review
* nit
2017-07-11 17:42:34 -04:00
Daniel Tschinder
2ce5f166d7
Remove codecov node package and use bash uploader ( #5937 )
2017-07-11 13:37:54 -05:00
Sarup Banskota
a7a9e7ae17
Gitignore package-lock ( #5918 )
2017-07-10 13:44:27 -05:00
Justin Ridgewell
51ff4dd936
Fix async-to-generator ForAwait transform ( #5932 )
...
The old transform called an external `babel-traverse`, which doesn’t
does something funky.
2017-07-09 23:49:44 -05:00
Justin Ridgewell
628061c501
Add new.target transform ( #5906 )
...
* Add new.target transform
* Catch new.target under only an arrow function
* More unsupported reflect.construct cases
* Fix node 4 test
* Do not transform Methods
* More tests
* Properly setup function inheritance test
* Tests tests tests
* Fix ES6 class's new.target
* Remove expected output thats supposed to throw.
2017-07-07 14:28:19 -04:00
Sarup Banskota
003b8918c2
Fix typo in babel-types doc script + run it ( #5855 )
2017-07-06 16:19:51 -04:00
Jeffrey Wear
72183ff2e9
Clarify use of bind operator in "prefix position" ( #5917 )
...
The REPL [shows](https://babeljs.io/repl/#?babili=false&evaluate=false&lineWrap=true&presets=es2015%2Creact%2Cstage-0&targets=&browsers=&builtIns=false&debug=false&code_lz=PYIwVgXBBmCuB2BjA3AKAPToAQEsDOWApgI6w4BuAhgDaHwAuW9wEqcSAdCDvACYAUoMAEo0qKEI7sUGbPiKkKNOo2atJ0rjwFDRqVEKjT-Vansy4CJMqZVMWbBIg6Ia1QeAA0WU3vEQNJxMaczkrRVsGe1ZNV2p3IW9fZCA )
that when the bind operator prefixes `obj.func` (as opposed to being used
between `obj` and `func`), rather than binding a free function `func` to `obj`,
it binds `obj.func` to `obj`.
[skip ci]
2017-07-04 16:21:39 -07:00
Brian Ng
f70c9f11fc
1.6.0
2017-07-04 09:59:31 -05:00
Brian Ng
a99f77a211
Update changelog
2017-07-04 09:58:08 -05:00
Brian Ng
9f8a44ab7a
Update yarn.lock
2017-07-04 09:58:01 -05:00
Brian Ng
65fa461a59
Tweak uglify option docs ( #368 )
2017-07-03 13:07:39 -05:00
Artem Yavorsky
eff645a900
Merge pull request #367 from babel/chromeandroid
...
Handle `chromeandroid` browserslist value. Fixes #366 .
2017-07-03 17:32:42 +03:00
Brian Ng
b73dac4f63
add test
2017-07-03 09:07:48 -05:00
Artem Yavorsky
7e718e1e46
Handle chromeandroid browserslist value.
2017-07-03 01:22:54 +03:00
Artem Yavorsky
51ace73e7c
Use nyc 10.1.2.
2017-07-01 18:42:37 +03:00
Artem Yavorsky
47cec5439a
Bump chai to 4.0.2.
2017-07-01 18:12:30 +03:00
Artem Yavorsky
ca37d4919d
Explicit targets always override browsers targets.
2017-07-01 18:06:34 +03:00
Artem Yavorsky
5152b370e7
Bump some stuff.
2017-07-01 17:57:56 +03:00
Artem Yavorsky
899c57b960
Merge branch 'master' into 2.0
...
# Conflicts:
# .travis.yml
# package.json
# src/targets-parser.js
# yarn.lock
2017-07-01 17:50:54 +03:00
Brian Ng
0c847c4571
Bump compat-table for node8 support ( #363 )
2017-07-01 09:43:00 -05:00
Jim Nielsen
9ad660bbe1
Swap github/twitter links ( #5895 ) [skip ci]
2017-06-28 14:51:23 -04:00
Brian Ng
58ec149c52
Fix some unneeded semis in test fixtures ( #5892 )
2017-06-27 22:15:10 -05:00
Daniel Tschinder
b3372a572d
Remove whitespace generation ( #5833 )
...
* Remove whitespace generation and rely on default printing
Changes to printing:
* Add newline after last empty SwitchCase
* Add newlines around block comments if they are non-flow comments or contain newlines
* Fix a few more fixtures
2017-06-27 21:57:02 -05:00
Josh Johnston
bc29145465
Fix 5768 (to 7.0 branch) ( #5891 )
2017-06-27 20:04:23 -04:00
Henry Zhu
48c770e4bb
Force color output in test runs to ensure consistent behavior in Travis
2017-06-27 17:48:56 -04:00
Josh Johnston
3cf4cee40a
Fix 5768 ( #5811 )
...
* Fix destructured exports
- adds a failing test based on description in #5768
- handles ObjectPattern and ArrayPattern
* use export assignment template
2017-06-27 17:31:47 -04:00
Henry Zhu
ed0de70656
Merge pull request #5889 from babel/update-babylon
...
Update babylon
2017-06-27 17:29:55 -04:00
Henry Zhu
9a75916012
remove unused dependencies
2017-06-27 17:18:13 -04:00
Henry Zhu
a4080dc095
update babylon
2017-06-27 17:17:41 -04:00
Henry Zhu
4e50b2d9d9
Merge pull request #5412 from babel/prettify
...
Use prettier
2017-06-27 17:12:14 -04:00
Brian Ng
e4b35f680d
Run prettier
2017-06-27 12:15:00 -05:00
Brian Ng
93cc22dae1
Add prettier
2017-06-27 12:13:54 -05:00
Henry Zhu
89d8f70fcd
Merge pull request #5813 from jridgewell/pr/5786
...
Optional Chaining Operator (Stage 1)
2017-06-27 11:10:47 -04:00
Justin Ridgewell
f363ec6b99
Add to stage-1 preset
2017-06-27 01:27:41 -04:00
Logan Smyth
b3183b1198
Force color output in test runs to ensure consistent behavior in Travis (Take 2)
2017-06-26 15:59:30 -07:00
Logan Smyth
892377ae57
Force color output in test runs to ensure consistent behavior in Travis.
2017-06-26 15:51:51 -07:00
Logan Smyth
95b3c8a16a
Revert "TEMP: Another quick test"
...
This reverts commit 0005b9e4cf547f1bde9fddf95eeb65f528c957e3.
2017-06-26 15:49:56 -07:00
Logan Smyth
12e39116f0
Revert "TEMP: Debugging unexpected test failures."
...
This reverts commit 1fb3d5b0f60d05deb3d926d0b1da883267440965.
2017-06-26 15:49:54 -07:00
Logan Smyth
0005b9e4cf
TEMP: Another quick test
2017-06-26 15:22:13 -07:00
Logan Smyth
1fb3d5b0f6
TEMP: Debugging unexpected test failures.
2017-06-26 14:59:39 -07:00
Henry Zhu
bd9e1860d0
for-of optimization on arrays/known functions that return arrays ( #4747 )
2017-06-26 16:47:39 -04:00