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

Commits on Nov 11, 2023

  1. Add 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 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    373bbe6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Fix github actions bug

    samchon committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0631cc5 View commit details
    Browse the repository at this point in the history