vfile/vfile-reporter

Remove `file.filePath` deprecation next major

wooorm opened this issue · 0 comments

vfile-reporter/index.js

Lines 327 to 331 in 52d925e

/* istanbul ignore if - Previous `vfile` version. */
if (file.filePath) {
return file.filePath()
}