rolldown-plugin-dts 0.14.1 → 0.14.2
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/dist/index.js +1 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -310,7 +310,7 @@ function createFakeJsPlugin({ dtsInput, sourcemap }) {
|
|
|
310
310
|
const elements = [
|
|
311
311
|
t.numericLiteral(0),
|
|
312
312
|
...deps.map((dep) => t.arrowFunctionExpression([], dep)),
|
|
313
|
-
...sideEffect ? [t.callExpression(t.identifier("sideEffect"), [])] : []
|
|
313
|
+
...sideEffect ? [t.callExpression(t.identifier("sideEffect"), [bindings[0]])] : []
|
|
314
314
|
];
|
|
315
315
|
const runtime = t.arrayExpression(elements);
|
|
316
316
|
if (decl !== stmt) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown-plugin-dts",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"description": "A Rolldown plugin to bundle dts files",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@babel/generator": "^7.28.0",
|
|
50
50
|
"@babel/parser": "^7.28.0",
|
|
51
|
-
"@babel/types": "^7.28.
|
|
51
|
+
"@babel/types": "^7.28.2",
|
|
52
52
|
"ast-kit": "^2.1.1",
|
|
53
53
|
"birpc": "^2.5.0",
|
|
54
54
|
"debug": "^4.4.1",
|
|
@@ -56,29 +56,29 @@
|
|
|
56
56
|
"get-tsconfig": "^4.10.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@sxzz/eslint-config": "^7.0
|
|
59
|
+
"@sxzz/eslint-config": "^7.1.0",
|
|
60
60
|
"@sxzz/prettier-config": "^2.2.3",
|
|
61
61
|
"@sxzz/test-utils": "^0.5.7",
|
|
62
62
|
"@types/babel__generator": "^7.27.0",
|
|
63
63
|
"@types/debug": "^4.1.12",
|
|
64
|
-
"@types/node": "^24.0
|
|
65
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
66
|
-
"@volar/typescript": "^2.4.
|
|
67
|
-
"@vue/language-core": "^3.0.
|
|
68
|
-
"bumpp": "^10.2.
|
|
64
|
+
"@types/node": "^24.1.0",
|
|
65
|
+
"@typescript/native-preview": "7.0.0-dev.20250728.1",
|
|
66
|
+
"@volar/typescript": "^2.4.22",
|
|
67
|
+
"@vue/language-core": "^3.0.4",
|
|
68
|
+
"bumpp": "^10.2.1",
|
|
69
69
|
"diff": "^8.0.2",
|
|
70
|
-
"eslint": "^9.
|
|
70
|
+
"eslint": "^9.32.0",
|
|
71
71
|
"estree-walker": "^3.0.3",
|
|
72
72
|
"prettier": "^3.6.2",
|
|
73
|
-
"rolldown": "^1.0.0-beta.
|
|
73
|
+
"rolldown": "^1.0.0-beta.29",
|
|
74
74
|
"rollup-plugin-dts": "^6.2.1",
|
|
75
75
|
"tinyglobby": "^0.2.14",
|
|
76
|
-
"tsdown": "^0.
|
|
76
|
+
"tsdown": "^0.13.0",
|
|
77
77
|
"tsx": "^4.20.3",
|
|
78
78
|
"typescript": "^5.8.3",
|
|
79
79
|
"vitest": "^3.2.4",
|
|
80
|
-
"vue": "^3.5.
|
|
81
|
-
"vue-tsc": "^3.0.
|
|
80
|
+
"vue": "^3.5.18",
|
|
81
|
+
"vue-tsc": "^3.0.4"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
84
|
"node": ">=20.18.0"
|