We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80d945 commit abe2187Copy full SHA for abe2187
packages/ui-components/src/constants.ts
@@ -3,4 +3,5 @@ export const CODE_LIKE_TYPES = new Set([
3
'classMethod',
4
'function',
5
'ctor',
6
+ 'property',
7
]);
0 commit comments