Code coverage report for 6to5/polyfill.js

Statements: 100% (4 / 4)      Branches: 50% (1 / 2)      Functions: 100% (0 / 0)      Lines: 100% (4 / 4)      Ignored: none     

All files » 6to5/ » polyfill.js
1 2 3 4 5 6 71 1     1 1  
Eif (typeof Symbol === "undefined") {
  require("es6-symbol/implement");
}
 
require("es6-shim");
require("regenerator-6to5/runtime");