Open rusco opened 8 years ago
The generation has not completed yet, and while using the def, we have to fix some. With similar bug as above (missing MessageBox)
I have just publish the source, so welcome everyone to look into this and make a pull request to make the def better for the community.
In the "ext-6.0.2-classic.d.ts" file are two MessageBox definitions:
Line 12811:
and Line 122499:
Only the first definition is visible to VStudio Code 1.1.1 for code completion, the latter with the "confirm" method is not.
I am including only this line:
I assume this ts def file is supposed to work stand alone, right ? No other .d.ts files required ? (Question with later prio: Aliases like "Ext.Msg" are supposed to work) ?
Thanks for looking into this.