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
20f643b419
type annotate babylon
2015-09-23 15:59:41 +01:00
Sebastian McKenzie
4996e6bc7f
add parser util addExtra method
2015-09-15 06:19:35 +01:00
Sebastian McKenzie
fbda587964
use extra.parenthesized rather than parenthesizedExpression
2015-09-15 06:19:26 +01:00
Sebastian McKenzie
25aa6da989
add hasFeature util method
2015-09-15 06:18:23 +01:00
Sebastian McKenzie
c31d2afc7f
remove weird acorn conditional formatting
2015-09-15 06:18:15 +01:00
Sebastian McKenzie
76eb259ea8
only allow identifiers as rest expressions
2015-09-15 06:18:04 +01:00
Sebastian McKenzie
bcab30e606
add RestProperty node
2015-09-15 06:17:45 +01:00
Sebastian McKenzie
eae82799e6
loop over all directives to check for use strict
2015-09-15 06:16:57 +01:00
Sebastian McKenzie
8a13465f80
use hasFeature rather than directly looking up options
2015-09-15 06:16:46 +01:00
Sebastian McKenzie
dae16fa192
add directives property to Program and BlockStatement
2015-09-15 06:16:07 +01:00
Sebastian McKenzie
5ea5d47d7f
add babylon hasFeature util method
2015-09-15 06:15:19 +01:00
Sebastian McKenzie
f33c96c276
make export default anoynmous class/function statements - fixes #2205
2015-09-01 05:34: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
8128b35e25
properly distinguish shorthand async keys that are the last property - fixes #2176
2015-08-06 19:33:48 +01:00
Sebastian McKenzie
68d750120a
fix patterns with async keys - fixes #2171
2015-08-05 23:22:31 +01:00
Sebastian McKenzie
5c2b22144c
Merge branch 'master' of github.com:babel/babel
2015-08-05 22:45:00 +01:00
Sebastian McKenzie
ef6ecbefaf
style nits
2015-08-05 21:45:22 +01:00
Sebastian McKenzie
7e80cac728
remove operator property from AssignmentPattern
2015-08-05 21:45:11 +01:00
Naman Goel
df9b0b818f
fix typos
...
Found some typos while reading the code.
2015-08-05 00:26:52 +02: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
855ee71d59
add support for export types
2015-07-31 23:34:45 +01:00
Sebastian McKenzie
c5a407f457
really fix comment attachment
2015-07-26 21:58:22 +01:00
Sebastian McKenzie
d7f59180ce
add back missing comment fix - fixes #2072
2015-07-26 21:56:28 +01:00
Sebastian McKenzie
69721b930a
add token match method and remove more dead code
2015-07-26 04:48:42 +01:00
Sebastian McKenzie
676766533c
improve babylon test coverage and remove dead code
2015-07-25 19:54:19 +01:00
Sebastian McKenzie
2598299e64
finish reorganisation of babylon
2015-07-25 08:03:39 +01:00