satyr
|
426d71cb4f
|
leading then is now valid
|
2010-10-26 05:36:32 +09:00 |
|
Jeremy Ashkenas
|
f6ca5d814c
|
Issue #748 -- trailing reserved idenitifer.
|
2010-10-10 11:42:25 -04:00 |
|
Jeremy Ashkenas
|
baaec57d5c
|
Fixing Issue #738 -- rewriter skips a token.
|
2010-10-01 21:02:48 -04:00 |
|
Jeremy Ashkenas
|
26de26f88f
|
conditionals with no alternative now evaluate to 'undefined' instead of 'null'
|
2010-10-01 20:52:23 -04:00 |
|
Jeremy Ashkenas
|
d41a414b5c
|
Complexifying the indebt test, one more level.
|
2010-09-08 22:48:28 -04:00 |
|
Jeremy Ashkenas
|
9bd3cca7c4
|
Introducing the notion of 'indebt' to mirror 'outdebt', but for suppressed indentation with trailing operators etc. Issue #639.
|
2010-09-08 22:46:13 -04:00 |
|
Jeremy Ashkenas
|
eb9a524ea1
|
Adding unmatched 'then' to the list of things that closes a single-line implicit call early. Issue #611.
|
2010-08-30 22:04:13 -04:00 |
|
Jeremy Ashkenas
|
d5d5de55ae
|
Fixing the longstanding and important Issue #637. I'm glad this one got got.
|
2010-08-21 12:13:43 -04:00 |
|
Jeremy Ashkenas
|
5b9b45814f
|
Fixing Issue #622 with a light refactor to start using a 'tags' property on all nodes.
|
2010-08-16 20:18:42 -04:00 |
|
Jeremy Ashkenas
|
ba02ebc3dc
|
Fixes Issue #603 -- a longstanding precedence issue involving prefix vs postfix if and unless, involving using the entire single-line if statment as an expression.
|
2010-08-11 21:28:22 -04:00 |
|
Jeremy Ashkenas
|
0aa36899a8
|
fixing test for {} + {}
|
2010-07-26 07:40:18 -04:00 |
|
Jeremy Ashkenas
|
ac2f814eb4
|
fixing issue 542. Parse error with leading object literal as part of operation.
|
2010-07-25 20:59:28 -07:00 |
|
Jeremy Ashkenas
|
88847df70b
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |
|
Jeremy Ashkenas
|
de9fb7777b
|
fixing If/else-to-ternary with instanceof as an unparenthesized condition. JS operator precedence.
|
2010-07-23 20:44:56 -07:00 |
|
Jeremy Ashkenas
|
358edfb21f
|
fixing return node squashing the possiblity of a ternary, when there should be one. Issue #475
|
2010-07-06 23:04:35 -04:00 |
|
Jeremy Ashkenas
|
24676eea71
|
Fixing commented-out if-clauses or empty if-clauses.
|
2010-06-27 13:19:23 -04:00 |
|
Jeremy Ashkenas
|
ec570c46bf
|
Big commit. First draft of stripping comments from generated JS output. Issue #41
|
2010-06-27 12:59:54 -04:00 |
|
Jeremy Ashkenas
|
e020f5849c
|
adding a test for #454
|
2010-06-26 17:21:30 -04:00 |
|
Jeremy Ashkenas
|
b61399fbde
|
fixing issue #396 ... issue with nested if/elses getting mis-nested.
|
2010-06-12 19:38:14 -04:00 |
|
Jeremy Ashkenas
|
b746c9018e
|
adding 'unless' blocks
|
2010-04-27 19:35:15 -04:00 |
|
Jeremy Ashkenas
|
4a85f3d499
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
|