| 18616 | } |
| 18617 | // todo: can we remove this? hard to extend. |
| 18618 | class UnknownParserParticle extends ParserBackedParticle { |
| 18619 | createParserPool() { |
| 18620 | return new Particle.ParserPool(UnknownParserParticle, {}) |
| 18621 | } |
nothing calls this directly
no outgoing calls
no test coverage detected