Add a "keep_fnames" option to the compressor to retain function expression names
authorRichard van Velzen <rvanvelzen1@gmail.com>
Sun, 4 Jan 2015 19:14:38 +0000 (20:14 +0100)
committerRichard van Velzen <rvanvelzen1@gmail.com>
Sun, 4 Jan 2015 19:14:38 +0000 (20:14 +0100)
commit0d48af3f36e99252a42b2f40d8fc6d361aa5a7b1
tree6f51fbcf42a30965b2d7e15d690fb3d589519b8a
parent4613644cce9f64cef4115cbfff660b41d51a9b9d
Add a "keep_fnames" option to the compressor to retain function expression names

See #552. This is useful for stack traces.
lib/compress.js
test/compress/drop-unused.js