Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
455
module.exports = Node
Callers
7
warn-once.js
File · 0.45
creator
Function · 0.45
Once
Function · 0.45
result.test.ts
File · 0.45
Once
Function · 0.45
warner
Function · 0.45
plugin
Function · 0.45
Calls
no outgoing calls
Tested by
3
Once
Function · 0.36
Once
Function · 0.36
warner
Function · 0.36