angular/modules/angular2/src/http/backends
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
..
browser_jsonp.dart feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
browser_jsonp.ts feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
browser_xhr.dart refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
browser_xhr.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
jsonp_backend.ts feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
mock_backend.ts refactor(http): remove default settings from RequestOptions constructor 2015-06-30 15:21:36 -07:00
xhr_backend.ts chore(lint): require semicolons 2015-07-15 12:57:32 -07:00