efokschaner

Results 12 comments of efokschaner

This does look promising: ``` export class A { constructor(public a: string) {} } export module A { export class B { constructor(public b: string) {} } export module B...

For anyone looking, here's a pr for python3 https://github.com/lhartikk/GenesisH0/pull/48