Commit 8de9e3e
committed
refactor: drop redundant end-of-file barrel exports in download-assets + util/fs
Both files had `export { name1, name2 }` blocks at EOF re-exporting
already-file-private declarations. Since no other module consumes the
re-exports, they're no-ops. Drop them.
- packages/cli/scripts/download-assets.mts: ASSETS, downloadAsset,
downloadAssets are CLI-script entry-point helpers (script invoked
via `node`, not imported)
- packages/cli/scripts/util/fs.mts: findUpSync is a local helper1 parent ec2cedb commit 8de9e3e
2 files changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
0 commit comments