Vedant Roy
Vedant Roy
Hm, I should check that it doesn't. If it does -- I can fix that pretty quickly, since upper bound at types are compile time constraints that are not relevant...
Just tested -- the `E extends string` inside of the type parameter is supported.
What is Scalars? Is it a type in the same file? Can you post the Scalars type?
I'm thinking of doing a "full" release -- by the end of this week. Possibly sooner. I do like the idea of releasing a "next" version though, where new features...
@lukasluecke New version released. Go try it out! (There is a breaking change, so go check out the new README)
Sure, give it a shot! Let me know if you have questions about the code.
If you run the tests and look in the "tests-compiled" folder you should see the generated code. An example of a test where we have the above inefficiency is in...
Yeah, if you could do that. It would be amazing!!
So, you can pass the option `expectedValueAsIR` with the value `true` to `createDetailedValidator`. Then, the expected value will be the "type IR" that is expected at that location. The path...
Hmm... I'll take a look at this. It would also be helpful to have a bit more detail about what you want from the error messages. I think you can...