angular/modules/angular2/src/render/dom
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
..
compiler chore(lint): require semicolons 2015-07-15 12:57:32 -07:00
events chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
shadow_dom fix(css_shim): fixes multiple uses of polyfill-unscoped-rule. 2015-07-10 12:40:57 -07:00
view chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
convert.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
dom_renderer.ts chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
util.ts refactor(RegExp): use /.../ to create RegExp literal 2015-07-09 09:14:25 +02:00