asyncapi / modelina

A library for generating typed models based on inputs such as AsyncAPI, OpenAPI, and JSON Schema documents with high customization
https://modelina.org
Apache License 2.0
301 stars 175 forks source link

[FEATURE] export AbstractDependencyManager to allow overriding #2005

Closed kamaz closed 3 months ago

kamaz commented 4 months ago

Why do we need this improvement?

Currently, while it is possible to configure a generator, there is no access to the AbstractDependencyManager types because they are not exported. This limits the ability to utilize existing abstract classes to create custom AbstractDependencyManager instances when developing generators. For reference, the AbstractDependencyManager types are not exported in the index file.

How will this change help?

By exporting AbstractDependencyManager, developers will be able to create custom DependencyManager instances, enhancing the flexibility and extensibility of the generators.

Screenshots

No response

How could it be implemented/designed?

Add an export statement for AbstractDependencyManager in the index.ts file.

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

github-actions[bot] commented 4 months ago

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.

jonaslagoni commented 3 months ago

Go for it @kamaz :v: