fix mangleProperties of `undefined` & `Infinity` (#1772)
authorAlex Lam S.L <alexlamsl@gmail.com>
Mon, 3 Apr 2017 04:31:05 +0000 (12:31 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2017 04:31:05 +0000 (12:31 +0800)
commit59a4e56bc81ce96b3ee81ad4f068cfc7d89a4790
treec92eb1c04b50b052d61c9f5f9431e4157535317c
parent1f1fccc45df9fdc8a77d2ee3f1ae36f029b31ee9
fix mangleProperties of `undefined` & `Infinity` (#1772)

`NaN` already works by the happy accident of `Number.NaN`

fixes #1770
lib/propmangle.js
test/compress/issue-1770.js [new file with mode: 0644]