@mml-io/networked-dom-protocol 0.22.0 → 0.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -0
- package/build/networked-dom-v0.1/constants.d.ts +1 -0
- package/build/networked-dom-v0.1/constants.d.ts.map +1 -0
- package/build/networked-dom-v0.1/from-client.d.ts +1 -0
- package/build/networked-dom-v0.1/from-client.d.ts.map +1 -0
- package/build/networked-dom-v0.1/from-server.d.ts +1 -0
- package/build/networked-dom-v0.1/from-server.d.ts.map +1 -0
- package/build/networked-dom-v0.1/index.d.ts +1 -0
- package/build/networked-dom-v0.1/index.d.ts.map +1 -0
- package/build/networked-dom-v0.2/BufferReader.d.ts +1 -0
- package/build/networked-dom-v0.2/BufferReader.d.ts.map +1 -0
- package/build/networked-dom-v0.2/BufferWriter.d.ts +1 -0
- package/build/networked-dom-v0.2/BufferWriter.d.ts.map +1 -0
- package/build/networked-dom-v0.2/common-structs/attributes.d.ts +1 -0
- package/build/networked-dom-v0.2/common-structs/attributes.d.ts.map +1 -0
- package/build/networked-dom-v0.2/common-structs/index.d.ts +1 -0
- package/build/networked-dom-v0.2/common-structs/index.d.ts.map +1 -0
- package/build/networked-dom-v0.2/common-structs/nodeDescription.d.ts +1 -0
- package/build/networked-dom-v0.2/common-structs/nodeDescription.d.ts.map +1 -0
- package/build/networked-dom-v0.2/constants.d.ts +1 -0
- package/build/networked-dom-v0.2/constants.d.ts.map +1 -0
- package/build/networked-dom-v0.2/decodeClientMessages.d.ts +1 -0
- package/build/networked-dom-v0.2/decodeClientMessages.d.ts.map +1 -0
- package/build/networked-dom-v0.2/decodeServerMessages.d.ts +1 -0
- package/build/networked-dom-v0.2/decodeServerMessages.d.ts.map +1 -0
- package/build/networked-dom-v0.2/encodeClientMessage.d.ts +1 -0
- package/build/networked-dom-v0.2/encodeClientMessage.d.ts.map +1 -0
- package/build/networked-dom-v0.2/encodeServerMessage.d.ts +1 -0
- package/build/networked-dom-v0.2/encodeServerMessage.d.ts.map +1 -0
- package/build/networked-dom-v0.2/featureDetection.d.ts +1 -0
- package/build/networked-dom-v0.2/featureDetection.d.ts.map +1 -0
- package/build/networked-dom-v0.2/index.d.ts +1 -0
- package/build/networked-dom-v0.2/index.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messageTypes.d.ts +1 -0
- package/build/networked-dom-v0.2/messageTypes.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-client/connectUsers.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-client/connectUsers.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-client/disconnectUsers.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-client/disconnectUsers.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-client/event.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-client/event.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-client/index.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-client/index.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-client/pong.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-client/pong.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/attributesChanged.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/attributesChanged.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/batchEnd.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/batchEnd.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/batchStart.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/batchStart.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/changeHiddenFrom.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/changeHiddenFrom.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/changeVisibleTo.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/changeVisibleTo.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/childrenAdded.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/childrenAdded.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/childrenRemoved.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/childrenRemoved.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/documentTime.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/documentTime.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/error.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/error.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/index.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/index.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/ping.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/ping.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/snapshot.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/snapshot.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/textChanged.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/textChanged.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/from-server/warning.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/from-server/warning.d.ts.map +1 -0
- package/build/networked-dom-v0.2/messages/index.d.ts +1 -0
- package/build/networked-dom-v0.2/messages/index.d.ts.map +1 -0
- package/package.json +2 -2
package/build/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.1/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oCAAoC,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"from-client.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.1/from-client.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,GAAG,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG,0BAA0B,GAAG,0BAA0B,CAAC"}
|
|
@@ -55,3 +55,4 @@ export type NetworkedDOMV01WarningMessage = {
|
|
|
55
55
|
message: string;
|
|
56
56
|
};
|
|
57
57
|
export type NetworkedDOMV01ServerMessage = NetworkedDOMV01Diff | NetworkedDOMV01PingMessage | NetworkedDOMV01ErrorMessage | NetworkedDOMV01WarningMessage;
|
|
58
|
+
//# sourceMappingURL=from-server.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"from-server.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.1/from-server.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qCAAqC,GAAG;IAClD,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACtC,QAAQ,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAChD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,8BAA8B,GACtC,qCAAqC,GACrC,kCAAkC,CAAC;AAEvC,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,8BAA8B,CAAC;IACzC,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,iBAAiB,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAClD,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,aAAa,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,iBAAiB,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAC3B,8BAA8B,GAC9B,kCAAkC,GAClC,mCAAmC,GACnC,8BAA8B,CAAC;AAEnC,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GACpC,mBAAmB,GACnB,0BAA0B,GAC1B,2BAA2B,GAC3B,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.1/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BufferReader.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/BufferReader.ts"],"names":[],"mappings":"AAEA,qBAAa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,MAAM,CAAS;gBAEX,MAAM,EAAE,UAAU;IAKvB,SAAS,IAAI,MAAM;IAInB,WAAW,IAAI,OAAO;IAItB,WAAW,CAAC,MAAM,UAAQ,GAAG,MAAM;IA0BnC,yBAAyB,IAAI,MAAM;IA0BnC,wBAAwB,IAAI,CAAC,MAAM,EAAE,OAAO,CAAC;IA2B7C,UAAU,IAAI,MAAM;IAIpB,KAAK;CAGb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BufferWriter.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/BufferWriter.ts"],"names":[],"mappings":"AAEA,qBAAa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,MAAM,CAAS;gBAEX,aAAa,EAAE,MAAM;IAM1B,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAM/B,YAAY,CAAC,IAAI,EAAE,OAAO;IAK1B,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAOnC,SAAS,IAAI,UAAU;IAIvB,gBAAgB,IAAI,MAAM;IAKjC,OAAO,CAAC,cAAc;IAOtB,OAAO,CAAC,YAAY;IAMb,YAAY,CAAC,CAAC,EAAE,MAAM;IAkCtB,WAAW,CAAC,CAAC,EAAE,MAAM;IAQrB,yBAAyB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,UAAQ,EAAE,cAAc,UAAQ;CA6EvF"}
|
|
@@ -3,3 +3,4 @@ import { BufferWriter } from "../BufferWriter";
|
|
|
3
3
|
export declare function encodeAttribute(writer: BufferWriter, key: string, value: string | null): void;
|
|
4
4
|
export declare function encodeAttributes(writer: BufferWriter, attributes: Array<[string, string | null]>): void;
|
|
5
5
|
export declare function decodeAttributes(buffer: BufferReader): Array<[string, string | null]>;
|
|
6
|
+
//# sourceMappingURL=attributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attributes.d.ts","sourceRoot":"","sources":["../../../src/networked-dom-v0.2/common-structs/attributes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,wBAAgB,eAAe,CAAC,MAAM,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,QAOtF;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC,QAMhG;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,YAAY,GAAG,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC,CAarF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/networked-dom-v0.2/common-structs/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
|
|
@@ -18,3 +18,4 @@ export type NetworkedDOMV02ElementNodeDescription = {
|
|
|
18
18
|
export type NetworkedDOMV02NodeDescription = NetworkedDOMV02ElementNodeDescription | NetworkedDOMV02TextNodeDescription;
|
|
19
19
|
export declare function encodeNodeDescription(writer: BufferWriter, nodeDescription: NetworkedDOMV02NodeDescription): void;
|
|
20
20
|
export declare function decodeNodeDescription(buffer: BufferReader): NetworkedDOMV02NodeDescription;
|
|
21
|
+
//# sourceMappingURL=nodeDescription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nodeDescription.d.ts","sourceRoot":"","sources":["../../../src/networked-dom-v0.2/common-structs/nodeDescription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,qCAAqC,GAAG;IAClD,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;IAC3C,QAAQ,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAChD,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,8BAA8B,GACtC,qCAAqC,GACrC,kCAAkC,CAAC;AAEvC,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,YAAY,EACpB,eAAe,EAAE,8BAA8B,GAC9C,IAAI,CAmCN;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,YAAY,GAAG,8BAA8B,CAmD1F"}
|
|
@@ -6,3 +6,4 @@ export type networkedDOMProtocolSubProtocol_v0_2_SubversionNumber = 0 | 1;
|
|
|
6
6
|
export declare function getNetworkedDOMProtocolSubProtocol_v0_2Subversion(protocol: networkedDOMProtocolSubProtocol_v0_2_Subversion): networkedDOMProtocolSubProtocol_v0_2_SubversionNumber | null;
|
|
7
7
|
export declare function getNetworkedDOMProtocolSubProtocol_v0_2SubversionOrThrow(protocol: networkedDOMProtocolSubProtocol_v0_2_Subversion): networkedDOMProtocolSubProtocol_v0_2_SubversionNumber;
|
|
8
8
|
export declare function isNetworkedDOMProtocolSubProtocol_v0_2(protocol: string): protocol is (typeof networkedDOMProtocolSubProtocol_v0_2_SubVersionsList)[number];
|
|
9
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oCAAoC,uBAAuB,CAAC;AACzE,eAAO,MAAM,sCAAsC,yBAAyB,CAAC;AAG7E,eAAO,MAAM,oDAAoD,yDAGvD,CAAC;AAEX,MAAM,MAAM,+CAA+C,GACzD,CAAC,OAAO,oDAAoD,CAAC,CAAC,MAAM,CAAC,CAAC;AAExE,MAAM,MAAM,qDAAqD,GAAG,CAAC,GAAG,CAAC,CAAC;AAU1E,wBAAgB,iDAAiD,CAC/D,QAAQ,EAAE,+CAA+C,GACxD,qDAAqD,GAAG,IAAI,CAE9D;AAED,wBAAgB,wDAAwD,CACtE,QAAQ,EAAE,+CAA+C,GACxD,qDAAqD,CAMvD;AAED,wBAAgB,sCAAsC,CACpD,QAAQ,EAAE,MAAM,GACf,QAAQ,IAAI,CAAC,OAAO,oDAAoD,CAAC,CAAC,MAAM,CAAC,CAEnF"}
|
|
@@ -2,3 +2,4 @@ import { BufferReader } from "./BufferReader";
|
|
|
2
2
|
import { networkedDOMProtocolSubProtocol_v0_2_SubversionNumber } from "./constants";
|
|
3
3
|
import { NetworkedDOMV02ClientMessage } from "./messages";
|
|
4
4
|
export declare function decodeClientMessages(buffer: BufferReader, protocolSubversion: networkedDOMProtocolSubProtocol_v0_2_SubversionNumber): Array<NetworkedDOMV02ClientMessage>;
|
|
5
|
+
//# sourceMappingURL=decodeClientMessages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decodeClientMessages.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/decodeClientMessages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,qDAAqD,EAAE,MAAM,aAAa,CAAC;AACpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAY1D,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,YAAY,EACpB,kBAAkB,EAAE,qDAAqD,GACxE,KAAK,CAAC,4BAA4B,CAAC,CAsBrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decodeServerMessages.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/decodeServerMessages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAaL,4BAA4B,EAC7B,MAAM,YAAY,CAAC;AAkBpB,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,YAAY,GAAG,KAAK,CAAC,4BAA4B,CAAC,CAiD9F"}
|
|
@@ -2,3 +2,4 @@ import { BufferWriter } from "./BufferWriter";
|
|
|
2
2
|
import { networkedDOMProtocolSubProtocol_v0_2_SubversionNumber } from "./constants";
|
|
3
3
|
import { NetworkedDOMV02ClientMessage } from "./messages";
|
|
4
4
|
export declare function encodeClientMessage(message: NetworkedDOMV02ClientMessage, writer: BufferWriter, protocolSubversion: networkedDOMProtocolSubProtocol_v0_2_SubversionNumber): void;
|
|
5
|
+
//# sourceMappingURL=encodeClientMessage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"encodeClientMessage.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/encodeClientMessage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,qDAAqD,EAAE,MAAM,aAAa,CAAC;AACpF,OAAO,EAKL,4BAA4B,EAC7B,MAAM,YAAY,CAAC;AAEpB,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,4BAA4B,EACrC,MAAM,EAAE,YAAY,EACpB,kBAAkB,EAAE,qDAAqD,QAe1E"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { BufferWriter } from "./BufferWriter";
|
|
2
2
|
import { NetworkedDOMV02ServerMessage } from "./messages";
|
|
3
3
|
export declare function encodeServerMessage(message: NetworkedDOMV02ServerMessage, writer?: BufferWriter): BufferWriter;
|
|
4
|
+
//# sourceMappingURL=encodeServerMessage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"encodeServerMessage.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/encodeServerMessage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAIL,4BAA4B,EAC7B,MAAM,YAAY,CAAC;AAYpB,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,4BAA4B,EACrC,MAAM,CAAC,EAAE,YAAY,GACpB,YAAY,CA+Bd"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { networkedDOMProtocolSubProtocol_v0_2_SubversionNumber } from "./constants";
|
|
2
2
|
export declare function protocolSubversionHasConnectionTokens(protocolSubversion: networkedDOMProtocolSubProtocol_v0_2_SubversionNumber): boolean;
|
|
3
|
+
//# sourceMappingURL=featureDetection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"featureDetection.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/featureDetection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qDAAqD,EAAE,MAAM,aAAa,CAAC;AAGpF,wBAAgB,qCAAqC,CACnD,kBAAkB,EAAE,qDAAqD,WAG1E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"messageTypes.d.ts","sourceRoot":"","sources":["../../src/networked-dom-v0.2/messageTypes.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,IAAI,CAAC;AACrC,eAAO,MAAM,qBAAqB,IAAI,CAAC;AACvC,eAAO,MAAM,uBAAuB,IAAI,CAAC;AACzC,eAAO,MAAM,wBAAwB,IAAI,CAAC;AAC1C,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAC5C,eAAO,MAAM,4BAA4B,IAAI,CAAC;AAC9C,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAC5C,eAAO,MAAM,2BAA2B,IAAI,CAAC;AAC7C,eAAO,MAAM,sBAAsB,IAAI,CAAC;AACxC,eAAO,MAAM,mBAAmB,KAAK,CAAC;AACtC,eAAO,MAAM,eAAe,KAAK,CAAC;AAClC,eAAO,MAAM,kBAAkB,KAAK,CAAC;AACrC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AAGnC,eAAO,MAAM,uBAAuB,KAAK,CAAC;AAC1C,eAAO,MAAM,0BAA0B,KAAK,CAAC;AAC7C,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,eAAe,KAAK,CAAC"}
|
|
@@ -8,3 +8,4 @@ export type NetworkedDOMV02ConnectUsersMessage = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare function encodeConnectUsers(connectUsersMessage: NetworkedDOMV02ConnectUsersMessage, writer: BufferWriter, protocolSubversion: networkedDOMProtocolSubProtocol_v0_2_SubversionNumber): void;
|
|
10
10
|
export declare function decodeConnectUsers(buffer: BufferReader, protocolSubversion: networkedDOMProtocolSubProtocol_v0_2_SubversionNumber): NetworkedDOMV02ConnectUsersMessage;
|
|
11
|
+
//# sourceMappingURL=connectUsers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connectUsers.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-client/connectUsers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,qDAAqD,EAAE,MAAM,iBAAiB,CAAC;AAIxF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,cAAc,CAAC;IACrB,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B,gBAAgB,EAAE,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CACxC,CAAC;AAEF,wBAAgB,kBAAkB,CAChC,mBAAmB,EAAE,kCAAkC,EACvD,MAAM,EAAE,YAAY,EACpB,kBAAkB,EAAE,qDAAqD,QAuB1E;AAGD,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,YAAY,EACpB,kBAAkB,EAAE,qDAAqD,GACxE,kCAAkC,CA2BpC"}
|
|
@@ -6,3 +6,4 @@ export type NetworkedDOMV02DisconnectUsersMessage = {
|
|
|
6
6
|
};
|
|
7
7
|
export declare function encodeDisconnectUsers(disconnectUsersMessage: NetworkedDOMV02DisconnectUsersMessage, writer: BufferWriter): void;
|
|
8
8
|
export declare function decodeDisconnectUsers(buffer: BufferReader): NetworkedDOMV02DisconnectUsersMessage;
|
|
9
|
+
//# sourceMappingURL=disconnectUsers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disconnectUsers.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-client/disconnectUsers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,qCAAqC,GAAG;IAClD,IAAI,EAAE,iBAAiB,CAAC;IACxB,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,wBAAgB,qBAAqB,CACnC,sBAAsB,EAAE,qCAAqC,EAC7D,MAAM,EAAE,YAAY,QAQrB;AAGD,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,YAAY,GAAG,qCAAqC,CAUjG"}
|
|
@@ -10,3 +10,4 @@ export type NetworkedDOMV02RemoteEvent = {
|
|
|
10
10
|
};
|
|
11
11
|
export declare function encodeEvent(event: NetworkedDOMV02RemoteEvent, writer: BufferWriter): void;
|
|
12
12
|
export declare function decodeEvent(buffer: BufferReader): NetworkedDOMV02RemoteEvent;
|
|
13
|
+
//# sourceMappingURL=event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-client/event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,GAAG,CAAC;CACb,CAAC;AAEF,wBAAgB,WAAW,CAAC,KAAK,EAAE,0BAA0B,EAAE,MAAM,EAAE,YAAY,QAOlF;AAGD,wBAAgB,WAAW,CAAC,MAAM,EAAE,YAAY,GAAG,0BAA0B,CAe5E"}
|
|
@@ -7,3 +7,4 @@ export * from "./disconnectUsers";
|
|
|
7
7
|
export * from "./event";
|
|
8
8
|
export * from "./pong";
|
|
9
9
|
export type NetworkedDOMV02ClientMessage = NetworkedDOMV02ConnectUsersMessage | NetworkedDOMV02DisconnectUsersMessage | NetworkedDOMV02RemoteEvent | NetworkedDOMV02PongMessage;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-client/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAE,qCAAqC,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AACrD,OAAO,EAAE,0BAA0B,EAAE,MAAM,QAAQ,CAAC;AAEpD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AAEvB,MAAM,MAAM,4BAA4B,GACpC,kCAAkC,GAClC,qCAAqC,GACrC,0BAA0B,GAC1B,0BAA0B,CAAC"}
|
|
@@ -6,3 +6,4 @@ export type NetworkedDOMV02PongMessage = {
|
|
|
6
6
|
};
|
|
7
7
|
export declare function encodePong(pongMessage: NetworkedDOMV02PongMessage, writer: BufferWriter): void;
|
|
8
8
|
export declare function decodePong(buffer: BufferReader): NetworkedDOMV02PongMessage;
|
|
9
|
+
//# sourceMappingURL=pong.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pong.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-client/pong.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,wBAAgB,UAAU,CAAC,WAAW,EAAE,0BAA0B,EAAE,MAAM,EAAE,YAAY,QAGvF;AAGD,wBAAgB,UAAU,CAAC,MAAM,EAAE,YAAY,GAAG,0BAA0B,CAM3E"}
|
|
@@ -8,3 +8,4 @@ export type NetworkedDOMV02AttributesChangedDiff = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare function encodeAttributesChanged(msg: NetworkedDOMV02AttributesChangedDiff, writer?: BufferWriter): BufferWriter;
|
|
10
10
|
export declare function decodeAttributesChanged(buffer: BufferReader): NetworkedDOMV02AttributesChangedDiff;
|
|
11
|
+
//# sourceMappingURL=attributesChanged.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attributesChanged.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/attributesChanged.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAIlD,MAAM,MAAM,oCAAoC,GAAG;IACjD,IAAI,EAAE,mBAAmB,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,wBAAgB,uBAAuB,CACrC,GAAG,EAAE,oCAAoC,EACzC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CAKd;AAGD,wBAAgB,uBAAuB,CACrC,MAAM,EAAE,YAAY,GACnB,oCAAoC,CAQtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batchEnd.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/batchEnd.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF,wBAAgB,cAAc,CAAC,MAAM,GAAE,YAAkC,GAAG,YAAY,CAGvF;AAED,eAAO,MAAM,eAAe,EAAE,8BAE7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batchStart.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/batchStart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,MAAM,GAAE,YAAkC,GAAG,YAAY,CAGzF;AAED,eAAO,MAAM,iBAAiB,EAAE,gCAE/B,CAAC"}
|
|
@@ -8,3 +8,4 @@ export type NetworkedDOMV02ChangeHiddenFromDiff = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare function encodeChangeHiddenFrom(msg: NetworkedDOMV02ChangeHiddenFromDiff, writer?: BufferWriter): BufferWriter;
|
|
10
10
|
export declare function decodeChangeHiddenFrom(buffer: BufferReader): NetworkedDOMV02ChangeHiddenFromDiff;
|
|
11
|
+
//# sourceMappingURL=changeHiddenFrom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"changeHiddenFrom.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/changeHiddenFrom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,kBAAkB,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACjC,CAAC;AAEF,wBAAgB,sBAAsB,CACpC,GAAG,EAAE,mCAAmC,EACxC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CAyBd;AAGD,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,YAAY,GAAG,mCAAmC,CAoBhG"}
|
|
@@ -8,3 +8,4 @@ export type NetworkedDOMV02ChangeVisibleToDiff = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare function encodeChangeVisibleTo(msg: NetworkedDOMV02ChangeVisibleToDiff, writer?: BufferWriter): BufferWriter;
|
|
10
10
|
export declare function decodeChangeVisibleTo(buffer: BufferReader): NetworkedDOMV02ChangeVisibleToDiff;
|
|
11
|
+
//# sourceMappingURL=changeVisibleTo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"changeVisibleTo.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/changeVisibleTo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,iBAAiB,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IAMf,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC,CAAC;AAEF,wBAAgB,qBAAqB,CACnC,GAAG,EAAE,kCAAkC,EACvC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CAyBd;AAGD,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,YAAY,GAAG,kCAAkC,CAoB9F"}
|
|
@@ -9,3 +9,4 @@ export type NetworkedDOMV02ChildrenAddedDiff = {
|
|
|
9
9
|
};
|
|
10
10
|
export declare function encodeChildrenAdded(msg: NetworkedDOMV02ChildrenAddedDiff, writer?: BufferWriter): BufferWriter;
|
|
11
11
|
export declare function decodeChildrenAdded(buffer: BufferReader): NetworkedDOMV02ChildrenAddedDiff;
|
|
12
|
+
//# sourceMappingURL=childrenAdded.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"childrenAdded.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/childrenAdded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAGL,8BAA8B,EAC/B,MAAM,sCAAsC,CAAC;AAG9C,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,EAAE,eAAe,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;CACnD,CAAC;AAEF,wBAAgB,mBAAmB,CACjC,GAAG,EAAE,gCAAgC,EACrC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CASd;AAGD,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,YAAY,GAAG,gCAAgC,CAc1F"}
|
|
@@ -8,3 +8,4 @@ export type NetworkedDOMV02ChildrenRemovedDiff = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare function encodeChildrenRemoved(msg: NetworkedDOMV02ChildrenRemovedDiff, writer?: BufferWriter): BufferWriter;
|
|
10
10
|
export declare function decodeChildrenRemoved(buffer: BufferReader): NetworkedDOMV02ChildrenRemovedDiff;
|
|
11
|
+
//# sourceMappingURL=childrenRemoved.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"childrenRemoved.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/childrenRemoved.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,iBAAiB,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,wBAAgB,qBAAqB,CACnC,GAAG,EAAE,kCAAkC,EACvC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CAQd;AAGD,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,YAAY,GAAG,kCAAkC,CAY9F"}
|
|
@@ -6,3 +6,4 @@ export type NetworkedDOMV02DocumentTimeMessage = {
|
|
|
6
6
|
};
|
|
7
7
|
export declare function encodeDocumentTime(msg: NetworkedDOMV02DocumentTimeMessage, writer?: BufferWriter): BufferWriter;
|
|
8
8
|
export declare function decodeDocumentTime(buffer: BufferReader): NetworkedDOMV02DocumentTimeMessage;
|
|
9
|
+
//# sourceMappingURL=documentTime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documentTime.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/documentTime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,cAAc,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,wBAAgB,kBAAkB,CAChC,GAAG,EAAE,kCAAkC,EACvC,MAAM,GAAE,YAAkC,GACzC,YAAY,CAId;AAGD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,YAAY,GAAG,kCAAkC,CAK3F"}
|
|
@@ -6,3 +6,4 @@ export type NetworkedDOMV02ErrorMessage = {
|
|
|
6
6
|
};
|
|
7
7
|
export declare function encodeError(msg: NetworkedDOMV02ErrorMessage, writer?: BufferWriter): BufferWriter;
|
|
8
8
|
export declare function decodeError(buffer: BufferReader): NetworkedDOMV02ErrorMessage;
|
|
9
|
+
//# sourceMappingURL=error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/error.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,WAAW,CACzB,GAAG,EAAE,2BAA2B,EAChC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CAId;AAGD,wBAAgB,WAAW,CAAC,MAAM,EAAE,YAAY,GAAG,2BAA2B,CAM7E"}
|
|
@@ -27,3 +27,4 @@ export * from "./textChanged";
|
|
|
27
27
|
export * from "./warning";
|
|
28
28
|
export type NetworkedDOMV02Diff = NetworkedDOMV02SnapshotMessage | NetworkedDOMV02DocumentTimeMessage | NetworkedDOMV02ChildrenAddedDiff | NetworkedDOMV02ChildrenRemovedDiff | NetworkedDOMV02AttributesChangedDiff | NetworkedDOMV02TextChangedDiff | NetworkedDOMV02ChangeVisibleToDiff | NetworkedDOMV02ChangeHiddenFromDiff;
|
|
29
29
|
export type NetworkedDOMV02ServerMessage = NetworkedDOMV02BatchStartMessage | NetworkedDOMV02Diff | NetworkedDOMV02BatchEndMessage | NetworkedDOMV02PingMessage | NetworkedDOMV02ErrorMessage | NetworkedDOMV02WarningMessage;
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,gCAAgC,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,kCAAkC,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,gCAAgC,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,kCAAkC,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,kCAAkC,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,EAAE,0BAA0B,EAAE,MAAM,QAAQ,CAAC;AACpD,OAAO,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,8BAA8B,EAAE,MAAM,eAAe,CAAC;AAC/D,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAC;AAE1D,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAE1B,MAAM,MAAM,mBAAmB,GAC3B,8BAA8B,GAC9B,kCAAkC,GAClC,gCAAgC,GAChC,kCAAkC,GAClC,oCAAoC,GACpC,8BAA8B,GAC9B,kCAAkC,GAClC,mCAAmC,CAAC;AAExC,MAAM,MAAM,4BAA4B,GACpC,gCAAgC,GAChC,mBAAmB,GACnB,8BAA8B,GAC9B,0BAA0B,GAC1B,2BAA2B,GAC3B,6BAA6B,CAAC"}
|
|
@@ -7,3 +7,4 @@ export type NetworkedDOMV02PingMessage = {
|
|
|
7
7
|
};
|
|
8
8
|
export declare function encodePing(pingMessage: NetworkedDOMV02PingMessage, writer?: BufferWriter): BufferWriter;
|
|
9
9
|
export declare function decodePing(buffer: BufferReader): NetworkedDOMV02PingMessage;
|
|
10
|
+
//# sourceMappingURL=ping.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ping.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/ping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,wBAAgB,UAAU,CACxB,WAAW,EAAE,0BAA0B,EACvC,MAAM,GAAE,YAAkC,GACzC,YAAY,CAKd;AAGD,wBAAgB,UAAU,CAAC,MAAM,EAAE,YAAY,GAAG,0BAA0B,CAQ3E"}
|
|
@@ -8,3 +8,4 @@ export type NetworkedDOMV02SnapshotMessage = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare function encodeSnapshot(msg: NetworkedDOMV02SnapshotMessage, writer?: BufferWriter): BufferWriter;
|
|
10
10
|
export declare function decodeSnapshot(buffer: BufferReader): NetworkedDOMV02SnapshotMessage;
|
|
11
|
+
//# sourceMappingURL=snapshot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/snapshot.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAIL,8BAA8B,EAC/B,MAAM,sCAAsC,CAAC;AAG9C,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,8BAA8B,CAAC;IACzC,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,wBAAgB,cAAc,CAC5B,GAAG,EAAE,8BAA8B,EACnC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CAKd;AAGD,wBAAgB,cAAc,CAAC,MAAM,EAAE,YAAY,GAAG,8BAA8B,CAMnF"}
|
|
@@ -7,3 +7,4 @@ export type NetworkedDOMV02TextChangedDiff = {
|
|
|
7
7
|
};
|
|
8
8
|
export declare function encodeTextChanged(msg: NetworkedDOMV02TextChangedDiff, writer?: BufferWriter): BufferWriter;
|
|
9
9
|
export declare function decodeTextChanged(buffer: BufferReader): NetworkedDOMV02TextChangedDiff;
|
|
10
|
+
//# sourceMappingURL=textChanged.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textChanged.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/textChanged.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,aAAa,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,wBAAgB,iBAAiB,CAC/B,GAAG,EAAE,8BAA8B,EACnC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CAKd;AAGD,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,YAAY,GAAG,8BAA8B,CAQtF"}
|
|
@@ -6,3 +6,4 @@ export type NetworkedDOMV02WarningMessage = {
|
|
|
6
6
|
};
|
|
7
7
|
export declare function encodeWarning(msg: NetworkedDOMV02WarningMessage, writer?: BufferWriter): BufferWriter;
|
|
8
8
|
export declare function decodeWarning(buffer: BufferReader): NetworkedDOMV02WarningMessage;
|
|
9
|
+
//# sourceMappingURL=warning.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"warning.d.ts","sourceRoot":"","sources":["../../../../src/networked-dom-v0.2/messages/from-server/warning.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,aAAa,CAC3B,GAAG,EAAE,6BAA6B,EAClC,MAAM,GAAE,YAAmC,GAC1C,YAAY,CAId;AAGD,wBAAgB,aAAa,CAAC,MAAM,EAAE,YAAY,GAAG,6BAA6B,CAMjF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/networked-dom-v0.2/messages/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mml-io/networked-dom-protocol",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
|
|
20
20
|
"test-iterate": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "c14933e0d551c0019f0a658ab7c70a857d166110"
|
|
23
23
|
}
|