APIDevTools / json-schema-ref-parser

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers
https://apitools.dev/json-schema-ref-parser
MIT License
942 stars 226 forks source link

code optimisation for circular references issue #351

Closed SB-rohitdesai closed 2 months ago

SB-rohitdesai commented 2 months ago

Getting 500 Error or Sometimes might need to wait a long time before getting this error when spec having circular references

jonluca commented 2 months ago

This branch is completely divergent from HEAD. If you can isolate the changes into a PR that touches just the typescript files and adds tests I would merge that in.