We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'#[specta(typescript(attribute = ...))]'
We should transfer 'typescript' into 'specta_typescript::Attribute' and then parse all nested attributes into the struct.
This should give up compile time errors to any crates. We could also allow a custom Cargo.toml mapping for which crate should handle each attribute.
Then we need to somehow get this struct into the exporter. Probably '&'static dyn Any' + downcasting the struct cause it will be 'static.
The text was updated successfully, but these errors were encountered:
With this being merged we need to look into the removal of:
DataType::Any
DataType::Unknown
DataType::Custom
EnumRepr
#[specta(inline)]
Sorry, something went wrong.
No branches or pull requests
'#[specta(typescript(attribute = ...))]'
We should transfer 'typescript' into 'specta_typescript::Attribute' and then parse all nested attributes into the struct.
This should give up compile time errors to any crates. We could also allow a custom Cargo.toml mapping for which crate should handle each attribute.
Then we need to somehow get this struct into the exporter. Probably '&'static dyn Any' + downcasting the struct cause it will be 'static.
The text was updated successfully, but these errors were encountered: