https://github.com/mishoo/UglifyJS
Revision 9a5e2052c4860256021ede7c2c5d529fa0f320ed authored by Fábio Santos on 26 March 2018, 18:22:01 UTC, committed by Alex Lam S.L on 26 March 2018, 18:22:01 UTC
This relates to #1929, but in the context of mozilla AST input/output.
1 parent b1410be
Raw File
Tip revision: 9a5e2052c4860256021ede7c2c5d529fa0f320ed authored by Fábio Santos on 26 March 2018, 18:22:01 UTC
fix extra regex slash when going through mozilla AST I/O (#3025)
Tip revision: 9a5e205
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "8"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
cache:
  directories: tmp
back to top