vansimke / DojoTypeDescriptionGenerator

Application written in ASP.NET (C#) and TypeScript to read the dojo api (http://dojotoolkit.org/api) and generate initial TypeScript definition files
Apache License 2.0
3 stars 1 forks source link

registry.byId() is generated with wrong return type (string instead of dijit._WidgetBase) #6

Open benjamin-hg opened 9 years ago

benjamin-hg commented 9 years ago

This is a widely used method -- it should have the correct return type.

Suggestion: If the API data is insufficient to generate it properly, I suggest a separately defined overlay for the official API to add manual fixes for known issues like this.