swc/ecmascript/parser/tests/jsx/errors
David Sherret 0d67d5d855 Fix JSX opening, closing, spread child, and expression container spans (#582)
swc_ecma_parser:
 - fix opening and closing jsx spans.
 - fix JSX expression.
 - fix JSX spread child.
2020-01-14 12:37:29 +09:00
..
adjacent-tags jsx support (#100) 2018-12-30 11:57:27 +09:00
attribute-arbitrary-expression jsx support (#100) 2018-12-30 11:57:27 +09:00
attribute-empty-expression Parser: Error recovery (#449) 2019-11-17 18:36:47 +09:00
attributes-in-fragment jsx support (#100) 2018-12-30 11:57:27 +09:00
html-comment jsx support (#100) 2018-12-30 11:57:27 +09:00
issue-387-1 Fix bugs (#394) 2019-06-03 21:54:09 +09:00
issue-387-2 Fix bugs (#394) 2019-06-03 21:54:09 +09:00
issue-387-3 Fix bugs (#394) 2019-06-03 21:54:09 +09:00
issue-387-4 Fix bugs (#394) 2019-06-03 21:54:09 +09:00
issue-387-5 Fix bugs (#394) 2019-06-03 21:54:09 +09:00
nested-fragment-unclosed jsx support (#100) 2018-12-30 11:57:27 +09:00
unclosed-tag jsx support (#100) 2018-12-30 11:57:27 +09:00
unicode-escape-in-identifier jsx support (#100) 2018-12-30 11:57:27 +09:00
unterminated-string jsx support (#100) 2018-12-30 11:57:27 +09:00
wrong-closing-tag Fix JSX opening, closing, spread child, and expression container spans (#582) 2020-01-14 12:37:29 +09:00
wrong-closing-tag-fragment Fix JSX opening, closing, spread child, and expression container spans (#582) 2020-01-14 12:37:29 +09:00
wrong-opening-tag-fragment Fix JSX opening, closing, spread child, and expression container spans (#582) 2020-01-14 12:37:29 +09:00