(options)
| 7 | |
| 8 | class NpmUninstallTask extends NpmTask { |
| 9 | constructor(options) { |
| 10 | super(options); |
| 11 | this.command = 'uninstall'; |
| 12 | } |
| 13 | |
| 14 | formatStartMessage(packages) { |
| 15 | return `${this.packageManagerOutputName}: Uninstalling ${formatPackageList(packages)} ...`; |
nothing calls this directly
no outgoing calls
no test coverage detected