Code coverage report for 6to5/transformers/property-name-shorthand.js

Statements: 100% (3 / 3)      Branches: 100% (2 / 2)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » 6to5/transformers/ » property-name-shorthand.js
1 2 3 41 41    
exports.Property = function (node) {
  if (node.shorthand) node.shorthand = false;
};