mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deprecate a legacy-helper for introducing overly complex and exotic pattern
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
c48527b44f
commit
e18cc7916d
@ -5,6 +5,9 @@
|
||||
import { asLegacyGlobalForExtensionApi } from "./as-legacy-global-object-for-extension-api";
|
||||
import type { Injectable } from "@ogre-tools/injectable";
|
||||
|
||||
/**
|
||||
* @deprecated use asLegacyGlobalForExtensionApi instead, and use proper implementations instead of "modifications".
|
||||
*/
|
||||
export const asLegacyGlobalObjectForExtensionApiWithModifications = <
|
||||
InjectableInstance extends InjectionTokenInstance,
|
||||
InjectionTokenInstance,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user