Artem Kobzar
Artem Kobzar
Oh, it's an inner problem. We will fix it, but for your quick fix. We have just implemented iterators, so, spread, destruction syntax, and generators are not available for now....
Hi @gkielyellation. You will have the same behavior if you will move the question mark after `:` like this: ```typescript type ObjectType = { key: ?string } const test: ObjectType...
I think that, If the developer defined the property as `undefinedable`, it means that it thinks that the property can be inside the object, so, in the case there is...
It's true. And also we infer the keys result from the object type.
Actually, Should it have a behavior like this? In this case, strings will be cast implicitly into char codes for the comparison. One of the Hegel.js design goals is to...
Hi @abhishiv. Sounds good, I think we can do it. But, I need to mention that `$StrictUnion` works a little bit differently than a simple union. The difference can be...
Seems like a bug. Is it a private project? Could you share the codebase to debug it?
I will fix it soon (I'm traveling now, but I will try to fix it until I come back home). Thank you for the issue ^_^
Will add in the next release first variant. P.S. Second variant is hard for typing because we cant deduce element type if there are not second argument (function), which is...
Thank you a lot for the contribution 🙏 The bug has been just fixed, so it will be available in the next Hegel.js version. You are awesome 🤩