Skip to content

Commit

Permalink
Drop using memex-url-utils submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
poltak committed Feb 26, 2024
1 parent 62071f5 commit 270f8e2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
[submodule "external/@worldbrain/storex-backend-firestore"]
path = external/@worldbrain/storex-backend-firestore
url = https://github.com/WorldBrain/storex-backend-firestore.git
[submodule "external/@worldbrain/memex-url-utils"]
path = external/@worldbrain/memex-url-utils
url = https://github.com/WorldBrain/memex-url-utils.git
[submodule "external/@worldbrain/memex-common"]
path = external/@worldbrain/memex-common
url = [email protected]:WorldBrain/memex-common.git
Expand Down
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
1 change: 0 additions & 1 deletion external/@worldbrain/memex-url-utils
Submodule memex-url-utils deleted from 04cc46
2 changes: 1 addition & 1 deletion src/background-script/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type Storex from '@worldbrain/storex'
import type { Runtime, Storage, Tabs } from 'webextension-polyfill'
import type { URLNormalizer } from '@worldbrain/memex-url-utils'
import type { URLNormalizer } from '@worldbrain/memex-common/lib/url-utils/normalize/types'

import * as utils from './utils'
import { makeRemotelyCallable, runInTab } from '../util/webextensionRPC'
Expand Down
2 changes: 1 addition & 1 deletion src/background-script/quick-and-dirty-migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type Dexie from 'dexie'
import type Storex from '@worldbrain/storex'
import type { Storage } from 'webextension-polyfill'
import type { URLNormalizer } from '@worldbrain/memex-url-utils'
import type { URLNormalizer } from '@worldbrain/memex-common/lib/url-utils/normalize/types'
import {
SPECIAL_LIST_NAMES,
SPECIAL_LIST_IDS,
Expand Down
6 changes: 0 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@
"@worldbrain/storex-sync/lib/*": [
"external/@worldbrain/storex-sync/ts/*"
],
"@worldbrain/memex-url-utils": [
"external/@worldbrain/memex-url-utils/ts"
],
"@worldbrain/memex-url-utils/lib/*": [
"external/@worldbrain/memex-url-utils/ts/*"
],
"user-logic": ["external/user-logic/ts"],
"user-logic/lib/*": ["external/user-logic/ts/*"],
"ui-logic-core": ["external/ui-logic/packages/ui-logic-core/ts"],
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@worldbrain/storex-pattern-modules",
"@worldbrain/storex-middleware-change-watcher",
"@worldbrain/storex-hub",
"@worldbrain/memex-url-utils",
"@worldbrain/memex-stemmer",
"@worldbrain/memex-storage",
"@worldbrain/memex-common",
Expand Down

0 comments on commit 270f8e2

Please sign in to comment.