Skip to content

Commit a6fe500

Browse files
chore: adding missing AttachInternals to list of Stencil decorators (#99)
Co-authored-by: Raphael Porto <raphaelpor@gmail.com>
1 parent c996083 commit a6fe500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function getType(node: any) {
8282
return node.typeAnnotation.typeAnnotation.typeName.name;
8383
}
8484

85-
export const stencilDecorators = ['Component', 'Prop', 'State', 'Watch', 'Element', 'Method', 'Event', 'Listen'];
85+
export const stencilDecorators = ['Component', 'Prop', 'State', 'Watch', 'Element', 'Method', 'Event', 'Listen', 'AttachInternals'];
8686

8787
export const stencilLifecycle = [
8888
'connectedCallback',

0 commit comments

Comments
 (0)