swc/tests/fixture/issue-2000/input/index.js
강동윤 81abfe55d6
fix(es): Fix bugs (#2004)
swc_ecma_codegen:
 - Fix codegen of regexp where `minify` = `true`. (#2000)

swc_ecma_transforms_react:
 - Respect `@jsxImportSource` in `classic` mode. (#1933)

swc:
 - Upgrade `base64`.
2021-08-04 04:58:10 +00:00

3 lines
87 B
JavaScript

function testme(...list) {
if (/^toto.+/.test(list.join(''))) global.other(true);
}