Searched defs:annotation (Results 1 – 5 of 5) sorted by relevance
18 export function annotation(name: string): arkts.AnnotationUsage { function20 const annotation: arkts.AnnotationUsage = arkts.factory.createAnnotationUsage(ident); constant
24 const annotation = node.annotations?.find(annotation => constant
84 const annotation = getAnnotationName(member); constant
75 const annotation = node.annotations.find((anno) => { constant
367 const annotation = findBuilderLambdaInCall(node); constant