Member Junction
    Preparing search index...

    Registry of approved libraries that components can use This is the security boundary - only libraries defined here can be loaded

    Index

    Constructors

    Methods

    • Get CDN URL for a library

      Parameters

      • name: string

        Library name

      • Optionalversion: string

        Optional version (uses default if not specified)

      Returns string | undefined

      CDN URL or undefined if library/version not found

    • Resolve library version based on semver-like pattern For now, just returns exact match or default TODO: Implement proper semver resolution

      Parameters

      • name: string
      • OptionalversionPattern: string

      Returns string | undefined