Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apidom-reference: Introduce mechanism for abstract ApiDOM referencing #3881

Closed
char0n opened this issue Mar 1, 2024 · 1 comment
Closed
Assignees
Labels
ApiDOM enhancement New feature or request

Comments

@char0n
Copy link
Member

char0n commented Mar 1, 2024

Spec for the mechanism is defined here: https://apielements.org/en/latest/element-definitions.html?highlight=referencing#ref-element

It will be implemented as a separate dereference strategy.

This means that if there are cycles in the definition, we have run full traversal to actually create real cycles and transform ApiDOM from directed acyclical tree to directed cyclical graph.

@char0n
Copy link
Member Author

char0n commented Mar 4, 2024

ApiDOM Dereference strategy has been provided in #3887

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ApiDOM enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant