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

Add reflect.metadata() function. #867

Merged
merged 2 commits into from
Nov 12, 2023
Merged

Add reflect.metadata() function. #867

merged 2 commits into from
Nov 12, 2023

Conversation

samchon
Copy link
Owner

@samchon samchon commented Nov 12, 2023

typia has analyzed TypeScript types by constructing Metadata class. All of the code generations are also being processed by utilizing the Metadata class.

By the way, some users of typia is hoping the Metadata class to use by themselves.

Therefore, this PR exports the Metadata class by providing the new AoT function, typia.reflect.metadata() function.

`typia` has analyzed TypeScript types by constructing `Metadata` class. All of the code generations are also being processed by utilizing the `Metadata` class.

By the way, some users of `typia` is hoping the `Metadata` class to use by themselves.

Therefore, this PR exports the `Metadata` class by providing the new AoT function, `typia.reflect.metadata()` function.
@samchon samchon added the enhancement New feature or request label Nov 12, 2023
@samchon samchon self-assigned this Nov 12, 2023
@samchon samchon added this to In progress in V5 Update via automation Nov 12, 2023
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test pass

@samchon samchon merged commit 81d2298 into v5.3 Nov 12, 2023
3 checks passed
V5 Update automation moved this from In progress to Done Nov 12, 2023
@samchon samchon deleted the features/reflect branch November 12, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant