Skip to content

Commit

Permalink
chore: adding missing AttachInternals to list of Stencil decorators (#99
Browse files Browse the repository at this point in the history
)

Co-authored-by: Raphael Porto <raphaelpor@gmail.com>
  • Loading branch information
laddi-netapp and raphaelpor authored Nov 21, 2023
1 parent c996083 commit a6fe500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function getType(node: any) {
return node.typeAnnotation.typeAnnotation.typeName.name;
}

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

export const stencilLifecycle = [
'connectedCallback',
Expand Down

0 comments on commit a6fe500

Please sign in to comment.