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')
class Foo {
}
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
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too