Implement WebIDL union support.

This commit is contained in:
Josh Matthews 2014-02-13 15:45:39 +05:30
parent d0bfdbf150
commit d590a327bd
5 changed files with 194 additions and 127 deletions

View file

@ -40,6 +40,8 @@ pub mod dom {
pub mod PrototypeList;
pub mod RegisterBindings;
pub mod BindingDeclarations;
pub mod UnionConversions;
pub mod UnionTypes;
}
}