Lukasz Gornicki
Lukasz Gornicki
@AdeebaNizam404 please have a look
and what about traversing of schemas using what parser has, or adding such functionality there? https://github.com/asyncapi/parser-js/blob/master/packages/parser/src/custom-operations/resolve-circular-refs.ts also, from technical point of view, we don't really need to perform "the cleaning"...
default is below, and for starter follow below ``` 'application/schema;version=draft-07' 'application/schema+json;version=draft-07' 'application/schema+yaml;version=draft-07' ```
`components` uses imports/exports so basically ESM, and later produces compiled commonjs you need to add babel dependencies and proper babel configuration `@babel/core @babel/cli @babel/preset-env` notice that package.json points to main...
make validator ESM as well, and just compile to commonjs
@Amzani please have a look at https://github.com/asyncapi/cli/issues/668#issuecomment-1613183937 Can you demonstrate that you did some of this and therefore you understand the project you want to maintain?
@aeworxet thanks for clarification. Yup I'm aware Samir manages `Studio`. I also had a sync with @Souvikns that we need to onboard someone so I can quit as maintainers, and...
@Amzani I would close it, unless you are fine to update it to reflect https://github.com/asyncapi/cli/issues/1287 but of course once we have all voices there and agreement
Hey, thanks for the report. I think I was wrong with my initial suspicion when I wrote in Slack that it might be a pnpm issue. Looks like windows related...