index.js 129 B

123456
  1. var transform = require('es3ify').transform;
  2. module.exports = function(code) {
  3. this.cacheable();
  4. return transform(code);
  5. };