()
| 239 | } |
| 240 | |
| 241 | async assembleSchemaTranslations() { |
| 242 | console.log('Schema Translations Parsing Started...'); |
| 243 | const schema = await this.themeConfig.getSchemaTranslations(); |
| 244 | console.log(`${'ok'.green} -- Schema Translations Parsing Finished`); |
| 245 | return schema; |
| 246 | } |
| 247 | |
| 248 | async assembleStencilContextTask() { |
| 249 | console.log('Stencil Context Analysis Started...'); |
nothing calls this directly
no test coverage detected