Rodrigo Araujo

Results 3 issues of Rodrigo Araujo

**Problem:** the need to mark methods as deprecated in order to enforce warning on the clients. **Implementation:** ``` @deprecated($message) get plansWithPrice() get fullPlans() ``` If message is set the client...

enhancement

**Problem:** currently the output for the typescript_web target is a single ts file with multiple unresolved dependencies. **Proposal:** Add a `--package` option to the generator, with this flag the user...

enhancement