Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
emit
Method · 0.95
indent
Method · 0.95
Tested by
no test coverage detected