Siorki / RegPack

Self-contained packer for size-constrained JS code
Other
298 stars 14 forks source link

Variables leak into global space, should be declared local #75

Closed da0ka closed 7 years ago

da0ka commented 7 years ago

regpack.js has many global variables that should be local variable.

Siorki commented 7 years ago

There were such variables in legacy code from method RegPack.findRedundancies()

PR #69 has fixed them, closing the issue, please reopen if you spot remaining ones.