banira
    Preparing search index...

    Interface LinkManifestResult

    interface LinkManifestResult {
        changed: boolean;
        field: string;
        packageJsonPath: string;
    }
    Index

    Properties

    changed: boolean

    False when the field already pointed at the manifest (no write performed).

    field: string

    The value written to the customElements field (manifest path, package-relative, POSIX).

    packageJsonPath: string

    The package.json that was updated (or would be).