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

Verify Boxed fn new() implementation rendered correctly #7

Merged
merged 4 commits into from
Nov 28, 2022

Conversation

leigh-johnson
Copy link
Member

@leigh-johnson leigh-johnson commented Nov 28, 2022

🤔 I'm still seeing 6 unexpected (and empty) anonymous schemas, but at least Rust and Typescript generators are producing the same behavior. I'll drop some debuggers; into the generator and see where these are coming from.

pub mod anonymous_schema1;
pub use self::anonymous_schema1::*;

pub mod anonymous_schema2;
pub use self::anonymous_schema2::*;

pub mod anonymous_schema3;
pub use self::anonymous_schema3::*;

pub mod anonymous_schema4;
pub use self::anonymous_schema4::*;

pub mod anonymous_schema5;
pub use self::anonymous_schema5::*;

pub mod anonymous_schema6;
pub use self::anonymous_schema6::*;
export type AnonymousSchema_1 = any;
export type AnonymousSchema_2 = any;
export type AnonymousSchema_3 = any;
export type AnonymousSchema_4 = any;
export type AnonymousSchema_5 = any;
export type AnonymousSchema_6 = any;

@leigh-johnson leigh-johnson merged commit d56747a into main Nov 28, 2022
@leigh-johnson leigh-johnson deleted the issue-1013-test branch November 28, 2022 05:53
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.

1 participant