Skip to content

Commit

Permalink
More fixes for undefined
Browse files Browse the repository at this point in the history
* Add undefined to the distinguishability table. Fixes #962.

* Remove text from any/union conversion that handled undefined specially, now that it's just an ordinary IDL value.

* Make undefined nullable: undefined? is valid and will return an IDL null for a JS null, or IDL undefined for anything else.
  • Loading branch information
tabatkins committed Apr 22, 2021
1 parent 323d64f commit ecfa7fb
Showing 1 changed file with 174 additions and 177 deletions.
Loading

0 comments on commit ecfa7fb

Please sign in to comment.