MCPcopy Create free account
hub / github.com/CanadaHonk/shadow / constructor

Method constructor

engine/cssparser.js:110–113  ·  view source on GitHub ↗
(selectors)

Source from the content-addressed store, hash-verified

108 }
109
110 constructor(selectors) {
111 this.selectorText = selectors.trim();
112 this.selectors = CSSRule.parseSelector(selectors);
113 }
114
115 addProperty(property, value) {
116 property = property.trim();

Callers

nothing calls this directly

Calls 1

parseSelectorMethod · 0.80

Tested by

no test coverage detected