MCPcopy
hub / github.com/rollup/rollup / LicenseHandler

Interface LicenseHandler

build-plugins/generate-license-file.ts:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68interface LicenseHandler {
69 collectLicenses: PluginImpl;
70 writeLicense: PluginImpl;
71}
72
73export default function getLicenseHandler(directory: string): LicenseHandler {
74 const licenses = new Map<string, Dependency>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…