jsdom / webidl2js

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

Avoid generating broken code when the `object` type is in a union #231

Open ExE-Boss opened 3 years ago

ExE-Boss commented 3 years ago

WebIDL2JS currently crashes when the object type is in a union, this fixes that.

Depends on: