Nghia Nguyen created NETBEANS-4677:
--------------------------------------
Summary: Nullish coalescing operator (??) in JavaScript reported
as an error in NetBeans.
Key: NETBEANS-4677
URL: https://issues.apache.org/jira/browse/NETBEANS-4677
Project: NetBeans
Issue Type: Bug
Affects Versions: 12.0.1
Reporter: Nghia Nguyen
Attachments: image-2020-08-04-02-46-28-677.png
The following code is showing as an error in the IDE when it has a valid syntax
in JavaScript:
{{let myVariable = null ?? 'hello world';}}
!image-2020-08-04-02-46-28-677.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists