refactor(infra): remove old plugin system (#5411)

plugin system need redesign
This commit is contained in:
EYHN
2023-12-27 02:49:59 +00:00
parent 3903a1c1d6
commit 265ee81666
110 changed files with 46 additions and 4426 deletions
-25
View File
@@ -62,15 +62,12 @@
"@affine/env/*": ["./packages/common/env/src/*"],
"@affine/workspace/*": ["./packages/frontend/workspace/src/*"],
"@affine/graphql": ["./packages/frontend/graphql/src"],
"@affine/copilot": ["./packages/plugins/copilot/src"],
"@affine/copilot/*": ["./packages/plugins/copilot/src/*"],
"@affine/electron/scripts/*": ["./packages/frontend/electron/scripts/*"],
"@affine-test/kit/*": ["./tests/kit/*"],
"@affine-test/fixtures/*": ["./tests/fixtures/*"],
"@toeverything/y-indexeddb": ["./packages/common/y-indexeddb/src"],
"@toeverything/hooks/*": ["./packages/frontend/hooks/src/*"],
"@toeverything/infra/*": ["./packages/common/infra/src/*"],
"@affine/sdk/*": ["./packages/common/sdk/src/*"],
"@affine/native": ["./packages/frontend/native/index.d.ts"],
"@affine/native/*": ["./packages/frontend/native/*"],
"@affine/storage": ["./packages/backend/storage/index.d.ts"],
@@ -125,32 +122,13 @@
{
"path": "./packages/common/infra"
},
{
"path": "./packages/common/sdk"
},
{
"path": "./packages/common/y-indexeddb"
},
// Plugins
{
"path": "./packages/plugins/copilot"
},
{
"path": "./packages/plugins/hello-world"
},
{
"path": "./packages/plugins/image-preview"
},
{
"path": "./packages/plugins/vue-hello-world"
},
// Tools
{
"path": "./tools/cli"
},
{
"path": "./tools/plugin-cli"
},
// Tests
{
"path": "./tests/kit"
@@ -161,9 +139,6 @@
{
"path": "./tests/affine-local"
},
{
"path": "./tests/affine-plugin"
},
{
"path": "./tests/affine-migration"
},