43f6f7108e
Going to need this if I ever aim to generate TransformOperation bindings and remove a bunch of slow and ugly Gecko code: https://searchfox.org/mozilla-central/rev/80ac71c1c54af788b32e851192dfd2de2ec18e18/servo/components/style/values/generics/transform.rs#189 With the caveat that I'll need to remove the options, but I can manage to do that. This also fixes a bunch of renaming bugs that I found while at it. This patch has the gotcha that we need to remove the assertion of no-underscores in mangled names... But I think it should be fine, and I'd rather not do a more breaking change. You can generate conflicting names in C using enum variants with the same name as a struct regardless, for example, so I don't think this is terribly important.
3 lines
26 B
TOML
3 lines
26 B
TOML
[export]
|
|
prefix = "Style"
|