Skip to content

feat(core/schema): add schema classes #1595

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

Merged
merged 4 commits into from
May 21, 2025
Merged

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented May 14, 2025

Adds the Schema class group, and schema serde plugin, all of which are still unused in the core/schema submodule.


original working branch: #1592

group:
#1593
#1594
#1595

@kuhe kuhe requested a review from a team as a code owner May 14, 2025 21:11
@kuhe kuhe force-pushed the core/schema branch 3 times, most recently from b05a11b to d4fad51 Compare May 14, 2025 21:15
@kuhe kuhe changed the title core/schema feat(core/schema): add schema classes May 14, 2025
@kuhe kuhe force-pushed the core/schema branch 4 times, most recently from 67b5bdc to 527d7a5 Compare May 15, 2025 20:24
This was referenced May 20, 2025
* @alpha
*/
export class TypeRegistry {
public static active: TypeRegistry | null = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

what is this property for? i don't think it's used anywhere in the current revision

@kuhe kuhe merged commit ae11e3a into smithy-lang:main May 21, 2025
10 checks passed
@kuhe kuhe deleted the core/schema branch May 21, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants