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
8003dc8563
swc
/
crates
/
swc_bundler
/
tests
/
fixture
/
issue-1150
/
input
/
n.ts
4 lines
46 B
TypeScript
Raw
Normal View
History
Unescape
Escape
bundler: Fix bugs (#1154) swc_bundler: - Fix importing from transitive dependencies with aliases. - Fix stack overflow while computing plan for modules with cyclic dependencies. - Handle `export *` for function / class properly. (#1155)
2020-10-10 12:32:31 +03:00
export
function
a() {
console
.
log
(
"a"
)
;
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
}
Reference in New Issue
Copy Permalink