Code coverage report for
6to5/transformation/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/transformation/transformers/
» property-name-shorthand.js
1 2 3 4
1
71
exports.Property = function (node) { if (node.shorthand) node.shorthand = false; };