|
1 |
| -1╭─ <foo onclick(event) { |
2 |
| - │ │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n" |
3 |
| - │ │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 1 | +1╭─ <foo onclick(event){}/> |
| 2 | + │ │ │ ││ ││╰─ openTagEnd:selfClosed "/>" |
| 3 | + │ │ │ ││ │╰─ attrMethod.body.value |
| 4 | + │ │ │ ││ ╰─ attrMethod.body "{}" |
4 | 5 | │ │ │ │╰─ attrMethod.params.value "event"
|
5 | 6 | │ │ │ ├─ attrMethod.params "(event)"
|
6 |
| - │ │ │ ╰─ attrMethod "(event) { \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 7 | + │ │ │ ╰─ attrMethod "(event){}" |
7 | 8 | │ │ ╰─ attrName "onclick"
|
8 | 9 | ╰─ ╰─ tagName "foo"
|
9 |
| -2├─ console.log("hello"); |
10 |
| -3├─ event.preventDefault(); |
11 |
| -4╭─ }/> |
12 |
| - ╰─ ╰─ openTagEnd:selfClosed "/>" |
13 |
| -5├─ |
14 |
| -6╭─ <foo onclick (event) { |
15 |
| - │ │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n" |
16 |
| - │ │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
17 |
| - │ │ │ │╰─ attrMethod.params.value "event" |
18 |
| - │ │ │ ├─ attrMethod.params "(event)" |
19 |
| - │ │ │ ╰─ attrMethod "(event) { \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 10 | +2├─ |
| 11 | +3╭─ <foo onclick(event){ |
| 12 | + │ │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n" |
| 13 | + │ │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 14 | + │ │ │ │╰─ attrMethod.params.value "event" |
| 15 | + │ │ │ ├─ attrMethod.params "(event)" |
| 16 | + │ │ │ ╰─ attrMethod "(event){ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
20 | 17 | │ │ ╰─ attrName "onclick"
|
21 | 18 | ╰─ ╰─ tagName "foo"
|
22 |
| -7├─ console.log("hello"); |
23 |
| -8├─ event.preventDefault(); |
24 |
| -9╭─ }/> |
| 19 | +4├─ console.log("hello"); |
| 20 | +5├─ event.preventDefault(); |
| 21 | +6╭─ }/> |
25 | 22 | ╰─ ╰─ openTagEnd:selfClosed "/>"
|
26 |
| -10├─ |
27 |
| -11╭─ <foo(event) { |
| 23 | +7├─ |
| 24 | +8╭─ <foo onclick(event) { |
| 25 | + │ │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n" |
| 26 | + │ │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 27 | + │ │ │ │╰─ attrMethod.params.value "event" |
| 28 | + │ │ │ ├─ attrMethod.params "(event)" |
| 29 | + │ │ │ ╰─ attrMethod "(event) { \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 30 | + │ │ ╰─ attrName "onclick" |
| 31 | + ╰─ ╰─ tagName "foo" |
| 32 | +9├─ console.log("hello"); |
| 33 | +10├─ event.preventDefault(); |
| 34 | +11╭─ }/> |
| 35 | + ╰─ ╰─ openTagEnd:selfClosed "/>" |
| 36 | +12├─ |
| 37 | +13╭─ <foo onclick (event) { |
| 38 | + │ │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n" |
| 39 | + │ │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 40 | + │ │ │ │╰─ attrMethod.params.value "event" |
| 41 | + │ │ │ ├─ attrMethod.params "(event)" |
| 42 | + │ │ │ ╰─ attrMethod "(event) { \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 43 | + │ │ ╰─ attrName "onclick" |
| 44 | + ╰─ ╰─ tagName "foo" |
| 45 | +14├─ console.log("hello"); |
| 46 | +15├─ event.preventDefault(); |
| 47 | +16╭─ }/> |
| 48 | + ╰─ ╰─ openTagEnd:selfClosed "/>" |
| 49 | +17├─ |
| 50 | +18╭─ <foo(event){ |
| 51 | + │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n" |
| 52 | + │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 53 | + │ │ │╰─ attrMethod.params.value "event" |
| 54 | + │ │ ├─ attrMethod.params "(event)" |
| 55 | + │ │ ├─ attrMethod "(event){ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 56 | + │ │ ╰─ attrName |
| 57 | + ╰─ ╰─ tagName "foo" |
| 58 | +19├─ console.log("hello"); |
| 59 | +20├─ event.preventDefault(); |
| 60 | +21╭─ }/> |
| 61 | + ╰─ ╰─ openTagEnd:selfClosed "/>" |
| 62 | +22├─ |
| 63 | +23╭─ <foo(event) { |
28 | 64 | │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n"
|
29 | 65 | │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
30 | 66 | │ │ │╰─ attrMethod.params.value "event"
|
31 | 67 | │ │ ├─ attrMethod.params "(event)"
|
32 | 68 | │ │ ├─ attrMethod "(event) { \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
33 | 69 | │ │ ╰─ attrName
|
34 | 70 | ╰─ ╰─ tagName "foo"
|
35 |
| -12├─ console.log("hello"); |
36 |
| -13├─ event.preventDefault(); |
37 |
| -14╭─ }/> |
| 71 | +24├─ console.log("hello"); |
| 72 | +25├─ event.preventDefault(); |
| 73 | +26╭─ }/> |
38 | 74 | ╰─ ╰─ openTagEnd:selfClosed "/>"
|
39 |
| -15├─ |
40 |
| -16╭─ <foo (event) { |
| 75 | +27├─ |
| 76 | +28╭─ <foo (event) { |
41 | 77 | │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n"
|
42 | 78 | │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
43 | 79 | │ │ │╰─ attrMethod.params.value "event"
|
44 | 80 | │ │ ├─ attrMethod.params "(event)"
|
45 | 81 | │ │ ├─ attrMethod "(event) { \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
46 | 82 | │ │ ╰─ attrName
|
47 | 83 | ╰─ ╰─ tagName "foo"
|
48 |
| -17├─ console.log("hello"); |
49 |
| -18├─ event.preventDefault(); |
50 |
| -19╭─ }/> |
| 84 | +29├─ console.log("hello"); |
| 85 | +30├─ event.preventDefault(); |
| 86 | +31╭─ }/> |
51 | 87 | ╰─ ╰─ openTagEnd:selfClosed "/>"
|
52 |
| -20├─ |
53 |
| -21╭─ foo onclick(event) { |
| 88 | +32├─ |
| 89 | +33╭─ foo onclick(event){ |
| 90 | + │ │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n" |
| 91 | + │ │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 92 | + │ │ │ │╰─ attrMethod.params.value "event" |
| 93 | + │ │ │ ├─ attrMethod.params "(event)" |
| 94 | + │ │ │ ╰─ attrMethod "(event){ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 95 | + │ │ ╰─ attrName "onclick" |
| 96 | + ╰─ ╰─ tagName "foo" |
| 97 | +34├─ console.log("hello"); |
| 98 | +35├─ event.preventDefault(); |
| 99 | +36├─ } |
| 100 | +37╭─ |
| 101 | + ╰─ ╰─ openTagEnd |
| 102 | +38╭─ foo onclick(event) { |
54 | 103 | │ │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n"
|
55 | 104 | │ │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
56 | 105 | │ │ │ │╰─ attrMethod.params.value "event"
|
57 | 106 | │ │ │ ├─ attrMethod.params "(event)"
|
58 | 107 | │ │ │ ╰─ attrMethod "(event) { \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
59 | 108 | │ │ ╰─ attrName "onclick"
|
| 109 | + │ ├─ closeTag(foo) |
60 | 110 | ╰─ ╰─ tagName "foo"
|
61 |
| -22├─ console.log("hello"); |
62 |
| -23├─ event.preventDefault(); |
63 |
| -24├─ } |
64 |
| -25╭─ |
| 111 | +39├─ console.log("hello"); |
| 112 | +40├─ event.preventDefault(); |
| 113 | +41├─ } |
| 114 | +42╭─ |
65 | 115 | ╰─ ╰─ openTagEnd
|
66 |
| -26╭─ foo onclick (event) { |
| 116 | +43╭─ foo onclick (event) { |
67 | 117 | │ │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n"
|
68 | 118 | │ │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
69 | 119 | │ │ │ │╰─ attrMethod.params.value "event"
|
|
72 | 122 | │ │ ╰─ attrName "onclick"
|
73 | 123 | │ ├─ closeTag(foo)
|
74 | 124 | ╰─ ╰─ tagName "foo"
|
75 |
| -27├─ console.log("hello"); |
76 |
| -28├─ event.preventDefault(); |
77 |
| -29├─ } |
78 |
| -30╭─ |
| 125 | +44├─ console.log("hello"); |
| 126 | +45├─ event.preventDefault(); |
| 127 | +46├─ } |
| 128 | +47╭─ |
| 129 | + ╰─ ╰─ openTagEnd |
| 130 | +48╭─ foo(event){ |
| 131 | + │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n" |
| 132 | + │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 133 | + │ │ │╰─ attrMethod.params.value "event" |
| 134 | + │ │ ├─ attrMethod.params "(event)" |
| 135 | + │ │ ├─ attrMethod "(event){ \n console.log(\"hello\"); \n event.preventDefault();\n}" |
| 136 | + │ │ ╰─ attrName |
| 137 | + │ ├─ closeTag(foo) |
| 138 | + ╰─ ╰─ tagName "foo" |
| 139 | +49├─ console.log("hello"); |
| 140 | +50├─ event.preventDefault(); |
| 141 | +51├─ } |
| 142 | +52╭─ |
79 | 143 | ╰─ ╰─ openTagEnd
|
80 |
| -31╭─ foo(event) { |
| 144 | +53╭─ foo(event) { |
81 | 145 | │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n"
|
82 | 146 | │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
83 | 147 | │ │ │╰─ attrMethod.params.value "event"
|
|
86 | 150 | │ │ ╰─ attrName
|
87 | 151 | │ ├─ closeTag(foo)
|
88 | 152 | ╰─ ╰─ tagName "foo"
|
89 |
| -32├─ console.log("hello"); |
90 |
| -33├─ event.preventDefault(); |
91 |
| -34├─ } |
92 |
| -35╭─ |
| 153 | +54├─ console.log("hello"); |
| 154 | +55├─ event.preventDefault(); |
| 155 | +56├─ } |
| 156 | +57╭─ |
93 | 157 | ╰─ ╰─ openTagEnd
|
94 |
| -36╭─ foo (event) { |
| 158 | +58╭─ foo (event) { |
95 | 159 | │ │ ││ │╰─ attrMethod.body.value " \n console.log(\"hello\"); \n event.preventDefault();\n"
|
96 | 160 | │ │ ││ ╰─ attrMethod.body "{ \n console.log(\"hello\"); \n event.preventDefault();\n}"
|
97 | 161 | │ │ │╰─ attrMethod.params.value "event"
|
|
100 | 164 | │ │ ╰─ attrName
|
101 | 165 | │ ├─ closeTag(foo)
|
102 | 166 | ╰─ ╰─ tagName "foo"
|
103 |
| -37├─ console.log("hello"); |
104 |
| -38├─ event.preventDefault(); |
105 |
| -39╭─ } |
| 167 | +59├─ console.log("hello"); |
| 168 | +60├─ event.preventDefault(); |
| 169 | +61╭─ } |
106 | 170 | │ ├─ closeTag(foo)
|
107 | 171 | ╰─ ╰─ openTagEnd
|
0 commit comments