[ 原始碼: node-postcss-reporter ]
套件:node-postcss-reporter(7.0.5+~7.0.1-1)
node-postcss-reporter 的相關連結
Debian 的資源:
下載原始碼套件 node-postcss-reporter:
- [node-postcss-reporter_7.0.5+~7.0.1-1.dsc]
- [node-postcss-reporter_7.0.5+~7.0.1.orig-types-postcss-reporter.tar.gz]
- [node-postcss-reporter_7.0.5+~7.0.1.orig.tar.gz]
- [node-postcss-reporter_7.0.5+~7.0.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Log PostCSS messages in the console
A PostCSS plugin to `console.log()` the messages (warnings, etc.) registered by other PostCSS plugins.
As of PostCSS 4.1, a single PostCSS process can accumulate messages from all of the plugins it uses. Most of these messages are warnings. Presumably, plugin authors want you to see those messages. So this plugin exists to read the accumulated messages (or messages from only the plugins you've specified), format them, and print them to the console.
Node.js is an event-based server-side JavaScript engine.
其他與 node-postcss-reporter 有關的套件
|
|
|
|
-
- dep: node-picocolors
- library for terminal output formatting with colors (Node.js module)
-
- dep: node-postcss (>= 8.1~)
- Tool for transforming styles with JS plugins
-
- dep: node-thenby
- library that helps sorting arrays on multiple keys