angular/modules/angular2/src/change_detection/parser
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
..
ast.ts chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
lexer.ts chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
locals.ts fix(build): add missing return types now enforced by linter 2015-06-29 15:31:41 -07:00
parser.ts chore(lint): require semicolons 2015-07-15 12:57:32 -07:00