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

Method document

packages/postcss-linaria/src/stringify.ts:144–150  ·  view source on GitHub ↗

@inheritdoc

(node: Document)

Source from the content-addressed store, hash-verified

142
143 /** @inheritdoc */
144 public override document(node: Document): void {
145 if (node.nodes.length === 0) {
146 this.builder(node.source?.input.css ?? '');
147 } else {
148 super.document(node);
149 }
150 }
151
152 /** @inheritdoc */
153 public override raw(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected