()
| 23160 | |
| 23161 | class selectorParser extends ParserBackedParticle { |
| 23162 | createParserPool() { |
| 23163 | return new Particle.ParserPool( |
| 23164 | selectorParser, |
| 23165 | Object.assign(Object.assign({}, super.createParserPool()._getCueMapAsObject()), { |
| 23166 | "border-bottom-right-radius": propertyParser, |
| 23167 | "transition-timing-function": propertyParser, |
| 23168 | "animation-iteration-count": propertyParser, |
| 23169 | "animation-timing-function": propertyParser, |
| 23170 | "border-bottom-left-radius": propertyParser, |
| 23171 | "border-top-right-radius": propertyParser, |
| 23172 | "border-top-left-radius": propertyParser, |
| 23173 | "background-attachment": propertyParser, |
| 23174 | "background-blend-mode": propertyParser, |
| 23175 | "text-decoration-color": propertyParser, |
| 23176 | "text-decoration-style": propertyParser, |
| 23177 | "overscroll-behavior-x": propertyParser, |
| 23178 | "-webkit-touch-callout": propertyParser, |
| 23179 | "grid-template-columns": propertyParser, |
| 23180 | "animation-play-state": propertyParser, |
| 23181 | "text-decoration-line": propertyParser, |
| 23182 | "animation-direction": propertyParser, |
| 23183 | "animation-fill-mode": propertyParser, |
| 23184 | "backface-visibility": propertyParser, |
| 23185 | "background-position": propertyParser, |
| 23186 | "border-bottom-color": propertyParser, |
| 23187 | "border-bottom-style": propertyParser, |
| 23188 | "border-bottom-width": propertyParser, |
| 23189 | "border-image-outset": propertyParser, |
| 23190 | "border-image-repeat": propertyParser, |
| 23191 | "border-image-source": propertyParser, |
| 23192 | "hanging-punctuation": propertyParser, |
| 23193 | "list-style-position": propertyParser, |
| 23194 | "transition-duration": propertyParser, |
| 23195 | "transition-property": propertyParser, |
| 23196 | "-webkit-user-select": propertyParser, |
| 23197 | "animation-duration": propertyParser, |
| 23198 | "border-image-slice": propertyParser, |
| 23199 | "border-image-width": propertyParser, |
| 23200 | "border-right-color": propertyParser, |
| 23201 | "border-right-style": propertyParser, |
| 23202 | "border-right-width": propertyParser, |
| 23203 | "perspective-origin": propertyParser, |
| 23204 | "-khtml-user-select": propertyParser, |
| 23205 | "grid-template-rows": propertyParser, |
| 23206 | "background-origin": propertyParser, |
| 23207 | "background-repeat": propertyParser, |
| 23208 | "border-left-color": propertyParser, |
| 23209 | "border-left-style": propertyParser, |
| 23210 | "border-left-width": propertyParser, |
| 23211 | "column-rule-color": propertyParser, |
| 23212 | "column-rule-style": propertyParser, |
| 23213 | "column-rule-width": propertyParser, |
| 23214 | "counter-increment": propertyParser, |
| 23215 | "page-break-before": propertyParser, |
| 23216 | "page-break-inside": propertyParser, |
| 23217 | "grid-column-start": propertyParser, |
| 23218 | "background-color": propertyParser, |
| 23219 | "background-image": propertyParser, |
nothing calls this directly
no test coverage detected