Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Feature Request: add wrangler deploy support for explicit resource management #5299

Open
Hebilicious opened this issue Mar 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Hebilicious
Copy link

Hebilicious commented Mar 19, 2024

Describe the solution

EDIT : This could be considered a duplicate of #5222

When using the new using keyword, wrangler deploy chokes as support for this got introduced in a more recent version of esbuild (https://github.com/evanw/esbuild/releases/tag/v0.18.7)

Upgrading to a more recent version of esbuild would fix the issue (this is what we're doing with a pnpm patch).

The esbuild version needed for supporting this feature would be at least 0.18.9 (currently wrangler uses 0.17.19), although it would be nice to move to the latest version (0.20 +).

Additional question : Is there workerd runtime support planned for this yet ? It's a stage 3 proposal, so probably not yet.

@Hebilicious Hebilicious added the enhancement New feature or request label Mar 19, 2024
@Hebilicious Hebilicious changed the title 🚀 Feature Request: add wrangler build support for explicit resource management 🚀 Feature Request: add wrangler deploy support for explicit resource management Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant