-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
deno bundle should support type checking worker scripts #8219
Comments
We need to think about this more, but there are two workarounds.
Or:
Where the {
"compilerOptions": {
"lib": [ "deno.worker" ]
}
} |
Thanks @kitsonk |
Actually, I realised I made a comment in the code. Line 344 in 96e03e0
Ultimately we just need to agree on how to deal with this. @ry @bartlomieju thoughts? |
This is basically #6753 ( |
@nayeemrmn you are right as usual... |
Actually based on #8089 there is clearly things to discuss... |
I'm not sure how it could be done without the proposed/reverted flag |
|
When I try to bundle my worker.ts it raises an error
Code
In Deno
The text was updated successfully, but these errors were encountered: