| 62 | } |
| 63 | |
| 64 | export interface JsEventDirective { |
| 65 | type: "JsEvent"; |
| 66 | name: string; |
| 67 | dataId: string; |
| 68 | block: string; |
| 69 | position: SourcePosition; |
| 70 | } |
| 71 | |
| 72 | export interface AttributeNode { |
| 73 | type: "Attribute"; |
nothing calls this directly
no outgoing calls
no test coverage detected