angular/modules/angular2/src/web-workers/shared
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
..
message_bus.ts feat(webworkers) Add MessageBus, Broker, and Serializer 2015-07-15 11:49:10 -07:00
serializer.ts chore(lint): require semicolons 2015-07-15 12:57:32 -07:00
serializer.ts.good feat(webworkers) Add MessageBus, Broker, and Serializer 2015-07-15 11:49:10 -07:00