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-19 03:31:45 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
064bcf4854
swc
/
crates
/
swc_bundler
/
tests
/
deno-exec
/
deno-11575
/
case1
/
input
/
temp3.ts
4 lines
58 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(bundler): Fix bundler (#2510) swc_bundler: - Consider usage in named export specifier while analyzing imports.
2021-10-24 19:25:59 +03:00
export
function
hello
(
n
)
{
console
.
log
(
"Hello"
,
n
)
;
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
}
Reference in New Issue
Copy Permalink