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

Method compileAndReturnRootParser

external/.scrollLibs.js:20015–20021  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20013 return cache
20014 }
20015 compileAndReturnRootParser() {
20016 if (!this._cached_rootParser) {
20017 const rootDef = this.rootParserDefinition
20018 this._cached_rootParser = rootDef.languageDefinitionProgram._compileAndReturnRootParser()
20019 }
20020 return this._cached_rootParser
20021 }
20022 toNodeJsJavascript(scrollsdkProductsPath = "scrollsdk/products") {
20023 return this._rootParticleDefToJavascriptClass(scrollsdkProductsPath, true).trim()
20024 }

Callers 4

registerParsersMethod · 0.95
examplesToTestBlocksMethod · 0.95
_formatCodeMethod · 0.95
_combineParsersMethod · 0.80

Calls 1

Tested by

no test coverage detected