mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +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
136 B
JavaScript
2 lines
136 B
JavaScript
function testme(){for(var a=arguments.length,b=new Array(a),c=0;c<a;c++)b[c]=arguments[c];/^toto.+/.test(b.join(""))&&global.other(!0)}
|