1
0
Fork 0
peertube/server/tests
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
..
api chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
cli chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
external-plugins
feeds esModuleInterop to true 2021-08-27 15:12:22 +02:00
fixtures Add upload/import/go live video attributes hooks 2021-12-10 13:51:44 +01:00
helpers Test and log request retries 2021-11-16 11:34:24 +01:00
lib Improve plugin constant tests 2021-07-21 15:44:28 +02:00
plugins Add upload/import/go live video attributes hooks 2021-12-10 13:51:44 +01:00
shared chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
client.ts Remove contributors list from /about/peertube 2021-11-12 11:00:51 +01:00
index.ts Improve plugin constant tests 2021-07-21 15:44:28 +02:00
misc-endpoints.ts
register.ts