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 20:51:42 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
7d7c2d3a9c
swc
/
crates
/
swc_bundler
/
assets
/
main.js
4 lines
52 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
import
{
A
,
FOO
}
from
"./a"
;
swc_bundler (#943) swc_bundler: - Splitted from spack swc_ecma_parser: - Fix unexpected eof problem which occurs if log level is trace swc_ecma_transforms: - Fix bugs of dce pass spack: - Support cyclic dependencies
2020-08-12 16:18:47 +03:00
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
console
.
log
(
A
,
FOO
)
;
Reference in New Issue
Copy Permalink