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

Function str

test/processor.test.ts:32–34  ·  view source on GitHub ↗
(node: Node, builder: (s: string) => void)

Source from the content-addressed store, hash-verified

30}
31
32function str(node: Node, builder: (s: string) => void): void {
33 builder(`${node.raws.after}!`)
34}
35
36async function catchError(cb: () => Promise<any>): Promise<Error> {
37 try {

Callers 1

stringifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected