We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2588b8 commit aebe225Copy full SHA for aebe225
src/deprecatedCompat/4.8/mergeDecoratorsAndModifiers.ts
@@ -15,7 +15,7 @@ namespace ts {
15
* const decorators = ts.canHaveDecorators(node) ? ts.getDecorators(node) : undefined;
16
* ```
17
*/
18
- readonly decorators: never;
+ readonly decorators?: undefined;
19
20
/**
21
* @deprecated `modifiers` has been removed from `Node` and moved to the `Node` subtypes that support them.
0 commit comments