()
| 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 | } |
no test coverage detected