1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Do not expose registries to extensions (#1304)

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-10 12:46:40 +02:00 committed by GitHub
parent 3eeb395a78
commit 05188ef3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ import * as App from "./app"
import * as EventBus from "./event-bus" import * as EventBus from "./event-bus"
import * as Store from "./stores" import * as Store from "./stores"
import * as Util from "./utils" import * as Util from "./utils"
import * as Registry from "../registries"
import * as ClusterFeature from "./cluster-feature" import * as ClusterFeature from "./cluster-feature"
// TODO: allow to expose windowManager.navigate() as Navigation.navigate() in runtime // TODO: allow to expose windowManager.navigate() as Navigation.navigate() in runtime
@ -21,5 +20,4 @@ export {
ClusterFeature, ClusterFeature,
Store, Store,
Util, Util,
Registry,
} }