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:
@ -20,4 +20,4 @@ proc-macro2 = "0.4.8"
|
|||||||
quote = '0.6'
|
quote = '0.6'
|
||||||
syn = { version = '0.15', features = ['full'] }
|
syn = { version = '0.15', features = ['full'] }
|
||||||
wasm-bindgen-backend = { version = "=0.2.44", path = "../backend" }
|
wasm-bindgen-backend = { version = "=0.2.44", path = "../backend" }
|
||||||
weedle = "0.8"
|
weedle = "0.9"
|
||||||
|
@ -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> {
|
impl<'a> ToIdlType<'a> for Identifier<'a> {
|
||||||
fn to_idl_type(&self, record: &FirstPassRecord<'a>) -> IdlType<'a> {
|
fn to_idl_type(&self, record: &FirstPassRecord<'a>) -> IdlType<'a> {
|
||||||
if self.0 == "DOMTimeStamp" {
|
if self.0 == "DOMTimeStamp" {
|
||||||
|
Reference in New Issue
Block a user