//// [parserES5ComputedPropertyName3.ts] var v = { [e]() { } }; //// [parserES5ComputedPropertyName3.js] var v = { [e]: function () { } };