MiaInturi
MiaInturi
PR for issue #3196 Currently `ZodInvalidIntersectionTypesIssue` does not return enough information about occurred error. We can pass object/array of big size and depth into `z.intersection(...).parse()` function, but we will not...
Need to use swc instead of babel for build project (for node 12 environment) + need to research about using swc for jest tests
```typescript export const createTemplate = (options: CreateTemplateOptions) => { const language = options.withTypescript ? 'ts' : 'js'; const templatePath = `dist/bin/templates/${language}/${options.apiType}`; ... ... } ``` tempatePath variable is incorrect, because...
Polling functionality should be available for [files](https://github.com/siberiacancode/mock-config-server/issues/67) too.
Logic for descriptor value too complicated, because value can be standalone and can be array of elements. It become the cause of many questions and incomprehensibility. Need to refactor this...
Need to add opportunity to get request headers by helper in response interceptors
Current validation error message looks like this ``` Validation Error: configuration.rest.configs[0].routes[0].entities.body.hello.value does not match the API schema. Click here to see correct type: https://github.com/siberiacancode/mock-config-server ``` This message provide info only...