-
Notifications
You must be signed in to change notification settings - Fork 57
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
Opaque type aliases are not converted to runtime representations. #209
Comments
I'm having the exact same problem. As soon as I define some opaque type I'm getting |
I would love to have this fixed |
I have spent tons of time rewriting flow-runtime, and then lost all my work when I lost my laptop. So... a bit of a bummer that was. I will get back to working on this sometime in a not too distant future. Meanwhile, any PRs I will make sure to close/ release quickly. |
Ok thanks for update. idd that sucks
If you write the test I will write the code to make the test pass :-)
…On Sat, Nov 16, 2019 at 4:25 PM Gajus Kuizinas ***@***.***> wrote:
I have spent tons of time rewriting flow-runtime, and then lost all my
work when I lost my laptop. So... a bit of a bummer that was.
I will get back to working on this sometime in a not too distant future.
Meanwhile, any PRs I will make sure to close/ release quickly.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#209?email_source=notifications&email_token=AAUQBVLSFXFZEMMTXYMHL4DQUAGGZA5CNFSM4FGJB3ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHT26A#issuecomment-554646904>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUQBVOU3MKNEHXCFTAEO2LQUAGGZANCNFSM4FGJB3ZA>
.
|
This is a:
Which concerns:
The following input results in no output from babel.
What is the expected behaviour?
It should result in the following code (maybe with a marker for opaqueness)
Which package versions are you using?
The text was updated successfully, but these errors were encountered: