Home Manual Reference Source Test Repository
import {Reporter} from '@cedx/gulp-david/src/reporter.js'
public class | source

Reporter

Prints the checker results to the standard output.

Test:

Method Summary

Public Methods
public

log(file: File)

Logs to the standard output the outdated dependencies provided by the specified file.

Public Methods

public log(file: File) source

Logs to the standard output the outdated dependencies provided by the specified file.

Params:

NameTypeAttributeDescription
file File

The file providing the outdated dependencies.

Throw:

Error

The dependencies were not found in the file.

Test: