https://github.com/mishoo/UglifyJS
Revision 17436218891781a5dc4fad8a9c23080c254aa695 authored by Alex Lam S.L on 03 June 2017, 06:00:59 UTC, committed by GitHub on 03 June 2017, 06:00:59 UTC
- remove unused definitions
- replace `array_to_hash()`
1 parent f330ab7
Raw File
Tip revision: 17436218891781a5dc4fad8a9c23080c254aa695 authored by Alex Lam S.L on 03 June 2017, 06:00:59 UTC
clean up `lib/parse.js` (#2047)
Tip revision: 1743621
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
back to top