(filename, opts, cb)
| 38 | } |
| 39 | |
| 40 | function transformFile(filename, opts, cb) { |
| 41 | return babel.transformFile(filename, { cwd, configFile: false, ...opts }, cb); |
| 42 | } |
| 43 | function transformFileSync(filename, opts) { |
| 44 | return babel.transformFileSync(filename, { cwd, configFile: false, ...opts }); |
| 45 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…