Sebastian McKenzie
|
27b6f804ce
|
clean up class decorators #1185
|
2015-04-12 19:06:59 -07:00 |
|
Sebastian McKenzie
|
7e1a4be085
|
add use strict header to decorators test
|
2015-04-12 09:09:26 -07:00 |
|
Sebastian McKenzie
|
bbc951dfe1
|
fix decorators order - thanks to some random japanese tweet i translated...
|
2015-04-12 09:05:46 -07:00 |
|
Sebastian McKenzie
|
b3e4aefe12
|
update runtime transformer to not use $for module - cc @zloirock
|
2015-04-12 09:00:32 -07:00 |
|
Sebastian McKenzie
|
26b5174dfa
|
add descriptor for all class properties - fixes #1235
|
2015-04-12 08:53:01 -07:00 |
|
Sebastian McKenzie
|
274a6e01dc
|
add support for inheriting from statically inlined native constructors - closes #1172
|
2015-04-11 19:47:11 -07:00 |
|
Sebastian McKenzie
|
3561efdb86
|
update runtime transformer to modular core-js - fixes #1206
|
2015-04-11 19:07:39 -07:00 |
|
Sebastian McKenzie
|
1a30f1aafc
|
fix regression with completion records for assignment expressions - fixes #1204
|
2015-04-11 18:13:47 -07:00 |
|
Sebastian McKenzie
|
e362512af3
|
switch to my branch of regenerator - #1123, fixes #1015
|
2015-04-11 17:59:14 -07:00 |
|
Sebastian McKenzie
|
7905f48280
|
clean up dynamic imports, disable hoisting in system module formatter when **any** dynamic imports are included - fixes #1219
|
2015-04-11 17:22:48 -07:00 |
|
Sebastian McKenzie
|
aba2d1c23c
|
fix loop constants test error message
|
2015-04-11 16:50:08 -07:00 |
|
Sebastian McKenzie
|
5326e0543d
|
fix scope tracking for constants in loop heads - fixes #1229
|
2015-04-11 16:39:18 -07:00 |
|
Sebastian McKenzie
|
1360c93e4b
|
fix enumerable property position in test
|
2015-04-11 16:35:19 -07:00 |
|
Sebastian McKenzie
|
98c5255b91
|
add support for object literal decorators - fixes #1154
|
2015-04-11 16:30:55 -07:00 |
|
Sebastian McKenzie
|
0995cc3f4e
|
add proxies
|
2015-04-11 14:32:52 -07:00 |
|
Sebastian McKenzie
|
f2460c6173
|
update to latest acorn
|
2015-04-10 13:44:50 -07:00 |
|
Sebastian McKenzie
|
4e6aed0408
|
don't shadow default parameter scope iife and instead just apply the this and arguments - fixes #1128
|
2015-04-09 14:58:33 -07:00 |
|
Sebastian McKenzie
|
704b31f44f
|
use path basename as non-default import fallback - fixes #1207
|
2015-04-09 14:36:00 -07:00 |
|
Brian Donovan
|
80f109efeb
|
Ensure arrow function bodies are wrapped in parens if needed.
Closes #1214.
|
2015-04-09 11:50:52 -07:00 |
|
Aluísio Augusto Silva Gonçalves
|
6c5e0e6590
|
Add Acorn tests for trailing function commas
|
2015-04-09 13:35:48 -03:00 |
|
Sebastian McKenzie
|
c12c4a5c39
|
don't touch function name containers when remapping modules - fixes #1160
|
2015-04-08 08:52:53 -07:00 |
|
Sebastian McKenzie
|
cb8b47ee2f
|
add missing curly brace to regression test
|
2015-04-08 08:13: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 |
|
Lukáš Mladý
|
6491018c21
|
Add failing tests that document ES 6 generators bug
|
2015-04-08 14:14:45 +02:00 |
|
Sebastian McKenzie
|
17583e4807
|
fix decrators modules test
|
2015-04-07 13:03:41 -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 |
|
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 |
|
dignifiedquire
|
f8d56d9612
|
Use a functionExpression with class decorators. Fixes #1161.
|
2015-04-07 12:11:49 +02: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
|
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 |
|
Aluísio Augusto Silva Gonçalves
|
584532cc2c
|
[ES7] Trailing comma in function parameter list
Currenly a stage 1 proposal.
See https://github.com/jeffmo/es-trailing-function-commas.
|
2015-04-06 09:10:44 -03:00 |
|
alawatthe
|
9a28f3fdb1
|
Replaced FUNCTION_ID by FUNCTION_KEY - fixes #1164
|
2015-04-06 10:53:41 +02:00 |
|
Sebastian McKenzie
|
320a39f4c4
|
fix computed properties in es7 object rest/spread - thanks @AluisioASG!
|
2015-04-05 02:52:14 +10:00 |
|
Sebastian McKenzie
|
793090628d
|
fix #1157 regression test
|
2015-04-04 17:03:54 +11:00 |
|
Sebastian McKenzie
|
480fa7f4e0
|
add regression test for #1157
|
2015-04-04 16:59:29 +11:00 |
|
Sebastian McKenzie
|
4bd19da3c2
|
fix tests, better block scoped collisions
|
2015-04-04 14:17:26 +11:00 |
|
Sebastian McKenzie
|
56335409d3
|
stop constructor verification traversal on FunctionDeclaration/FunctionExpression - fixes #1155
|
2015-04-04 14:01:26 +11:00 |
|
Sebastian McKenzie
|
ffdfb491eb
|
disable identifier resolution - fixes #1149
|
2015-04-04 04:46:49 +11:00 |
|
Sebastian McKenzie
|
db9ed0235f
|
finally fix cli tests
|
2015-04-04 04:39:28 +11:00 |
|
Sebastian McKenzie
|
67201e9698
|
add ignore/only option to cli
|
2015-04-04 03:31:19 +11:00 |
|
Sebastian McKenzie
|
c715d96e46
|
wrap non-arrays/strings/falsys in an array in util.list - fixes babel/babelify#69
|
2015-04-04 02:40:09 +11:00 |
|
Sebastian McKenzie
|
b7a08100a6
|
add default live bindings to common module formatter
|
2015-04-04 01:56:58 +11:00 |
|
Sebastian McKenzie
|
d64c2c0c45
|
turn internalRemap into a null inherited object, fixes a nasty bug where module import live bindings would return a function if they referenced a method on Object.prototype (eg. toString)
|
2015-04-03 23:10:09 +11:00 |
|