Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/web-infra-dev/garfish
/ emit
Method
emit
packages/css-scope/src/cssStringify.ts:35–37 ·
view source on GitHub ↗
(str: string, _?: any)
Source
from the content-addressed store, hash-verified
33
34
// 可以重写覆盖 emit
35
emit(str: string, _?: any) {
36
return
str;
37
}
38
39
visit(node: Node) {
40
return
this[node.
type
](node as any);
Callers
15
mapVisit
Method · 0.95
comment
Method · 0.95
import
Method · 0.95
charset
Method · 0.95
namespace
Method · 0.95
media
Method · 0.95
document
Method · 0.95
supports
Method · 0.95
keyframes
Method · 0.95
keyframe
Method · 0.95
page
Method · 0.95
host
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected