MCPcopy Create free account
hub / github.com/callstack/linaria / stringify

Function stringify

packages/postcss-linaria/src/stringify.ts:209–215  ·  view source on GitHub ↗
(
  node: AnyNode,
  builder: Builder
)

Source from the content-addressed store, hash-verified

207}
208
209export const stringify: StringifierFn = (
210 node: AnyNode,
211 builder: Builder
212): void => {
213 const str = new LinariaStringifier(builder);
214 str.stringify(node);
215};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…