workadventure/front/src/Connexion
David Négrier 4d4f845b9e Setting "importsNotUsedAsValues": "error"
Turning the "importsNotUsedAsValues" TS config value to "error".
This will require us to use `import type` instead of `import` when we are importing a value that is only used as a type (and therefore that is dropped by the Typescript compiler).

Why this change?
This is a requirement to be able to use Svelte in the future. See https://github.com/sveltejs/svelte-preprocess/issues/206#issuecomment-663193798
2021-05-12 09:13:25 +02:00
..
AdminMessagesService.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
ConnectionManager.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
ConnexionModels.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
LocalUser.ts allow numbers in nickname again 2021-04-30 10:51:23 +02:00
LocalUserStore.ts Always enable virtual joystick 2021-04-13 02:00:06 +02:00
Room.ts [Breaking change] UPLOADER_URL and ADMIN_URL are now true URLs (and not only host name) and API_URL is replaced by PUSHER_URL 2021-03-31 16:00:14 +02:00
RoomConnection.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
WorldFullMessageStream.ts Add error message (#970) 2021-04-29 23:47:30 +02:00
WorldFullWarningStream.ts FEATURE: warning message when world is near full capacity 2021-03-23 17:44:47 +01:00