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
With #60052, we now emit qualified names rather than generate an index signature for computed names in classes; however, this now puts us in an awkward place where regardless of errors, declaration emit diverges on isolatedDeclarations.
With #60052, we now emit qualified names rather than generate an index signature for computed names in classes; however, this now puts us in an awkward place where regardless of errors, declaration emit diverges on
isolatedDeclarations
.Playground Links:
isolatedDeclarations
isolatedDeclarations
isolatedDeclarations
Compared to
--isolatedDeclarations false
The declaration emit lacks expected contents inMyClass1
andMyClass2
:It is surprising that
prop
is emitted regardless of--isolatedDeclarations
, but not the other contents.The text was updated successfully, but these errors were encountered: