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

Function DeclarationParser

src/tailwindcss.test.ts:44–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44function* DeclarationParser() {
45 const name = yield PropertyParser;
46 yield whitespaceMay;
47 yield ':';
48 yield whitespaceMay;
49 const rawValue = yield ValueParser;
50 yield whitespaceMay;
51 yield has(';');
52 return { name, rawValue };
53}
54
55function* SelectorComponentParser() {
56 // const [selector]: [

Callers

nothing calls this directly

Calls 1

hasFunction · 0.90

Tested by

no test coverage detected