mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 16:01:23 +00:00
Update weedle to version 0.9
This commit is contained in:
@ -300,6 +300,12 @@ impl<'a> ToIdlType<'a> for AttributedType<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> ToIdlType<'a> for AttributedNonAnyType<'a> {
|
||||
fn to_idl_type(&self, record: &FirstPassRecord<'a>) -> IdlType<'a> {
|
||||
self.type_.to_idl_type(record)
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> ToIdlType<'a> for Identifier<'a> {
|
||||
fn to_idl_type(&self, record: &FirstPassRecord<'a>) -> IdlType<'a> {
|
||||
if self.0 == "DOMTimeStamp" {
|
||||
|
Reference in New Issue
Block a user