rolldown-plugin-dts 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -604,7 +604,7 @@ function inheritNodeComments(oldNode, newNode) {
|
|
|
604
604
|
//#endregion
|
|
605
605
|
//#region src/generate.ts
|
|
606
606
|
const debug$1 = createDebug("rolldown-plugin-dts:generate");
|
|
607
|
-
const WORKER_URL = "./tsc-worker.
|
|
607
|
+
const WORKER_URL = "./tsc-worker.mjs";
|
|
608
608
|
const spawnAsync = (...args) => new Promise((resolve, reject) => {
|
|
609
609
|
const child = spawn(...args);
|
|
610
610
|
child.on("close", () => resolve());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown-plugin-dts",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "A Rolldown plugin to generate and bundle dts files.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -69,17 +69,17 @@
|
|
|
69
69
|
"dts-resolver": "^2.1.3",
|
|
70
70
|
"get-tsconfig": "^4.13.0",
|
|
71
71
|
"magic-string": "^0.30.21",
|
|
72
|
-
"obug": "^2.
|
|
72
|
+
"obug": "^2.1.1"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@sxzz/eslint-config": "^7.3.
|
|
75
|
+
"@sxzz/eslint-config": "^7.3.2",
|
|
76
76
|
"@sxzz/prettier-config": "^2.2.5",
|
|
77
|
-
"@sxzz/test-utils": "^0.5.
|
|
77
|
+
"@sxzz/test-utils": "^0.5.13",
|
|
78
78
|
"@types/babel__generator": "^7.27.0",
|
|
79
79
|
"@types/node": "^24.10.1",
|
|
80
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
81
|
-
"@volar/typescript": "^2.4.
|
|
82
|
-
"@vue/language-core": "^3.1.
|
|
80
|
+
"@typescript/native-preview": "7.0.0-dev.20251125.1",
|
|
81
|
+
"@volar/typescript": "^2.4.26",
|
|
82
|
+
"@vue/language-core": "^3.1.5",
|
|
83
83
|
"arktype": "^2.1.27",
|
|
84
84
|
"bumpp": "^10.3.1",
|
|
85
85
|
"diff": "^8.0.2",
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"rolldown-plugin-require-cjs": "^0.3.1",
|
|
90
90
|
"rollup-plugin-dts": "^6.2.3",
|
|
91
91
|
"tinyglobby": "^0.2.15",
|
|
92
|
-
"tsdown": "^0.16.
|
|
92
|
+
"tsdown": "^0.16.6",
|
|
93
93
|
"typescript": "^5.9.3",
|
|
94
|
-
"vitest": "^4.0.
|
|
95
|
-
"vue": "^3.5.
|
|
96
|
-
"vue-tsc": "^3.1.
|
|
94
|
+
"vitest": "^4.0.13",
|
|
95
|
+
"vue": "^3.5.25",
|
|
96
|
+
"vue-tsc": "^3.1.5"
|
|
97
97
|
},
|
|
98
98
|
"engines": {
|
|
99
99
|
"node": ">=20.19.0"
|