MCPcopy
hub / github.com/postcss/postcss / warn

Method warn

lib/node.js:448–452  ·  view source on GitHub ↗
(result, text, opts = {})

Source from the content-addressed store, hash-verified

446 }
447
448 warn(result, text, opts = {}) {
449 let data = { node: this }
450 for (let i in opts) data[i] = opts[i]
451 return result.warn(text, data)
452 }
453}
454
455module.exports = Node

Callers 7

warn-once.jsFile · 0.45
creatorFunction · 0.45
OnceFunction · 0.45
result.test.tsFile · 0.45
OnceFunction · 0.45
warnerFunction · 0.45
pluginFunction · 0.45

Calls

no outgoing calls

Tested by 3

OnceFunction · 0.36
OnceFunction · 0.36
warnerFunction · 0.36