@oazmi/superbuild - v0.3.2
    Preparing search index...

    Interface WellDefinedImportedEntity

    interface WellDefinedImportedEntity {
        importerKey: string;
        outputPath: string;
    }

    Hierarchy

    • WellDefinedImportEntity
      • WellDefinedImportedEntity
    Index

    Properties

    importerKey: string

    this is the properly formatted, posix-compliant, lower-cased ${namespace}:${importer_path} key that is unique to each importer. this key will be used to deduce which importer to associate the imported entity with, once the bundle has been emitted.

    outputPath: string

    the output path of the eitted imported entity.