mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-29 21:11:33 +03:00
Revert "Explicitly ignore "Exposed" attributes"
This reverts commit 81150492a5
.
This commit is contained in:
parent
13cee9e264
commit
cc8e7edd83
@ -353,14 +353,6 @@ impl<'a> WebidlParse<&'a webidl::ast::NonPartialInterface> for webidl::ast::Exte
|
||||
{
|
||||
add_constructor(arguments, &interface.name)
|
||||
}
|
||||
webidl::ast::ExtendedAttribute::IdentifierList(
|
||||
webidl::ast::IdentifierListExtendedAttribute { lhs, .. },
|
||||
)
|
||||
if lhs == "Exposed" =>
|
||||
{
|
||||
// ignore these attributes for now, we just splat everything in
|
||||
// the crate whether it's workable in a web worker or not.
|
||||
}
|
||||
webidl::ast::ExtendedAttribute::NoArguments(webidl::ast::Other::Identifier(name))
|
||||
if name == "Constructor" =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user