David Biesack
David Biesack
I tried to work on a PR to address this in `packages/formatters/src/json.ts` but when I clone the repo, `yarn && yarn build` yielded errors and the CONTRIBUTING guide does not...
Thank you @mnaumanali94 - I will try to submit a PR for this. Thank you!
@mnaumanali94 Perhaps someone can assist ... I'm following `CONTRIBUTING.md` When I clone the repo, I get over 2,100 build errors, which makes contributing quite difficult. It looks like a misconfiguration...
Add optional field to the Operation object to indicate initial version containing the implementation
We've been planning to use an `x-` vendor extension for this, `x-sas-since`. We can also use this in schema and schema members to note when a member was added. A...
I can wrap some of those `err.message` references with ``` if (err instanceof Error) { ... } ``` but that does not address the reference to `err.code === "MODULE_NOT_FOUND"` in...
PR #242 addresses this in a different way (use `(err: any)` ). I'll let maintainers decide whether this repo allows additional use of `any` type (there are some other places...
See also https://github.com/ajv-validator/ajv-cli/pull/242 which addresses #244 in a different way. I stumbled upon that after creating my PR. #242 was created a few months ago, not reviewed/merged...