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
Fixed a false positive happening when a variable was declared in a Declaration located just after a WithStatement and not inside a BlockStatement. (#232)
Add start and end location to DeclarationOrStatement which was needed by DCD. (#234)