Samsung / jalangi2

Dynamic analysis framework for JavaScript
Apache License 2.0
435 stars 119 forks source link

Use newest version of acorn #94

Closed michaelpradel closed 8 years ago

michaelpradel commented 8 years ago

Jalangi currently depends on acorn 1.0.3, which (among other issues) doesn't support template strings. This pull request bumps up the required acorn version to the newest version (3.1.0). I ran both "python scripts/test.analysis.py" and "python scripts/test.dlint.py". All tests pass.