aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-26 14:12:39 +0200
committerChocobozzz <me@florianbigard.com>2021-07-26 14:12:50 +0200
commit9162fdd36300d2478f13d6ad346ec2c323f40faa (patch)
treedea0ca43f3ea2fb72a73ca77338f5b7c990acdd7 /shared
parent764b1a14fc494f2cfd7ea590d2f07b01df65c7ad (diff)
downloadPeerTube-9162fdd36300d2478f13d6ad346ec2c323f40faa.tar.gz
PeerTube-9162fdd36300d2478f13d6ad346ec2c323f40faa.tar.zst
PeerTube-9162fdd36300d2478f13d6ad346ec2c323f40faa.zip
Refactor video links building
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.ts0
-rw-r--r--shared/core-utils/index.ts2
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 @@
1export * from './date' 1export * from './date'
2export * from './miscs' 2export * from './miscs'
3export * from './types'
4export * from './regexp' 3export * from './regexp'
4export * from './types'
5export * 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 @@
1export * from './abuse' 1export * from './abuse'
2export * from './common'
2export * from './i18n' 3export * from './i18n'
3export * from './logs' 4export * from './logs'
4export * from './miscs'
5export * from './plugins' 5export * from './plugins'
6export * from './renderer' 6export * from './renderer'
7export * from './users' 7export * from './users'