MCPcopy Create free account
hub / github.com/SAP/ui5-project / _normalizeAndApplyShims

Method _normalizeAndApplyShims

lib/graph/Module.js:217–224  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

215 }
216
217 _normalizeAndApplyShims(config) {
218 this._normalizeConfig(config);
219
220 if (config.kind === "project") {
221 this._applyProjectShims(config);
222 }
223 return config;
224 }
225
226 async _createConfigurationFromShim() {
227 const config = this._applyProjectShims();

Calls 2

_normalizeConfigMethod · 0.95
_applyProjectShimsMethod · 0.95

Tested by

no test coverage detected