This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270609 - Js syntax error not detected
Summary: Js syntax error not detected
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-10 17:12 UTC by ndwolf
Modified: 2017-05-10 17:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ndwolf 2017-05-10 17:12:36 UTC
Having this code: 
$scope.customTrackerItem = {
                            extraFields = {
                                milestone: {
                                    fieldId: 55965,
                                    id: 55965,
                                    fieldData: {
                                        id: 568
                                    }
                                }
                            }
                        };


editor doesn't detects the syntax error "Invalid shorthand property initializer" at line 2.