Skip to content

Commit 2ef3736

Browse files
committed
perf: prefer to use native magic-string
1 parent 330d8af commit 2ef3736

File tree

3 files changed

+172
-151
lines changed

3 files changed

+172
-151
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"prepublishOnly": "pnpm run build"
6262
},
6363
"dependencies": {
64-
"magic-string": "^0.30.21",
64+
"rolldown-string": "^0.2.1",
6565
"unplugin": "^2.3.10"
6666
},
6767
"devDependencies": {
@@ -74,7 +74,7 @@
7474
"eslint": "^9.39.1",
7575
"fast-glob": "^3.3.3",
7676
"prettier": "^3.6.2",
77-
"rolldown": "nightly",
77+
"rolldown": "1.0.0-beta.54",
7878
"rollup": "^4.53.1",
7979
"tsdown": "^0.16.1",
8080
"tsx": "^4.20.6",

0 commit comments

Comments
 (0)