Open
Description
I've been contacted by @wycats (who is the champion of the ES decorator proposal at TC39) to provide feedback for the proposal from framework authors' perspective, and since this library (and vue-property-decorators
) is the primary use case where Vue leverages decorators, I'm hosting the thread here.
I know there are a few discrepancies between ES and TS decorators, but am not 100% clear on the details. Ideally, I hope we can use vue-class-component
and vue-property-decorators
in both ES and TS contexts.
Would appreciate thoughts from @ktsn and @kaorun343 on this topic.