//// [parserErrorRecovery_ObjectLiteral1.ts] var v = { a: 1 b: 2 } //// [parserErrorRecovery_ObjectLiteral1.js] var v = { a: 1, b: 2 };