stable

Clone or download

Read-only

Move to CommonJS modules

Using AMD modules is going to be annoying to bundle everything in a single binary. ES Modules were also a possibility but it required (to do it cleanly) to also drop the require() in the tests and it does not bring more advantages for goal of having a realtime server again. Part of request #25312: tuleap-realtime package cannot be built or installed Change-Id: I6ab47c28af3d7d522c1b43afc90e5f9f488316c0

Modified Files

Name
M backend/controllers/main-controller.js +105 −122 Go to diff View file
M backend/modules/executions.js +165 −175 Go to diff View file
M backend/modules/jwt.js +45 −51 Go to diff View file
M backend/modules/rights.js +146 −156 Go to diff View file
M backend/modules/rooms.js +234 −246 Go to diff View file
M backend/modules/scores.js +183 −193 Go to diff View file
M backend/services/communication-service.js +172 −182 Go to diff View file
M backend/services/message-content-verifier.js +50 −58 Go to diff View file
M backend/services/scores-service.js +27 −37 Go to diff View file
M config/config.js +53 −66 Go to diff View file
M package.json +0 −1 Go to diff View file
M pnpm-lock.yaml +0 −7 Go to diff View file