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
When "__extends(A, _super);" is called "_super" is not defined yet and it's prototype, of course. I guess TS side should complain or JS should be reordered.
The text was updated successfully, but these errors were encountered:
There are about eleventybillion dupes on this but I thought we had fixed this already. Vlad says we can probably use isBlockScopedNameDeclaredBeforeUse to implement this very cheaply.
TS:
JS:
When "__extends(A, _super);" is called "_super" is not defined yet and it's prototype, of course. I guess TS side should complain or JS should be reordered.
The text was updated successfully, but these errors were encountered: