postcss-reporter:在控制台中记录PostCSS消息

时间:2024-05-25 22:07:45
【文件属性】:

文件名称:postcss-reporter:在控制台中记录PostCSS消息

文件大小:124KB

文件格式:ZIP

更新时间:2024-05-25 22:07:45

JavaScript

postcss-reporter 一个PostCSS插件,用于console.log()其他PostCSS插件注册的消息(警告等)。 寻找新的维护者! 有兴趣为PostCSS和Stylelint的生态系统做出贡献吗? 如果您想负责此程序包的维护,请提出一个问题。 目的 从PostCSS 4.1开始,单个PostCSS进程可以累积其使用的所有插件的消息。 这些消息大多数是。 大概,插件作者希望您看到这些消息。 因此,该插件可以读取累积的消息(或仅来自您指定的插件的消息),对其进行格式化并将其打印到控制台。 默认情况下,为便于阅读,对邮件进行了格式化,并根据邮件所附的行/列位置对其进行了排序。 但是,可以使用一个选项传递另一个格式化功能,并且可以使用一个选项关闭排序。 默认情况下,仅记录警告。 如果您想查看更多消息,可以更改filter功能。 示例输出 安装 npm install -


【文件预览】:
postcss-reporter-main
----.gitignore(23B)
----.eslintrc(654B)
----package.json(1KB)
----LICENSE(1KB)
----index.js(101B)
----CHANGELOG.md(2KB)
----.github()
--------FUNDING.yml(25B)
--------workflows()
----README.md(5KB)
----.eslintignore(13B)
----appveyor.yml(232B)
----lib()
--------util.js(504B)
--------reporter.js(2KB)
--------formatter.js(2KB)
----example.png(58KB)
----test()
--------lessIntegration.js(742B)
--------visual.js(1KB)
--------index.js(47B)
--------reporter.js(10KB)
--------formatter.js(6KB)
--------fixtures()
----.editorconfig(194B)
----yarn.lock(133KB)

网友评论