* Add "<" parser tests
* No {jsx,flow,typescript} plugin
* Type parameter
* Valid JS Code
* Add: better parser error when using jsx
Address #11499
* Add: babel parser test
Test parser with no plugins and when jsx is given with a js expression
* Add: no flow but with typescript test
* Add: type paramter test with no plugins (no flow)
* Add: unclosed jsx element test
5 lines
64 B
JSON
5 lines
64 B
JSON
{
|
|
"plugins": ["jsx"],
|
|
"throws": "Unexpected token (1:13)"
|
|
}
|