-
Notifications
You must be signed in to change notification settings - Fork 13.4k
also emit type arguments with --emitDecoratorMetadata #3015
Copy link
Copy link
Closed
Labels
DeclinedThe issue was declined as something which matches the TypeScript visionThe issue was declined as something which matches the TypeScript visionOut of ScopeThis idea sits outside of the TypeScript language design constraintsThis idea sits outside of the TypeScript language design constraintsSuggestionAn idea for TypeScriptAn idea for TypeScriptToo ComplexAn issue which adding support for may be too complex for the value it addsAn issue which adding support for may be too complex for the value it adds
Metadata
Metadata
Assignees
Labels
DeclinedThe issue was declined as something which matches the TypeScript visionThe issue was declined as something which matches the TypeScript visionOut of ScopeThis idea sits outside of the TypeScript language design constraintsThis idea sits outside of the TypeScript language design constraintsSuggestionAn idea for TypeScriptAn idea for TypeScriptToo ComplexAn issue which adding support for may be too complex for the value it addsAn issue which adding support for may be too complex for the value it adds
Type
Fields
Give feedbackNo fields configured for issues without a type.
At the moment:
emits:
My suggestion is that that instead of just type it would also include the type args.
Maybe something like this:
With the latter i don't have to repeat myself in decorator that this is a one relation to user as i have already specified this in type.
Thanks,
Reio