jsdom / webidl2js

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

Use `member.parent.name` instead of `member.definingInterface` #229

Closed ExE-Boss closed 3 years ago

ExE-Boss commented 4 years ago

The parent property was added to the AST in WebIDL2 v2.10.0 in https://github.com/w3c/webidl2.js/pull/425.