Saving commit

This commit is contained in:
Richard Dodd
2018-08-10 17:06:11 +01:00
parent 56b0f64d0b
commit 6c1f32fa5b
4 changed files with 307 additions and 32 deletions

View File

@ -227,6 +227,7 @@ pub enum ConstValue {
///
/// This exists to give the ability to namespace js imports.
#[cfg_attr(feature = "extra-traits", derive(Debug, PartialEq, Eq))]
#[derive(Default)]
pub struct Module {
/// js -> rust interfaces
pub imports: Vec<Import>,