-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
ES decorator proposal was updated to Stage-3 with a different internal API
To my understanding, the library is based on Stage-2 and using it with Stage-3 (TS5+ without "experimentalDecorators": true
) causes errors like:
TS1241: Unable to resolve signature of method decorator when called as an expression.
The runtime will invoke the decorator with 2 arguments, but the decorator expects 3
Any chance this library is updated to support Stage-3? (would require a major version bump)
Metadata
Metadata
Assignees
Labels
No labels