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

Method createParserPool

external/.scrollLibs.js:20935–20948  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20933
20934 class parsersCompilerParser extends abstractParserRuleParser {
20935 createParserPool() {
20936 return new Particle.ParserPool(
20937 undefined,
20938 Object.assign(Object.assign({}, super.createParserPool()._getCueMapAsObject()), {
20939 closeSubparticles: closeSubparticlesParser,
20940 indentCharacter: indentCharacterParser,
20941 catchAllAtomDelimiter: catchAllAtomDelimiterParser,
20942 openSubparticles: openSubparticlesParser,
20943 stringTemplate: stringTemplateParser,
20944 joinSubparticlesWith: joinSubparticlesWithParser
20945 }),
20946 undefined
20947 )
20948 }
20949 get suggestInAutocomplete() {
20950 return false
20951 }

Callers

nothing calls this directly

Calls 2

_getCueMapAsObjectMethod · 0.80
createParserPoolMethod · 0.45

Tested by

no test coverage detected