Commit 8172f08
committed
refactor(deps): simplify pluginutils handling after rolldown move
Match the lighter-weight handling from #1569:
- packages/core/package.json: collapse the two pluginutils exports back
to single .mjs strings. TypeScript already resolves a sibling .d.mts
for an .mjs path under moduleResolution: bundler / node16, so the
explicit `types` entries were redundant.
- packages/tools/src/sync-remote-deps.ts: drop the parallel .mjs
branch in transformPluginutilsExport — once we stop wrapping string
exports into objects, the matching `types` derivation isn't needed
either.
- .github/actions/build-upstream/action.yml, justfile: drop the
`pnpm --filter @rolldown/pluginutils build` step. Since rolldown
moved pluginutils out of its workspace into a standalone npm
package (rolldown/plugins), no workspace package matches that
filter — the step was a silent no-op (`No projects matched the
filters`).1 parent 96567b6 commit 8172f08
4 files changed
Lines changed: 2 additions & 21 deletions
File tree
- .github/actions/build-upstream
- packages
- core
- tools/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 88 | + | |
| 89 | + | |
96 | 90 | | |
97 | 91 | | |
98 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | 280 | | |
290 | 281 | | |
291 | 282 | | |
| |||
296 | 287 | | |
297 | 288 | | |
298 | 289 | | |
299 | | - | |
300 | | - | |
301 | 290 | | |
302 | 291 | | |
303 | 292 | | |
| |||
0 commit comments