Sebastian McKenzie
|
16024242b0
|
add type check to inherits template
|
2015-01-05 10:23:06 +11:00 |
|
Sebastian McKenzie
|
45d0eea842
|
fix native type constructor spread - closes #373
|
2015-01-05 10:20:36 +11:00 |
|
Sebastian McKenzie
|
b0c9d3daa4
|
Merge branch 'master' into traceur
|
2015-01-05 10:19:41 +11:00 |
|
James Kyle
|
3b4c9c415e
|
Make parent constructor check explicit when extending from null - fixes #386
|
2015-01-04 13:45:13 -08:00 |
|
Sebastian McKenzie
|
b81f824b7e
|
normalise wildcard import into a default object
|
2015-01-05 00:07:22 +11:00 |
|
Sebastian McKenzie
|
9bfb8c440a
|
add optional typeof symbol transformer
|
2015-01-05 00:06:57 +11:00 |
|
Sebastian McKenzie
|
ccabb91f69
|
add back deleted object-define-properties-closure template
|
2015-01-04 15:30:59 +11:00 |
|
Sebastian McKenzie
|
cbcad22d81
|
update default parameters transformer to use var a = arguments[0] === undefined ? 1 : arguments[0]; instead of if (a === undefined) a = 1;
|
2015-01-04 08:35:14 +11:00 |
|
Sebastian McKenzie
|
324a0b408a
|
add optional protoToAssign transformer
|
2015-01-04 07:38:36 +11:00 |
|
Sebastian McKenzie
|
0e9eac610b
|
rename es5-property-methods-assignment to es6-property-method-assignment and add function ids to object methods and remap them if they contain a reference to themselves - fixes #308
|
2015-01-03 20:11:00 +11:00 |
|
Sebastian McKenzie
|
ba67f57c1e
|
use simple loops always in array comprehensions, support yield inside of array comprehensions - closes #325, fixes #252
|
2015-01-02 02:14:36 +11:00 |
|
Sebastian McKenzie
|
925b1f7600
|
add optional asyncToGenerator transformer - closes #321
|
2015-01-02 01:31:14 +11:00 |
|
Sebastian McKenzie
|
800c350db6
|
use Object.defineProperty on computed properties - fixes #357
|
2015-01-02 00:40:37 +11:00 |
|
Sebastian McKenzie
|
52e23473ed
|
allow export default non-functions mapping to module.exports in common module formatter - fixes #356
|
2015-01-01 22:58:46 +11:00 |
|
Sebastian McKenzie
|
9ee7b07cbf
|
add corejs aliasing transformer and support for optional transformers
|
2015-01-01 20:01:09 +11:00 |
|
Sebastian McKenzie
|
e847ac11af
|
add object-getter-memoization template
|
2014-12-31 11:54:51 +11:00 |
|
Sebastian McKenzie
|
13933bc9b8
|
move templates folder into transformation folder
|
2014-12-29 01:24:35 +11:00 |
|