diff --git a/src/utils/util.ts b/src/utils/util.ts index 24b4c7bdc689..7a810a20d95b 100644 --- a/src/utils/util.ts +++ b/src/utils/util.ts @@ -2,7 +2,7 @@ import type * as d from '../declarations'; import { dashToPascalCase, isString, toDashCase } from './helpers'; import { buildError } from './message-utils'; -const SUPPRESSED_JSDOC_TAGS: string[] = ['internal']; +const SUPPRESSED_JSDOC_TAGS: ReadonlyArray = ['virtualProp', 'slot', 'part', 'internal']; /** * Create a stylistically-appropriate JS variable name from a filename