mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
81abfe55d6
swc_ecma_codegen: - Fix codegen of regexp where `minify` = `true`. (#2000) swc_ecma_transforms_react: - Respect `@jsxImportSource` in `classic` mode. (#1933) swc: - Upgrade `base64`.
2 lines
60 B
TypeScript
2 lines
60 B
TypeScript
const foo = /* 1 */ <h1>{/* 2 */ bar /* 3 */}</h1>; /* 4 */
|