Mark vars with /** @const */ pragma as consts so they can be eliminated.
authorSamuel Reed <samuel.trace.reed@gmail.com>
Tue, 19 Jan 2016 19:12:32 +0000 (13:12 -0600)
committerSamuel Reed <samuel.trace.reed@gmail.com>
Tue, 19 Jan 2016 19:23:02 +0000 (13:23 -0600)
commit8b71c6559b0e1773bb3455c68701ff512fc18277
treea92525212a315a818ade6a763ec39148c5e09509
parent57e0fafd5c35552fb1ea63c829a7f6ea7000b6f8
Mark vars with /** @const */ pragma as consts so they can be eliminated.

Fixes older browser support for consts and allows more flexibility
in dead code removal.
lib/scope.js
test/compress/dead-code.js