jsdom / webidl2js

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

[WebIDL2JSValueAsUnsupported=undefined] doesn't work anymore #235

Closed domenic closed 3 years ago

domenic commented 3 years ago

Trying to upgrade jsdom to the latest webidl2js fails. This is likely due to webidl2.js updating to consider undefined as a token.

TimothyGu commented 3 years ago

Oh no. Does the _undefined trick work?

domenic commented 3 years ago

I think it does, although I now need to find a "before" version of the generated file to make sure... This might be an easy fix.

domenic commented 3 years ago

Yeah, so I guess this is easy; we should just fix the webidl2js docs.