Skip to content

feat: add cross-spawn replacement - #900

Merged
43081j merged 3 commits into
e18e:mainfrom
anilloutombam:feat/cross-spawn-replacement
Aug 9, 2026
Merged

feat: add cross-spawn replacement#900
43081j merged 3 commits into
e18e:mainfrom
anilloutombam:feat/cross-spawn-replacement

Conversation

@anilloutombam

Copy link
Copy Markdown
Contributor

🔗 Linked issue

Closes #887

📚 Description

Maps cross-spawn to the existing tinyexec replacement.

tinyexec provides the same core functionality with a smaller, dependency-free implementation.

@gameroman gameroman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably add an additional explanation for migrating from it

@43081j

43081j commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

agreed, it should have a url, a new doc which just lists tinyexec for now.

may also be worth noting in there that you may not need it at all. e.g. if you're only targeting linux or something

@anilloutombam

Copy link
Copy Markdown
Contributor Author

Updated the documentation with the tinyexec migration and added a note about using node:child_process directly when cross-platform handling isn’t required.

Comment thread docs/modules/cross-spawn.md Outdated
@43081j
43081j merged commit b0a5ff2 into e18e:main Aug 9, 2026
5 checks passed
@anilloutombam
anilloutombam deleted the feat/cross-spawn-replacement branch August 9, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Replacement]: cross-spawn

3 participants