swc/ecmascript/parser/tests/jsx/errors/attribute-arbitrary-expression/input.js.stderr

7 lines
183 B
Plaintext
Raw Normal View History

error: JSX value should be either an expression or a quoted JSX text
--> $DIR/tests/jsx/errors/attribute-arbitrary-expression/input.js:1:10
|
1 | <Foo bar=bar() />
| ^