mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
603b83291d
swc_ecma_parser: - implement parser for jsx swc_ecma_transforms: - implement react::jsx transform swc_ecma_codegen: - implement code generator for jsx
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() />
|
|
| ^
|
|
|