This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 399415 - JS parser grammar issue
Summary: JS parser grammar issue
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VJET (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Justin Early CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 349020
Blocks:
  Show dependency tree
 
Reported: 2013-01-29 13:08 EST by Justin Early CLA
Modified: 2017-04-11 15:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Early CLA 2013-01-29 13:08:29 EST
See JSDT bug 349020
Comment 1 Justin Early CLA 2013-02-19 17:49:40 EST
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.
Comment 2 Justin Early CLA 2013-02-19 17:50:13 EST
See nightly build which currently has this fix
Comment 3 Justin Early CLA 2013-02-19 17:56:40 EST
also found bug 401250 while looking at jquery syntax coloring.