MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / assembleSchemaTranslations

Method assembleSchemaTranslations

lib/stencil-bundle.js:241–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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...');

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
getSchemaTranslationsMethod · 0.80

Tested by

no test coverage detected