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

fix: properly expose WorkflowEntrypoint constructor in TS types #3239

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

LuisDuarte1
Copy link
Contributor

@LuisDuarte1 LuisDuarte1 commented Dec 13, 2024

Previously we didn't export the constructor for WorkflowEntrypoint in TS types (we always had one in the workerd implementation itself) even though other classes like DurableObject or WorkerEntrypoint also do it. This makes constructor types in WorkflowEntrypoint on par with those two.

@LuisDuarte1 LuisDuarte1 requested review from a team as code owners December 13, 2024 14:34
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.

4 participants