(name, pkgName)
| 511 | } |
| 512 | |
| 513 | function generateImportStatement(name, pkgName) { |
| 514 | return `import Analytics from 'analytics' |
| 515 | import ${name} from '${pkgName}'` |
| 516 | } |
| 517 | |
| 518 | // ${example.replace(/^\s+|\s+$/g, '')}, |
| 519 | function es6Usage(data, pkg) { |
no outgoing calls
no test coverage detected