Files
babel/packages/babel-parser/test/fixtures/jsx/errors/member-in-namespace-2/options.json
Justin Ridgewell 1664cce681 Don't allow JSXNamespacedName to chain (#10366)
Eg, `namespace:foo.bar` used to parse but is invalid in the [spec](https://facebook.github.io/jsx/).

Also, allow `JSXNamespacedName` in the `JSXOpeningElement`/`JSXClosingElement` builders.
2019-08-26 13:16:22 -04:00

4 lines
41 B
JSON

{
"throws": "Unexpected token (1:4)"
}