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 |
||
|---|---|---|
| .. | ||
| custom-validators | ||
| youtube-dl | ||
| activitypub.ts | ||
| actors.ts | ||
| audit-logger.ts | ||
| captions-utils.ts | ||
| core-utils.ts | ||
| custom-jsonld-signature.ts | ||
| database-utils.ts | ||
| decache.ts | ||
| express-utils.ts | ||
| ffmpeg-utils.ts | ||
| ffprobe-utils.ts | ||
| image-utils.ts | ||
| logger.ts | ||
| markdown.ts | ||
| peertube-crypto.ts | ||
| promise-cache.ts | ||
| proxy.ts | ||
| query.ts | ||
| regexp.ts | ||
| register-ts-paths.ts | ||
| requests.ts | ||
| upload.ts | ||
| utils.ts | ||
| video.ts | ||
| webtorrent.ts | ||