fix: avoid repeated traversal of shared schema graphs - #1231
Conversation
Avoid repeatedly walking shared dereferenced schema subgraphs while retaining path-sensitive retries for unresolved references. Closes asyncapi#1230
|
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|



Description
Verification
npm run test:unit --workspace=@asyncapi/parser -- --runInBand --coverage=false— 2529 tests passed.npm run lint --workspace=@asyncapi/parser— passed.npm run build --workspace=@asyncapi/parser— passed.npm run test:browser --workspace=@asyncapi/parser -- --runInBand— passed.Related issue(s)
Fixes #1230