Skip to content

Commit

Permalink
Add sourceMap to transform bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre authored and Boshen committed Sep 28, 2024
1 parent 1d97626 commit 524bf33
Show file tree
Hide file tree
Showing 6 changed files with 1,867 additions and 1,532 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
output/*.js
.idea/
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "bench-transformer",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.10.0",
"scripts": {
"bench": "vitest bench --run"
},
Expand All @@ -12,10 +12,12 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@swc/core": "^1.7.28",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.7.4",
"oxc-transform": "^0.30.4",
"prettier": "^3.3.3",
"react-refresh": "^0.14.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"packageManager": "pnpm@9.10.0"
}
}
Loading

0 comments on commit 524bf33

Please sign in to comment.