David Blass

Results 131 issues of David Blass

I've started this PR to address a big underlying problem with downstream type-perf due to `.ts` files being referenced from `package.json`. I assume the reason for this was to facilitate...

This preserves JSDoc annotations on `defineWorld` output using the new `withJsDoc` utility from `@arktype/util` per @holic's request. It will preserve additional keys on the instantiated type, but will not preserve...

### 🔎 Search Terms generic function optional undefined ? modifier return infer inferrence ### 🕗 Version & Regression Information - This is the behavior in every version I tried ###...

The `latest` version of `arktype` is now `2.0.0-dev.14`, which is consistent with an upcoming major release. I've created a new major version of the `@hookform/resolvers/arktype` to match this. I did...

Recursive generics work at a type-level, but will crash at runtime. We need to introduce a mechanism for tracking instantiated args so we can avoid infinitely recursing in these cases....

Currently, the `this` keyword works at a type-level, but fails at runtime. This needs to be addressed, and the tests in `this.test.ts` reenabled, e.g.: ```ts const disappointingGift = type({ label:...