MCPcopy
hub / github.com/tailwindlabs/tailwindcss / error

Function error

packages/@tailwindcss-upgrade/src/utils/renderer.ts:116–118  ·  view source on GitHub ↗
(message: string, { prefix = '', print = eprintln } = {})

Source from the content-addressed store, hash-verified

114}
115
116export function error(message: string, { prefix = '', print = eprintln } = {}) {
117 log(message, { art: pc.red('\u2502'), prefix, print })
118}
119
120export function warn(message: string, { prefix = '', print = eprintln } = {}) {
121 log(message, { art: pc.yellow('\u2502'), prefix, print })

Callers 7

runFunction · 0.90
addFunction · 0.90
removeFunction · 0.90
importFunction · 0.90
linkConfigsFunction · 0.90
prepareConfigFunction · 0.90
findStaticPluginsFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected