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

Method constructor

engine/cssparser.js:144–147  ·  view source on GitHub ↗
(name, cond)

Source from the content-addressed store, hash-verified

142 rules = [];
143
144 constructor(name, cond) {
145 this.atName = name;
146 this.atCond = cond;
147 }
148}
149
150export class CSSParser {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected