Home
last modified time | relevance | path

Searched refs:validatePropDecorator (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts286 if (item.decorators && item.decorators.length && validatePropDecorator(item.decorators)) {
1179 function validatePropDecorator(decorators: ts.NodeArray<ts.Decorator>): boolean { function