You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Nghia Nguyen (Jira)" <ji...@apache.org> on 2020/08/04 08:49:00 UTC

[jira] [Created] (NETBEANS-4677) Nullish coalescing operator (??) in JavaScript reported as an error in NetBeans.

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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists