Refactor: drop Bun.inspect and Bun.version

This commit is contained in:
SukkaW
2024-07-23 16:33:58 +08:00
parent fd6429e2aa
commit 1f42c27afe
5 changed files with 21 additions and 11 deletions

10
.swcrc Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://swc.rs/schema.json",
"jsc": {
"target": "esnext",
"parser": {
"syntax": "typescript",
"dynamicImport": true
}
}
}