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

feat: Improve bindgen types #2773

Merged
merged 5 commits into from
Dec 6, 2024

feat: recursive types in model definition

a541768
Select commit
Loading
Failed to load commit list.
Merged

feat: Improve bindgen types #2773

feat: recursive types in model definition
a541768
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 5, 2024 in 1s

90.95% of diff hit (target 56.24%)

View this Pull Request on Codecov

90.95% of diff hit (target 56.24%)

Annotations

Check warning on line 84 in crates/dojo/bindgen/src/plugins/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/mod.rs#L82-L84

Added lines #L82 - L84 were not covered by tests

Check warning on line 31 in crates/dojo/bindgen/src/plugins/typescript/generator/enum.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/enum.rs#L16-L31

Added lines #L16 - L31 were not covered by tests

Check warning on line 57 in crates/dojo/bindgen/src/plugins/typescript/generator/enum.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/enum.rs#L41-L57

Added lines #L41 - L57 were not covered by tests

Check warning on line 91 in crates/dojo/bindgen/src/plugins/typescript/generator/function.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/function.rs#L91

Added line #L91 was not covered by tests

Check warning on line 94 in crates/dojo/bindgen/src/plugins/typescript/generator/function.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/function.rs#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 96 in crates/dojo/bindgen/src/plugins/typescript/generator/function.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/function.rs#L96

Added line #L96 was not covered by tests

Check warning on line 23 in crates/dojo/bindgen/src/plugins/typescript/generator/interface.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/interface.rs#L23

Added line #L23 was not covered by tests

Check warning on line 46 in crates/dojo/bindgen/src/plugins/typescript/generator/interface.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/interface.rs#L46

Added line #L46 was not covered by tests

Check warning on line 69 in crates/dojo/bindgen/src/plugins/typescript/generator/interface.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/interface.rs#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 125 in crates/dojo/bindgen/src/plugins/typescript/generator/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/mod.rs#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 129 in crates/dojo/bindgen/src/plugins/typescript/generator/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/generator/mod.rs#L127-L129

Added lines #L127 - L129 were not covered by tests

Check warning on line 56 in crates/dojo/bindgen/src/plugins/typescript/writer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/bindgen/src/plugins/typescript/writer.rs#L54-L56

Added lines #L54 - L56 were not covered by tests