MCPcopy
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

mapVisitMethod · 0.95
commentMethod · 0.95
importMethod · 0.95
charsetMethod · 0.95
namespaceMethod · 0.95
mediaMethod · 0.95
documentMethod · 0.95
supportsMethod · 0.95
keyframesMethod · 0.95
keyframeMethod · 0.95
pageMethod · 0.95
hostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected