()
| 225 | // console.log(`${c} | state: ${this.mainState}`); |
| 226 | |
| 227 | const finishRule = () => { |
| 228 | this.currentRule.addProperty(this.currentProp, this.currentValue); |
| 229 | |
| 230 | this.currentProp = ''; |
| 231 | this.currentValue = ''; |
| 232 | this.currentSelector = ''; |
| 233 | }; |
| 234 | |
| 235 | switch (this.atState) { |
| 236 | case AtState.Name: { |
nothing calls this directly
no test coverage detected