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
refactor!: use a union type for SignatureType (#331)
This commit refactors the SignatureType enum into an array of strings
declared [as const](microsoft/TypeScript#29510).
This allows the SignatureType type to be expressed as a union type,
which works a bit better when parsing a users provided string.
This is some simple refactoring in preparation for declarative function
signatures.
BREAKING CHANGE: exported SignatureType type is converted from an enum
to a union type
0 commit comments