Merge pull request #470 from jrakow/webidl-const

Support WebIDL constants
This commit is contained in:
R. Andrew Ohana
2018-07-13 21:12:46 -07:00
committed by GitHub
9 changed files with 333 additions and 6 deletions

View File

@ -1758,6 +1758,7 @@ impl<'a, 'b> SubContext<'a, 'b> {
}
shared::ImportKind::Type(_) => {}
shared::ImportKind::Enum(_) => {}
shared::ImportKind::Const(_) => {}
}
Ok(())
}