cmichaelgraham / aurelia-typescript

A starter kit for working with the Aurelia TypeScript type definitions
MIT License
144 stars 52 forks source link

Fix HttpClient method return type #66

Closed emilpytka closed 8 years ago

emilpytka commented 8 years ago

HttpClient methods returns always Promise

cmichaelgraham commented 8 years ago

thank you for submitting the PR and for your interest in Aurelia. The files you wish to modify are actually generated (during build) from the Aurelia repo .js files.

i request that submit a PR to modify the source .js files which will update the corresponding .d.ts files here.

so in this case, you'd submit a PR to modify http-client/src/http-client.js

(it looks like it has already been changed...

cmichaelgraham commented 8 years ago

thanks @emilpytka :+1:

emilpytka commented 8 years ago

thanks to you :)