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
Running this plugin alone with no other plugins. On basic js files it seems that we have having some trouble detecting a jsFuncBlock on arrow functions that are one-line and have no { } or ( ) surrounding the function body.
Bellow is an image the demonstrates this issue. The first two functions have the function's body wrapped in { } or ( ). They highlight correctly but the last function does not.