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
@decorator()
get value(): string { ... }
set value(value:string) {}
Typescript annotates the getter/setter with design:type: String for the property "value", the plugin detects it as a method and only annotates design:paramtype if you are decorating the settter, if you are decorating the getter no type information are set.
The text was updated successfully, but these errors were encountered:
mzeiher
changed the title
design:type metadata not created for deocrated getter/setter
design:type metadata not created for decorated getter/setter
Apr 1, 2019
sample:
Typescript annotates the getter/setter with design:type: String for the property "value", the plugin detects it as a method and only annotates design:paramtype if you are decorating the settter, if you are decorating the getter no type information are set.
The text was updated successfully, but these errors were encountered: