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
This is causing a crash with Cannot read property 'name' of null.
Looking at getImportedUtilSpecifier, it calls getPropertyIdentifierNode and checks .name on it, even though that can return null. It looks like the root cause might be isExpressionStatement not handling TSAsExpression types.