| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectDestructuring41-expected.txt | 193 "line": 21, 197 "line": 21, 217 "line": 21, 221 "line": 21, 231 "line": 21, 235 "line": 21, 243 "line": 21, 247 "line": 21, 262 "line": 21, 266 "line": 21, [all …]
|
| D | arrayDestructuring37-expected.txt | 245 "line": 21, 249 "line": 21, 264 "line": 21, 268 "line": 21, 277 "line": 21, 281 "line": 21, 293 "line": 21, 297 "line": 21, 307 "line": 21, 311 "line": 21, [all …]
|
| D | objectLiteralAssignability18-expected.txt | 47 "column": 21 333 "column": 21 502 "line": 21, 506 "line": 21, 517 "line": 21, 521 "line": 21, 528 "line": 21, 532 "line": 21, 533 "column": 21 539 "line": 21, [all …]
|
| D | arrayDestructuring17-expected.txt | 38 "column": 21 154 "column": 21 228 "line": 21, 232 "line": 21, 242 "line": 21, 246 "line": 21, 256 "line": 21, 260 "line": 21, 268 "line": 21, 272 "line": 21, [all …]
|
| D | objectDestructuring25-expected.txt | 40 "column": 21 264 "column": 21 398 "line": 21, 402 "line": 21, 414 "line": 21, 418 "line": 21, 428 "line": 21, 432 "line": 21, 439 "line": 21, 443 "line": 21, [all …]
|
| D | interfaceAssignment1-expected.txt | 105 "line": 21, 109 "line": 21, 116 "line": 21, 120 "line": 21, 127 "line": 21, 131 "line": 21, 149 "line": 21, 153 "line": 21, 163 "line": 21, 167 "line": 21, [all …]
|
| D | functionWithPattern7-expected.txt | 536 "line": 21, 540 "line": 21, 559 "line": 21, 563 "line": 21, 573 "line": 21, 577 "line": 21, 585 "line": 21, 589 "line": 21, 604 "line": 21, 608 "line": 21, [all …]
|
| D | member_expression_78-expected.txt | 117 "line": 21, 121 "line": 21, 138 "line": 21, 142 "line": 21, 149 "line": 21, 153 "line": 21, 161 "line": 21, 165 "line": 21, 177 "line": 21, 181 "line": 21, [all …]
|
| D | member_expression_75-expected.txt | 111 "line": 21, 115 "line": 21, 127 "line": 21, 128 "column": 21 131 "line": 21, 138 "line": 21, 139 "column": 21 142 "line": 21, 149 "line": 21, 153 "line": 21, [all …]
|
| D | functionWithPattern11-expected.txt | 827 "line": 21, 831 "line": 21, 845 "line": 21, 849 "line": 21, 867 "line": 21, 871 "line": 21, 884 "line": 21, 888 "line": 21, 898 "line": 21, 899 "column": 21 [all …]
|
| D | functionCall_7-expected.txt | 38 "column": 21 49 "column": 21 153 "line": 21, 157 "line": 21, 168 "line": 21, 172 "line": 21, 181 "line": 21, 185 "line": 21, 192 "line": 21, 196 "line": 21, [all …]
|
| D | interfaceInheritance2-expected.txt | 141 "line": 21, 155 "line": 21, 159 "line": 21, 174 "line": 21, 175 "column": 21 178 "line": 21, 185 "line": 21, 189 "line": 21, 196 "line": 21, 200 "line": 21, [all …]
|
| D | member_expression_76-expected.txt | 111 "line": 21, 115 "line": 21, 127 "line": 21, 131 "line": 21, 138 "line": 21, 142 "line": 21, 149 "line": 21, 153 "line": 21, 161 "line": 21, 165 "line": 21, [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | union_method_6.ets | 28 /* @@? 21:8 Error SyntaxError: Field type annotation expected. */ 29 /* @@? 21:8 Error SyntaxError: Unexpected token ')'. */ 30 /* @@? 21:18 Error SyntaxError: Unexpected token ')'. */ 31 /* @@? 21:20 Error SyntaxError: Unexpected token '{'. */ 32 /* @@? 21:29 Error SyntaxError: Field type annotation expected. */ 33 /* @@? 21:29 Error SyntaxError: Unexpected token '.'. */ 34 /* @@? 21:33 Error TypeError: Only abstract or native methods can't have body. */ 35 /* @@? 21:34 Error SyntaxError: Unexpected token, expected an identifier. */ 36 /* @@? 21:34 Error SyntaxError: Parameter declaration should have an explicit type annotation. */ 37 /* @@? 21:34 Error SyntaxError: Unexpected token, expected ',' or ')'. */ [all …]
|
| D | interface_field.ets | 31 /* @@? 21:14 Error SyntaxError: Unexpected token, expected ','. */ 32 /* @@? 21:14 Error SyntaxError: Unexpected token, expected 'private' or identifier. */ 33 /* @@? 21:25 Error TypeError: Cannot find type 'todo'. */ 34 /* @@? 21:29 Error SyntaxError: Unexpected token, expected ','. */ 35 /* @@? 21:29 Error SyntaxError: Unexpected token, expected 'private' or identifier. */ 36 /* @@? 21:34 Error SyntaxError: Interface fields must have type annotation. */ 37 /* @@? 21:36 Error TypeError: Cannot find type 'fieldToUpdate'. */ 38 /* @@? 21:49 Error SyntaxError: Unexpected token, expected 'private' or identifier. */ 39 /* @@? 21:49 Error SyntaxError: Unexpected token, expected ','. */ 40 /* @@? 21:64 Error SyntaxError: Unexpected token, expected '('. */ [all …]
|
| D | fuzzing_invalid_override.ets | 29 /* @@? 21:12 Error TypeError: Only abstract or native methods can't have body. */ 30 /* @@? 21:12 Error TypeError: Only abstract or native methods can't have body. */ 31 /* @@? 21:17 Error SyntaxError: Unexpected token, expected ',' or ')'. */ 32 /* @@? 21:17 Error SyntaxError: The function parameter 'this' must explicitly specify the typeAnnot… 33 /* @@? 21:17 Error SyntaxError: Unexpected token '.'. */ 34 /* @@? 21:23 Error SyntaxError: Unexpected token '==='. */ 35 /* @@? 21:23 Error SyntaxError: Field type annotation expected. */ 36 /* @@? 21:41 Error SyntaxError: Field type annotation expected. */ 37 /* @@? 21:41 Error SyntaxError: Unexpected token '.'. */ 38 /* @@? 21:62 Error SyntaxError: Field type annotation expected. */ [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | default_parameter7-expected.txt | 577 "line": 21, 582 "line": 21, 603 "line": 21, 608 "line": 21, 633 "line": 21, 638 "line": 21, 639 "column": 21, 646 "line": 21, 651 "line": 21, 659 "line": 21, [all …]
|
| D | default_parameter5-expected.txt | 345 "line": 21, 350 "line": 21, 371 "line": 21, 376 "line": 21, 395 "line": 21, 400 "line": 21, 409 "line": 21, 414 "line": 21, 422 "line": 21, 427 "line": 21, [all …]
|
| D | launch_with_call_expression-expected.txt | 246 "line": 21, 259 "line": 21, 457 "line": 21, 462 "line": 21, 476 "line": 21, 481 "line": 21, 496 "line": 21, 501 "line": 21, 513 "line": 21, 518 "line": 21, [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-annotation2-expected.txt | 105 "line": 21, 109 "line": 21, 119 "line": 21, 123 "line": 21, 130 "line": 21, 134 "line": 21, 141 "line": 21, 145 "line": 21, 152 "line": 21, 156 "line": 21, [all …]
|
| D | test-keyword-identify7-expected.txt | 167 "line": 21, 171 "line": 21, 185 "line": 21, 189 "line": 21, 190 "column": 21 196 "line": 21, 200 "line": 21, 201 "column": 21 207 "line": 21, 211 "line": 21, [all …]
|
| D | test_import_AssertClause2-expected.txt | 32 "column": 21 57 "column": 21 91 "column": 21 102 "column": 21 154 "line": 21, 158 "line": 21, 168 "line": 21, 172 "line": 21, 173 "column": 21 179 "line": 21, [all …]
|
| D | test_satisfies2-expected.txt | 112 "column": 21 324 "line": 21, 328 "line": 21, 347 "line": 21, 351 "line": 21, 368 "line": 21, 372 "line": 21, 382 "line": 21, 383 "column": 21 386 "line": 21, [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/script/ |
| D | test-ts-importEqual1-expected.txt | 54 "column": 21 65 "column": 21 115 "line": 21, 127 "line": 21, 131 "line": 21, 143 "line": 21, 147 "line": 21, 157 "line": 21, 161 "line": 21, 168 "line": 21, [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-update-expression-expected.txt | 237 "line": 21, 241 "line": 21, 248 "line": 21, 252 "line": 21, 259 "line": 21, 263 "line": 21, 270 "line": 21, 274 "line": 21, 292 "line": 21, 296 "line": 21, [all …]
|