|
4164 | 4164 | "kind": "javascript-module", |
4165 | 4165 | "path": "packages/core/src/handlers/scope-checker.ts", |
4166 | 4166 | "declarations": [ |
| 4167 | + { |
| 4168 | + "kind": "function", |
| 4169 | + "name": "checkCssScopeFromMeta", |
| 4170 | + "return": { |
| 4171 | + "type": { |
| 4172 | + "text": "ScopeCheckResult" |
| 4173 | + } |
| 4174 | + }, |
| 4175 | + "parameters": [ |
| 4176 | + { |
| 4177 | + "name": "css", |
| 4178 | + "type": { |
| 4179 | + "text": "string" |
| 4180 | + } |
| 4181 | + }, |
| 4182 | + { |
| 4183 | + "name": "tagName", |
| 4184 | + "type": { |
| 4185 | + "text": "string" |
| 4186 | + } |
| 4187 | + }, |
| 4188 | + { |
| 4189 | + "name": "cssProperties", |
| 4190 | + "type": { |
| 4191 | + "text": "Array<{ name: string }>" |
| 4192 | + } |
| 4193 | + } |
| 4194 | + ], |
| 4195 | + "description": "Core implementation accepting a pre-built set of known tokens.\nUsed by both the CEM-based entry point and the preflight (which already has metadata)." |
| 4196 | + }, |
4167 | 4197 | { |
4168 | 4198 | "kind": "function", |
4169 | 4199 | "name": "checkCssScope", |
|
4191 | 4221 | "text": "Cem" |
4192 | 4222 | } |
4193 | 4223 | } |
4194 | | - ] |
| 4224 | + ], |
| 4225 | + "description": "CEM-based entry point — parses the CEM to extract known tokens,\nthen delegates to the core implementation." |
4195 | 4226 | } |
4196 | 4227 | ], |
4197 | 4228 | "exports": [ |
| 4229 | + { |
| 4230 | + "kind": "js", |
| 4231 | + "name": "checkCssScopeFromMeta", |
| 4232 | + "declaration": { |
| 4233 | + "name": "checkCssScopeFromMeta", |
| 4234 | + "module": "packages/core/src/handlers/scope-checker.ts" |
| 4235 | + } |
| 4236 | + }, |
4198 | 4237 | { |
4199 | 4238 | "kind": "js", |
4200 | 4239 | "name": "checkCssScope", |
|
4888 | 4927 | "kind": "javascript-module", |
4889 | 4928 | "path": "packages/core/src/handlers/token-fallback-checker.ts", |
4890 | 4929 | "declarations": [ |
| 4930 | + { |
| 4931 | + "kind": "function", |
| 4932 | + "name": "checkTokenFallbacksFromMeta", |
| 4933 | + "return": { |
| 4934 | + "type": { |
| 4935 | + "text": "TokenFallbackResult" |
| 4936 | + } |
| 4937 | + }, |
| 4938 | + "parameters": [ |
| 4939 | + { |
| 4940 | + "name": "cssText", |
| 4941 | + "type": { |
| 4942 | + "text": "string" |
| 4943 | + } |
| 4944 | + }, |
| 4945 | + { |
| 4946 | + "name": "knownTokens", |
| 4947 | + "type": { |
| 4948 | + "text": "Set<string>" |
| 4949 | + } |
| 4950 | + } |
| 4951 | + ], |
| 4952 | + "description": "Core implementation accepting a pre-built set of known tokens.\nUsed by both the CEM-based entry point and the preflight (which already has metadata)." |
| 4953 | + }, |
4891 | 4954 | { |
4892 | 4955 | "kind": "function", |
4893 | 4956 | "name": "checkTokenFallbacks", |
|
4915 | 4978 | "text": "Cem" |
4916 | 4979 | } |
4917 | 4980 | } |
4918 | | - ] |
| 4981 | + ], |
| 4982 | + "description": "CEM-based entry point — parses the CEM to extract known tokens,\nthen delegates to the core implementation." |
4919 | 4983 | } |
4920 | 4984 | ], |
4921 | 4985 | "exports": [ |
| 4986 | + { |
| 4987 | + "kind": "js", |
| 4988 | + "name": "checkTokenFallbacksFromMeta", |
| 4989 | + "declaration": { |
| 4990 | + "name": "checkTokenFallbacksFromMeta", |
| 4991 | + "module": "packages/core/src/handlers/token-fallback-checker.ts" |
| 4992 | + } |
| 4993 | + }, |
4922 | 4994 | { |
4923 | 4995 | "kind": "js", |
4924 | 4996 | "name": "checkTokenFallbacks", |
|
0 commit comments