mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
232cfc5f4f
swc_ecma_transforms_react: - Fix jsx entities in attribute values. (#1479)
2 lines
32 B
TypeScript
2 lines
32 B
TypeScript
const a = <div id="abc>" />;
|