MCPcopy Index your code
hub / github.com/postcss/postcss / comment

Method comment

lib/stringifier.js:121–125  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

119 }
120
121 comment(node) {
122 let left = this.raw(node, 'left', 'commentLeft')
123 let right = this.raw(node, 'right', 'commentRight')
124 this.builder(escapeHTMLInCSS('/*' + left + node.text + right + '*/'), node)
125 }
126
127 decl(node, semicolon) {
128 let raws = node.raws

Callers

nothing calls this directly

Calls 2

rawMethod · 0.95
escapeHTMLInCSSFunction · 0.85

Tested by

no test coverage detected