switch branches must be declared `required` so that the compressor doesn't
authorMihai Bazon <mihai@bazon.net>
Mon, 3 Sep 2012 08:05:59 +0000 (11:05 +0300)
committerMihai Bazon <mihai@bazon.net>
Mon, 3 Sep 2012 08:05:59 +0000 (11:05 +0300)
commit66c869c8f6d4392efb56a15c6663a1f93b74da88
treeba6a6dad9e6d0c7202fc3471ba62a3f41660515c
parent1bf5928b5485db5646515919672e005738d6df81
switch branches must be declared `required` so that the compressor doesn't
replace nodes with a single statement.

looks stable for now, though mess begins to sink in.  need to review the AST
hierarchy.
lib/ast.js
lib/output.js