You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/27 01:32:53 UTC

[GitHub] [netbeans] blakemcbride opened a new issue, #4547: Global way of dealing with global JavaScript symbols

blakemcbride opened a new issue, #4547:
URL: https://github.com/apache/netbeans/issues/4547

   ### Description
   
   I have a large web app that has many JavaScript files.  Some of those files are classes that define global utility functions that I use everywhere.  NetBeans doesn't recognize those global symbols because things are loaded in a complex way.  NetBeans wants me to declare the global symbols in each JavaScript file in the form:
   
   /* global mysymbol  */
   
   Rather than declaring those symbols global in hundreds of JavaScript files, can't I just do those declarations in one place?
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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