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
Input validation: detective() now returns [] immediately when called with an empty string or undefined, instead of passing the value to the AST walker (03a26d1)
Simplified skipLazyLoaded check: Removed a redundant boolean condition (82d6f5f)