| 20216 | |
| 20217 | { |
| 20218 | class parsersParser extends ParserBackedParticle { |
| 20219 | createParserPool() { |
| 20220 | return new Particle.ParserPool(catchAllErrorParser, Object.assign(Object.assign({}, super.createParserPool()._getCueMapAsObject()), { "//": slashCommentParser }), [ |
| 20221 | { regex: /^$/, parser: blankLineParser }, |
nothing calls this directly
no outgoing calls
no test coverage detected