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-core: handle RefElement serialization in toValue transformer #3894

Closed
char0n opened this issue Mar 5, 2024 · 1 comment
Closed

apidom-core: handle RefElement serialization in toValue transformer #3894

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

Comments

@char0n
Copy link
Member

char0n commented Mar 5, 2024

RefElement cannot and shouldn't be represented in resulting JavaScript value in following case:

The RefElement forms a content of ObjectElement along with MemberElements.

In all other cases we're transforming RefElement to elementID or canonical elementID which is just represented as a string.

@char0n
Copy link
Member Author

char0n commented Mar 7, 2024

Addressed in #3901

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