mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
|
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() />
|
||
|
| ^
|
||
|
|