1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/application/legacy-extensions
Sebastian Malton 058494bc73
Introduce clearer boundry between extensions (#7164)
- Bundled extensions are always enabled, and are always compatible
- Have bundled extensions be loaded asyncronously to support
  typescript dynamic import (which is typed) as opposed to require

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-05 10:21:38 -04:00
..
src Introduce clearer boundry between extensions (#7164) 2023-04-05 10:21:38 -04:00
.eslintrc.json Fix bundled extensions not being loaded (#7359) 2023-03-15 18:16:09 +02:00
index.ts Fix bundled extensions not being loaded (#7359) 2023-03-15 18:16:09 +02:00
jest.config.js Switch to using messaging and startable stoppable from NPM package (#7368) 2023-03-21 11:38:43 +02:00
package.json Get dev mode fixed (#7447) 2023-03-31 15:30:21 -04:00
README.md Fix bundled extensions not being loaded (#7359) 2023-03-15 18:16:09 +02:00
tsconfig.json Fix bundled extensions not being loaded (#7359) 2023-03-15 18:16:09 +02:00
webpack.config.js Fix bundled extensions not being loaded (#7359) 2023-03-15 18:16:09 +02:00

@k8slens/legacy-extensions

This package contains stuff related to creating Lens-applications.

Namely, this package contains information about extensions and bundled extensions of the v1 API.