fjgandrade / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Support GenericArgumentsAsStrings=true #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Support it so we can "quote" generic arguments.

And code like this:
ExtContext.create<T>();

will produce JS:
Ext.create("T");

instead of:
Ext.create(T);

Original issue reported on code.google.com by jeronimo...@gmail.com on 9 Aug 2012 at 5:14