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
Replaced type check + type cast using 'is' operator with type cast using 'as'
and null-propagation. Reduced nesting. Replaced explicit type declarations
with 'var'. Added parameter name for second argument in call to
FindExportName().
0 commit comments