diff options
author | Mihai Bazon <mihai@bazon.net> | 2012-10-13 00:35:24 +0300 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2012-10-13 00:35:24 +0300 |
commit | 70d205c447c05d053c953659d3ddc41759e37579 (patch) | |
tree | e918a7776bc17b5f80110d6c10544c9f3a6a9556 | |
parent | 8149be551e238442e9378f8ef4e5eaa2554bf9bf (diff) | |
download | tracifyjs-70d205c447c05d053c953659d3ddc41759e37579.tar.gz tracifyjs-70d205c447c05d053c953659d3ddc41759e37579.zip |
update for acorn
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -291,10 +291,7 @@ internal AST. ### Use Acorn for parsing More for fun, I added the `--acorn` option which will use Acorn to do all -the parsing. If you pass this option, UglifyJS will `require("acorn")`. At -the time I'm writing this it needs -[this commit](https://github.com/mishoo/acorn/commit/17c0d189c7f9ce5447293569036949b5d0a05fef) -in Acorn to support multiple input files and properly generate source maps. +the parsing. If you pass this option, UglifyJS will `require("acorn")`. Acorn is really fast (e.g. 250ms instead of 380ms on some 650K code), but converting the SpiderMonkey tree that Acorn produces takes another 150ms so |