|
6 | 6 | // ^^ storage.modifier |
7 | 7 | // ^^^^^^^^^ keyword.declaration |
8 | 8 | // ^ entity.name.namespace |
| 9 | +// @ definition |
9 | 10 | // ^ punctuation.terminator.statement - punctuation.terminator.statement.empty |
10 | 11 |
|
11 | 12 | export const x: any; |
|
41 | 42 | // ^^^^^^^^^^^^^^^^^^^^^^^ meta.function |
42 | 43 | // ^^^^^^^^ keyword.declaration.function |
43 | 44 | // ^ entity.name.function |
| 45 | +// @ definition |
44 | 46 | // ^^^^^^^^ meta.function.parameters |
45 | 47 | // ^ punctuation.section.group.begin |
46 | 48 | // ^ meta.binding.name variable.parameter.function |
|
57 | 59 | // ^^^^^^^^^ meta.class |
58 | 60 | // ^^^^^ keyword.declaration.class |
59 | 61 | // ^ entity.name.class |
| 62 | +// @ definition |
60 | 63 | // ^ meta.block punctuation.section.block.begin |
61 | | - |
| 64 | + |
62 | 65 | x: any; |
63 | 66 | // ^ variable.other.readwrite |
64 | 67 | // ^ punctuation.separator.type |
|
69 | 72 | f(x: any): any; |
70 | 73 | // ^^^^^^^^^^^^^^ meta.function |
71 | 74 | // ^ entity.name.function |
| 75 | +// @ definition |
72 | 76 | // ^^^^^^^^ meta.function.parameters |
73 | 77 | // ^ punctuation.section.group.begin |
74 | 78 | // ^ meta.binding.name |
|
90 | 94 | // ^^^^^^^^^^^^^^ meta.interface |
91 | 95 | // ^^^^^^^^^ keyword.declaration |
92 | 96 | // ^ entity.name.interface |
| 97 | +// @ definition |
93 | 98 | // ^^ meta.block |
94 | 99 | // ^ punctuation.section.block.begin |
95 | 100 | // ^ punctuation.section.block.end |
|
101 | 106 | // ^^^^^^^^^^^^^ meta.namespace |
102 | 107 | // ^^^^^^^^^ keyword.declaration |
103 | 108 | // ^ entity.name.namespace |
| 109 | +// @ definition |
104 | 110 | // ^ meta.block punctuation.section.block.begin |
105 | 111 |
|
106 | 112 | const x: any; |
|
147 | 153 | // ^^^^^^^^^^^^^^^^^^^^^^^ meta.function |
148 | 154 | // ^^^^^^^^ keyword.declaration.function |
149 | 155 | // ^ entity.name.function |
| 156 | +// @ definition |
150 | 157 | // ^^^^^^^^ meta.function.parameters |
151 | 158 | // ^ punctuation.section.group.begin |
152 | 159 | // ^ meta.binding.name variable.parameter.function |
|
164 | 171 | // ^^^^^^^^^^ meta.class |
165 | 172 | // ^^^^^ keyword.declaration.class |
166 | 173 | // ^ entity.name.class |
| 174 | +// @ definition |
167 | 175 | // ^^ meta.block |
168 | 176 | // ^ punctuation.section.block.begin |
169 | 177 | // ^ punctuation.section.block.end |
|
173 | 181 | // ^^^^^^^^^^^^^^ meta.namespace |
174 | 182 | // ^^^^^^^^^ keyword.declaration |
175 | 183 | // ^ entity.name.namespace |
| 184 | +// @ definition |
176 | 185 | // ^^ meta.block |
177 | 186 | // ^ punctuation.section.block.begin |
178 | 187 | // ^ punctuation.section.block.end |
|
182 | 191 | // ^^^^^^^^^^^^^^^^ meta.module |
183 | 192 | // ^^^^^^ keyword.declaration.module |
184 | 193 | // ^^^^^^ entity.name.module.js |
| 194 | +// @@@@@@ definition |
185 | 195 | // ^^ meta.block |
186 | 196 |
|
187 | 197 | declare module 'module' {} |
188 | 198 | // ^^^^^^^ storage.modifier |
189 | 199 | // ^^^^^^^^^^^^^^^^^^ meta.module |
190 | 200 | // ^^^^^^ keyword.declaration.module |
191 | 201 | // ^^^^^^^^ entity.name.module.js |
| 202 | +// @@@@@@@@ definition "module" |
192 | 203 | // ^ punctuation.definition.quoted.begin.js |
193 | 204 | // ^ punctuation.definition.quoted.end.js |
194 | 205 | // ^^ meta.block |
|
198 | 209 | // ^^^^^^^^^^^^^^^^^^ meta.module |
199 | 210 | // ^^^^^^ keyword.declaration.module |
200 | 211 | // ^^^^^^^^ entity.name.module.js |
| 212 | +// @@@@@@@@ definition "module" |
201 | 213 | // ^ punctuation.definition.quoted.begin.js |
202 | 214 | // ^ punctuation.definition.quoted.end.js |
203 | 215 | // ^^ meta.block |
0 commit comments