| 15170 | ParticlesConstants["extends"] = "extends" |
| 15171 | })(ParticlesConstants || (ParticlesConstants = {})) |
| 15172 | class ParserPool { |
| 15173 | constructor(catchAllParser, cueMap = {}, regexTests = undefined) { |
| 15174 | this._catchAllParser = catchAllParser |
| 15175 | this._cueMap = new Map(Object.entries(cueMap)) |
nothing calls this directly
no outgoing calls
no test coverage detected