Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 2, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@cloudflare/sandbox@0.6.1

Patch Changes

  • #261 b6cc244 Thanks @whoiskatrin! - Add top-level await support for JavaScript code execution

    JavaScript code can now use await at the top level without wrapping in an async IIFE. Variables declared with const, let, or var persist across executions, enabling multi-step workflows like:

    // Execution 1
    const data = await fetch('https://api.example.com').then((r) => r.json());
    
    // Execution 2
    console.log(data); // Works - data persists

@ghostwriternr ghostwriternr merged commit f43a2d2 into main Dec 3, 2025
4 checks passed
@ghostwriternr ghostwriternr deleted the changeset-release/main branch December 3, 2025 10:21
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.

1 participant