mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
1b2e6706bd
swc: - Ensure that #2154 is not the case. (#2154) node_swc: - Verify `sourceMaps: true` in `.swcrc`. (#2120, #2194)
3 lines
59 B
JavaScript
3 lines
59 B
JavaScript
const c = (<img alt="café" />).props.alt;
|
|
|
|
console.log(c); |