Maxime Quandalle
|
c7a02ca289
|
Extend the license to the new year
|
2015-01-01 13:03:38 +01: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
|
af412cae28
|
v2.3.0
v2.3.0
|
2015-01-01 22:40:44 +11:00 |
|
Sebastian McKenzie
|
4c2c96366f
|
add 2.3.0 changelog
|
2015-01-01 22:40:02 +11:00 |
|
Sebastian McKenzie
|
de427936a6
|
remove invalid lval super classes in generation tests
|
2015-01-01 22:38:01 +11:00 |
|
Sebastian McKenzie
|
9d6850d576
|
fix linting errors
|
2015-01-01 22:35:08 +11:00 |
|
Sebastian McKenzie
|
20a0280a52
|
add support for optional transformers
|
2015-01-01 22:35:02 +11:00 |
|
Sebastian McKenzie
|
64b7d6fa93
|
more verbose unknown node error message in code generator
|
2015-01-01 22:34:51 +11:00 |
|
Sebastian McKenzie
|
d7ca7ebbb9
|
remove Transformer exposure
|
2015-01-01 22:34:29 +11:00 |
|
Sebastian McKenzie
|
9680730e24
|
remove forced closure on super classes
|
2015-01-01 22:34:22 +11:00 |
|
Sebastian McKenzie
|
07667d80ff
|
clean up traverse
|
2015-01-01 22:34:05 +11:00 |
|
Sebastian McKenzie
|
9a633ebd9c
|
update scope to use new traversal api
|
2015-01-01 22:33:40 +11:00 |
|
Sebastian McKenzie
|
fac4a61245
|
use Makefile command shortcuts
|
2015-01-01 22:33:30 +11:00 |
|
Sebastian McKenzie
|
0ebc073762
|
update traversal api, removing return false; in favor of this.stop();
|
2015-01-01 22:33:17 +11:00 |
|
Sebastian McKenzie
|
860432cdfd
|
hoist export default to very top
|
2015-01-01 22:31:59 +11:00 |
|
Sebastian McKenzie
|
c408432445
|
add support for circular references and hoist all variable declarations
|
2015-01-01 22:30:28 +11:00 |
|
Sebastian McKenzie
|
27e9f9d616
|
remove invalid lval super class test
|
2015-01-01 22:29:57 +11:00 |
|
Sebastian McKenzie
|
94a11cd602
|
add optional core aliasing transformer
|
2015-01-01 20:02:20 +11:00 |
|
Sebastian McKenzie
|
ab6e424cac
|
make experimental transformers declare that they're experimental
|
2015-01-01 20:01:24 +11:00 |
|
Sebastian McKenzie
|
9ee7b07cbf
|
add corejs aliasing transformer and support for optional transformers
|
2015-01-01 20:01:09 +11:00 |
|
Sebastian McKenzie
|
31fff092b6
|
upgrade acorn-6to5 - fixes #358 and #353
|
2014-12-31 11:56:04 +11:00 |
|
Sebastian McKenzie
|
e847ac11af
|
add object-getter-memoization template
|
2014-12-31 11:54:51 +11:00 |
|
Sebastian McKenzie
|
aee1ca45b0
|
add isFalsyExpression check to superName and make classes a closure if they're inheriting
|
2014-12-31 11:54:39 +11:00 |
|
Sebastian McKenzie
|
46632e1a97
|
better object getter memoization - closes #353
|
2014-12-31 11:54:13 +11:00 |
|
Sebastian McKenzie
|
961e0b9b6b
|
reenable system modules tests
|
2014-12-31 11:51:52 +11:00 |
|
Sebastian McKenzie
|
afdde8b3a7
|
v2.2.0
v2.2.0
|
2014-12-29 12:48:45 +11:00 |
|
Sebastian McKenzie
|
918ddb4124
|
disable system tests temporairly
|
2014-12-29 11:16:47 +11:00 |
|
Sebastian McKenzie
|
18739ad78b
|
remove unused variable
|
2014-12-29 11:15:24 +11:00 |
|
Sebastian McKenzie
|
74a84e2473
|
fix duplicate comments being output, breaking code
|
2014-12-29 11:13:50 +11:00 |
|
Sebastian McKenzie
|
52ffc65a06
|
make system module formatter modules anonymous by default - fixes #347
|
2014-12-29 01:55:30 +11:00 |
|
Sebastian McKenzie
|
d4fbfbbe47
|
Merge pull request #348 from guybedford/system
System test adjustments
|
2014-12-29 01:51:16 +11:00 |
|
Sebastian McKenzie
|
781467d423
|
v2.1.0
v2.1.0
|
2014-12-29 01:41:05 +11:00 |
|
Sebastian McKenzie
|
44f5b7d013
|
fix case statement newline in code generator test
|
2014-12-29 01:39:04 +11:00 |
|
Sebastian McKenzie
|
dcf7f0b70b
|
fix newline in case statement test
|
2014-12-29 01:37:19 +11:00 |
|
Sebastian McKenzie
|
03efd69998
|
check if node exists before inheriting comments to it
|
2014-12-29 01:37:12 +11:00 |
|
Sebastian McKenzie
|
213003a007
|
fix new templates path in dotfiles
|
2014-12-29 01:34:49 +11:00 |
|
Sebastian McKenzie
|
b0503f2efe
|
add 2.1.0 changelog
|
2014-12-29 01:33:58 +11:00 |
|
Sebastian McKenzie
|
c8cf7ff286
|
better blacklist tests and expose register cache - closes #344
|
2014-12-29 01:31:26 +11:00 |
|
Sebastian McKenzie
|
ceb32816d7
|
fix destructuring in switch/case statements - closes #346
|
2014-12-29 01:26:51 +11:00 |
|
Sebastian McKenzie
|
32b94899a6
|
update runtime script to runtime generator
|
2014-12-29 01:26:21 +11:00 |
|
Sebastian McKenzie
|
d951082b09
|
move replacement node comment inheritance to traverse replacement
|
2014-12-29 01:26:11 +11:00 |
|
Sebastian McKenzie
|
b49f6e33d6
|
fix newline on case statement
|
2014-12-29 01:25:56 +11:00 |
|
Sebastian McKenzie
|
c5fa6425a5
|
explicit canRun for hidden transformers
|
2014-12-29 01:25:15 +11:00 |
|
Sebastian McKenzie
|
70d896d609
|
rename runtime script to runtime-generator
|
2014-12-29 01:24:57 +11:00 |
|
Sebastian McKenzie
|
e00fa8c9b1
|
update core-js
|
2014-12-29 01:24:41 +11:00 |
|
Sebastian McKenzie
|
13933bc9b8
|
move templates folder into transformation folder
|
2014-12-29 01:24:35 +11:00 |
|
guybedford
|
295bab544b
|
re-exporting in setters
|
2014-12-28 14:43:56 +02:00 |
|
guybedford
|
cfe05ca10d
|
exported variable declarations hoist along with functions
|
2014-12-28 14:41:32 +02:00 |
|
guybedford
|
da72182219
|
make modules anonymous
|
2014-12-28 14:38:52 +02:00 |
|
Sebastian McKenzie
|
005f5b2174
|
v2.0.4
v2.0.4
|
2014-12-28 11:06:04 +11:00 |
|