Sebastian McKenzie
72b6e42b34
fix object rest/spread in arrow function params - fixes #2631
2015-11-03 11:14:12 +00:00
Sebastian McKenzie
e62a00df50
rename NumberLiteral to NumericLiteral and RegexLiteral to RegExpLiteral
2015-11-03 01:19:35 +00:00
Sebastian McKenzie
7012116f4e
fix parser bug where arrow functions have a higher precedence than they should - fixes #2118
2015-10-30 22:50:53 +00:00
Sebastian McKenzie
ae7d5367f1
6.0.0
...
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.
2015-10-29 17:51:24 +00:00
Sebastian McKenzie
3a89ee84ef
update babylon tests
2015-10-05 16:40:43 +01:00
Sebastian McKenzie
e1575c468c
rename features in babylon tests
2015-09-15 06:13:11 +01:00
Sebastian McKenzie
8d7b3c462f
unoverload Literal AST node
2015-09-01 04:49:16 +01:00
Sebastian McKenzie
a179f9a48b
fix various bugs surfaced by the esprima test suite, remove some incorrect tests
2015-08-11 16:58:20 +01:00
Sebastian McKenzie
415d1271b9
add esprima tests and fix bugs picked up by it
2015-08-11 00:59:15 +01:00
Sebastian McKenzie
4c71038bce
fix export default function expression disambiguation - fixes #2189
2015-08-10 13:04:08 +01:00
Sebastian McKenzie
7e80cac728
remove operator property from AssignmentPattern
2015-08-05 21:45:11 +01:00
Sebastian McKenzie
dea349c4d4
check valid function/class token when parsing export default before converting to a declaration - fixes #2145
2015-08-02 21:36:52 +01:00
Sebastian McKenzie
676766533c
improve babylon test coverage and remove dead code
2015-07-25 19:54:19 +01:00
Sebastian McKenzie
7e7ad89724
remove range property from nodes, clean up babylon codebase
2015-07-25 07:07:22 +01:00
Sebastian McKenzie
7964e3bf11
fix broken tests
2015-07-25 06:14:09 +01:00
Sebastian McKenzie
55f3fb3015
add espree comment attachment tests and remove ranges test property from babylon tests
2015-07-25 06:07:51 +01:00
Sebastian McKenzie
350e901794
update babylon fixtures to use File as the root node rather than Program
2015-07-25 05:24:58 +01:00
Sebastian McKenzie
14d2625753
switch babylon tests to fixtures
2015-07-25 05:19:32 +01:00