mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
a795de7f43
swc_ecma_transforms_react: - Escape some characters. (#1661) swc_ecma_transforms_compat: - `regenerator`: Handle `||` properly. (#1684)
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
console.log(/*#__PURE__*/ React.createElement("h1", {
|
|
value: "abc\\nas"
|
|
}, "s"));
|