extensibleweb / webidl.js

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

Build a SymbolTable before generating code (TypeScript branch) #83

Open FremyCompany opened 11 years ago

FremyCompany commented 11 years ago

Right now, code generation fails to support implements statement on classes and a few other things (like code generation of converters for dictionnaries) because references between declarations can't be tracked down.