Merged
requested to merge github/fork/bodograumann/typescript-refactor-stub-rxjs into typescript-refactor
Created by: bodograumann
As discussed in #802 (closed) I have replaced RxJS with a stub when it is not really needed.
There is a new option for the typescript generator useRxJS
which defaults to false
.
Additionally I fixed some minor issues.
I noticed that the tests in samples/client/petstore/typescript/tests
are not automatically generated, but statically committed. So that is another open todo?
CC @TiFu