MCPcopy Create free account
hub / github.com/SAP/ui5-builder / getRendererName

Function getRendererName

lib/lbt/UI5ClientConstants.js:8–12  ·  view source on GitHub ↗
( module )

Source from the content-addressed store, hash-verified

6export const EVO_MARKER_RESOURCE = MODULE__UI5LOADER;
7
8export function getRendererName( module ) {
9 if ( /\.js$/.test(module) ) {
10 return module.replace(/\.js$/, "Renderer.js");
11 }
12}

Callers 1

checkAndAddResourceMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected