proposal-class-method-parameter-decorators
proposal-class-method-parameter-decorators copied to clipboard
Towards stage 2
Hello,
This is mainly a question/discussion that I wanted to start.
I am one of the maintainers of inversify
which is a DI library . A very very common question we get is "when are we switching to vanilla decorators". Since inversify
or mostly other DI libraries are all doing parameter decorations using the experimentalDecorators
flag, supporting stage 3 decorators would be close to impossible with the same UX.
The question would be, has anything changed in the statements of tc39 or is this still something with low interest ?