Skip to content

Commit

Permalink
chore: replace tsx with Bun (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Jul 7, 2024
1 parent bee3ade commit 97ec652
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"format": "prettier --check --cache \"src/**/*.{js,ts,tsx}\" \"runtime_tests/**/*.{js,ts,tsx}\"",
"format:fix": "prettier --write --cache --cache-strategy metadata \"src/**/*.{js,ts,tsx}\" \"runtime_tests/**/*.{js,ts,tsx}\"",
"copy:package.cjs.json": "cp ./package.cjs.json ./dist/cjs/package.json && cp ./package.cjs.json ./dist/types/package.json ",
"build": "rimraf dist && tsx ./build.ts && bun run copy:package.cjs.json",
"build": "rimraf dist && bun ./build.ts && bun run copy:package.cjs.json",
"postbuild": "publint",
"watch": "rimraf dist && tsx ./build.ts --watch && bun run copy:package.cjs.json",
"watch": "rimraf dist && bun ./build.ts --watch && bun run copy:package.cjs.json",
"coverage": "vitest --run --coverage",
"prerelease": "bun test:deno && bun run build",
"release": "np"
Expand Down Expand Up @@ -589,7 +589,6 @@
"publint": "^0.1.8",
"rimraf": "^3.0.2",
"supertest": "^6.3.3",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite-plugin-fastly-js-compute": "^0.4.2",
"vitest": "^1.2.2",
Expand Down
16 changes: 3 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 733DAF3BDF9F84ED-89e11d5f0e9dc6ef-7974BC9F6F5A02AD-41e5e99e9db5457f
# bun ./bun.lockb --hash: C4BCCBD503BB953E-a1d9f70fa0bf855b-CDBD3396F39638C1-e260e213f4df2a73


"@aashutoshrathi/word-wrap@^1.2.3":
Expand Down Expand Up @@ -2173,7 +2173,7 @@ [email protected], esbuild@^0.17.18:
"@esbuild/win32-ia32" "0.17.19"
"@esbuild/win32-x64" "0.17.19"

esbuild@*, esbuild@^0.19.3, esbuild@~0.19.10:
esbuild@*, esbuild@^0.19.3:
version "0.19.12"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz"
integrity sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==
Expand Down Expand Up @@ -2802,7 +2802,7 @@ get-symbol-description@^1.0.0:
call-bind "^1.0.2"
get-intrinsic "^1.1.1"

get-tsconfig@^4.5.0, get-tsconfig@^4.7.2:
get-tsconfig@^4.5.0:
version "4.7.2"
resolved "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz"
integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==
Expand Down Expand Up @@ -5628,16 +5628,6 @@ tslib@^2.2.0:
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tsx@^4.7.0:
version "4.7.0"
resolved "https://registry.npmjs.org/tsx/-/tsx-4.7.0.tgz"
integrity sha512-I+t79RYPlEYlHn9a+KzwrvEwhJg35h/1zHsLC2JXvhC2mdynMv6Zxzvhv5EMV6VF5qJlLlkSnMVvdZV3PSIGcg==
dependencies:
esbuild "~0.19.10"
get-tsconfig "^4.7.2"
optionalDependencies:
fsevents "~2.3.3"

type-check@^0.4.0:
version "0.4.0"
resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
Expand Down

0 comments on commit 97ec652

Please sign in to comment.