FRE-600: Fix code review blockers

- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-25 00:08:01 -04:00
parent 65b552bb08
commit 7c684a42cc
48450 changed files with 5679671 additions and 383 deletions

View File

@@ -0,0 +1,9 @@
/** Name of the feature. */
export const StandardConnect = 'standard:connect';
/**
* @deprecated Use {@link StandardConnect} instead.
*
* @group Deprecated
*/
export const Connect = StandardConnect;
//# sourceMappingURL=connect.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"connect.js","sourceRoot":"","sources":["../../src/connect.ts"],"names":[],"mappings":"AAEA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,eAAe,GAAG,kBAAkB,CAAC;AAClD;;;;GAIG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC"}

View File

@@ -0,0 +1,9 @@
/** Name of the feature. */
export const StandardDisconnect = 'standard:disconnect';
/**
* @deprecated Use {@link StandardDisconnect} instead.
*
* @group Deprecated
*/
export const Disconnect = StandardDisconnect;
//# sourceMappingURL=disconnect.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"disconnect.js","sourceRoot":"","sources":["../../src/disconnect.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,kBAAkB,GAAG,qBAAqB,CAAC;AACxD;;;;GAIG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,kBAAkB,CAAC"}

View File

@@ -0,0 +1,9 @@
/** Name of the feature. */
export const StandardEvents = 'standard:events';
/**
* @deprecated Use {@link StandardEvents} instead.
*
* @group Deprecated
*/
export const Events = StandardEvents;
//# sourceMappingURL=events.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/events.ts"],"names":[],"mappings":"AAEA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,cAAc,GAAG,iBAAiB,CAAC;AAChD;;;;GAIG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,cAAc,CAAC"}

View File

@@ -0,0 +1,4 @@
export * from './connect.js';
export * from './disconnect.js';
export * from './events.js';
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAoBA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC"}