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
I've never had any success with the Mixin following the example in the docs - Is the syntax outdated for recent Node and TypeScript versions?
@Emittery.mixin('emittery')classFoo{}
Gives
Unable to resolve signature of class decorator when called as an expression.
The runtime will invoke the decorator with 2 arguments, but the decorator expects 1.(1238)
on the @Emittery.mixin line
I've tried specifying the method names also to no better result
The text was updated successfully, but these errors were encountered:
I've never had any success with the Mixin following the example in the docs - Is the syntax outdated for recent Node and TypeScript versions?
Gives
on the @Emittery.mixin line
I've tried specifying the method names also to no better result
The text was updated successfully, but these errors were encountered: