mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement WebIDL union support.
This commit is contained in:
parent
d0bfdbf150
commit
d590a327bd
5 changed files with 194 additions and 127 deletions
|
@ -40,6 +40,8 @@ pub mod dom {
|
|||
pub mod PrototypeList;
|
||||
pub mod RegisterBindings;
|
||||
pub mod BindingDeclarations;
|
||||
pub mod UnionConversions;
|
||||
pub mod UnionTypes;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue