swc/crates/swc_ecma_parser/tests/errors
2022-08-27 15:44:51 +00:00
..
arguments fix(es): Check the syntax context of arguments (#5174) 2022-07-13 10:29:03 +00:00
arrow-function-binding-rest-property feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
arrow-function-member-as-binding-identifier feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
async-line-break fix(es/parser): Check for line break after async (#4940) 2022-06-11 08:10:49 +00:00
bad_character_escape_sequence feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
bad_character_escape_sequence_1 feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
bad_character_escape_sequence_2 feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
bad_character_escape_sequence_3 feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
bad_character_escape_sequence_4 feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
bad_character_escape_sequence_5 feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
bad_character_escape_sequence_6 feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
issue-2834 feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
issue-4991 fix(es/parser): Don't panic on an invalid import meta property (#4994) 2022-06-18 10:00:52 +00:00
label feat(es/parser): Support labelled function from annex B (#5078) 2022-07-02 04:45:22 +00:00
rest-initializer feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
rest-not-last feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
rest-trailing-comma feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
strict-mode/argument fix(es): Check the syntax context of arguments (#5174) 2022-07-13 10:29:03 +00:00
ts1106 feat(es/parser): Handle async in for...of (#5646) 2022-08-27 15:44:51 +00:00
unterminated_string_constant feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00
unterminated_string_constant_1 feat(es/parser): Report more errors (#4244) 2022-04-07 03:43:10 +00:00