Merge remote-tracking branch 'origin/main' into feature/slimmer-libs
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { BehaviorSubject, map, Observable } from 'rxjs';
|
||||
import { UmbContextToken } from "@umbraco-cms/context-api";
|
||||
import type { UmbControllerHostInterface } from "@umbraco-cms/controller";
|
||||
import type { ManifestTypes, ManifestTypeMap, ManifestBase, ManifestEntrypoint } from '../../models';
|
||||
import { loadExtension } from '../load-extension.function';
|
||||
import { hasInitExport } from "../has-init-export.function";
|
||||
import type { UmbControllerHostInterface } from "@umbraco-cms/controller";
|
||||
import { UmbContextToken } from "@umbraco-cms/context-api";
|
||||
|
||||
type SpecificManifestTypeOrManifestBase<T extends keyof ManifestTypeMap | string> = T extends keyof ManifestTypeMap
|
||||
? ManifestTypeMap[T]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { UmbControllerHostInterface } from "@umbraco-cms/controller";
|
||||
import type { UmbExtensionRegistry } from "./registry/extension.registry";
|
||||
import type { UmbControllerHostInterface } from "@umbraco-cms/controller";
|
||||
|
||||
/**
|
||||
* Interface containing supported life-cycle functions for ESModule entrypoints
|
||||
|
||||
Reference in New Issue
Block a user