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

Method _readBuildManifest

lib/graph/Module.js:394–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392 }
393
394 async _readBuildManifest() {
395 const reader = this.getReader();
396 const buildManifestResource = await reader.byPath("/.ui5/build-manifest.json");
397 if (buildManifestResource) {
398 return JSON.parse(await buildManifestResource.getString());
399 }
400 }
401
402 _normalizeConfig(config) {
403 if (!config.kind) {

Callers 1

Calls 1

getReaderMethod · 0.95

Tested by

no test coverage detected