Skip to content

Commit

Permalink
chore: swap out tsimp for tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Oct 17, 2024
1 parent 555f2ff commit 58558db
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 119 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ packages/**/dist/

# api
packages/api/.api/
packages/api/.tsimp/
packages/api/example.js

# httpsnippet-client-api
Expand Down
135 changes: 21 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.api/
.tsimp/
coverage/
dist/
node_modules/
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"attw": "attw --pack --format table-flipped",
"build": "tsc",
"build:legacy-handler": "tsc legacy-require-handler.cjs --checkJs --declaration --emitDeclarationOnly",
"build:versioned-files": "node --loader=tsimp/loader bin/buildVersionedFiles.ts",
"debug:bin": "node --loader=tsimp/loader src/bin.ts",
"build:versioned-files": "tsx bin/buildVersionedFiles.ts",
"debug:bin": "tsx src/bin.ts",
"lint:types": "tsc --noEmit",
"prebuild": "rm -rf dist/ && npm run build:versioned-files",
"postbuild": "npm run build:legacy-handler",
Expand Down Expand Up @@ -87,8 +87,8 @@
"fetch-mock": "^11.1.3",
"oas-normalize": "^11.0.1",
"openapi-types": "^12.1.3",
"tsimp": "^2.0.11",
"tsup": "^8.0.1",
"tsx": "^4.19.1",
"type-fest": "^4.9.0",
"typescript": "^5.2.2",
"unique-temp-dir": "^1.0.0",
Expand Down

0 comments on commit 58558db

Please sign in to comment.