You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(cli/scripts): colocate 63 unused exports across 22 scripts
These are standalone build/test/setup scripts whose internal helpers
were exported for no reason — every helper was only called inside its
own file. Touched scripts:
- constants/{build,paths,packages,external-tools-platforms}.mts
- {build,build-sea,download-assets,esbuild-utils,paths,restore-cache,
sync-checksums,test-download-external-tools,test-sea,test-wrapper,
validate-bundle,validate-tests,wasm}.mts
- sea-build-utils/{npm-packages,targets}.mts
- util/{changed-test-mapper,patches,socket-btm-releases}.mts
0 commit comments