@eagleoutice/flowr - v2.15.8
    Preparing search index...

    A signature source held entirely in memory, for the places that cannot open a database file: a browser (the playground bundles its packages rather than reading them) and a test that wants to state a package's exports outright. It answers what a package brings into scope; the per-function view a real database decodes from its blobs is not part of what it can say, so those answers stay empty.

    SigDatabase - the file-backed source

    Implements

    Index
    • The packages exporting name, ordered by downloads (descending, ties by name); answered without a reverse index, since a name the database never stores is rejected outright and only blobs that may hold it are decoded.

      Parameters

      • name: string

      Returns readonly string[]

    • The release date of a package version, undefined if unknown. Omitted, version defaults to the newest release by recorded date (unlike the queries above, which default to the package's recorded latest).

      Parameters

      • pkg: string

      Returns Date | undefined