You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varfoo=1;(function(){letworker={someMethod(){return1;},slow(x){console.log("Called with "+x);returnx*this.someMethod();// (*)}};}());
jsctags only can generate variable foo's tags.I make Immediately-Invoked Function Expression as commentary, jsctags would work fine.
My Nodejs version is 6.11.0, and jsctags version is 5.2.0.
Is it possible to take "iife" as an anonymous namespace ?
The text was updated successfully, but these errors were encountered:
zhifengle
changed the title
Codes in Immediately-Invoked Function Expression, tags cann't be generated
Codes in Immediately-Invoked Function Expression, tags can't be generated
Jul 7, 2017
jsctags only can generate variable foo's tags.I make Immediately-Invoked Function Expression as commentary, jsctags would work fine.
My Nodejs version is 6.11.0, and jsctags version is 5.2.0.
Is it possible to take "iife" as an anonymous namespace ?
The text was updated successfully, but these errors were encountered: