Skip to content

docs: add Deno.spawn() convenience APIs to subprocess tutorial#2949

Merged
thisisjofrank merged 3 commits intomainfrom
docs/deno-spawn-apis
Mar 9, 2026
Merged

docs: add Deno.spawn() convenience APIs to subprocess tutorial#2949
thisisjofrank merged 3 commits intomainfrom
docs/deno-spawn-apis

Conversation

@bartlomieju
Copy link
Member

Summary

  • Document new unstable Deno.spawn(), Deno.spawnAndWait(), and Deno.spawnAndWaitSync() APIs added in Deno 2.7
  • Added as a new section in the existing subprocess tutorial with examples and unstable caution note
  • Explains the relationship to Deno.Command and the separate-arguments API pattern

Test plan

  • Verify subprocess tutorial page renders correctly with the new section
  • Verify the caution admonition renders properly

🤖 Generated with Claude Code

bartlomieju and others added 2 commits March 4, 2026 11:35
Document the new unstable Deno.spawn(), Deno.spawnAndWait(), and
Deno.spawnAndWaitSync() shorthand functions added in Deno 2.7.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@thisisjofrank thisisjofrank merged commit d0b80bc into main Mar 9, 2026
2 checks passed
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.

2 participants