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
{{ message }}
This repository was archived by the owner on Oct 18, 2022. It is now read-only.
Using import("assert").strict appears to cause TypeScript to enter an
infinite loop. This prevented type checking from working properly in the
test suite.
Workaround: Add 'typeof' at the beginning of the @type annotation.
Possibly related issue:
microsoft/TypeScript#36830
0 commit comments