Open GoogleCodeExporter opened 8 years ago
Original comment by yvan.rod...@gmail.com
on 5 Dec 2012 at 5:03
The native js types are currently configured to generate standard 'instanceof'
when using the 'is' keyword on them. This behavior can be configured
differently in any project, but currently, 'is' converts to 'instanceof' with
any js issues related to it. You can remove this behavior, and then implement
the 'Is()' global method instead.
Please confirm before I close this issue.
Original comment by DanelK...@gmail.com
on 18 Dec 2012 at 3:08
How can I force SharpKit to use Is() in all types in project?
Original comment by Madnik7@gmail.com
on 18 Dec 2012 at 3:11
You should set NativeCasts=false on types that you wish to disable it. For
native types, you might have to compile your own SharpKit.JavaScript.
Original comment by DanelK...@gmail.com
on 18 Dec 2012 at 3:54
Hi,
>> For native types, you might have to compile your own.
It is really not a solution, we constantly got your latest version and don't
want to work with an un-official version. that solution may useful for
single-time usage!
Wish you provide an attribute in assembly level.
Regards
Original comment by Madnik7@gmail.com
on 18 Dec 2012 at 3:57
Original issue reported on code.google.com by
Madnik7@gmail.com
on 28 Sep 2012 at 6:41