(path /* , options */)
| 34 | - `on-click="angularStatement"` |
| 35 | */ |
| 36 | test(path /* , options */) { |
| 37 | const name = path.node.fullName; |
| 38 | return ( |
| 39 | (name.startsWith("(") && name.endsWith(")")) || name.startsWith("on-") |
| 40 | ); |
| 41 | }, |
| 42 | print: createAngularPrinter("__ng_action"), |
| 43 | }, |
| 44 | { |
no test coverage detected
searching dependent graphs…