interface SourceModuleDescriptor {
    compartment?: Compartment;
    importMeta?: any;
    source: string | ModuleSource;
    specifier?: string;
}

Properties

compartment?: Compartment
importMeta?: any
source: string | ModuleSource
specifier?: string