-
Notifications
You must be signed in to change notification settings - Fork 72
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
Make void
#2302
Comments
Hi @michaelfig , are you sure this is correctness preserving? I thought TS |
|
Here is a TS issue with more info: microsoft/TypeScript#42709 |
Thanks for the pointer. Indeed, I was holding things wrong, and corrected the problem by improving the typing of the functions I wrote that I wanted to be compatible with Closing. |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@endo/pass-style@1.4.0
for the project I'm working on.void
is a TypeScript abstraction that reduces to a flavour ofundefined
when compiled to JS. It should be treated as a Primitive.Without that, I get typing errors when trying to use
PureData
from@endo/pass-style
:Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: