Upgrading all dependencies in front
Upgrading to Webpack 5, Typescript 4, ...
This commit is contained in:
parent
b56e4b5674
commit
8c1e01566a
6 changed files with 616 additions and 1371 deletions
|
@ -151,7 +151,7 @@ export class GameScene extends DirtyScene implements CenterListener {
|
|||
private GlobalMessageManager!: GlobalMessageManager;
|
||||
public ConsoleGlobalMessageManager!: ConsoleGlobalMessageManager;
|
||||
private connectionAnswerPromise: Promise<RoomJoinedMessageInterface>;
|
||||
private connectionAnswerPromiseResolve!: (value?: RoomJoinedMessageInterface | PromiseLike<RoomJoinedMessageInterface>) => void;
|
||||
private connectionAnswerPromiseResolve!: (value: RoomJoinedMessageInterface | PromiseLike<RoomJoinedMessageInterface>) => void;
|
||||
// A promise that will resolve when the "create" method is called (signaling loading is ended)
|
||||
private createPromise: Promise<void>;
|
||||
private createPromiseResolve!: (value?: void | PromiseLike<void>) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue