Sebastian McKenzie
|
daf24c5c59
|
add 5.0.10 changelog
|
2015-04-08 08:12:33 -07:00 |
|
Sebastian McKenzie
|
cdb2784e75
|
add #1199 regression test
|
2015-04-08 08:11:01 -07:00 |
|
Sebastian McKenzie
|
93feabb82e
|
fix forOf loop inheritance - fixes #1169
|
2015-04-08 08:10:53 -07:00 |
|
Sebastian McKenzie
|
982c142bf6
|
Merge branch 'master' of github.com:babel/babel
|
2015-04-08 07:47:52 -07:00 |
|
Sebastian McKenzie
|
de5520a94f
|
disable scope caching
|
2015-04-08 07:42:04 -07:00 |
|
Sebastian McKenzie
|
c239d06f10
|
fix MetaProperty generation
|
2015-04-08 07:41:56 -07:00 |
|
Sebastian McKenzie
|
a5fed376d8
|
Merge pull request #1191 from zertosh/babelrc-comments
Strip out comments before parsing babelrc
|
2015-04-07 18:09:07 -07:00 |
|
Sebastian McKenzie
|
e99fd77d89
|
downgrade and fix mocha version - fixes #1196
|
2015-04-07 18:07:23 -07:00 |
|
Sebastian McKenzie
|
1374863b9c
|
5.0.10
|
2015-04-07 18:06:52 -07:00 |
|
Andres Suarez
|
e88c28f88b
|
Strip out comments before parsing babelrc
|
2015-04-07 18:50:01 -04:00 |
|
Sebastian McKenzie
|
7a0fd26f56
|
v5.0.10
v5.0.10
|
2015-04-07 13:04:25 -07:00 |
|
Sebastian McKenzie
|
17583e4807
|
fix decrators modules test
|
2015-04-07 13:03:41 -07:00 |
|
Sebastian McKenzie
|
37dd5137ff
|
don't modules reassign _ignoreModulesRemap assignments
|
2015-04-07 13:02:28 -07:00 |
|
Sebastian McKenzie
|
24fced406e
|
Merge branch 'master' of github.com:babel/babel
|
2015-04-07 09:55:11 -07:00 |
|
Sebastian McKenzie
|
0ab1362893
|
don't reassign decorated classes - fixes #1167
|
2015-04-07 09:54:14 -07:00 |
|
Sebastian McKenzie
|
96506f4249
|
5.0.9
|
2015-04-07 09:20:40 -07:00 |
|
Sebastian McKenzie
|
ed747f88bd
|
Merge pull request #1185 from Dignifiedquire/class-decorators-scope
Take 2: Fix class decorator scoping.
|
2015-04-07 08:49:56 -07:00 |
|
dignifiedquire
|
3987545b4f
|
Ensure correct scope for decorated classes.
|
2015-04-07 14:57:15 +02:00 |
|
dignifiedquire
|
148aa3f96d
|
Use a functionExpression with class decorators. Fixes #1161.
|
2015-04-07 14:16:48 +02:00 |
|
Sebastian McKenzie
|
0cb5a7c91e
|
Revert "Use a functionExpression with class decorators. Fixes #1161."
This reverts commit f8d56d961207153c5b259c1666cd9fff2d03d817.
|
2015-04-07 04:40:39 -07:00 |
|
Sebastian McKenzie
|
fc34d5a9b0
|
Merge pull request #1184 from Dignifiedquire/class-decorators
Use a functionExpression with class decorators. Fixes #1161.
|
2015-04-07 03:39:59 -07:00 |
|
dignifiedquire
|
f8d56d9612
|
Use a functionExpression with class decorators. Fixes #1161.
|
2015-04-07 12:11:49 +02:00 |
|
Brian Donovan
|
737be0e95e
|
Merge pull request #1173 from alawatthe/patch-1
Fixed path for mocha tests in CONTRIBUTING.md
|
2015-04-06 09:56:31 -07:00 |
|
Alexander Zeilmann
|
26e2b392e8
|
Fixed path for mocha tests
|
2015-04-06 18:38:33 +02:00 |
|
Sebastian McKenzie
|
708cdfb993
|
v5.0.9
v5.0.9
|
2015-04-06 06:28:58 -07:00 |
|
Sebastian McKenzie
|
8cb3aabefa
|
add 5.0.9 changelog
|
2015-04-06 06:26:11 -07:00 |
|
Sebastian McKenzie
|
4a87b35d20
|
fix function name self referencing test
|
2015-04-06 06:23:46 -07:00 |
|
Sebastian McKenzie
|
543554b258
|
flow tests style nit
|
2015-04-06 06:20:09 -07:00 |
|
Sebastian McKenzie
|
afd95cf663
|
add #1168 regression test
|
2015-04-06 06:20:05 -07:00 |
|
Sebastian McKenzie
|
87ce4b9cd8
|
fix order of parameter type annotation parsing - fixes #1168
|
2015-04-06 06:19:13 -07:00 |
|
Sebastian McKenzie
|
6b76f26ed8
|
use module id if available for umd global name - fixes #1166
|
2015-04-06 06:14:09 -07:00 |
|
Sebastian McKenzie
|
c2776e63ae
|
rename umd module variable name - fixes #1166
|
2015-04-06 06:13:43 -07:00 |
|
Sebastian McKenzie
|
3f2fe363d1
|
Merge pull request #1163 from chocolateboy/babel_node_print_fix
babel-node --print: don't mangle percent characters (%)
|
2015-04-06 06:06:21 -07:00 |
|
Sebastian McKenzie
|
8de28098f4
|
Merge pull request #1170 from alawatthe/master
Replaced FUNCTION_ID by FUNCTION_KEY - fixes #1164
|
2015-04-06 06:02:49 -07:00 |
|
alawatthe
|
9a28f3fdb1
|
Replaced FUNCTION_ID by FUNCTION_KEY - fixes #1164
|
2015-04-06 10:53:41 +02:00 |
|
chocolateboy
|
88941b3270
|
babel-node --print: don't mangle percent characters (%)
This applies the babel fix in #528 to babel-node.
before:
$ babel-node --print --eval '"%%"'
'%'
after:
$ babel-node --print --eval '"%%"'
'%%'
|
2015-04-05 06:26:29 +01:00 |
|
Sebastian McKenzie
|
3a768db2bf
|
fix missing this in acorn parseExprAtom
|
2015-04-05 03:26:41 +10:00 |
|
Sebastian McKenzie
|
320a39f4c4
|
fix computed properties in es7 object rest/spread - thanks @AluisioASG!
|
2015-04-05 02:52:14 +10:00 |
|
Sebastian McKenzie
|
dc98ac7c93
|
5.0.8
|
2015-04-04 17:09:35 +11:00 |
|
Sebastian McKenzie
|
6e456f0ec1
|
v5.0.8
v5.0.8
|
2015-04-04 17:05:47 +11:00 |
|
Sebastian McKenzie
|
793090628d
|
fix #1157 regression test
|
2015-04-04 17:03:54 +11:00 |
|
Sebastian McKenzie
|
9ed251cb08
|
add 5.0.8 changelog
|
2015-04-04 17:02:50 +11:00 |
|
Sebastian McKenzie
|
480fa7f4e0
|
add regression test for #1157
|
2015-04-04 16:59:29 +11:00 |
|
Sebastian McKenzie
|
3e642dfa1b
|
Merge pull request #1157 from jayphelps/patch-1
[BUGFIX] Check whether `value` key is in descriptor instead of checking truthy value
|
2015-04-04 16:57:57 +11:00 |
|
Jay Phelps
|
d9cbce1862
|
[BUGFIX] checking whether value key is in descriptor instead of checking if value is truthy since !!0 === false
class Foo {
static bar = 0;
}
Foo.bar++;
// Cannot assign to read only property 'bar' of function
|
2015-04-03 22:49:34 -07:00 |
|
Sebastian McKenzie
|
4bd19da3c2
|
fix tests, better block scoped collisions
|
2015-04-04 14:17:26 +11:00 |
|
Sebastian McKenzie
|
7c710a0378
|
move var scope collector to before block - fixes #1153
|
2015-04-04 14:09:34 +11:00 |
|
Sebastian McKenzie
|
56335409d3
|
stop constructor verification traversal on FunctionDeclaration/FunctionExpression - fixes #1155
|
2015-04-04 14:01:26 +11:00 |
|
Sebastian McKenzie
|
91d78afc67
|
update 5.0.7 changelog
|
2015-04-04 05:32:32 +11:00 |
|
Sebastian McKenzie
|
54c6339f20
|
5.0.7
|
2015-04-04 04:51:24 +11:00 |
|