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
We should investigate generating class modifiers for the generated syntax.
#2123 (comment)
Should all classes be final?
final
Should closed tagged unions be sealed?
sealed
LinkMode
Asset
Thanks for the suggestion @HosseinYousefi!
Marking low prio as it's our own code internally to a package atm.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should investigate generating class modifiers for the generated syntax.
#2123 (comment)
Should all classes be
final
?Should closed tagged unions be
sealed
?LinkMode
is a closed tagged union, but this is not currently expressed in the JSON schema.Asset
is an inherently open tagged union. (After [native_assets_cli] Make generated syntax files stand on their own #2102 we're regeneratingAsset
in all syntax files.)Thanks for the suggestion @HosseinYousefi!
Marking low prio as it's our own code internally to a package atm.
The text was updated successfully, but these errors were encountered: