extensibleweb / webidl.js

An implementation of WebIDL in ECMAScript
55 stars 14 forks source link

Generate WebIDL converters for classes, callback functions and dictionnaries (TypeScript Branch) #84

Open FremyCompany opened 11 years ago

FremyCompany commented 11 years ago

It is necessary to generate the code for conversion operators if we want them to work properly.

In the case of dictionnaries, this issues is blocked by #83 (symbol table generation)