File tree 4 files changed +167
-42
lines changed
4 files changed +167
-42
lines changed Original file line number Diff line number Diff line change @@ -1530,14 +1530,14 @@ exports[`html nested.input.js 1`] = `
1530
1530
"<!doctype html>
1531
1531
<html>
1532
1532
<head>
1533
- <meta charset='utf-8' / >
1533
+ <meta charset='utf-8'>
1534
1534
<title> | Documentation</title>
1535
1535
<meta name='description' content='a documentation generator'>
1536
1536
<meta name='viewport' content='width=device-width,initial-scale=1'>
1537
- <link href='assets/bass.css' rel='stylesheet' / >
1538
- <link href='assets/style.css' rel='stylesheet' / >
1539
- <link href='assets/github.css' rel='stylesheet' / >
1540
- <link href='assets/split.css' rel='stylesheet' / >
1537
+ <link href='assets/bass.css' rel='stylesheet'>
1538
+ <link href='assets/style.css' rel='stylesheet'>
1539
+ <link href='assets/github.css' rel='stylesheet'>
1540
+ <link href='assets/split.css' rel='stylesheet'>
1541
1541
</head>
1542
1542
<body class='documentation m0'>
1543
1543
<div class='flex'>
Original file line number Diff line number Diff line change 65
65
"tiny-lr" : " ^1.1.0" ,
66
66
"unist-builder" : " ^1.0.2" ,
67
67
"unist-util-visit" : " ^1.3.0" ,
68
- "vfile" : " ^3 .0.0" ,
69
- "vfile-reporter" : " ^5 .0.0" ,
68
+ "vfile" : " ^4 .0.0" ,
69
+ "vfile-reporter" : " ^6 .0.0" ,
70
70
"vfile-sort" : " ^2.1.0" ,
71
71
"vinyl" : " ^2.1.0" ,
72
72
"vinyl-fs" : " ^3.0.2" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function formatLint(comments) {
77
77
new VFile ( {
78
78
path : p
79
79
} ) ;
80
- vFiles [ p ] . warn ( error . message , {
80
+ vFiles [ p ] . message ( error . message , {
81
81
line : comment . loc . start . line + ( error . commentLineNumber || 0 )
82
82
} ) ;
83
83
} ) ;
You can’t perform that action at this time.
0 commit comments