Henry Zhu
|
976edfc067
|
babylon: throw parse error if class properties do not have a semicolon (fixes T6873)
|
2015-12-30 14:01:46 -05:00 |
|
Ben Alpert
|
248f00fe82
|
Set function names from assignment expressions
Based on http://www.2ality.com/2015/09/function-names-es6.html.
|
2015-12-27 12:46:56 -08:00 |
|
Amjad Masad
|
0d8e5a9e86
|
Fix over-parenthesizing of function expressions
|
2015-12-24 14:55:51 -08:00 |
|
Sebastian McKenzie
|
1fa24b1efd
|
rename babel-plugin-external-helpers-2 to babel-plugin-external-helpers
|
2015-12-24 03:54:40 +00:00 |
|
Henry Zhu
|
8d78ea4ecf
|
Merge pull request #3112 from phantom10111/fix-es2015-classes
Fix return super(); in class constructor - fixes T2997
|
2015-12-03 10:34:18 -05:00 |
|
Logan Smyth
|
d71b59d0cc
|
Ensure we always push into a BlockStatement - fixes T3051
|
2015-12-02 19:41:22 -08:00 |
|
phantom10111
|
36ebe0c939
|
Fix static class properties in class expressions and anonymous default exported classes - fixes T2983
|
2015-12-01 17:59:53 +01:00 |
|
phantom10111
|
9a270a3d0a
|
Fix return super(); in class constructor - fixes T2997
|
2015-11-25 23:53:53 +01:00 |
|
Logan Smyth
|
b3f2ea0aa1
|
Avoid duplicating traversal of class declarations - fixes T2694
|
2015-11-19 00:30:56 -08:00 |
|
Sebastian McKenzie
|
9f6dcdbc29
|
add regression test - fixes #3028
|
2015-11-13 03:37:43 -08:00 |
|
Sebastian McKenzie
|
54c13eef5c
|
fix exported classes with static class properties - fixes #2868
|
2015-11-10 15:56:22 -08:00 |
|
Sebastian McKenzie
|
15969a0904
|
move all plugin tests out of babel-core and into their appropriate folders
|
2015-11-08 23:04:10 -08:00 |
|