mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +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`.
3 lines
87 B
JavaScript
3 lines
87 B
JavaScript
function testme(...list) {
|
|
if (/^toto.+/.test(list.join(''))) global.other(true);
|
|
} |