(p)
| 320 | } |
| 321 | |
| 322 | function estimatedLogs(p) { |
| 323 | switch (p) { |
| 324 | case 'vue': { |
| 325 | return 28 // 3 packages to bundle under vue |
| 326 | } |
| 327 | case 'themes': |
| 328 | return 21 * 6 // 6 packages to bundle under themes |
| 329 | default: |
| 330 | return 21 |
| 331 | } |
| 332 | } |
| 333 | |
| 334 | /** |
| 335 | * Filly setup the command line tool and options. |
no outgoing calls
no test coverage detected