@memberjunction/a2aserver
Version:
MemberJunction Agent-To-Agent (A2A) Server Implementation
24 lines • 1.06 kB
JavaScript
/**
* AUTO-GENERATED FILE - DO NOT EDIT
* Generated by mj codegen manifest
* App: @memberjunction/a2aserver
* Dependency tree: 193 packages walked, 0 contain @RegisterClass
*
* This file imports every @RegisterClass decorated class by name and places
* them in an exported array, creating a static code path that prevents
* tree-shaking from removing them.
*/
/* eslint-disable @typescript-eslint/no-unused-vars */
/**
* Runtime references to every @RegisterClass decorated class.
* This array creates a static code path the bundler cannot tree-shake.
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const CLASS_REGISTRATIONS = [];
/** Marker constant indicating the manifest has been loaded. */
export const CLASS_REGISTRATIONS_MANIFEST_LOADED = true;
/** Total @RegisterClass decorated classes discovered in dependency tree */
export const CLASS_REGISTRATIONS_COUNT = 0;
/** Packages imported by this manifest */
export const CLASS_REGISTRATIONS_PACKAGES = [];
//# sourceMappingURL=class-registrations-manifest.js.map