MCPcopy Index your code
hub / github.com/JavaScriptRegenerated/yieldparser / CSSComment

Interface CSSComment

src/tailwindcss.test.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { parse, hasMore, has, lookAhead, ParseGenerator } from './index';
6
7interface CSSComment {
8 type: 'comment';
9 content: string;
10}
11
12interface CSSDeclaration {
13 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected