diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/core-utils/common/date.ts (renamed from shared/core-utils/miscs/date.ts) | 0 | ||||
-rw-r--r-- | shared/core-utils/common/index.ts (renamed from shared/core-utils/miscs/index.ts) | 3 | ||||
-rw-r--r-- | shared/core-utils/common/miscs.ts (renamed from shared/core-utils/miscs/miscs.ts) | 0 | ||||
-rw-r--r-- | shared/core-utils/common/regexp.ts (renamed from shared/core-utils/miscs/regexp.ts) | 0 | ||||
-rw-r--r-- | shared/core-utils/common/types.ts (renamed from shared/core-utils/miscs/types.ts) | 0 | ||||
-rw-r--r-- | shared/core-utils/common/url.ts | 0 | ||||
-rw-r--r-- | shared/core-utils/index.ts | 2 |
7 files changed, 3 insertions, 2 deletions
diff --git a/shared/core-utils/miscs/date.ts b/shared/core-utils/common/date.ts index 4f92f758f..4f92f758f 100644 --- a/shared/core-utils/miscs/date.ts +++ b/shared/core-utils/common/date.ts | |||
diff --git a/shared/core-utils/miscs/index.ts b/shared/core-utils/common/index.ts index 7764e69ad..83f2ccbb6 100644 --- a/shared/core-utils/miscs/index.ts +++ b/shared/core-utils/common/index.ts | |||
@@ -1,4 +1,5 @@ | |||
1 | export * from './date' | 1 | export * from './date' |
2 | export * from './miscs' | 2 | export * from './miscs' |
3 | export * from './types' | ||
4 | export * from './regexp' | 3 | export * from './regexp' |
4 | export * from './types' | ||
5 | export * from './url | ||
diff --git a/shared/core-utils/miscs/miscs.ts b/shared/core-utils/common/miscs.ts index 4780ca922..4780ca922 100644 --- a/shared/core-utils/miscs/miscs.ts +++ b/shared/core-utils/common/miscs.ts | |||
diff --git a/shared/core-utils/miscs/regexp.ts b/shared/core-utils/common/regexp.ts index 59eb87eb6..59eb87eb6 100644 --- a/shared/core-utils/miscs/regexp.ts +++ b/shared/core-utils/common/regexp.ts | |||
diff --git a/shared/core-utils/miscs/types.ts b/shared/core-utils/common/types.ts index bd2a97b98..bd2a97b98 100644 --- a/shared/core-utils/miscs/types.ts +++ b/shared/core-utils/common/types.ts | |||
diff --git a/shared/core-utils/common/url.ts b/shared/core-utils/common/url.ts new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/shared/core-utils/common/url.ts | |||
diff --git a/shared/core-utils/index.ts b/shared/core-utils/index.ts index 42d7cab1d..0b05dc9eb 100644 --- a/shared/core-utils/index.ts +++ b/shared/core-utils/index.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | export * from './abuse' | 1 | export * from './abuse' |
2 | export * from './common' | ||
2 | export * from './i18n' | 3 | export * from './i18n' |
3 | export * from './logs' | 4 | export * from './logs' |
4 | export * from './miscs' | ||
5 | export * from './plugins' | 5 | export * from './plugins' |
6 | export * from './renderer' | 6 | export * from './renderer' |
7 | export * from './users' | 7 | export * from './users' |