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-25 22:56:11 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
e445502072
swc
/
crates
/
swc_bundler
/
tests
/
deno-exec
/
deno-9350
/
step3
/
input
/
entry.ts
4 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(bundler): Fix bugs (#1572) swc_bundler: - Ensure that denoland/deno#10141 is fixed. - Run deno tests on ci. - Support nested `export *`. (denoland/deno#10153, denoland/deno#10174) swc_ecma_codegen: - Remove `,` after rest elements. (#1573, denoland/deno#10167) swc_ecma_transforms_optimization: - Don't drop items used by the discriminant of a switch. swc_ecma_transforms_typescript: - Remove constructors without a body.
2021-04-14 17:00:33 +03:00
import
{
getNumericInput
}
from
"./helper"
;
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
console
.
log
(
getNumericInput
)
;
Reference in New Issue
Copy Permalink