palantir / conjure-typescript

Conjure generator for TypeScript clients
Apache License 2.0
17 stars 16 forks source link

Carry Configured Service Optionality Through to Generated package.json #238

Closed bmarcaur closed 1 year ago

bmarcaur commented 1 year ago

Before this PR

Service optionality was completely ignored

After this PR

Now if you configure something as optional it should be reflected in the TS dep (this is already true for Java)

Possible downsides?

Doesn't generate retroactively, so there is probably tons of boilerplate

svc-autorelease commented 1 year ago

Released 5.5.0