//// [objectLiteralWithSemicolons2.ts] var v = { a; b; c } //// [objectLiteralWithSemicolons2.js] var v = { a: , b: , c: c };