asyncapi/bundler

Use @stoplight/json-ref-resolver instead of @apidevtools/json-schema-ref-parser

kennethaasan opened this issue · 4 comments

Reason/Context

The parser has already done this change because @apidevtools/json-schema-ref-parser does not have a maintainer.

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup 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.

Hey, just for the context in case you are not aware

The stoplight resolver is archived project https://github.com/stoplightio/json-ref-resolver and tbh parser should never start using it and hope maintainers will drop it -> asyncapi/parser-js#761

afaik https://github.com/APIDevTools/json-schema-ref-parser has a new maintainer that after official call out for maintainers joined and even rewrote the project to TS.

That's awesome. I wasn't aware and just spotted the difference. I commented asyncapi/parser-js#761

Thanks @kennethaasan !