MCPcopy Create free account
hub / github.com/breck7/scroll /

Class

external/.scrollLibs.js:15172–15172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected