Sebastian McKenzie
|
bbbc9c0c5e
|
remove redundant enumerable: true property on class methods
|
2015-01-30 10:44:33 +11:00 |
|
Sebastian McKenzie
|
ecebedd5a2
|
update esnext class tests
|
2015-01-30 10:11:11 +11:00 |
|
Sebastian McKenzie
|
31df576d26
|
make class methods nonenumerable - fixes #639
|
2015-01-30 10:05:17 +11:00 |
|
Sebastian McKenzie
|
00b22b1231
|
don't ignore dynamic import specifiers - fixes #633
|
2015-01-30 00:13:37 +11:00 |
|
Sebastian McKenzie
|
5d720dbc43
|
upgrade regenerator
|
2015-01-30 00:01:40 +11:00 |
|
Sebastian McKenzie
|
e963798067
|
update tests to reflect _extends helper modifications
|
2015-01-29 22:38:07 +11:00 |
|
Sebastian McKenzie
|
249d749580
|
update asyncToGenerator tests
|
2015-01-29 11:58:58 +11:00 |
|
Sebastian McKenzie
|
960a70287d
|
add improved for-of loose behaviour that supports destructuring - fixes #615
|
2015-01-29 00:50:22 +11:00 |
|
Sebastian McKenzie
|
d72081f82c
|
fix codeFrame call in transformation helper
|
2015-01-29 00:06:24 +11:00 |
|
Sebastian McKenzie
|
d4debc3c85
|
fix regenerator tests
|
2015-01-29 00:06:12 +11:00 |
|
Sebastian McKenzie
|
7894f1a079
|
add regenerator parameter tests
|
2015-01-28 23:45:11 +11:00 |
|
Sebastian McKenzie
|
dd56d53556
|
fix linting errors
|
2015-01-28 13:06:21 +11:00 |
|
Sebastian McKenzie
|
2b85045b61
|
split up class expressions in export default
|
2015-01-28 12:58:05 +11:00 |
|
Sebastian McKenzie
|
fd45e9218c
|
Merge branch 'master' into 3.0.0
Conflicts:
package.json
|
2015-01-27 20:52:45 +11:00 |
|
Sebastian McKenzie
|
24d4d6d73a
|
remove esModule flag from systemjs module formatter - fixes #599
|
2015-01-27 20:40:43 +11:00 |
|
Kurt Ruppel
|
d87b70b57e
|
Use right side verbatim for ES6 class setter.
|
2015-01-26 15:55:27 -08:00 |
|
Kurt Ruppel
|
bbfb297d73
|
Support use of super inside instance setter.
|
2015-01-26 15:55:27 -08:00 |
|
Kurt Ruppel
|
9b68d08604
|
Add test for failing assignment to super setter.
|
2015-01-26 15:55:27 -08:00 |
|
Sebastian McKenzie
|
10ede7c934
|
fix extends helper checking the wrong object - thanks @appden!
|
2015-01-27 07:38:08 +11:00 |
|
Sebastian McKenzie
|
2869878046
|
use hasOwnProperty in extends helper
|
2015-01-27 07:16:57 +11:00 |
|
James Kyle
|
c907f8703a
|
Fix regex transpilation test for regexpu 1.1
|
2015-01-26 11:44:18 -08:00 |
|
Sebastian McKenzie
|
6f2925ed83
|
remove React.__spread and use extends helper instead - fixes #594
|
2015-01-27 06:43:57 +11:00 |
|
Sebastian McKenzie
|
0110d18d4c
|
clearn up traversal and fix replacement node arrays not being traversed - fixes #589
|
2015-01-26 17:43:11 +11:00 |
|
Sebastian McKenzie
|
2bd1afc5fd
|
fix up traverse tests
|
2015-01-26 17:08:40 +11:00 |
|
Sebastian McKenzie
|
f14c0fa5d6
|
turn off failed test writes
|
2015-01-26 17:00:19 +11:00 |
|
Sebastian McKenzie
|
4b6203d1f4
|
simplify class default exports
|
2015-01-26 16:00:30 +11:00 |
|
Sebastian McKenzie
|
8243a34b69
|
change the way modules handle default exports and function declaration exports
|
2015-01-26 15:53:17 +11:00 |
|
Sebastian McKenzie
|
a821b2249b
|
add class tests to optional async transformers
|
2015-01-26 15:52:39 +11:00 |
|
Sebastian McKenzie
|
567479787b
|
update tests to reflect new helper compact behaviour
|
2015-01-26 11:48:35 +11:00 |
|
Sebastian McKenzie
|
75460b91d8
|
clean up module formatters and fix interopRequireWildcard helper
|
2015-01-26 00:14:04 +11:00 |
|
Sebastian McKenzie
|
3d355566dc
|
avoid duplicate requires when importing modules
|
2015-01-25 20:39:41 +11:00 |
|
Sebastian McKenzie
|
d8046333c0
|
add test location to ast validation
|
2015-01-25 15:46:17 +11:00 |
|
Sebastian McKenzie
|
3fdf492dcf
|
safer common interop - closes #493
|
2015-01-25 14:03:25 +11:00 |
|
Sebastian McKenzie
|
befa221bd9
|
only get the basename for task names in test helper
|
2015-01-24 16:32:17 +11:00 |
|
Sebastian McKenzie
|
a954ae3a6e
|
add breaking switch break test
|
2015-01-24 16:32:02 +11:00 |
|
Sebastian McKenzie
|
8a13c12738
|
switch rest and default parameters to new ast type
|
2015-01-24 16:31:43 +11:00 |
|
Sebastian McKenzie
|
b938e1aece
|
rename misc transformers
|
2015-01-24 15:20:23 +11:00 |
|
Sebastian McKenzie
|
89a3206553
|
Merge branch 'master' into 3.0.0
Conflicts:
CHANGELOG.md
lib/6to5/transformation/transformers/optional-core-aliasing.js
|
2015-01-24 15:00:44 +11:00 |
|
Sebastian McKenzie
|
95a3a02469
|
disable failing let scoping test
|
2015-01-24 11:10:18 +11:00 |
|
Sebastian McKenzie
|
3607689fbc
|
fix tests to reflect new destructuring statement behaviour
|
2015-01-24 00:23:15 +11:00 |
|
Sebastian McKenzie
|
75389b04a6
|
use isConsequenceExpressionStatement to correctly evaluate expressions - fixes #502
|
2015-01-24 00:19:48 +11:00 |
|
Sebastian McKenzie
|
bd789ff032
|
fix bin/6to5 blacklist test
|
2015-01-24 00:03:32 +11:00 |
|
Sebastian McKenzie
|
33cd9eeafd
|
don't hoist regenerator variable declarations in system module formatter
|
2015-01-23 23:46:43 +11:00 |
|
Sebastian McKenzie
|
86b6904e77
|
fix esnext tests to reflect new super behaviour
|
2015-01-23 23:05:24 +11:00 |
|
Sebastian McKenzie
|
5f8f9e35d7
|
better categorisation of transformers
|
2015-01-23 23:03:41 +11:00 |
|
Sebastian McKenzie
|
063fec0ca6
|
better categorisation of transformers
|
2015-01-23 23:02:40 +11:00 |
|
Sebastian McKenzie
|
bff150f69d
|
fix filenameRelative name and remove amdModuleIds
|
2015-01-23 09:39:42 +11:00 |
|
Sebastian McKenzie
|
5815b17dee
|
Merge branch 'master' into 3.0.0
|
2015-01-23 07:12:28 +11:00 |
|
Assaf Arkin
|
4fe6ad43c1
|
Added test case for issue #564
|
2015-01-22 10:19:45 -08:00 |
|
Sebastian McKenzie
|
115509653f
|
remove strict module transformers
|
2015-01-22 18:39:09 +11:00 |
|