swc/crates/swc_ecma_parser/tests/errors
Donny/강동윤 041b491466
feat(es/parser): Implement explicit resource management (#7322)
**Description:**

 - Add `UsingDecl`.
 - Add `UsingDecl` to `Decl`.
 - Rename `VarDeclOrPat` to `ForHead`.
 - Add `UsingDecl` to `ForHead`.
 - Implement parser for using declarations.

**Related issue:**

 - #7316.
2023-05-10 04:16:44 +00:00
..
arguments test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
arrow-function-binding-rest-property test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
arrow-function-member-as-binding-identifier test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
async-line-break test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
bad_character_escape_sequence test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
bad_character_escape_sequence_1 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
bad_character_escape_sequence_2 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
bad_character_escape_sequence_3 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
bad_character_escape_sequence_4 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
bad_character_escape_sequence_5 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
bad_character_escape_sequence_6 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
conflict_marker_diff_3_trivia_1 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
conflict_marker_diff_3_trivia_2 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
conflict_marker_trivia_1 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
conflict_marker_trivia_2 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
conflict_marker_trivia_3 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
conflict_marker_trivia_4 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
explicit-resource-management feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
issue-2834 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
issue-4991 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
jsx_in_js fix(es/parser): Fix infinite loop on jsx in js (#7191) 2023-04-02 22:14:29 +00:00
label test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
rest-initializer test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
rest-not-last test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
rest-trailing-comma test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
strict-mode/argument test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
ts1106 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
unterminated_string_constant test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
unterminated_string_constant_1 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00