mirror of https://github.com/Chocobozzz/PeerTube
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 |
||
|---|---|---|
| .. | ||
| audio-only.ts | ||
| index.ts | ||
| multiple-servers.ts | ||
| resumable-upload.ts | ||
| single-server.ts | ||
| video-captions.ts | ||
| video-change-ownership.ts | ||
| video-channels.ts | ||
| video-comments.ts | ||
| video-create-transcoding.ts | ||
| video-description.ts | ||
| video-files.ts | ||
| video-hls.ts | ||
| video-imports.ts | ||
| video-nsfw.ts | ||
| video-playlist-thumbnails.ts | ||
| video-playlists.ts | ||
| video-privacy.ts | ||
| video-schedule-update.ts | ||
| video-transcoder.ts | ||
| videos-common-filters.ts | ||
| videos-history.ts | ||
| videos-overview.ts | ||
| videos-views-cleaner.ts | ||