jsdom / webidl2js

Auto-generate JS class structures for Web IDL specifications
MIT License
79 stars 30 forks source link

allow getters, setters and deleters to be shadowed in derived class #258

Closed UndefinedBehaviour closed 2 years ago

UndefinedBehaviour commented 2 years ago

https://github.com/jsdom/webidl2js/issues/113

domenic commented 2 years ago

Thanks! Can you add a test by dropping a file or two into https://github.com/jsdom/webidl2js/tree/master/test/cases , which fails before this change but passes after?

UndefinedBehaviour commented 2 years ago

There you go!