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-20 20:22:26 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
37a8c90750
swc
/
crates
/
swc_webpack_ast
/
tests
/
fixture
/
array-literal
/
output.js
4 lines
64 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(webpack): Add ast reducer (#2875) swc_estree_compat: - Fix stack overflow related to object patterns. swc_webpack_}ast: - Implement AST reducer.
2021-11-26 09:04:41 +03:00
import
{
a
}
from
"x"
;
import
b
from
"y"
;
fix(webpack/ast): Fix `webpackAST` (#3040) swc_webpack_ast: - `reducer`: Flatten safe statements. - `reducer`: Preserve variables.
2021-12-14 11:28:51 +03:00
const
arr
=
(
a
,
b
(
)
)
;
Reference in New Issue
Copy Permalink