You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments