angular/modules/angular2/src/http
Alex Eagle 93055f78ea chore(lint): require semicolons
Relying on ASI (automatic semicolon insertion)
is allowed in TypeScript because JavaScript allows
it. However, when we run clang-format it doesn’t
understand that these statements are terminated
with a newline and changes the indentation, in bad
cases even breaking the code.

Fixes #817
2015-07-15 12:57:32 -07:00
..
backends chore(lint): require semicolons 2015-07-15 12:57:32 -07:00
base_request_options.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
base_response_options.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
enums.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
headers.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
http.ts feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
http_utils.dart feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
http_utils.ts feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
interfaces.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
static_request.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
static_response.ts feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
url_search_params.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00