extensibleweb / webidl.js

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

Generate conversion guards for input/output arguments of functions (TypeScript branch) #85

Open FremyCompany opened 11 years ago

FremyCompany commented 11 years ago

The arguments given to and returned by emulated methods should be type-guarded by default via "convert/unconvert".

-- FOR NOW, LET'S USE FAKE CONVERTERS --