1
0
Fork 0
peertube/shared/extra-utils/videos
lutangar 06aad80165 chore(refactor): remove shared folder dependencies to the server
Many files from the `shared` folder were importing files from the `server` folder.
When attempting to use Typescript project references to describe dependencies,
it highlighted a circular dependency beetween `shared` <-> `server`.

The Typescript project forbid such usages.
Using project references greatly improve performance by rebuilding only
the updated project and not all source files.
> see https://www.typescriptlang.org/docs/handbook/project-references.html
2021-12-16 10:08:43 +01:00
..
blacklist-command.ts Reorganize imports 2021-07-20 15:27:19 +02:00
captions-command.ts Rename captions commands 2021-07-21 13:58:35 +02:00
captions.ts Rewrite youtube-dl import 2021-10-22 10:25:24 +02:00
change-ownership-command.ts Reorganize imports 2021-07-20 15:27:19 +02:00
channels-command.ts Add ability to view my followers 2021-10-20 09:25:44 +02:00
channels.ts Use an object to represent a server 2021-07-20 15:27:18 +02:00
comments-command.ts Rename captions commands 2021-07-21 13:58:35 +02:00
history-command.ts Reorganize imports 2021-07-20 15:27:19 +02:00
imports-command.ts Reorganize imports 2021-07-20 15:27:19 +02:00
index.ts Introduce videos command 2021-07-20 15:27:18 +02:00
live-command.ts Add support for saving video files to object storage (#4290) 2021-08-17 08:26:20 +02:00
live.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
playlists-command.ts Search channels against handles and not names 2021-07-29 10:27:24 +02:00
playlists.ts
services-command.ts Refactor requests 2021-07-20 15:27:18 +02:00
streaming-playlists-command.ts Add support for saving video files to object storage (#4290) 2021-08-17 08:26:20 +02:00
streaming-playlists.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
videos-command.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
videos.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00