rolldown 1.0.0 → 1.0.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/cli.mjs +7 -7
- package/dist/config.d.mts +1 -1
- package/dist/config.mjs +3 -3
- package/dist/experimental-index.d.mts +20 -4
- package/dist/experimental-index.mjs +11 -9
- package/dist/filter-index.d.mts +4 -4
- package/dist/filter-index.mjs +5 -5
- package/dist/get-log-filter.d.mts +3 -3
- package/dist/index.d.mts +4 -4
- package/dist/index.mjs +5 -5
- package/dist/parallel-plugin-worker.mjs +2 -2
- package/dist/parallel-plugin.d.mts +1 -1
- package/dist/parse-ast-index.d.mts +1 -1
- package/dist/parse-ast-index.mjs +2 -2
- package/dist/plugins-index.d.mts +3 -3
- package/dist/plugins-index.mjs +2 -2
- package/dist/shared/{binding-zH1vcmbM.d.mts → binding-DktDDYoY.d.mts} +1 -3
- package/dist/shared/{binding-ESkOU1xr.mjs → binding-lLxFxuG-.mjs} +26 -26
- package/dist/shared/{bindingify-input-options-zrVFGksD.mjs → bindingify-input-options-DmY7myA4.mjs} +11 -11
- package/dist/shared/{constructors-D6i2Tbyl.mjs → constructors-BWzinPZW.mjs} +1 -1
- package/dist/shared/{constructors-D0W3rNfA.d.mts → constructors-Dc4Y1bfN.d.mts} +2 -2
- package/dist/shared/{define-config-5HJ1b9vG.d.mts → define-config-Bo24xyUK.d.mts} +66 -14
- package/dist/shared/{error-BrnLyQ-g.mjs → error-B8po7KiL.mjs} +1 -1
- package/dist/shared/{get-log-filter-semyr3Lj.d.mts → get-log-filter-BpNVNJ5-.d.mts} +1 -1
- package/dist/shared/{load-config-xUNmcCRn.mjs → load-config-ByfeVF0s.mjs} +1 -1
- package/dist/shared/{normalize-string-or-regex-dAjLOSbp.mjs → normalize-string-or-regex-DqWsYC5b.mjs} +2 -2
- package/dist/shared/{parse-_9Vwp6y3.mjs → parse-DRL-bdRR.mjs} +2 -2
- package/dist/shared/{resolve-tsconfig-DCdBlPeK.mjs → resolve-tsconfig-B5gzX9_3.mjs} +2 -2
- package/dist/shared/{rolldown-hwU2j9UL.mjs → rolldown-B9_Kw98b.mjs} +1 -1
- package/dist/shared/{rolldown-build-D_ShytiL.mjs → rolldown-build-9MccaWPU.mjs} +42 -63
- package/dist/shared/{transform-DgZ3paSD.d.mts → transform-BpeSEA-X.d.mts} +2 -2
- package/dist/shared/{watch-Bak_bDNe.mjs → watch-HI3wX0Zu.mjs} +6 -6
- package/dist/utils-index.d.mts +3 -3
- package/dist/utils-index.mjs +5 -5
- package/package.json +24 -24
- /package/dist/shared/{define-config-DJOr6Iwt.mjs → define-config-Demdg3_4.mjs} +0 -0
- /package/dist/shared/{logging-C6h4g8dA.d.mts → logging-BSNejiLS.d.mts} +0 -0
- /package/dist/shared/{logs-D80CXhvg.mjs → logs-aMKUxRpj.mjs} +0 -0
- /package/dist/shared/{misc-DJYbNKZX.mjs → misc-CoQm4NHO.mjs} +0 -0
- /package/dist/shared/{prompt-U5ajztzG.mjs → prompt-DewH0PjV.mjs} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bundler",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"registry": "https://registry.npmjs.org/"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@oxc-project/types": "=0.
|
|
57
|
-
"@rolldown/pluginutils": "1.0.0"
|
|
56
|
+
"@oxc-project/types": "=0.132.0",
|
|
57
|
+
"@rolldown/pluginutils": "^1.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@napi-rs/cli": "^3.6.1",
|
|
@@ -66,16 +66,16 @@
|
|
|
66
66
|
"consola": "^3.4.2",
|
|
67
67
|
"execa": "^9.2.0",
|
|
68
68
|
"glob": "^13.0.0",
|
|
69
|
-
"oxc-parser": "=0.
|
|
69
|
+
"oxc-parser": "=0.132.0",
|
|
70
70
|
"pathe": "^2.0.3",
|
|
71
|
-
"remeda": "^2.
|
|
72
|
-
"rolldown-plugin-dts": "^0.
|
|
73
|
-
"rollup": "^4.
|
|
71
|
+
"remeda": "^2.34.1",
|
|
72
|
+
"rolldown-plugin-dts": "^0.25.1",
|
|
73
|
+
"rollup": "^4.60.4",
|
|
74
74
|
"signal-exit": "4.1.0",
|
|
75
75
|
"source-map": "0.7.6",
|
|
76
76
|
"typescript": "^6.0.0",
|
|
77
|
-
"valibot": "1.
|
|
78
|
-
"rolldown": "1.0.
|
|
77
|
+
"valibot": "1.4.0",
|
|
78
|
+
"rolldown": "1.0.2"
|
|
79
79
|
},
|
|
80
80
|
"napi": {
|
|
81
81
|
"binaryName": "rolldown-binding",
|
|
@@ -111,21 +111,21 @@
|
|
|
111
111
|
"node": "^20.19.0 || >=22.12.0"
|
|
112
112
|
},
|
|
113
113
|
"optionalDependencies": {
|
|
114
|
-
"@rolldown/binding-darwin-x64": "1.0.
|
|
115
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.
|
|
116
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.
|
|
117
|
-
"@rolldown/binding-linux-x64-musl": "1.0.
|
|
118
|
-
"@rolldown/binding-freebsd-x64": "1.0.
|
|
119
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.
|
|
120
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.
|
|
121
|
-
"@rolldown/binding-darwin-arm64": "1.0.
|
|
122
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.
|
|
123
|
-
"@rolldown/binding-openharmony-arm64": "1.0.
|
|
124
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.
|
|
125
|
-
"@rolldown/binding-android-arm64": "1.0.
|
|
126
|
-
"@rolldown/binding-wasm32-wasi": "1.0.
|
|
127
|
-
"@rolldown/binding-linux-s390x-gnu": "1.0.
|
|
128
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.0.
|
|
114
|
+
"@rolldown/binding-darwin-x64": "1.0.2",
|
|
115
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.2",
|
|
116
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.2",
|
|
117
|
+
"@rolldown/binding-linux-x64-musl": "1.0.2",
|
|
118
|
+
"@rolldown/binding-freebsd-x64": "1.0.2",
|
|
119
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.2",
|
|
120
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.2",
|
|
121
|
+
"@rolldown/binding-darwin-arm64": "1.0.2",
|
|
122
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.2",
|
|
123
|
+
"@rolldown/binding-openharmony-arm64": "1.0.2",
|
|
124
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.2",
|
|
125
|
+
"@rolldown/binding-android-arm64": "1.0.2",
|
|
126
|
+
"@rolldown/binding-wasm32-wasi": "1.0.2",
|
|
127
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.2",
|
|
128
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.2"
|
|
129
129
|
},
|
|
130
130
|
"scripts": {
|
|
131
131
|
"# Scrips for binding #": "_",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|