文件名称:vfile-reporter-pretty:用于为vfile创建漂亮报告的实用程序
文件大小:74KB
文件格式:ZIP
更新时间:2024-05-31 20:25:59
file virtual reporter vfile vfile-reporter
vfile-reporter-pretty 为创建一个漂亮的报告。 安装 该软件包 :需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install vfile-reporter-pretty 用 import { VFile } from 'vfile' import { reporterPretty } from 'vfile-reporter-pretty' const file = new VFile ( { path : '~/example.md' } ) file . message ( '`braavo` is misspelt; did you mean `bravo`?' , { line : 1 , column : 8 } ) file . info ( 'This is perfect' , { line
【文件预览】:
vfile-reporter-pretty-main
----.prettierignore(15B)
----.gitignore(57B)
----tsconfig.json(324B)
----.github()
--------workflows()
----screenshot.png(74KB)
----package.json(2KB)
----readme.md(3KB)
----index.js(277B)
----test.js(2KB)
----.editorconfig(147B)
----license(1KB)
----.npmrc(19B)