https://github.com/mishoo/UglifyJS
Raw File
Tip revision: d2190c2bf340d807a0c8595dbc2f849aa3bcc443 authored by Mihai Bazon on 28 November 2013, 14:43:30 UTC
Properly scope `catch` identifier when --screw-ie8
Tip revision: d2190c2
.travis.yml
language: node_js
node_js:
    - "0.4"
    - "0.6"
    - "0.8"
    - "0.10"
    - "0.11"
back to top