MCPcopy
hub / github.com/stenciljs/core / replace

Method replace

src/runtime/styles.ts:327–327  ·  view source on GitHub ↗
(cssText: string)

Source from the content-addressed store, hash-verified

325 export interface CSSStyleSheet {
326 replaceSync(cssText: string): void;
327 replace(cssText: string): Promise<CSSStyleSheet>;
328 }
329}

Callers 15

htmlTxtFunction · 0.65
test.e2e.tsFile · 0.65
renderMethod · 0.65
tag-transformer.tsFile · 0.65
getTxtHtmlFunction · 0.65
getTxtHtmlFunction · 0.65
cmp.test.tsxFile · 0.65
no-script-build.jsFile · 0.65
runFunction · 0.65
FFunction · 0.65
fcFunction · 0.65
AaFunction · 0.65

Calls

no outgoing calls

Tested by 7

getTxtHtmlFunction · 0.52
getTxtHtmlFunction · 0.52
normalizeCSSFunction · 0.52
sFunction · 0.52
printClassMembersFunction · 0.52
expectSelectorFunction · 0.52
expectNoSelectorFunction · 0.52