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

Method getRawConfig

lib/theme-config.js:259–261  ·  view source on GitHub ↗

* Returns the parsed config.json data. * In contrast with getConfig which returns merged settings. * * @returns {Promise }

()

Source from the content-addressed store, hash-verified

257 * @returns {Promise<Object>}
258 */
259 async getRawConfig() {
260 return parseJsonFile(this.configPath);
261 }
262
263 /**
264 * Returns the parsed schema.json data

Callers 9

getConfigMethod · 0.95
updateConfigMethod · 0.95
setVariationByNameMethod · 0.95
getThemeInfoMethod · 0.80
bundleThemeMethod · 0.80
runFunction · 0.80

Calls 1

parseJsonFileFunction · 0.90

Tested by

no test coverage detected