fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
52 stars 18 forks source link

Update class declaration for `ResponseBuilder` #130

Closed radu-matei closed 1 year ago

radu-matei commented 1 year ago

This commit updates the class declaration for ResponseBuilder to return the explicit ResponseBuilder type on builder methods. This is because returning this does not help infer the actual type in the LSP clients used by code editors, which means chaining for the response builder was not getting auto-complete.