MCPcopy
hub / github.com/ionic-team/capacitor / getJSModules

Function getJSModules

cli/src/plugin.ts:185–187  ·  view source on GitHub ↗
(p: Plugin, platform: string)

Source from the content-addressed store, hash-verified

183 * Get each JavaScript Module for the given plugin
184 */
185export function getJSModules(p: Plugin, platform: string): any {
186 return getAllElements(p, platform, 'js-module');
187}
188
189/**
190 * Get each asset tag for the given plugin

Callers 2

copyPluginsJSFunction · 0.90

Calls 1

getAllElementsFunction · 0.85

Tested by

no test coverage detected