Nyora (JavaScript) - v0.1.1
    Preparing search index...

    Interface OtaUpdateResult

    Outcome of an OTA update attempt.

    interface OtaUpdateResult {
        updated: boolean;
        version: number;
        bundlePath: string;
        sourcesPath: string;
    }
    Index

    Properties

    updated: boolean

    true if new artifacts were downloaded and written; false if the cache was already current.

    version: number

    The manifest version now installed in the cache.

    bundlePath: string

    Filesystem path to the cached parser bundle.

    sourcesPath: string

    Filesystem path to the cached source catalog.