Results 6 comments of licheng

how's your code looks like?

Not support it yet. Let me figure out later.

I'll check it later. the solution is to implement URL object on global.

should jsweet use full qualified name for Collections and System even when module transpiling? or add such import ``` import Collections=java.util.Collections import System=java.lang.System ``` how can I change the source...

this can make typescript compile ``` declare interface StringConstructor{ new(value?: any, charset?:any): String; } ``` but how to override encoding?