swc/ecmascript/parser/tests/jsx/errors
강동윤 0e1991f62d
Fix bugs (#394)
- Add a test case for #392
 - Add tests for #389
 - Fix #388
 - Fix #387 
 - Add tests for #392

swc_ecma_parser:
 - Make non-last rest paramters in object pattern error
 - `...` must be followed by an identifier
2019-06-03 21:54:09 +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 jsx support (#100) 2018-12-30 11:57:27 +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 jsx support (#100) 2018-12-30 11:57:27 +09:00
wrong-closing-tag-fragment jsx support (#100) 2018-12-30 11:57:27 +09:00
wrong-opening-tag-fragment jsx support (#100) 2018-12-30 11:57:27 +09:00