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

Method createParserPool

external/.scrollLibs.js:22034–22154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22032{
22033 class stumpParser extends ParserBackedParticle {
22034 createParserPool() {
22035 return new Particle.ParserPool(
22036 errorParser,
22037 Object.assign(Object.assign({}, super.createParserPool()._getCueMapAsObject()), {
22038 blockquote: htmlTagParser,
22039 colgroup: htmlTagParser,
22040 datalist: htmlTagParser,
22041 fieldset: htmlTagParser,
22042 menuitem: htmlTagParser,
22043 noscript: htmlTagParser,
22044 optgroup: htmlTagParser,
22045 progress: htmlTagParser,
22046 styleTag: htmlTagParser,
22047 template: htmlTagParser,
22048 textarea: htmlTagParser,
22049 titleTag: htmlTagParser,
22050 address: htmlTagParser,
22051 article: htmlTagParser,
22052 caption: htmlTagParser,
22053 details: htmlTagParser,
22054 section: htmlTagParser,
22055 summary: htmlTagParser,
22056 button: htmlTagParser,
22057 canvas: htmlTagParser,
22058 dialog: htmlTagParser,
22059 figure: htmlTagParser,
22060 footer: htmlTagParser,
22061 header: htmlTagParser,
22062 hgroup: htmlTagParser,
22063 iframe: htmlTagParser,
22064 keygen: htmlTagParser,
22065 legend: htmlTagParser,
22066 object: htmlTagParser,
22067 option: htmlTagParser,
22068 output: htmlTagParser,
22069 script: htmlTagParser,
22070 select: htmlTagParser,
22071 source: htmlTagParser,
22072 strong: htmlTagParser,
22073 aside: htmlTagParser,
22074 embed: htmlTagParser,
22075 input: htmlTagParser,
22076 label: htmlTagParser,
22077 meter: htmlTagParser,
22078 param: htmlTagParser,
22079 small: htmlTagParser,
22080 table: htmlTagParser,
22081 tbody: htmlTagParser,
22082 tfoot: htmlTagParser,
22083 thead: htmlTagParser,
22084 track: htmlTagParser,
22085 video: htmlTagParser,
22086 abbr: htmlTagParser,
22087 area: htmlTagParser,
22088 base: htmlTagParser,
22089 body: htmlTagParser,
22090 code: htmlTagParser,
22091 form: htmlTagParser,

Callers

nothing calls this directly

Calls 2

_getCueMapAsObjectMethod · 0.80
createParserPoolMethod · 0.45

Tested by

no test coverage detected