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

New worker improvements #1123

Merged
merged 2 commits into from
May 26, 2022
Merged

New worker improvements #1123

merged 2 commits into from
May 26, 2022

Conversation

timabb031
Copy link
Contributor

closes #1112

The current prettier printWidth setting forces the function parameters onto multiple lines. If that's an issue, bumping printWidth from 80 to 90 fixes it.

@changeset-bot
Copy link

changeset-bot bot commented May 26, 2022

🦋 Changeset detected

Latest commit: af6ceaf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
wrangler Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@petebacondarwin petebacondarwin left a comment

Choose a reason for hiding this comment

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

Looks great. Let's land it. Thanks @timabb031 !

@github-actions
Copy link
Contributor

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/2392811419/npm-package-wrangler-1123

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/1123/npm-package-wrangler-1123

Or you can use npx with this latest build directly:

npx https://prerelease-registry.developers.workers.dev/runs/2392811419/npm-package-wrangler-1123 dev path/to/script.js

@petebacondarwin petebacondarwin merged commit 15e5c12 into cloudflare:main May 26, 2022
@github-actions github-actions bot mentioned this pull request May 26, 2022
@timabb031
Copy link
Contributor Author

Awesome! Thanks for approving the PR @petebacondarwin

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.

🚀 Feature Request: Update the typescript worker template to include env and context parameters
2 participants