Skip to content
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
24 changes: 0 additions & 24 deletions packages/app-core/src/AppFocus/index.ts

This file was deleted.

72 changes: 0 additions & 72 deletions packages/app-core/src/Assemblies/SessionAssembliesMixin.ts

This file was deleted.

51 changes: 0 additions & 51 deletions packages/app-core/src/Assemblies/TemporaryAssembliesMixin.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/app-core/src/Assemblies/index.ts

This file was deleted.

68 changes: 0 additions & 68 deletions packages/app-core/src/HistoryManagement/index.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/app-core/src/JBrowseModel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function JBrowseModelF({
/**
* #action
*/
addTrackConf(trackConf: AnyConfigurationModel) {
addTrackConf(trackConf: Record<string, unknown>) {
const { type } = trackConf
if (!type) {
throw new Error(`unknown track type ${type}`)
Expand All @@ -90,7 +90,7 @@ export function JBrowseModelF({
/**
* #action
*/
addConnectionConf(connectionConf: AnyConfigurationModel) {
addConnectionConf(connectionConf: Record<string, unknown>) {
const { type } = connectionConf
if (!type) {
throw new Error(`unknown connection type ${type}`)
Expand Down
147 changes: 0 additions & 147 deletions packages/app-core/src/RootMenu/index.ts

This file was deleted.

6 changes: 2 additions & 4 deletions packages/app-core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export * from './ui'
export * from './HistoryManagement'
export * from './AppFocus'
export * from './JBrowseConfig'
export * from './JBrowseModel'
export * from './Assemblies'
export * from './RootMenu'
export * from './menus'
export * from './menuItems'
export * from './util'
Loading