Martin Jesper Low Madsen

Results 18 issues of Martin Jesper Low Madsen

Utilize constructors to support circular generics for instantiable types. If the transformer experiences circular generics, the scope descriptor parameter is now used to preserve a nested state to avoid looping...

Add overloads feature flag that enables this feature. Enabling it makes the transformer process function calls if their declaration was previously marked for mocking (via getMethod). From a type-perspective, typed...

edit: After a recent (write-up) discussion (see https://www.notion.so/RFC-Overload-c5a832ca51654f58a5019bf5507013a7), this PR is on hold. It'll add too much complexity in its current state and the project is not ready for such...

edit: After a recent (write-up) discussion (see https://www.notion.so/RFC-Overload-c5a832ca51654f58a5019bf5507013a7), this PR is on hold. It'll add too much complexity in its current state and the project is not ready for such...

Differentiating mocked non-primitive function inputs is near impossible, especially if they are mocked through an IIFE-function. This PR adds a ~`__factory`~ `__ident` property on non-primitive mocks using Proxy, so they...

In serverless applications, introspection is quite an overhead and as of now, this step is required to build a schema for the gateway. What We do now to work around...

- [x] I'd be willing to implement a fix **Describe the bug** Yarn V2 (and V3) both suffer from the original V1 concurrency issue in terms of cache conflicts with...

bug
upholded

Workflow triggers are now extended with `workflowDispatch` and supported inputs.

### Issue Description The current type signature of `onCompleted` assumes the result is truthy: https://github.com/apollographql/apollo-client/blob/main/src/react/types/types.ts#L244, but that is not the case if error policy is set to `none`. I'd expect...

⛑ TypeScript

I just came across a problem with using fragments and I noticed from the following code emitting logic that enum variants are not considered optional. Is there a particular reason...