mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 07:51:26 +00:00
Revert "Explicitly ignore "Exposed" attributes"
This reverts commit 81150492a5
.
This commit is contained in:
@ -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" =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user