Community
Participate
Working Groups
See JSDT bug 349020
There are no more syntax errors in jquery minified 1.9 version after applying grammar which was provided in bug 349020. thanks for the patch. After running updated parser through the rigorous test cases ecma script test cases and vjet's vjo js test suite there were only 2 errors in the AST to JSt translation. This syntax fix has created some false positive errors with VJET semantic/type checking validation. Also when formatting the file it never finishes. Bugs filed below regarding these 2 issues. bug 401247 - review validation errors/warnings on jquery - as of 2/19/2013 found 22 errors / 50 warnings on jquery min 1.9, found 29 errors / 59 warnings on jquery developer version bug 401248 - review formatting issue / jquery never finishes formatting.
See nightly build which currently has this fix
also found bug 401250 while looking at jquery syntax coloring.