polygonplanet / Chiffon

A small ECMAScript parser, tokenizer and minifier written in JavaScript.
https://polygonplanet.github.io/Chiffon/demo/javascript-parser-demo.html
MIT License
55 stars 4 forks source link

I parsed jquery w/ it and only found 6 regexps :( #4

Closed sauerman closed 7 years ago

polygonplanet commented 9 years ago

I found 71 regexps in jQuery v1.11.3 (Chiffon v1.4.0) And, I have test whether the Chiffon and Esprima is the same result. https://github.com/polygonplanet/Chiffon/blob/1.4.0/tests/test.js#L42-L44 Please tell me your execution environment or jQuery's version etc..