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
The index signature added in #914 can be incompatible with custom type, if that type does not have a index signature. This is a potentially breaking change and should be reverted.
Scope
remove the index signature on PropertyDeclaration
update tests to ensure it's possible to customize property options either by creating an extension type (or by casting to PropertyDeclaration )
Acceptance criteria and must have scope
Tests must compile and pass.
The text was updated successfully, but these errors were encountered:
Initiative / goal
The index signature added in #914 can be incompatible with custom type, if that type does not have a index signature. This is a potentially breaking change and should be reverted.
Scope
PropertyDeclaration
PropertyDeclaration
)Acceptance criteria and must have scope
Tests must compile and pass.
The text was updated successfully, but these errors were encountered: