Skip to content

Commit aebe225

Browse files
committed
Make 'decorators' optional and 'undefined'
1 parent a2588b8 commit aebe225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecatedCompat/4.8/mergeDecoratorsAndModifiers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace ts {
1515
* const decorators = ts.canHaveDecorators(node) ? ts.getDecorators(node) : undefined;
1616
* ```
1717
*/
18-
readonly decorators: never;
18+
readonly decorators?: undefined;
1919

2020
/**
2121
* @deprecated `modifiers` has been removed from `Node` and moved to the `Node` subtypes that support them.

0 commit comments

Comments
 (0)