Artem Kobzar

Results 150 comments of Artem Kobzar

> Seems like a lot of opportunity here for Hegel to prevent a lot of errors that TS doesn't! We want to make it implicity. You can't set directly which...

Oh, okay. Will fix it. Thank you for your contribution ^_^

And also it's duplicate Issue #2

Hi @WickyNilliams Yes, first of all, we currently want to have the next `switch` features: 1. Prevent lost cases in return (in development): ```typescript function test(a: number): string { switch...

The first one is absolutely correct. But the second one is not, because we don't add explicitly restriction for it, but, type refinement via previous `case` can help you to...

Hmm. Okay, I will think about adding the rule in Hegel.

Hi @pentacular. For now, the answer is - No. But, we are working on it. We are building an option which give you an ability to generate `d.ts` files and...

Hmmm, it seems weird. Btw, Thank you a lot for the issue ^_^. We will try to fix it soon.

Hello. "Function overloading" is in plans, so, it will be added after we will fix known bugs. Thank you for the contribution ^_^

@raveclassic The behavior is needed for the `try..catch` statement. To show, that in catch may be placed as well `unknown` and your own defined errors from called functions.