<!-- Consider supporting the project! https://opencollective.com/terser --> **Bug** ```var { a, b, a } = data``` is valid JS but will fail minify. ```Parameter a was used already [js/2944.489ea112.js:560,4]``` will be reported as error. **Version (complete output of `terser -V` or specific git commit)** Was using Quasar.
Bug
var { a, b, a } = datais valid JS but will fail minify.Parameter a was used already [js/2944.489ea112.js:560,4]will be reported as error.Version (complete output of
terser -Vor specific git commit)Was using Quasar.