This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-21 12:41:54 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
4e656af1ec
swc
/
crates
/
swc_ecma_minifier
/
tests
/
fixture
/
issues
/
4234
/
output.js
5 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(es/minifier): Drop `new` token if possible (#4932)
2022-06-11 08:27:13 +03:00
bar
(
RegExp
(
""
)
)
;
bar
(
RegExp
(
""
,
"u"
)
)
;
fix(es/minifier): Handle empty RegExp (#4235)
2022-04-04 06:46:07 +03:00
bar
(
/a/
)
;
bar
(
/a/u
)
;
Reference in New Issue
Copy Permalink