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-22 13:11:31 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
7d7c2d3a9c
swc
/
crates
/
swc_bundler
/
tests
/
deno
/
deno-8573
/
entry.ts
4 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
import
{
path
}
from
"./deps.ts"
;
Fix bundler (#1246) swc_bundler: - Reduce level of logging. - Handle export specifiers without alias. (denoland/deno#8573) - Handle normal initialization while reordering statements. (denoland/deno#8574) - Handle top level `await`s in wrapped modules. (denoland/deno#8584) - Add benchmark for the bundler.
2020-12-02 16:48:35 +03:00
console
.
log
(
path
)
;
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
console
.
log
(
path
.
join
(
"/"
,
"example"
)
)
;
Reference in New Issue
Copy Permalink