haileys / twostroke

A Javascript implementation in Ruby!
MIT License
303 stars 19 forks source link

Does not parse minified jQuery 1.5.2 #1

Closed scottfrazer closed 12 years ago

scottfrazer commented 12 years ago

Nice job on the parser. I did, however, try jQuery 1.5.2 minified and was not able to parse it, thought you might want to know!

http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js

haileys commented 12 years ago

Twostroke can now parse the bleeding edge jquery core.js. It can't parse the whole thing due to some precedence issues, but I'm working on fixing those up!

haileys commented 12 years ago

Parses unminified jQuery: https://github.com/charliesome/twostroke/commit/954055785ec703bd941f17ab4e82ef3d3aa12b8a

haileys commented 12 years ago

Twostroke is now able to parse jQuery 1.5.2 minified.