generator
generator copied to clipboard
Integrate new ParserAPI
We should integrate new ParserAPI in Generator but with fallback compatibility with old one, solution described in the https://github.com/asyncapi/parser-js/issues/585:
- add support for new (optional!) field in template's config,
apiVersionwith possible values,v2andv1-v1should be default value - integrate new
parser-jsversion in generator - add possible tests
- update docs