ctags icon indicating copy to clipboard operation
ctags copied to clipboard

JavaScript: skip static blocks

Open masatake opened this issue 2 years ago • 1 comments

Close #3948

I wonder what I should do for v in

class a {
    static { let v = 1; }
    fld;
}

What should we put in the scope field of v?

masatake avatar Mar 06 '24 14:03 masatake

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.37%. Comparing base (988b890) to head (c433018). Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3949   +/-   ##
=======================================
  Coverage   85.37%   85.37%           
=======================================
  Files         235      235           
  Lines       56451    56458    +7     
=======================================
+ Hits        48193    48200    +7     
  Misses       8258     8258           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 06 '24 14:03 codecov[bot]