* Record that the current comma-separated selector carries a local class / id (no-op when pure-mode is off).
()
| 1097 | * Record that the current comma-separated selector carries a local class / id (no-op when pure-mode is off). |
| 1098 | */ |
| 1099 | markLocal() { |
| 1100 | if (this.enabled) this.segmentLocal = true; |
| 1101 | }, |
| 1102 | /** |
| 1103 | * Close the current comma-separated selector segment (or whole prelude at `{`): if it had no local and no ancestor compensates, the rule is impure (no-op when pure-mode is off). |
| 1104 | */ |
no outgoing calls
no test coverage detected