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
somehow the type annotation is getting parsed in as part of the JS and getting rejected by
the isNanoExprStatement (which basically checks that the expression is something we handle.) I cannot tell (easily) what data-constructor is being used to represent the AST corresponding to the parsed annotation.