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 05:01:42 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
047da86baa
swc
/
crates
/
swc_bundler
/
tests
/
deno-exec
/
deno-9752
/
case1
/
entry.ts
4 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
import
*
as
path
from
"https://deno.land/std@0.90.0/path/mod.ts"
;
fix(bundler): Fix stack overflow on Windows (#1464) bundler: - Prevent stack overflow. (denoland/deno#9752) testing: - Bump version - Fix handling of paths on windows. testing_macros: - Bump version - Correctly ignore files.
2021-03-22 13:42:42 +03:00
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
console
.
log
(
path
)
;
Reference in New Issue
Copy Permalink