Skip to content

Commit 93fa3ca

Browse files
committed
feat: support decorator auto accessors
closes #203, closes #204
1 parent 03aa53e commit 93fa3ca

File tree

6 files changed

+552
-419
lines changed

6 files changed

+552
-419
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rolldown-plugin-dts",
33
"type": "module",
44
"version": "0.22.4",
5-
"packageManager": "pnpm@10.30.3",
5+
"packageManager": "pnpm@10.32.1",
66
"description": "A Rolldown plugin to generate and bundle dts files.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -89,29 +89,29 @@
8989
"@sxzz/eslint-config": "^7.8.3",
9090
"@sxzz/prettier-config": "^2.3.1",
9191
"@sxzz/test-utils": "^0.5.15",
92-
"@types/node": "^25.3.3",
93-
"@typescript/native-preview": "7.0.0-dev.20260305.1",
92+
"@types/node": "^25.4.0",
93+
"@typescript/native-preview": "7.0.0-dev.20260311.1",
9494
"@volar/typescript": "^2.4.28",
9595
"@vue/language-core": "^3.2.5",
9696
"arktype": "^2.2.0",
9797
"bumpp": "^10.4.1",
9898
"diff": "^8.0.3",
99-
"eslint": "^10.0.2",
99+
"eslint": "^10.0.3",
100100
"prettier": "^3.8.1",
101-
"rolldown": "^1.0.0-rc.7",
101+
"rolldown": "^1.0.0-rc.9",
102102
"rolldown-plugin-dts-snapshot": "^0.4.0",
103103
"rolldown-plugin-require-cjs": "^0.3.3",
104104
"rollup-plugin-dts": "^6.3.0",
105105
"tinyglobby": "^0.2.15",
106-
"tsdown": "^0.21.0-beta.2",
106+
"tsdown": "^0.21.1",
107107
"typescript": "6.0.0-dev.20260301",
108108
"vitest": "^4.0.18",
109-
"vue": "^3.5.29",
109+
"vue": "^3.5.30",
110110
"vue-tsc": "^3.2.5",
111111
"zod": "^4.3.6"
112112
},
113113
"resolutions": {
114-
"rolldown": "^1.0.0-rc.7"
114+
"rolldown": "^1.0.0-rc.9"
115115
},
116116
"prettier": "@sxzz/prettier-config"
117117
}

0 commit comments

Comments
 (0)