Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor, remove teambit.scope/sign component #9559

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,13 @@
"mainFile": "index.ts",
"rootDir": "scopes/git/git"
},
"global-config": {
"name": "global-config",
"scope": "teambit.harmony",
"version": "0.0.1124",
"mainFile": "index.ts",
"rootDir": "scopes/harmony/global-config"
},
"graph": {
"name": "graph",
"scope": "teambit.component",
Expand Down Expand Up @@ -1626,13 +1633,6 @@
"mainFile": "index.ts",
"rootDir": "scopes/ui-foundation/sidebar"
},
"sign": {
"name": "sign",
"scope": "teambit.scope",
"version": "1.0.545",
"mainFile": "index.ts",
"rootDir": "scopes/scope/sign"
},
"snap-distance": {
"name": "snap-distance",
"scope": "teambit.component",
Expand Down Expand Up @@ -1717,13 +1717,6 @@
"mainFile": "index.ts",
"rootDir": "scopes/api-reference/tagged-exports"
},
"teambit.harmony/global-config": {
"name": "global-config",
"scope": "teambit.harmony",
"version": "0.0.1124",
"mainFile": "index.ts",
"rootDir": "scopes/harmony/global-config"
},
"teambit.harmony/logger": {
"name": "logger",
"scope": "teambit.harmony",
Expand Down
265 changes: 0 additions & 265 deletions e2e/harmony/sign.e2e.ts

This file was deleted.

2 changes: 0 additions & 2 deletions scopes/harmony/bit/manifests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import { ComponentTreeAspect } from '@teambit/component-tree';
import { DevFilesAspect } from '@teambit/dev-files';
import { ESLintAspect } from '@teambit/eslint';
import { PrettierAspect } from '@teambit/prettier';
import { SignAspect } from '@teambit/sign';
import { WorkerAspect } from '@teambit/worker';
import { GlobalConfigAspect } from '@teambit/global-config';
import { MultiCompilerAspect } from '@teambit/multi-compiler';
Expand Down Expand Up @@ -174,7 +173,6 @@ export const manifestsMap = {
[CommandBarAspect.id]: CommandBarAspect,
[SidebarAspect.id]: SidebarAspect,
[ComponentTreeAspect.id]: ComponentTreeAspect,
[SignAspect.id]: SignAspect,
[UpdateDependenciesAspect.id]: UpdateDependenciesAspect,
[ExportAspect.id]: ExportAspect,
[ImporterAspect.id]: ImporterAspect,
Expand Down
1 change: 0 additions & 1 deletion scopes/harmony/testing/load-aspect/core-aspects-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"teambit.explorer/command-bar",
"teambit.ui-foundation/sidebar",
"teambit.component/component-tree",
"teambit.scope/sign",
"teambit.scope/update-dependencies",
"teambit.scope/export",
"teambit.scope/importer",
Expand Down
6 changes: 0 additions & 6 deletions scopes/scope/sign/esm.mjs

This file was deleted.

2 changes: 0 additions & 2 deletions scopes/scope/sign/index.ts

This file was deleted.

5 changes: 0 additions & 5 deletions scopes/scope/sign/sign.aspect.ts

This file was deleted.

Loading