MCPcopy
hub / github.com/web-infra-dev/garfish / comment

Method comment

packages/css-scope/src/cssStringify.ts:90–92  ·  view source on GitHub ↗
(node: CommentNode)

Source from the content-addressed store, hash-verified

88 }
89
90 comment(node: CommentNode) {
91 return this.emit(`${this.indent()}/*${node.comment}*/`, node.position);
92 }
93
94 import(node: ImportNode) {
95 return this.emit(`@import ${node.import};`, node.position);

Callers

nothing calls this directly

Calls 2

emitMethod · 0.95
indentMethod · 0.95

Tested by

no test coverage detected