Kiryushin Andrey

Results 3 issues of Kiryushin Andrey

Consider the following TypeScript declarations: ``` declare namespace A.B { interface Bar {} namespace C { function foo(bar: Bar): void; } } ``` Here we have a root namespace `A.B`...

compilation-failure

Consider the following type declarations: ``` declare namespace A { class Foo {} class Bar {} namespace Bar { class Foo extends A.Foo {} } } ``` We have a...

compilation-failure

All patches that were needed in order to use the library in SkuVault project for serializing events for EventStore