@fluidframework/aqueduct 2.0.0-dev.4.3.0.157531 → 2.0.0-dev.4.3.0.158678

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.
@@ -2,7 +2,6 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
- import { IRequest, IResponse } from "@fluidframework/core-interfaces";
6
5
  import { ISharedDirectory } from "@fluidframework/map";
7
6
  import { PureDataObject } from "./pureDataObject";
8
7
  import { DataObjectTypes } from "./types";
@@ -19,10 +18,6 @@ import { DataObjectTypes } from "./types";
19
18
  export declare abstract class DataObject<I extends DataObjectTypes = DataObjectTypes> extends PureDataObject<I> {
20
19
  private internalRoot;
21
20
  private readonly rootDirectoryId;
22
- /**
23
- * {@inheritDoc PureDataObject.request}
24
- */
25
- request(request: IRequest): Promise<IResponse>;
26
21
  /**
27
22
  * The root directory will either be ready or will return an error. If an error is thrown
28
23
  * the root has not been correctly created/set.
@@ -1 +1 @@
1
- {"version":3,"file":"dataObject.d.ts","sourceRoot":"","sources":["../../src/data-objects/dataObject.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAA+B,MAAM,qBAAqB,CAAC;AAEpF,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C;;;;;;;;;GASG;AACH,8BAAsB,UAAU,CAC/B,CAAC,SAAS,eAAe,GAAG,eAAe,CAC1C,SAAQ,cAAc,CAAC,CAAC,CAAC;IAC1B,OAAO,CAAC,YAAY,CAA+B;IACnD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAU;IAE1C;;OAEG;IACU,OAAO,CAAC,OAAO,EAAE,QAAQ,GAAG,OAAO,CAAC,SAAS,CAAC;IAc3D;;;OAGG;IACH,SAAS,KAAK,IAAI,IAAI,gBAAgB,CAMrC;IAED;;;OAGG;IACU,kBAAkB,CAAC,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IA2BjE;;;OAGG;IACH,SAAS,CAAC,2BAA2B,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;CAG3D"}
1
+ {"version":3,"file":"dataObject.d.ts","sourceRoot":"","sources":["../../src/data-objects/dataObject.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,gBAAgB,EAA+B,MAAM,qBAAqB,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C;;;;;;;;;GASG;AACH,8BAAsB,UAAU,CAC/B,CAAC,SAAS,eAAe,GAAG,eAAe,CAC1C,SAAQ,cAAc,CAAC,CAAC,CAAC;IAC1B,OAAO,CAAC,YAAY,CAA+B;IACnD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAU;IAE1C;;;OAGG;IACH,SAAS,KAAK,IAAI,IAAI,gBAAgB,CAMrC;IAED;;;OAGG;IACU,kBAAkB,CAAC,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IA2BjE;;;OAGG;IACH,SAAS,CAAC,2BAA2B,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;CAG3D"}
@@ -6,7 +6,6 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.DataObject = void 0;
8
8
  const map_1 = require("@fluidframework/map");
9
- const runtime_utils_1 = require("@fluidframework/runtime-utils");
10
9
  const pureDataObject_1 = require("./pureDataObject");
11
10
  /**
12
11
  * DataObject is a base data store that is primed with a root directory. It
@@ -23,23 +22,6 @@ class DataObject extends pureDataObject_1.PureDataObject {
23
22
  super(...arguments);
24
23
  this.rootDirectoryId = "root";
25
24
  }
26
- /**
27
- * {@inheritDoc PureDataObject.request}
28
- */
29
- async request(request) {
30
- const requestParser = runtime_utils_1.RequestParser.create(request);
31
- const itemId = requestParser.pathParts[0];
32
- if (itemId === "bigBlobs") {
33
- const value = this.root.get(requestParser.pathParts.join("/"));
34
- if (value === undefined) {
35
- return (0, runtime_utils_1.create404Response)(requestParser);
36
- }
37
- return { mimeType: "fluid/object", status: 200, value };
38
- }
39
- else {
40
- return super.request(requestParser);
41
- }
42
- }
43
25
  /**
44
26
  * The root directory will either be ready or will return an error. If an error is thrown
45
27
  * the root has not been correctly created/set.
@@ -1 +1 @@
1
- {"version":3,"file":"dataObject.js","sourceRoot":"","sources":["../../src/data-objects/dataObject.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAGH,6CAAoF;AACpF,iEAAiF;AACjF,qDAAkD;AAGlD;;;;;;;;;GASG;AACH,MAAsB,UAEpB,SAAQ,+BAAiB;IAF3B;;QAIkB,oBAAe,GAAG,MAAM,CAAC;IAqE3C,CAAC;IAnEA;;OAEG;IACI,KAAK,CAAC,OAAO,CAAC,OAAiB;QACrC,MAAM,aAAa,GAAG,6BAAa,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACpD,MAAM,MAAM,GAAG,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;QAC1C,IAAI,MAAM,KAAK,UAAU,EAAE;YAC1B,MAAM,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAS,aAAa,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;YACvE,IAAI,KAAK,KAAK,SAAS,EAAE;gBACxB,OAAO,IAAA,iCAAiB,EAAC,aAAa,CAAC,CAAC;aACxC;YACD,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;SACxD;aAAM;YACN,OAAO,KAAK,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;SACpC;IACF,CAAC;IAED;;;OAGG;IACH,IAAc,IAAI;QACjB,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;YACvB,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,CAAC;SAC1D;QAED,OAAO,IAAI,CAAC,YAAY,CAAC;IAC1B,CAAC;IAED;;;OAGG;IACI,KAAK,CAAC,kBAAkB,CAAC,QAAiB;QAChD,IAAI,CAAC,QAAQ,EAAE;YACd,+EAA+E;YAC/E,IAAI,CAAC,YAAY,GAAG,qBAAe,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC;YAC/E,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,CAAC;SAClC;aAAM;YACN,oGAAoG;YACpG,IAAI,CAAC,YAAY,GAAG,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,UAAU,CACjD,IAAI,CAAC,eAAe,CACpB,CAAqB,CAAC;YAEvB,oGAAoG;YACpG,gGAAgG;YAChG,qGAAqG;YACrG,IAAI,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,KAAK,gBAAU,CAAC,IAAI,EAAE;gBAC1D,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC;oBACxB,QAAQ,EAAE,SAAS;oBACnB,SAAS,EAAE,eAAe;oBAC1B,OAAO,EACN,6EAA6E;iBAC9E,CAAC,CAAC;aACH;SACD;QAED,MAAM,KAAK,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAED;;;OAGG;IACO,2BAA2B,CAAC,IAAY;QACjD,OAAO,GAAG,IAAI,6CAA6C,CAAC;IAC7D,CAAC;CACD;AAzED,gCAyEC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IRequest, IResponse } from \"@fluidframework/core-interfaces\";\nimport { ISharedDirectory, MapFactory, SharedDirectory } from \"@fluidframework/map\";\nimport { RequestParser, create404Response } from \"@fluidframework/runtime-utils\";\nimport { PureDataObject } from \"./pureDataObject\";\nimport { DataObjectTypes } from \"./types\";\n\n/**\n * DataObject is a base data store that is primed with a root directory. It\n * ensures that it is created and ready before you can access it.\n *\n * Having a single root directory allows for easier development. Instead of creating\n * and registering channels with the runtime any new DDS that is set on the root\n * will automatically be registered.\n *\n * @typeParam I - The optional input types used to strongly type the data object\n */\nexport abstract class DataObject<\n\tI extends DataObjectTypes = DataObjectTypes,\n> extends PureDataObject<I> {\n\tprivate internalRoot: ISharedDirectory | undefined;\n\tprivate readonly rootDirectoryId = \"root\";\n\n\t/**\n\t * {@inheritDoc PureDataObject.request}\n\t */\n\tpublic async request(request: IRequest): Promise<IResponse> {\n\t\tconst requestParser = RequestParser.create(request);\n\t\tconst itemId = requestParser.pathParts[0];\n\t\tif (itemId === \"bigBlobs\") {\n\t\t\tconst value = this.root.get<string>(requestParser.pathParts.join(\"/\"));\n\t\t\tif (value === undefined) {\n\t\t\t\treturn create404Response(requestParser);\n\t\t\t}\n\t\t\treturn { mimeType: \"fluid/object\", status: 200, value };\n\t\t} else {\n\t\t\treturn super.request(requestParser);\n\t\t}\n\t}\n\n\t/**\n\t * The root directory will either be ready or will return an error. If an error is thrown\n\t * the root has not been correctly created/set.\n\t */\n\tprotected get root(): ISharedDirectory {\n\t\tif (!this.internalRoot) {\n\t\t\tthrow new Error(this.getUninitializedErrorString(`root`));\n\t\t}\n\n\t\treturn this.internalRoot;\n\t}\n\n\t/**\n\t * Initializes internal objects and calls initialization overrides.\n\t * Caller is responsible for ensuring this is only invoked once.\n\t */\n\tpublic async initializeInternal(existing: boolean): Promise<void> {\n\t\tif (!existing) {\n\t\t\t// Create a root directory and register it before calling initializingFirstTime\n\t\t\tthis.internalRoot = SharedDirectory.create(this.runtime, this.rootDirectoryId);\n\t\t\tthis.internalRoot.bindToContext();\n\t\t} else {\n\t\t\t// data store has a root directory so we just need to set it before calling initializingFromExisting\n\t\t\tthis.internalRoot = (await this.runtime.getChannel(\n\t\t\t\tthis.rootDirectoryId,\n\t\t\t)) as ISharedDirectory;\n\n\t\t\t// This will actually be an ISharedMap if the channel was previously created by the older version of\n\t\t\t// DataObject which used a SharedMap. Since SharedMap and SharedDirectory are compatible unless\n\t\t\t// SharedDirectory-only commands are used on SharedMap, this will mostly just work for compatibility.\n\t\t\tif (this.internalRoot.attributes.type === MapFactory.Type) {\n\t\t\t\tthis.runtime.logger.send({\n\t\t\t\t\tcategory: \"generic\",\n\t\t\t\t\teventName: \"MapDataObject\",\n\t\t\t\t\tmessage:\n\t\t\t\t\t\t\"Legacy document, SharedMap is masquerading as SharedDirectory in DataObject\",\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\tawait super.initializeInternal(existing);\n\t}\n\n\t/**\n\t * Generates an error string indicating an item is uninitialized.\n\t * @param item - The name of the item that was uninitialized.\n\t */\n\tprotected getUninitializedErrorString(item: string): string {\n\t\treturn `${item} must be initialized before being accessed.`;\n\t}\n}\n"]}
1
+ {"version":3,"file":"dataObject.js","sourceRoot":"","sources":["../../src/data-objects/dataObject.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,6CAAoF;AACpF,qDAAkD;AAGlD;;;;;;;;;GASG;AACH,MAAsB,UAEpB,SAAQ,+BAAiB;IAF3B;;QAIkB,oBAAe,GAAG,MAAM,CAAC;IAoD3C,CAAC;IAlDA;;;OAGG;IACH,IAAc,IAAI;QACjB,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;YACvB,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,CAAC;SAC1D;QAED,OAAO,IAAI,CAAC,YAAY,CAAC;IAC1B,CAAC;IAED;;;OAGG;IACI,KAAK,CAAC,kBAAkB,CAAC,QAAiB;QAChD,IAAI,CAAC,QAAQ,EAAE;YACd,+EAA+E;YAC/E,IAAI,CAAC,YAAY,GAAG,qBAAe,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC;YAC/E,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,CAAC;SAClC;aAAM;YACN,oGAAoG;YACpG,IAAI,CAAC,YAAY,GAAG,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,UAAU,CACjD,IAAI,CAAC,eAAe,CACpB,CAAqB,CAAC;YAEvB,oGAAoG;YACpG,gGAAgG;YAChG,qGAAqG;YACrG,IAAI,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,KAAK,gBAAU,CAAC,IAAI,EAAE;gBAC1D,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC;oBACxB,QAAQ,EAAE,SAAS;oBACnB,SAAS,EAAE,eAAe;oBAC1B,OAAO,EACN,6EAA6E;iBAC9E,CAAC,CAAC;aACH;SACD;QAED,MAAM,KAAK,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAED;;;OAGG;IACO,2BAA2B,CAAC,IAAY;QACjD,OAAO,GAAG,IAAI,6CAA6C,CAAC;IAC7D,CAAC;CACD;AAxDD,gCAwDC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { ISharedDirectory, MapFactory, SharedDirectory } from \"@fluidframework/map\";\nimport { PureDataObject } from \"./pureDataObject\";\nimport { DataObjectTypes } from \"./types\";\n\n/**\n * DataObject is a base data store that is primed with a root directory. It\n * ensures that it is created and ready before you can access it.\n *\n * Having a single root directory allows for easier development. Instead of creating\n * and registering channels with the runtime any new DDS that is set on the root\n * will automatically be registered.\n *\n * @typeParam I - The optional input types used to strongly type the data object\n */\nexport abstract class DataObject<\n\tI extends DataObjectTypes = DataObjectTypes,\n> extends PureDataObject<I> {\n\tprivate internalRoot: ISharedDirectory | undefined;\n\tprivate readonly rootDirectoryId = \"root\";\n\n\t/**\n\t * The root directory will either be ready or will return an error. If an error is thrown\n\t * the root has not been correctly created/set.\n\t */\n\tprotected get root(): ISharedDirectory {\n\t\tif (!this.internalRoot) {\n\t\t\tthrow new Error(this.getUninitializedErrorString(`root`));\n\t\t}\n\n\t\treturn this.internalRoot;\n\t}\n\n\t/**\n\t * Initializes internal objects and calls initialization overrides.\n\t * Caller is responsible for ensuring this is only invoked once.\n\t */\n\tpublic async initializeInternal(existing: boolean): Promise<void> {\n\t\tif (!existing) {\n\t\t\t// Create a root directory and register it before calling initializingFirstTime\n\t\t\tthis.internalRoot = SharedDirectory.create(this.runtime, this.rootDirectoryId);\n\t\t\tthis.internalRoot.bindToContext();\n\t\t} else {\n\t\t\t// data store has a root directory so we just need to set it before calling initializingFromExisting\n\t\t\tthis.internalRoot = (await this.runtime.getChannel(\n\t\t\t\tthis.rootDirectoryId,\n\t\t\t)) as ISharedDirectory;\n\n\t\t\t// This will actually be an ISharedMap if the channel was previously created by the older version of\n\t\t\t// DataObject which used a SharedMap. Since SharedMap and SharedDirectory are compatible unless\n\t\t\t// SharedDirectory-only commands are used on SharedMap, this will mostly just work for compatibility.\n\t\t\tif (this.internalRoot.attributes.type === MapFactory.Type) {\n\t\t\t\tthis.runtime.logger.send({\n\t\t\t\t\tcategory: \"generic\",\n\t\t\t\t\teventName: \"MapDataObject\",\n\t\t\t\t\tmessage:\n\t\t\t\t\t\t\"Legacy document, SharedMap is masquerading as SharedDirectory in DataObject\",\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\tawait super.initializeInternal(existing);\n\t}\n\n\t/**\n\t * Generates an error string indicating an item is uninitialized.\n\t * @param item - The name of the item that was uninitialized.\n\t */\n\tprotected getUninitializedErrorString(item: string): string {\n\t\treturn `${item} must be initialized before being accessed.`;\n\t}\n}\n"]}
@@ -80,6 +80,8 @@ export declare abstract class PureDataObject<I extends DataObjectTypes = DataObj
80
80
  * @param directory - directory containing the object
81
81
  * @param getObjectFromDirectory - optional callback for fetching object from the directory, allows users to
82
82
  * define custom types/getters for object retrieval
83
+ *
84
+ * @deprecated - 2.0.0-internal.4.3.0 - Will be removed in an upcoming release.
83
85
  */
84
86
  getFluidObjectFromDirectory<T extends IFluidLoadable>(key: string, directory: IDirectory, getObjectFromDirectory?: (id: string, directory: IDirectory) => IFluidHandle | undefined): Promise<T | undefined>;
85
87
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"pureDataObject.d.ts","sourceRoot":"","sources":["../../src/data-objects/pureDataObject.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,oCAAoC,CAAC;AAC5D,OAAO,EAAU,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACN,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,QAAQ,EACR,SAAS,EACT,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE5D;;;;;;GAMG;AACH,8BAAsB,cAAc,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,CAC/E,SAAQ,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,MAAM,CAC3C,YAAW,cAAc,EAAE,YAAY,EAAE,mBAAmB;IAE5D,OAAO,CAAC,SAAS,CAAS;IAE1B;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,sBAAsB,CAAC;IAEnD;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,sBAAsB,CAAC;IAEnD;;;;;;OAMG;IACH,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,wBAAwB,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAE/E,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,cAAc,CAAC,CAAC;IAExC,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;IAEjD,IAAW,QAAQ,YAElB;IAED,IAAW,EAAE,WAEZ;IACD,IAAW,YAAY,SAEtB;IACD,IAAW,cAAc,SAExB;IACD,IAAW,YAAY,uBAEtB;IAED;;OAEG;IACH,IAAW,MAAM,IAAI,YAAY,CAAC,IAAI,CAAC,CAMtC;WAEmB,aAAa,CAAC,OAAO,EAAE,sBAAsB;gBAM9C,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAsB7C;;;;;;;OAOG;IACU,OAAO,CAAC,GAAG,EAAE,QAAQ,GAAG,OAAO,CAAC,SAAS,CAAC;IAMvD;;;;;;OAMG;IACU,oBAAoB,CAAC,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAQnE;;;;;;OAMG;IACU,kBAAkB,CAAC,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAgBjE;;;;;;;OAOG;IACU,2BAA2B,CAAC,CAAC,SAAS,cAAc,EAChE,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,UAAU,EACrB,sBAAsB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,KAAK,YAAY,GAAG,SAAS,GACtF,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAWzB;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IAE9C;;;;;OAKG;cACa,qBAAqB,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,cAAc,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAE/E;;;OAGG;cACa,wBAAwB,IAAI,OAAO,CAAC,IAAI,CAAC;IAEzD;;OAEG;cACa,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IAE/C;;OAEG;IACI,OAAO,IAAI,IAAI;CAGtB"}
1
+ {"version":3,"file":"pureDataObject.d.ts","sourceRoot":"","sources":["../../src/data-objects/pureDataObject.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,oCAAoC,CAAC;AAC5D,OAAO,EAAU,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACN,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,QAAQ,EACR,SAAS,EACT,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE5D;;;;;;GAMG;AACH,8BAAsB,cAAc,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,CAC/E,SAAQ,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,MAAM,CAC3C,YAAW,cAAc,EAAE,YAAY,EAAE,mBAAmB;IAE5D,OAAO,CAAC,SAAS,CAAS;IAE1B;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,sBAAsB,CAAC;IAEnD;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,sBAAsB,CAAC;IAEnD;;;;;;OAMG;IACH,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,wBAAwB,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAE/E,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,cAAc,CAAC,CAAC;IAExC,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;IAEjD,IAAW,QAAQ,YAElB;IAED,IAAW,EAAE,WAEZ;IACD,IAAW,YAAY,SAEtB;IACD,IAAW,cAAc,SAExB;IACD,IAAW,YAAY,uBAEtB;IAED;;OAEG;IACH,IAAW,MAAM,IAAI,YAAY,CAAC,IAAI,CAAC,CAMtC;WAEmB,aAAa,CAAC,OAAO,EAAE,sBAAsB;gBAM9C,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAsB7C;;;;;;;OAOG;IACU,OAAO,CAAC,GAAG,EAAE,QAAQ,GAAG,OAAO,CAAC,SAAS,CAAC;IAMvD;;;;;;OAMG;IACU,oBAAoB,CAAC,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAQnE;;;;;;OAMG;IACU,kBAAkB,CAAC,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAgBjE;;;;;;;;;OASG;IACU,2BAA2B,CAAC,CAAC,SAAS,cAAc,EAChE,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,UAAU,EACrB,sBAAsB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,KAAK,YAAY,GAAG,SAAS,GACtF,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAWzB;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IAE9C;;;;;OAKG;cACa,qBAAqB,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,cAAc,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAE/E;;;OAGG;cACa,wBAAwB,IAAI,OAAO,CAAC,IAAI,CAAC;IAEzD;;OAEG;cACa,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IAE/C;;OAEG;IACI,OAAO,IAAI,IAAI;CAGtB"}
@@ -114,6 +114,8 @@ class PureDataObject extends common_utils_1.EventForwarder {
114
114
  * @param directory - directory containing the object
115
115
  * @param getObjectFromDirectory - optional callback for fetching object from the directory, allows users to
116
116
  * define custom types/getters for object retrieval
117
+ *
118
+ * @deprecated - 2.0.0-internal.4.3.0 - Will be removed in an upcoming release.
117
119
  */
118
120
  async getFluidObjectFromDirectory(key, directory, getObjectFromDirectory) {
119
121
  const handleMaybe = getObjectFromDirectory
@@ -1 +1 @@
1
- {"version":3,"file":"pureDataObject.js","sourceRoot":"","sources":["../../src/data-objects/pureDataObject.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IEvent } from \"@fluidframework/common-definitions\";\nimport { assert, EventForwarder } from \"@fluidframework/common-utils\";\nimport {\n\tIFluidHandle,\n\tIFluidLoadable,\n\tIFluidRouter,\n\tIProvideFluidHandle,\n\tIRequest,\n\tIResponse,\n} from \"@fluidframework/core-interfaces\";\nimport { IFluidDataStoreRuntime } from \"@fluidframework/datastore-definitions\";\nimport { IDirectory } from \"@fluidframework/map\";\nimport { IFluidDataStoreContext } from \"@fluidframework/runtime-definitions\";\nimport { AsyncFluidObjectProvider } from \"@fluidframework/synthesize\";\nimport { defaultFluidObjectRequestHandler } from \"../request-handlers\";\nimport { DataObjectTypes, IDataObjectProps } from \"./types\";\n\n/**\n * This is a bare-bones base class that does basic setup and enables for factory on an initialize call.\n * You probably don't want to inherit from this data store directly unless\n * you are creating another base data store class\n *\n * @typeParam I - The optional input types used to strongly type the data object\n */\nexport abstract class PureDataObject<I extends DataObjectTypes = DataObjectTypes>\n\textends EventForwarder<I[\"Events\"] & IEvent>\n\timplements IFluidLoadable, IFluidRouter, IProvideFluidHandle\n{\n\tprivate _disposed = false;\n\n\t/**\n\t * This is your FluidDataStoreRuntime object\n\t */\n\tprotected readonly runtime: IFluidDataStoreRuntime;\n\n\t/**\n\t * This context is used to talk up to the ContainerRuntime\n\t */\n\tprotected readonly context: IFluidDataStoreContext;\n\n\t/**\n\t * Providers are FluidObject keyed objects that provide back\n\t * a promise to the corresponding FluidObject or undefined.\n\t * Providers injected/provided by the Container and/or HostingApplication\n\t *\n\t * To define providers set FluidObject interfaces in the OptionalProviders generic type for your data store\n\t */\n\tprotected readonly providers: AsyncFluidObjectProvider<I[\"OptionalProviders\"]>;\n\n\tprotected initProps?: I[\"InitialState\"];\n\n\tprotected initializeP: Promise<void> | undefined;\n\n\tpublic get disposed() {\n\t\treturn this._disposed;\n\t}\n\n\tpublic get id() {\n\t\treturn this.runtime.id;\n\t}\n\tpublic get IFluidRouter() {\n\t\treturn this;\n\t}\n\tpublic get IFluidLoadable() {\n\t\treturn this;\n\t}\n\tpublic get IFluidHandle() {\n\t\treturn this.handle;\n\t}\n\n\t/**\n\t * Handle to a data store\n\t */\n\tpublic get handle(): IFluidHandle<this> {\n\t\t// PureDataObjectFactory already provides an entryPoint initialization function to the data store runtime,\n\t\t// so this object should always have access to a non-null entryPoint. Need to cast because PureDataObject\n\t\t// tried to be too smart with its typing for handles :).\n\t\tassert(this.runtime.entryPoint !== undefined, 0x46b /* EntryPoint was undefined */);\n\t\treturn this.runtime.entryPoint as IFluidHandle<this>;\n\t}\n\n\tpublic static async getDataObject(runtime: IFluidDataStoreRuntime) {\n\t\tconst obj = await runtime.entryPoint?.get();\n\t\tassert(obj !== undefined, 0x0bc /* \"The runtime's handle is not initialized yet!\" */);\n\t\treturn obj as PureDataObject;\n\t}\n\n\tpublic constructor(props: IDataObjectProps<I>) {\n\t\tsuper();\n\t\tthis.runtime = props.runtime;\n\t\tthis.context = props.context;\n\t\tthis.providers = props.providers;\n\t\tthis.initProps = props.initProps;\n\n\t\tassert(\n\t\t\t(this.runtime as any)._dataObject === undefined,\n\t\t\t0x0bd /* \"Object runtime already has DataObject!\" */,\n\t\t);\n\t\t(this.runtime as any)._dataObject = this;\n\n\t\t// Container event handlers\n\t\tthis.runtime.once(\"dispose\", () => {\n\t\t\tthis._disposed = true;\n\t\t\tthis.dispose();\n\t\t});\n\t}\n\n\t// #region IFluidRouter\n\n\t/**\n\t * Return this object if someone requests it directly\n\t * We will return this object in two scenarios:\n\t *\n\t * 1. the request url is a \"/\"\n\t *\n\t * 2. the request url is empty\n\t */\n\tpublic async request(req: IRequest): Promise<IResponse> {\n\t\treturn defaultFluidObjectRequestHandler(this, req);\n\t}\n\n\t// #endregion IFluidRouter\n\n\t/**\n\t * Call this API to ensure PureDataObject is fully initialized.\n\t * Initialization happens on demand, only on as-needed bases.\n\t * In most cases you should allow factory/object to decide when to finish initialization.\n\t * But if you are supplying your own implementation of DataStoreRuntime factory and overriding some methods\n\t * and need a fully initialized object, then you can call this API to ensure object is fully initialized.\n\t */\n\tpublic async finishInitialization(existing: boolean): Promise<void> {\n\t\tif (this.initializeP !== undefined) {\n\t\t\treturn this.initializeP;\n\t\t}\n\t\tthis.initializeP = this.initializeInternal(existing);\n\t\treturn this.initializeP;\n\t}\n\n\t/**\n\t * Internal initialize implementation. Overwriting this will change the flow of the PureDataObject and should\n\t * generally not be done.\n\t *\n\t * Calls initializingFirstTime, initializingFromExisting, and hasInitialized. Caller is\n\t * responsible for ensuring this is only invoked once.\n\t */\n\tpublic async initializeInternal(existing: boolean): Promise<void> {\n\t\tawait this.preInitialize();\n\t\tif (existing) {\n\t\t\tassert(\n\t\t\t\tthis.initProps === undefined,\n\t\t\t\t0x0be /* \"Trying to initialize from existing while initProps is set!\" */,\n\t\t\t);\n\t\t\tawait this.initializingFromExisting();\n\t\t} else {\n\t\t\tawait this.initializingFirstTime(\n\t\t\t\t(this.context.createProps as I[\"InitialState\"]) ?? this.initProps,\n\t\t\t);\n\t\t}\n\t\tawait this.hasInitialized();\n\t}\n\n\t/**\n\t * Retrieve Fluid object using the handle get\n\t *\n\t * @param key - key that object (handle/id) is stored with in the directory\n\t * @param directory - directory containing the object\n\t * @param getObjectFromDirectory - optional callback for fetching object from the directory, allows users to\n\t * define custom types/getters for object retrieval\n\t */\n\tpublic async getFluidObjectFromDirectory<T extends IFluidLoadable>(\n\t\tkey: string,\n\t\tdirectory: IDirectory,\n\t\tgetObjectFromDirectory?: (id: string, directory: IDirectory) => IFluidHandle | undefined,\n\t): Promise<T | undefined> {\n\t\tconst handleMaybe = getObjectFromDirectory\n\t\t\t? getObjectFromDirectory(key, directory)\n\t\t\t: directory.get(key);\n\t\tconst handle = handleMaybe?.IFluidHandle;\n\t\tif (handle) {\n\t\t\t// eslint-disable-next-line @typescript-eslint/no-unsafe-return\n\t\t\treturn handle.get();\n\t\t}\n\t}\n\n\t/**\n\t * Called every time the data store is initialized, before initializingFirstTime or\n\t * initializingFromExisting is called.\n\t */\n\tprotected async preInitialize(): Promise<void> {}\n\n\t/**\n\t * Called the first time the data store is initialized (new creations with a new\n\t * data store runtime)\n\t *\n\t * @param props - Optional props to be passed in on create\n\t */\n\tprotected async initializingFirstTime(props?: I[\"InitialState\"]): Promise<void> {}\n\n\t/**\n\t * Called every time but the first time the data store is initialized (creations\n\t * with an existing data store runtime)\n\t */\n\tprotected async initializingFromExisting(): Promise<void> {}\n\n\t/**\n\t * Called every time the data store is initialized after create or existing.\n\t */\n\tprotected async hasInitialized(): Promise<void> {}\n\n\t/**\n\t * Called when the host container closes and disposes itself\n\t */\n\tpublic dispose(): void {\n\t\tsuper.dispose();\n\t}\n}\n"]}
1
+ {"version":3,"file":"pureDataObject.js","sourceRoot":"","sources":["../../src/data-objects/pureDataObject.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IEvent } from \"@fluidframework/common-definitions\";\nimport { assert, EventForwarder } from \"@fluidframework/common-utils\";\nimport {\n\tIFluidHandle,\n\tIFluidLoadable,\n\tIFluidRouter,\n\tIProvideFluidHandle,\n\tIRequest,\n\tIResponse,\n} from \"@fluidframework/core-interfaces\";\nimport { IFluidDataStoreRuntime } from \"@fluidframework/datastore-definitions\";\nimport { IDirectory } from \"@fluidframework/map\";\nimport { IFluidDataStoreContext } from \"@fluidframework/runtime-definitions\";\nimport { AsyncFluidObjectProvider } from \"@fluidframework/synthesize\";\nimport { defaultFluidObjectRequestHandler } from \"../request-handlers\";\nimport { DataObjectTypes, IDataObjectProps } from \"./types\";\n\n/**\n * This is a bare-bones base class that does basic setup and enables for factory on an initialize call.\n * You probably don't want to inherit from this data store directly unless\n * you are creating another base data store class\n *\n * @typeParam I - The optional input types used to strongly type the data object\n */\nexport abstract class PureDataObject<I extends DataObjectTypes = DataObjectTypes>\n\textends EventForwarder<I[\"Events\"] & IEvent>\n\timplements IFluidLoadable, IFluidRouter, IProvideFluidHandle\n{\n\tprivate _disposed = false;\n\n\t/**\n\t * This is your FluidDataStoreRuntime object\n\t */\n\tprotected readonly runtime: IFluidDataStoreRuntime;\n\n\t/**\n\t * This context is used to talk up to the ContainerRuntime\n\t */\n\tprotected readonly context: IFluidDataStoreContext;\n\n\t/**\n\t * Providers are FluidObject keyed objects that provide back\n\t * a promise to the corresponding FluidObject or undefined.\n\t * Providers injected/provided by the Container and/or HostingApplication\n\t *\n\t * To define providers set FluidObject interfaces in the OptionalProviders generic type for your data store\n\t */\n\tprotected readonly providers: AsyncFluidObjectProvider<I[\"OptionalProviders\"]>;\n\n\tprotected initProps?: I[\"InitialState\"];\n\n\tprotected initializeP: Promise<void> | undefined;\n\n\tpublic get disposed() {\n\t\treturn this._disposed;\n\t}\n\n\tpublic get id() {\n\t\treturn this.runtime.id;\n\t}\n\tpublic get IFluidRouter() {\n\t\treturn this;\n\t}\n\tpublic get IFluidLoadable() {\n\t\treturn this;\n\t}\n\tpublic get IFluidHandle() {\n\t\treturn this.handle;\n\t}\n\n\t/**\n\t * Handle to a data store\n\t */\n\tpublic get handle(): IFluidHandle<this> {\n\t\t// PureDataObjectFactory already provides an entryPoint initialization function to the data store runtime,\n\t\t// so this object should always have access to a non-null entryPoint. Need to cast because PureDataObject\n\t\t// tried to be too smart with its typing for handles :).\n\t\tassert(this.runtime.entryPoint !== undefined, 0x46b /* EntryPoint was undefined */);\n\t\treturn this.runtime.entryPoint as IFluidHandle<this>;\n\t}\n\n\tpublic static async getDataObject(runtime: IFluidDataStoreRuntime) {\n\t\tconst obj = await runtime.entryPoint?.get();\n\t\tassert(obj !== undefined, 0x0bc /* \"The runtime's handle is not initialized yet!\" */);\n\t\treturn obj as PureDataObject;\n\t}\n\n\tpublic constructor(props: IDataObjectProps<I>) {\n\t\tsuper();\n\t\tthis.runtime = props.runtime;\n\t\tthis.context = props.context;\n\t\tthis.providers = props.providers;\n\t\tthis.initProps = props.initProps;\n\n\t\tassert(\n\t\t\t(this.runtime as any)._dataObject === undefined,\n\t\t\t0x0bd /* \"Object runtime already has DataObject!\" */,\n\t\t);\n\t\t(this.runtime as any)._dataObject = this;\n\n\t\t// Container event handlers\n\t\tthis.runtime.once(\"dispose\", () => {\n\t\t\tthis._disposed = true;\n\t\t\tthis.dispose();\n\t\t});\n\t}\n\n\t// #region IFluidRouter\n\n\t/**\n\t * Return this object if someone requests it directly\n\t * We will return this object in two scenarios:\n\t *\n\t * 1. the request url is a \"/\"\n\t *\n\t * 2. the request url is empty\n\t */\n\tpublic async request(req: IRequest): Promise<IResponse> {\n\t\treturn defaultFluidObjectRequestHandler(this, req);\n\t}\n\n\t// #endregion IFluidRouter\n\n\t/**\n\t * Call this API to ensure PureDataObject is fully initialized.\n\t * Initialization happens on demand, only on as-needed bases.\n\t * In most cases you should allow factory/object to decide when to finish initialization.\n\t * But if you are supplying your own implementation of DataStoreRuntime factory and overriding some methods\n\t * and need a fully initialized object, then you can call this API to ensure object is fully initialized.\n\t */\n\tpublic async finishInitialization(existing: boolean): Promise<void> {\n\t\tif (this.initializeP !== undefined) {\n\t\t\treturn this.initializeP;\n\t\t}\n\t\tthis.initializeP = this.initializeInternal(existing);\n\t\treturn this.initializeP;\n\t}\n\n\t/**\n\t * Internal initialize implementation. Overwriting this will change the flow of the PureDataObject and should\n\t * generally not be done.\n\t *\n\t * Calls initializingFirstTime, initializingFromExisting, and hasInitialized. Caller is\n\t * responsible for ensuring this is only invoked once.\n\t */\n\tpublic async initializeInternal(existing: boolean): Promise<void> {\n\t\tawait this.preInitialize();\n\t\tif (existing) {\n\t\t\tassert(\n\t\t\t\tthis.initProps === undefined,\n\t\t\t\t0x0be /* \"Trying to initialize from existing while initProps is set!\" */,\n\t\t\t);\n\t\t\tawait this.initializingFromExisting();\n\t\t} else {\n\t\t\tawait this.initializingFirstTime(\n\t\t\t\t(this.context.createProps as I[\"InitialState\"]) ?? this.initProps,\n\t\t\t);\n\t\t}\n\t\tawait this.hasInitialized();\n\t}\n\n\t/**\n\t * Retrieve Fluid object using the handle get\n\t *\n\t * @param key - key that object (handle/id) is stored with in the directory\n\t * @param directory - directory containing the object\n\t * @param getObjectFromDirectory - optional callback for fetching object from the directory, allows users to\n\t * define custom types/getters for object retrieval\n\t *\n\t * @deprecated - 2.0.0-internal.4.3.0 - Will be removed in an upcoming release.\n\t */\n\tpublic async getFluidObjectFromDirectory<T extends IFluidLoadable>(\n\t\tkey: string,\n\t\tdirectory: IDirectory,\n\t\tgetObjectFromDirectory?: (id: string, directory: IDirectory) => IFluidHandle | undefined,\n\t): Promise<T | undefined> {\n\t\tconst handleMaybe = getObjectFromDirectory\n\t\t\t? getObjectFromDirectory(key, directory)\n\t\t\t: directory.get(key);\n\t\tconst handle = handleMaybe?.IFluidHandle;\n\t\tif (handle) {\n\t\t\t// eslint-disable-next-line @typescript-eslint/no-unsafe-return\n\t\t\treturn handle.get();\n\t\t}\n\t}\n\n\t/**\n\t * Called every time the data store is initialized, before initializingFirstTime or\n\t * initializingFromExisting is called.\n\t */\n\tprotected async preInitialize(): Promise<void> {}\n\n\t/**\n\t * Called the first time the data store is initialized (new creations with a new\n\t * data store runtime)\n\t *\n\t * @param props - Optional props to be passed in on create\n\t */\n\tprotected async initializingFirstTime(props?: I[\"InitialState\"]): Promise<void> {}\n\n\t/**\n\t * Called every time but the first time the data store is initialized (creations\n\t * with an existing data store runtime)\n\t */\n\tprotected async initializingFromExisting(): Promise<void> {}\n\n\t/**\n\t * Called every time the data store is initialized after create or existing.\n\t */\n\tprotected async hasInitialized(): Promise<void> {}\n\n\t/**\n\t * Called when the host container closes and disposes itself\n\t */\n\tpublic dispose(): void {\n\t\tsuper.dispose();\n\t}\n}\n"]}
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es5.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.dom.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../common/core-interfaces/dist/fluidRouter.d.ts","../../../../common/core-interfaces/dist/provider.d.ts","../../../../common/core-interfaces/dist/handles.d.ts","../../../../common/core-interfaces/dist/fluidLoadable.d.ts","../../../../common/core-interfaces/dist/fluidPackage.d.ts","../../../../common/core-interfaces/dist/index.d.ts","../../../../runtime/runtime-utils/dist/dataStoreHandleContextUtils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-definitions@0.20.1/node_modules/@fluidframework/common-definitions/dist/disposable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-definitions@0.20.1/node_modules/@fluidframework/common-definitions/dist/events.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-definitions@0.20.1/node_modules/@fluidframework/common-definitions/dist/logger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-definitions@0.20.1/node_modules/@fluidframework/common-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/users.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/clients.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/config.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/consensus.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/date.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/protocol.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/scopes.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/tokens.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/sockets.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/storage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/summary.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/index.d.ts","../../../../runtime/runtime-definitions/dist/attribution.d.ts","../../../../../node_modules/.pnpm/@types+events@3.0.0/node_modules/@types/events/index.d.ts","../../../../common/container-definitions/dist/audience.d.ts","../../../../common/container-definitions/dist/fluidPackage.d.ts","../../../../common/container-definitions/dist/browserPackage.d.ts","../../../../common/container-definitions/dist/deltas.d.ts","../../../../common/container-definitions/dist/error.d.ts","../../../../common/driver-definitions/dist/urlResolver.d.ts","../../../../common/driver-definitions/dist/driverError.d.ts","../../../../common/driver-definitions/dist/storage.d.ts","../../../../common/driver-definitions/dist/index.d.ts","../../../../common/container-definitions/dist/runtime.d.ts","../../../../common/container-definitions/dist/fluidModule.d.ts","../../../../common/container-definitions/dist/loader.d.ts","../../../../common/container-definitions/dist/index.d.ts","../../../../runtime/runtime-definitions/dist/dataStoreFactory.d.ts","../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts","../../../../runtime/runtime-definitions/dist/garbageCollection.d.ts","../../../../runtime/runtime-definitions/dist/protocol.d.ts","../../../../runtime/runtime-definitions/dist/summary.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/identifiers.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/persisted-types/0.0.1.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/persisted-types/index.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/idCompressor.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/index.d.ts","../../../../runtime/runtime-definitions/dist/dataStoreContext.d.ts","../../../../runtime/runtime-definitions/dist/index.d.ts","../../../../runtime/runtime-utils/dist/dataStoreHelpers.d.ts","../../../../runtime/datastore-definitions/dist/storage.d.ts","../../../../runtime/datastore-definitions/dist/dataStoreRuntime.d.ts","../../../../runtime/datastore-definitions/dist/channel.d.ts","../../../../runtime/datastore-definitions/dist/jsonable.d.ts","../../../../runtime/datastore-definitions/dist/serializable.d.ts","../../../../runtime/datastore-definitions/dist/index.d.ts","../../../../runtime/runtime-utils/dist/objectstoragepartition.d.ts","../../../../runtime/runtime-utils/dist/objectstorageutils.d.ts","../../../../runtime/runtime-utils/dist/requestParser.d.ts","../../../../runtime/container-runtime-definitions/dist/containerRuntime.d.ts","../../../../runtime/container-runtime-definitions/dist/index.d.ts","../../../../runtime/runtime-utils/dist/runtimeFactoryHelper.d.ts","../../../../runtime/runtime-utils/dist/summaryUtils.d.ts","../../../../runtime/runtime-utils/dist/unpackUsedRoutes.d.ts","../../../../runtime/runtime-utils/dist/utils.d.ts","../../../../runtime/runtime-utils/dist/index.d.ts","../../../request-handler/dist/requestHandlers.d.ts","../../../request-handler/dist/runtimeRequestHandlerBuilder.d.ts","../../../request-handler/dist/index.d.ts","../../../view-interfaces/dist/mountableView.d.ts","../../../view-interfaces/dist/index.d.ts","../request-handlers/requestHandlers.d.ts","../request-handlers/index.d.ts","../../src/test/defaultRoute.spec.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/attribution.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/provider.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/handles.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/fluidLoadable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/fluidPackage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/audience.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/fluidPackage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/browserPackage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/deltas.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/error.d.ts","../../../../../node_modules/.pnpm/@fluidframework+driver-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/driver-definitions/dist/urlResolver.d.ts","../../../../../node_modules/.pnpm/@fluidframework+driver-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/driver-definitions/dist/driverError.d.ts","../../../../../node_modules/.pnpm/@fluidframework+driver-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/driver-definitions/dist/storage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+driver-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/driver-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/runtime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/fluidModule.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/loader.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/dataStoreFactory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/dataStoreRegistry.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/garbageCollection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/protocol.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/summary.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/dataStoreContext.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/storage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/dataStoreRuntime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/channel.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/jsonable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/serializable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+synthesize@2.0.0-internal.4.1.0/node_modules/@fluidframework/synthesize/dist/types.d.ts","../../../../../node_modules/.pnpm/@fluidframework+synthesize@2.0.0-internal.4.1.0/node_modules/@fluidframework/synthesize/dist/IFluidDependencySynthesizer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+synthesize@2.0.0-internal.4.1.0/node_modules/@fluidframework/synthesize/dist/dependencyContainer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+synthesize@2.0.0-internal.4.1.0/node_modules/@fluidframework/synthesize/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore/dist/fluidHandle.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/assert.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/base64Encoding.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/bufferShared.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/delay.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/disposal.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/typedEventEmitter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/eventForwarder.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/heap.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/bufferNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/hashFileNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/performanceIsomorphic.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/performanceNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/indexNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/lazy.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/logger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/promiseCache.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/promises.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/rangeTracker.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/rateLimiter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/safeParser.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/timer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/trace.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/unreachable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore/dist/dataStoreRuntime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/serializer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/config.d.ts","../../../../../node_modules/.pnpm/@types+ms@0.7.31/node_modules/@types/ms/index.d.ts","../../../../../node_modules/.pnpm/@types+debug@4.1.7/node_modules/@types/debug/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/telemetryTypes.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/logger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/debugLogger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/fluidErrorBase.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/errorLogging.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/eventEmitterWithErrorHandling.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/events.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/mockLogger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/thresholdCounter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/sampledTelemetryHelper.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/utils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/summarySerializer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/types.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/sharedObject.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/utils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/valueType.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/interfaces.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/localValues.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/directory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/map.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-objects/types.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-objects/pureDataObject.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-objects/dataObject.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-objects/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime-definitions/dist/containerRuntime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-object-factories/pureDataObjectFactory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-object-factories/dataObjectFactory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-object-factories/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/blobManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/orderedClientElection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summaryCollection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summaryGenerator.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerTypes.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/runningSummarizer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/runWhileConnectedCoordinator.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerClientElection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerHeuristics.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/dataStoreHandleContextUtils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/dataStoreHelpers.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/objectstoragepartition.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/objectstorageutils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/requestParser.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/runtimeFactoryHelper.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/summaryUtils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/unpackUsedRoutes.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/utils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerNode/summarizerNodeUtils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerNode/summarizerNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerNode/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcDefinitions.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/garbageCollection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcSummaryDefinitions.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcHelpers.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcReferenceGraphAlgorithm.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcSummaryStateTracker.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcSweepReadyUsageDetection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcUnreferencedStateTracker.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summaryFormat.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/throttler.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summaryManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/containerRuntime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/dataStoreRegistry.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/definitions.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/batchManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/pendingStateManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/opCompressor.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/opGroupingManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/opSplitter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/outbox.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/opDecompressor.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/remoteMessageProcessor.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+request-handler@2.0.0-internal.4.1.0/node_modules/@fluidframework/request-handler/dist/requestHandlers.d.ts","../../../../../node_modules/.pnpm/@fluidframework+request-handler@2.0.0-internal.4.1.0/node_modules/@fluidframework/request-handler/dist/runtimeRequestHandlerBuilder.d.ts","../../../../../node_modules/.pnpm/@fluidframework+request-handler@2.0.0-internal.4.1.0/node_modules/@fluidframework/request-handler/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/container-runtime-factories/baseContainerRuntimeFactory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/container-runtime-factories/containerRuntimeFactoryWithDefaultDataStore.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/container-runtime-factories/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+view-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/view-interfaces/dist/mountableView.d.ts","../../../../../node_modules/.pnpm/@fluidframework+view-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/view-interfaces/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/request-handlers/requestHandlers.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/request-handlers/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/utils/containerInteractions.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/utils/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/index.d.ts","../../../synthesize/dist/types.d.ts","../../../synthesize/dist/IFluidDependencySynthesizer.d.ts","../../../synthesize/dist/dependencyContainer.d.ts","../../../synthesize/dist/index.d.ts","../../../../runtime/datastore/dist/fluidHandle.d.ts","../../../../runtime/datastore/dist/dataStoreRuntime.d.ts","../../../../runtime/datastore/dist/index.d.ts","../../../../dds/shared-object-base/dist/serializer.d.ts","../../../../utils/telemetry-utils/dist/config.d.ts","../../../../utils/telemetry-utils/dist/telemetryTypes.d.ts","../../../../utils/telemetry-utils/dist/logger.d.ts","../../../../utils/telemetry-utils/dist/debugLogger.d.ts","../../../../utils/telemetry-utils/dist/fluidErrorBase.d.ts","../../../../utils/telemetry-utils/dist/errorLogging.d.ts","../../../../utils/telemetry-utils/dist/eventEmitterWithErrorHandling.d.ts","../../../../utils/telemetry-utils/dist/events.d.ts","../../../../utils/telemetry-utils/dist/mockLogger.d.ts","../../../../utils/telemetry-utils/dist/thresholdCounter.d.ts","../../../../utils/telemetry-utils/dist/sampledTelemetryHelper.d.ts","../../../../utils/telemetry-utils/dist/utils.d.ts","../../../../utils/telemetry-utils/dist/index.d.ts","../../../../dds/shared-object-base/dist/summarySerializer.d.ts","../../../../dds/shared-object-base/dist/types.d.ts","../../../../dds/shared-object-base/dist/sharedObject.d.ts","../../../../dds/shared-object-base/dist/utils.d.ts","../../../../dds/shared-object-base/dist/valueType.d.ts","../../../../dds/shared-object-base/dist/index.d.ts","../../../../dds/map/dist/interfaces.d.ts","../../../../dds/map/dist/localValues.d.ts","../../../../dds/map/dist/directory.d.ts","../../../../dds/map/dist/map.d.ts","../../../../dds/map/dist/index.d.ts","../data-objects/types.d.ts","../data-objects/pureDataObject.d.ts","../data-objects/dataObject.d.ts","../data-objects/index.d.ts","../data-object-factories/pureDataObjectFactory.d.ts","../data-object-factories/dataObjectFactory.d.ts","../data-object-factories/index.d.ts","../../../../runtime/container-runtime/dist/blobManager.d.ts","../../../../runtime/container-runtime/dist/summary/orderedClientElection.d.ts","../../../../runtime/container-runtime/dist/summary/summaryCollection.d.ts","../../../../runtime/container-runtime/dist/summary/summaryGenerator.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerTypes.d.ts","../../../../runtime/container-runtime/dist/summary/runningSummarizer.d.ts","../../../../runtime/container-runtime/dist/summary/runWhileConnectedCoordinator.d.ts","../../../../runtime/container-runtime/dist/summary/summarizer.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerClientElection.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerHeuristics.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerNode/summarizerNodeUtils.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerNode/summarizerNode.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerNode/index.d.ts","../../../../runtime/container-runtime/dist/gc/gcDefinitions.d.ts","../../../../runtime/container-runtime/dist/gc/garbageCollection.d.ts","../../../../runtime/container-runtime/dist/gc/gcSummaryDefinitions.d.ts","../../../../runtime/container-runtime/dist/gc/gcHelpers.d.ts","../../../../runtime/container-runtime/dist/gc/gcReferenceGraphAlgorithm.d.ts","../../../../runtime/container-runtime/dist/gc/gcSummaryStateTracker.d.ts","../../../../runtime/container-runtime/dist/gc/gcSweepReadyUsageDetection.d.ts","../../../../runtime/container-runtime/dist/gc/gcUnreferencedStateTracker.d.ts","../../../../runtime/container-runtime/dist/gc/index.d.ts","../../../../runtime/container-runtime/dist/summary/summaryFormat.d.ts","../../../../runtime/container-runtime/dist/throttler.d.ts","../../../../runtime/container-runtime/dist/summary/summaryManager.d.ts","../../../../runtime/container-runtime/dist/summary/index.d.ts","../../../../runtime/container-runtime/dist/containerRuntime.d.ts","../../../../runtime/container-runtime/dist/dataStoreRegistry.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/definitions.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/batchManager.d.ts","../../../../runtime/container-runtime/dist/pendingStateManager.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/opCompressor.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/opGroupingManager.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/opSplitter.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/outbox.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/opDecompressor.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/remoteMessageProcessor.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/index.d.ts","../../../../runtime/container-runtime/dist/id-compressor/idCompressor.d.ts","../../../../runtime/container-runtime/dist/id-compressor/idRange.d.ts","../../../../runtime/container-runtime/dist/id-compressor/numericUuid.d.ts","../../../../runtime/container-runtime/dist/id-compressor/uuidUtilities.d.ts","../../../../runtime/container-runtime/dist/id-compressor/sessionIdNormalizer.d.ts","../../../../runtime/container-runtime/dist/id-compressor/utils.d.ts","../../../../runtime/container-runtime/dist/id-compressor/index.d.ts","../../../../runtime/container-runtime/dist/index.d.ts","../container-runtime-factories/baseContainerRuntimeFactory.d.ts","../container-runtime-factories/containerRuntimeFactoryWithDefaultDataStore.d.ts","../container-runtime-factories/index.d.ts","../utils/containerInteractions.d.ts","../utils/index.d.ts","../index.d.ts","../../src/test/types/validateAqueductPrevious.generated.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/assert.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/globals.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/buffer.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/child_process.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/cluster.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/console.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/constants.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/crypto.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/dgram.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/dns.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/domain.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/events.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/fs.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/http.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/http2.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/https.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/inspector.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/module.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/net.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/os.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/path.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/process.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/punycode.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/querystring.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/readline.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/repl.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/stream.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/timers.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/tls.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/trace_events.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/tty.d.ts","../../../../../node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/decode.d.ts","../../../../../node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/encode.d.ts","../../../../../node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/index.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/url.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/util.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/v8.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/vm.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/wasi.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/zlib.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/globals.global.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/index.d.ts","../../../../../node_modules/.pnpm/@types+mocha@9.1.1/node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"927cb2b60048e1395b183bf74b2b80a75bdb1dbe384e1d9fac654313ea2fb136","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"766d8c595f94c9fe9dbb779b60d7a4d6d7a6526ef22090ccedbc658c2d8c77e0","9854b932fac96f1fbec20a3457567aeb9c9d5605e1cb6075089d9e31e91207f0","42f35378f00626bd70026a9d977901214a00c43c67477d3a53fa6bbf5979d153","8692a1ed3a979fa000b62e01f8d33cf940e030b7af50945176428f9cdd4dca80","4426d86955701c6eb4c29141a9f95bb38506be1430fca5c468367bd9f605b13c","85aae8290e234b6331257b6154eacce06827b9f65356c484e378cd52c1ad4066","364a664124450723d4003b59212e6291445df626c9935ed2c1b25ccc98e5eec1","739e7da9825029dead52b83a8e58525f8ecc5881ed25eb09744c9cad3ad90233","471510298742cdd3a5613a7eb84efd472abc2ef8bae510a767ac0bff05d3ae9d","d2de12ae0f86d9dae881b4c1534063fce79b19035c1b507954b11b062ece6dc7","910acae3ceaba3aba35fb52656476aca547b1585f4a10cc272acb50bb08692a6","7da49d6be542ee6f7f8810a19ffe351a93562ea99ac68a93d0a701f344389b05","c21365787186bd17f0ed204809bdfd0b50130494593fd1c0657b5b1a2d87afcc","3e429571f8c1d2355f0c105b706308a24d39b8949ca5868173cf0f75f8e40f49","0f75868c59fb4a2a90c582e505f1430589b7b1e104717bb8e815b20be65d6aa2","7c3f74377e2f69f3af629df55db463ac4925387856002def14fe1315b8d510f3","9e7837caf43767e2f545a9eecf95e7dbf35bc8f2bb18ca862e7a176613016571","66489d246ba00e82db76453f7be5be7cd675c142889b72a1ff55ca0217eb1d79","57c96478eedfdd3475a42d496d9657d8630923f67f948ecbb778c6b648816fb8","3688605c5b12fec84e5df13f5c929eb7587ec78ff0d24c66b5aa5d9efb0e3bcc","d630dd5a555d7beaf46fb9c7eab8189bb9f2fe92162a51d7a9c4093779df052c","1e1d138e69649922c821f854eb00ba9810589aebef9b4750ca0da9b245aa5854","aed2635e02adec91ce142ee599b4fdef2f1be7dcf453f3257243bad8017dfca6","5b2debe8985bcff53d529e829cd163fc3dbfd172eab26eba2836efc4d093e198","400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935","62cccb71cc5f41ae03c8167140da03f442a7cd816a0a987136419fbb87d89227","58387e8de574c692d78eaa4dfc42889e8e454f616eedff84419ab6726f752f88","b7cf610e8c794ad23f19212c6038eb3b08eda1d55ed49eba4fc1349e3cf7196e","d1477aaec63eee2f64b574b1f911611d9a8edfb946e4e521a0ccf01156a556e6","4f93bb3dc5265f718868313ac7b02e101120e80f1065377875104b5aaf387c70","a417abc4546a6fc5ade71e444d1f2e1d6e0b43d0c5b94878622195ecaa9c5c13","681cc197a3dda661c77dfc404bc48db71228ffbdbb785000bc51199449648b1a","2ef4d3400003302259a7f9e54a21560dac5b9a6af4138ebfa94ee3bbd740cf12","0a0e3819381a68aa4688d493c5bb5d45f08c2662bd13367e7a5aeae88409a4f3","814e7cfb5b71e8723a37e6d531282aadde14ea2796b4405481a258c436fa98fc","8023ac345236d4f16563d8dee36b7db6a3b58d2d478c2de674cbd70ce0249737","ee24cb2ebeb02be9f460ac80051196736c2b5582c972f50c3010bb5abdffbc7f","32e3bfb86d5c8e7b6b6fc0d571a5397b1138e18af6febe034367373bd3cfcfa3","bcb2b5ec9bb438a4a2ec0b66e7c623ed32784dedc3ef49b6ef48c700085dd803","679b5b0c89d9f3dc3b64bbb73ac7172b8ca05b9e26ef502f52a71c3411c84723","9f60552d7e485c84c18e4b6456500b291e91467fb998efd27ff65b9a5443b6c1","159e48a2b2e5e45a9902696f1f0871cb883db2b33b34558a31848432abd53cea","657eafddaa9237ad9997f190c9fc59125af3ed357e4153152f91ebe6fce290ba","e0c19c54361dbae30ecc8b49845230eed3f36209a717393bd3ead1ff7643e649","c48b614bb1becb2573740883e1b8c1cd0f182d49be7f74ddae3ff063c539e1ba","580a2117aabc8b1077710401f7ee90cd675bc5c2a28e4c00ef3ac3f139aabe25","e3ec0cbe82030d5f50c79438c280cc86bed1dabe581d59722134697d93146230","a3002007d937e78177933c60a3f3e16b9d8957cd7f2971f9cb49f46a28e5b650","f3b614cc4bd552b052ee6bfe1b7f1a9dd0dc250768932466e4c333f82acad22a","1f4482b79987ce7ee878052d6c90062db43f10b3a0dcf7292613a361691502e8","a535e87337aadbfd4a00b3cf9d03df6f176289942a8d68bcbdd9433b16e87871","f2f75931453414c93a462e16d1c8705792402836c8337616de10260a7740606e","9c310612ad44efa4c42dccff1dd16aa8a63e7dcb3ad559c542fcfa55fa7843b9","b6ce253c55df3ad7be069ed10ce43c6aee0614c76fbb16556f6dba84be466021","829c10c3b482cb6b308f1b4c38a650f08e81cad6eb92218d0ba269b2f525c412","4875b165a1ebddf149079cce60a3146443e6f6798e094c2dc5f3c109e2ecf14b","89113d949c98774f47f96209bd076d6b53085b1b908fb86f694633873ddb8ca1","cd4133865bd32a8dc56c8359e213449a6b6191fdd43d9df3359cb828a67732f0","056ef2d280a5c3c35f50743817bcb7ecf6b20dc66e68f5c8498a4b50851289ec","8915668a1856ed2d31f2e798ddd16d784c0eb614cb305fd61bece54ca856bc83","b95621b8fa79b2208831e9919ff91d4eeea36968cba745ee3d6b380178d97c9e","f62b6dd8b5e1a5b27e293ea488a227ed240cf20015f2a36702035217988e3c38","5c830afbe78b9d1d0290ac5e29698fc61608a0fc2236d43db817d960884a2ddf","179e5c84b114cafcb58b98e46c8fafd258160298f671cbb72941e769c1d1185d","9a497ec431df279242fb31fac6f8d5d699e7b011be4456944b0746a7df46eab9","1d7ed6fd0c261ed3928aa9e1c02844e3032829d41529d7c153440de945eb693a","b4c20d2341d511847b2691adb47fa0b51283e3e86cb95923351ad9fe9d7c65c4","3356e68d90afbb1ff2e837c04b3d58f597a04b28379036e96719d2bb05cd211c","9565d58c480e8ac84d64802e1edab4ce7ecb416642e7aef1caaf5a4f48fc7617","e71d4f3635270eb9a409ddbc5603261cfd6caa97f7b5e1e7ec719e2207a0d122","d222657ed86e3666f87d8dfea01469fd3bb844672c2e1325b0eb72abd4d44ec4","205013fb18b1d9455fbf7b4137948d4127b1e2ad8d2f8e0f60169c1d3c509d7e","a83437f25e227959be52cba3abdd5a23650c57f7d985dcd5240123c9fbe060d5","fb6a7613fdd90e83523c205db058e5808a6fb26827c8c26be47b17e750c344d9","5796c5913eb67ffc0a2a9109e1dfd0605d213045ed3f20893aea9ba6e96433f2","5b2debe8985bcff53d529e829cd163fc3dbfd172eab26eba2836efc4d093e198","766d8c595f94c9fe9dbb779b60d7a4d6d7a6526ef22090ccedbc658c2d8c77e0","9854b932fac96f1fbec20a3457567aeb9c9d5605e1cb6075089d9e31e91207f0","42f35378f00626bd70026a9d977901214a00c43c67477d3a53fa6bbf5979d153","8692a1ed3a979fa000b62e01f8d33cf940e030b7af50945176428f9cdd4dca80","4426d86955701c6eb4c29141a9f95bb38506be1430fca5c468367bd9f605b13c","85aae8290e234b6331257b6154eacce06827b9f65356c484e378cd52c1ad4066","62cccb71cc5f41ae03c8167140da03f442a7cd816a0a987136419fbb87d89227","58387e8de574c692d78eaa4dfc42889e8e454f616eedff84419ab6726f752f88","b7cf610e8c794ad23f19212c6038eb3b08eda1d55ed49eba4fc1349e3cf7196e","d1477aaec63eee2f64b574b1f911611d9a8edfb946e4e521a0ccf01156a556e6","4f93bb3dc5265f718868313ac7b02e101120e80f1065377875104b5aaf387c70","a417abc4546a6fc5ade71e444d1f2e1d6e0b43d0c5b94878622195ecaa9c5c13","681cc197a3dda661c77dfc404bc48db71228ffbdbb785000bc51199449648b1a","e8628e6fbf0ac6e0ad854293bc80df7edf60313bc07f1bff9de421f8f1f917b8","0a0e3819381a68aa4688d493c5bb5d45f08c2662bd13367e7a5aeae88409a4f3","814e7cfb5b71e8723a37e6d531282aadde14ea2796b4405481a258c436fa98fc","8023ac345236d4f16563d8dee36b7db6a3b58d2d478c2de674cbd70ce0249737","ee24cb2ebeb02be9f460ac80051196736c2b5582c972f50c3010bb5abdffbc7f","32e3bfb86d5c8e7b6b6fc0d571a5397b1138e18af6febe034367373bd3cfcfa3","bcb2b5ec9bb438a4a2ec0b66e7c623ed32784dedc3ef49b6ef48c700085dd803","679b5b0c89d9f3dc3b64bbb73ac7172b8ca05b9e26ef502f52a71c3411c84723","9f60552d7e485c84c18e4b6456500b291e91467fb998efd27ff65b9a5443b6c1","159e48a2b2e5e45a9902696f1f0871cb883db2b33b34558a31848432abd53cea","657eafddaa9237ad9997f190c9fc59125af3ed357e4153152f91ebe6fce290ba","c4de7cb49484328d8222af5a5683c512f817b4a3b51182eac756dcc302071117","4f0f617f3679f8b9687f66e6569af1a66f31f7dcaaaf9bd9387efc82ab5244c3","f2f75931453414c93a462e16d1c8705792402836c8337616de10260a7740606e","02761cbe7f2011ef30367eacdd672aae5a1d8e9c2ec4f55db8ccefa1a3cf2cc1","b6ce253c55df3ad7be069ed10ce43c6aee0614c76fbb16556f6dba84be466021","829c10c3b482cb6b308f1b4c38a650f08e81cad6eb92218d0ba269b2f525c412","4875b165a1ebddf149079cce60a3146443e6f6798e094c2dc5f3c109e2ecf14b","89113d949c98774f47f96209bd076d6b53085b1b908fb86f694633873ddb8ca1","0019f06f88e66fa5371d8eebb0e81dc749e54a8f65f8ec9b59760c77e759e46e","b39f8ed8e78b9d2f7b2bf20ddb9a608a505ba770870e1104eef8e64e81d60c86","f00155eae1bf0b4edea1230126aff57c010a14f8542291a2848dd3846db4cc5d","2508a122a9fbd08c5b7351d50e055793e95aecf2abdff51de831959f54e3b100","470866668f63e372951091f09b059c8c3e93d2683db5ce81ae3aba6babb85b2f","e1818e0fda127bd741e88a7e542cf693606de95ce3fb3a3fb91146e5658cb67d","37dd666433e9359830531617aa7f0c69de6ad40e2b96637620322978a5724505","83f8377dca0b114c1517321df5d9870b2459c49289aec0bd9c23fe5c01244f2b","fabf53b6038fb84d618fe396f864979f8f6b26b18bd25d9cb01f153b07309047","be19f779f44110e9967b2b159640113936a3b28804a988048ac90ccde21e58c3","ea220a6083461917eeb9ed97acbbcf40be1d901d100cfa2f99f64be481449415","086590542697953a90746a49e0b45e2ac0b79af34a005159f06cb70a977742d1","3492be117d889e6ed80e99603f4fc105b533ee66853587e8a6affdb335cda68a","5e95a5824c77f06f492ec61f3abb3898ff8d56d3130bbacc745853e49d28cd1d","3ad0fff4a0d23d591ab29a6efc91d224600285fe23281e3d0b5c643aa1b4bee5","38af778857e4f07da8ddf6d1dcda7bf4b501455252a2c98006f7c3344fd7f526","a10937d6dfa554517552385abaedbd1bc6fdcb9701aee152e102aac5a2c82746","cbc30ee9638dfc01433d6744616e943a08ea49e612641a9d32cb591540f3b745","da77abbc2aa8976ccdff0e03552ca451291855ea252ff13681f9a799c0e55104","aeac02036e239ed2c449e54fbd332d14ae559da38fc9c2f1372313b5f6a38be2","145a2f2032abdf710a7da87db76147469c9187f8326ff36013bb310bf7983280","3e83be6adc13f0ba2b0bb5ef2fef29516877660f158ed6fdd777de2c27f7bbad","27a8c3b5f6ffc0145fa9ce6d3abe875def31c5d06b171811948457a030959a6f","bf888e7b557ad080706efcd90f51fa17aae3e218974a7fd3d0592cc1ba878206","827bbb801acea177785b6be117e03778ccc507d66a02649468cb2f4f29487bb9","f7594c36bb7e4a4936df3ba1e078f39009a0f3a39bc76899a075d1c690752002","df5f5ef444206c89f7f28b04ce9f4e0592cdeb7b3fb0534490487edb1654c4f4","504625fd2aff6b50298999996a66c6da9ffa84f8de390df20f4c53e6905c0ff3","abdbf9481ecd7286865ed77d5083fe36bfad7fc7d66c319bc95b2fc219212926","97d211538bde5738558e60df7ccf6259931137324584fd39700990b0e7e8dbd9","ad9d4046f9283edf3f803118d70afd0736bd4b0bd0d3d5e4e06d8a9df121cfc8","016505d403d60f1e9b5c4ee269c8f225ac019dd267691687ec621338574227b1","504cdf5c68feb8f11d9acaece6af94bbe7693cc54f65036ef41cf597cdb0a5a3","6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","78828b06c0d3b586954015e9ebde5480b009e166c71244763bda328ec0920f41","4fe96834ddc3f230ce389fb99f335783b4cada228120eb158d33861bad189d7b","86f9145616aac5c2ed3d66467491841c3ee3562cf94188d8d462593ffc67f971","5cd349e6e0ec836061cb8cd1beacfb8e447e591ad737aae01ad17778798c92a3","47f5bf82c3e5e015ac824e0accde5831f27eee560ee5949493b8e1caf9324602","6a58bde37454ecffbcba647568d8c837e86b51c1288c3163368fdfea08fad655","5bcb5b4554083521d963c22321c261d0586f5351c7d04638c3fdc230bc5f5619","7fe5f015018c5aa29310fbc4a6fff7f5c9af725947fdc9ee32d0b35998f06847","697612efe2a9b6a478bfece13ecf6ef68bcf0f7eab7caf25dcd59a13a71387db","72c5ed4d45c69873ae8255fb6c5786f87bd7898e9e29131c482f4d5524e66033","39d5458e0b51d20138fd9ea11ff94d5a81b5122f8f3b2764014a977bc98461da","4d4c7912b3928a508b8fd31077974e9e47e432df13fa7876e62ae66f358b7efe","ae7048f2327b0d52223f51203fa73363deaedb2f1d397b5e37b0dedb24b2e7fb","a9deea93b5e374ffb8d1949a9e9cfb5410da35ac897644b747c3180cf841db14","b61d8b1b234e0ef8c5b33a652d5d023f5e3b50b1edde09f69aa83bdab49037fd","02cad45a5d52376e86fd8cdc8e6a5bc4923be16fd5a1bc41b8d74022605aea75","6d8642db449bc452ba5865d54b82d73fd4f86a9fb6fb2c5aca8612d53b97d4b7","f6d85487a128842a4a52514a3cedbf9fbfe7e50736f69aa445147d603e3df161","abd122606418168a3ad12eaba8e500aeade6b839144465e256a666adaaf237d3","84ba8dee738caa7affc33781a2ba2061280073a8cda6ce527bc141e11cb8c934","7f81da3d14e90f7b9f91d0a27473c7fc2218d54eda9a058a6cb685cac4c430b0","727d3eac934447108ec31ddd00441b457a5700e1902879316e2bb3ae38293494","9182df8c2873e5e9a82ee06dbd171def3ffcb39e1cbc8e496f656809035b0cff","f2b21047dc0c1c67ee9e65fbae8c38b20490d17401b4a4c06ff82fefc351b902","c68d89b632b1fa079e5ecfbea7773ff110df255fd7ed6696e48c9243f1d3241e","866a051caf689244ac3068322c55ea8a297db6091ec0672696fb1c5729811b74","1e5ef418179c093a6d60c35fa913e70410473040c68cd8b7c83a726ca3f4adcf","b466c41299ef2e720425f2d0bb546fbb41baa9e5f7a280a35d18125457fc8a7f","b95621b8fa79b2208831e9919ff91d4eeea36968cba745ee3d6b380178d97c9e","f62b6dd8b5e1a5b27e293ea488a227ed240cf20015f2a36702035217988e3c38","164099460637b07e28a46e2baf57bf7ef8b21e95bbe52cdcdd7b706c233b1637","2c426cf9def67c43e8ad4d4f1ddd8e561ec78437fe6b725573bb6016b2050704","7c2900b9461689779754779bc9254411a3322e8e6207858529dbbbf0b1371247","ca6a21a3634c58b129ae240271dd98a1fabc2835f58da3b42ebf314544eb12ee","88c5e7ec9e6f51da9f55540fc1930203491d3d9c809816e715b8199dc045fec9","da476133ceeaaeb90062029748fad59c217637f3979f18b9df062c3cae3c2836","25e97deb9174604a8e3fa9e78425819825fbaa3aedf159c3d829410bc6f89201","bc6266cdde9dceed544f8c2a91d26dcdac36348f35f824b8dfc765de53e02ef4","16a5279b0340877096f5afee7727d59f4aab93081b02b580494670e1e998b9aa","9c3f1edf5e72dde431a0eaa155ae822bf0eb3a02e24ff956cc2e91616bc5139a","ec2320ff37246ec7a9957d94e1e74c5c67b7aa12aea02d3b5bac03beb037752e","8806126bf67e17642b5c289ed9b8949d7a2d6f24f6e7c15a0a464cb03baba296","844f46f6df3ae2c4983ef559f4a7afba425fe18b3cdbcc6d058bb759ff59e3c5","364a664124450723d4003b59212e6291445df626c9935ed2c1b25ccc98e5eec1","a535e87337aadbfd4a00b3cf9d03df6f176289942a8d68bcbdd9433b16e87871","cd4133865bd32a8dc56c8359e213449a6b6191fdd43d9df3359cb828a67732f0","056ef2d280a5c3c35f50743817bcb7ecf6b20dc66e68f5c8498a4b50851289ec","8915668a1856ed2d31f2e798ddd16d784c0eb614cb305fd61bece54ca856bc83","5c830afbe78b9d1d0290ac5e29698fc61608a0fc2236d43db817d960884a2ddf","179e5c84b114cafcb58b98e46c8fafd258160298f671cbb72941e769c1d1185d","9a497ec431df279242fb31fac6f8d5d699e7b011be4456944b0746a7df46eab9","1d7ed6fd0c261ed3928aa9e1c02844e3032829d41529d7c153440de945eb693a","b4c20d2341d511847b2691adb47fa0b51283e3e86cb95923351ad9fe9d7c65c4","854b450a4a06d9cb124bbd922271d2462bb6d2c1dc6c19b75d292d5dd724b98e","4b94f5dfa3a03dd43b736e5315d9612991efdf69b780f6f8538ff4ee179125a2","6445f0bc91a684a4ba779db879249bbe7aa7722d7f131918dc1f57436ec64549","e9fc595dc4d13018e0b883bb4e3ab7c2df641b51b349e6cf5ddd687766835205","576bf65725814c54340a799006db1c4607b92f6a7a92a0b8c81a4b02c8993340","224061f3abd22fc7c3da3061d3d2e159781fe0f423ae1d5bfa847b985d7de486","811a8221d35c82a19ebe0c7e16e8a9f73cd7c45f4cbcde48ad60e554891babf1","8e4b0515ea7028af81000756005c49f61f6494397ee0a7c4ce9ef3895da61590","73e908607360f77bbcb09be6df158565d632ecfbf46b6ed12895839d5a5de5be","582d90685f2ee0d837b4659b3f502347de25b741b47ae440e642d84328f8feb8","f9ab4911e9648dd06f816252d7565a9806a2845023e7999c94331cac8f665c96","e8465681afa345ce70c4794ee3aca188601c0a308e33ce29292ef402f59d3732","5c89dbaa6145a47a1703b1fab4635f22c93bc315ba40e5b73b31aede043899e0","ce9ae144d724a75a9d1b15f8018313c7f869dc525a4176d710330def4b2e20bd","706e0e471ae144ef7f4424016949bb705792cc0c4922fae11316d863c3770e2f","5beb18d3cf007db69bd772bd767bfa9209c523ff135fbf95f29821d6e9c48cd5","c68e7386bec11d98be13255918fe87240e04aeda5eb72adb94124ddb23aae003","1a14178dd089618775ada207bd425cf316edb795c251b1440fcced2dc0d8fc78","afb68172b62eca8ae49e150404b2b46610f8512e0d85234f19a8699675352708","623bdaa4bc4e87be412940f9cfa0e3dd3ed4505246ee631ded1fd31c9946beee","ee4c31fb96894cba8cca1092050817999c473b865fec7f5c56cc0742b28bef2c","d6d543f0b29646912352d7f4093e67d8b714e11f262789868d3dece68e45d570","608091fa8bb23bbd157559c41e0b41bb3e8309e85cbada8be6c0b91b7c1e65af","edb060942108c02b042d18c900093ea16e67c940d3d3ad8495cf2669886a7ee0","f33e53d4cdcadf58ccfad72cc4d08b8e1d59ee7a89b72a8411c1ca763ab17264","526c9930f55ad6c4f0cdd234513239372fa0e007290d81ba9c605fb17fe0c35f","9d147cdfe817cdb5947bb0d9254537965dcdcef860dc8d04da391f865b3d4f5f","2469d8d4cad19befb133c1be0da0dd446c56ba2a0c050e9c759872afe35966c2","df9643b36de18f908d8b8fc09997ae0af4335c74f6a631a455d413f087e62864","1cd4da357c17a44751b7b08c25a28cb72bfc699d7f159535a9f97dcda5b8aadb","3356e68d90afbb1ff2e837c04b3d58f597a04b28379036e96719d2bb05cd211c","9565d58c480e8ac84d64802e1edab4ce7ecb416642e7aef1caaf5a4f48fc7617","e71d4f3635270eb9a409ddbc5603261cfd6caa97f7b5e1e7ec719e2207a0d122","04f458492f00394e774a2f0650764785509739e4baa6bac3f66a0395771f1661","db0a06a12dd02f439609b8199d25a7e963d93c50b2f6fd6a568a90b9c0db7019","3e8fa9034fecd8004897e67d9d9adce8b4167ac4d75f66c7d00e14632d071aca","d222657ed86e3666f87d8dfea01469fd3bb844672c2e1325b0eb72abd4d44ec4","205013fb18b1d9455fbf7b4137948d4127b1e2ad8d2f8e0f60169c1d3c509d7e","a83437f25e227959be52cba3abdd5a23650c57f7d985dcd5240123c9fbe060d5","fb6a7613fdd90e83523c205db058e5808a6fb26827c8c26be47b17e750c344d9","91995c134eaadc8a267e19939b66b687d70436265eb9a2a69d1abb37b4210ffa","6264f49df4433858cb04d42d6795b6c1e7506e74983b70723f0ca3919d41c187","4cd01e8f7d8f5c62bf817c273122d1c18570f27be2497b61fc6aaf156ad4583e","0019f06f88e66fa5371d8eebb0e81dc749e54a8f65f8ec9b59760c77e759e46e","b39f8ed8e78b9d2f7b2bf20ddb9a608a505ba770870e1104eef8e64e81d60c86","f00155eae1bf0b4edea1230126aff57c010a14f8542291a2848dd3846db4cc5d","2508a122a9fbd08c5b7351d50e055793e95aecf2abdff51de831959f54e3b100","470866668f63e372951091f09b059c8c3e93d2683db5ce81ae3aba6babb85b2f","9ffef40debcdf4cd2b85317a9ba5098c661caeae99ca061f8a62560dfe41ad8c","ad9d4046f9283edf3f803118d70afd0736bd4b0bd0d3d5e4e06d8a9df121cfc8","016505d403d60f1e9b5c4ee269c8f225ac019dd267691687ec621338574227b1","504cdf5c68feb8f11d9acaece6af94bbe7693cc54f65036ef41cf597cdb0a5a3","4fe96834ddc3f230ce389fb99f335783b4cada228120eb158d33861bad189d7b","86f9145616aac5c2ed3d66467491841c3ee3562cf94188d8d462593ffc67f971","5cd349e6e0ec836061cb8cd1beacfb8e447e591ad737aae01ad17778798c92a3","47f5bf82c3e5e015ac824e0accde5831f27eee560ee5949493b8e1caf9324602","6a58bde37454ecffbcba647568d8c837e86b51c1288c3163368fdfea08fad655","5bcb5b4554083521d963c22321c261d0586f5351c7d04638c3fdc230bc5f5619","7fe5f015018c5aa29310fbc4a6fff7f5c9af725947fdc9ee32d0b35998f06847","697612efe2a9b6a478bfece13ecf6ef68bcf0f7eab7caf25dcd59a13a71387db","72c5ed4d45c69873ae8255fb6c5786f87bd7898e9e29131c482f4d5524e66033","39d5458e0b51d20138fd9ea11ff94d5a81b5122f8f3b2764014a977bc98461da","4d4c7912b3928a508b8fd31077974e9e47e432df13fa7876e62ae66f358b7efe","ae7048f2327b0d52223f51203fa73363deaedb2f1d397b5e37b0dedb24b2e7fb","a9deea93b5e374ffb8d1949a9e9cfb5410da35ac897644b747c3180cf841db14","b61d8b1b234e0ef8c5b33a652d5d023f5e3b50b1edde09f69aa83bdab49037fd","02cad45a5d52376e86fd8cdc8e6a5bc4923be16fd5a1bc41b8d74022605aea75","6d8642db449bc452ba5865d54b82d73fd4f86a9fb6fb2c5aca8612d53b97d4b7","f6d85487a128842a4a52514a3cedbf9fbfe7e50736f69aa445147d603e3df161","abd122606418168a3ad12eaba8e500aeade6b839144465e256a666adaaf237d3","84ba8dee738caa7affc33781a2ba2061280073a8cda6ce527bc141e11cb8c934","7f81da3d14e90f7b9f91d0a27473c7fc2218d54eda9a058a6cb685cac4c430b0","727d3eac934447108ec31ddd00441b457a5700e1902879316e2bb3ae38293494","9182df8c2873e5e9a82ee06dbd171def3ffcb39e1cbc8e496f656809035b0cff","f2b21047dc0c1c67ee9e65fbae8c38b20490d17401b4a4c06ff82fefc351b902","c68d89b632b1fa079e5ecfbea7773ff110df255fd7ed6696e48c9243f1d3241e","866a051caf689244ac3068322c55ea8a297db6091ec0672696fb1c5729811b74","1e5ef418179c093a6d60c35fa913e70410473040c68cd8b7c83a726ca3f4adcf","b466c41299ef2e720425f2d0bb546fbb41baa9e5f7a280a35d18125457fc8a7f","164099460637b07e28a46e2baf57bf7ef8b21e95bbe52cdcdd7b706c233b1637","2c426cf9def67c43e8ad4d4f1ddd8e561ec78437fe6b725573bb6016b2050704","7c2900b9461689779754779bc9254411a3322e8e6207858529dbbbf0b1371247","db4582335e0827820fc724eb9b471be720fcda7174cf58753971eeeb50de3fd8","ee9944163a0fb1ec3df2a352590099f7c2e4ba92870d945a5dcddaeef96d3411","da476133ceeaaeb90062029748fad59c217637f3979f18b9df062c3cae3c2836","25e97deb9174604a8e3fa9e78425819825fbaa3aedf159c3d829410bc6f89201","bc6266cdde9dceed544f8c2a91d26dcdac36348f35f824b8dfc765de53e02ef4","97fa723e91d9d3fd84d26bd732036f367458e25c54887df6c7ccf8160e7442b5","9c3f1edf5e72dde431a0eaa155ae822bf0eb3a02e24ff956cc2e91616bc5139a","ec2320ff37246ec7a9957d94e1e74c5c67b7aa12aea02d3b5bac03beb037752e","8806126bf67e17642b5c289ed9b8949d7a2d6f24f6e7c15a0a464cb03baba296","844f46f6df3ae2c4983ef559f4a7afba425fe18b3cdbcc6d058bb759ff59e3c5","854b450a4a06d9cb124bbd922271d2462bb6d2c1dc6c19b75d292d5dd724b98e","4b94f5dfa3a03dd43b736e5315d9612991efdf69b780f6f8538ff4ee179125a2","6445f0bc91a684a4ba779db879249bbe7aa7722d7f131918dc1f57436ec64549","e9fc595dc4d13018e0b883bb4e3ab7c2df641b51b349e6cf5ddd687766835205","576bf65725814c54340a799006db1c4607b92f6a7a92a0b8c81a4b02c8993340","224061f3abd22fc7c3da3061d3d2e159781fe0f423ae1d5bfa847b985d7de486","811a8221d35c82a19ebe0c7e16e8a9f73cd7c45f4cbcde48ad60e554891babf1","8e4b0515ea7028af81000756005c49f61f6494397ee0a7c4ce9ef3895da61590","73e908607360f77bbcb09be6df158565d632ecfbf46b6ed12895839d5a5de5be","582d90685f2ee0d837b4659b3f502347de25b741b47ae440e642d84328f8feb8","f9ab4911e9648dd06f816252d7565a9806a2845023e7999c94331cac8f665c96","e8465681afa345ce70c4794ee3aca188601c0a308e33ce29292ef402f59d3732","5c89dbaa6145a47a1703b1fab4635f22c93bc315ba40e5b73b31aede043899e0","c15c4790e1ce2565c29749ee3df4c9045e669ccb9f0d924b61b31dcd90581889","706e0e471ae144ef7f4424016949bb705792cc0c4922fae11316d863c3770e2f","5beb18d3cf007db69bd772bd767bfa9209c523ff135fbf95f29821d6e9c48cd5","b43e9ec6df2286545f34b5e217d7ac74ceb0fee3bfebfd6d3c55f75a48cd6b95","f305a76b84f6dd308d5fca1ea791613c6653683f6b311019ff8f99788c6aaba8","afb68172b62eca8ae49e150404b2b46610f8512e0d85234f19a8699675352708","623bdaa4bc4e87be412940f9cfa0e3dd3ed4505246ee631ded1fd31c9946beee","c04c5b6cb4100d297766f9b0ce78860bff146af4ccdfdad1770c698ae2c1f242","2375bc8d775607096f16acaa0a757769ecb382948b2e438b9ead1774ebadda2e","608091fa8bb23bbd157559c41e0b41bb3e8309e85cbada8be6c0b91b7c1e65af","edb060942108c02b042d18c900093ea16e67c940d3d3ad8495cf2669886a7ee0","f33e53d4cdcadf58ccfad72cc4d08b8e1d59ee7a89b72a8411c1ca763ab17264","c23600e31d42071ae8ebf73479cf8be8a3cf6a9fa105d28cc744563999b2c452","9d147cdfe817cdb5947bb0d9254537965dcdcef860dc8d04da391f865b3d4f5f","2469d8d4cad19befb133c1be0da0dd446c56ba2a0c050e9c759872afe35966c2","ebb12660604d023252cd6dea714a48cd77e29bdafb8b0c7642ae2ae8d237a1e0","15e1184ac1747c9857105be294088e9ec71be05a6b43f4ec6ef79b9e4decaf57","52bd6ecaddfa57bc8c6296b547b7cdf41291e84025bbf8929053e1111c80f7e1","ceaa8ef13a6be7d7ccce1f3e10c8f0c84524f6800d59b9f656731e5ab356dd37","b809d4206243b0cc26e70c9372dc21b9727ad0b2858206e38185ae47a8d19596","fd46e54c1fbb7bce43c3d02a2847b45e10adf72e9e6f89c2cc2e49f55ab0df1e","62e3c114d9d963442bc47a40403c17aac9f686d6354d18aac86feee3f9f699da","41861e6c361515dd26b70ca988e65713c674926b588fc70c8240b66a432e21a7","f467827ecc66c34a053737b6da5842511bb2261b3f9574c5df0aff9cb941bd26","04f458492f00394e774a2f0650764785509739e4baa6bac3f66a0395771f1661","db0a06a12dd02f439609b8199d25a7e963d93c50b2f6fd6a568a90b9c0db7019","3e8fa9034fecd8004897e67d9d9adce8b4167ac4d75f66c7d00e14632d071aca","91995c134eaadc8a267e19939b66b687d70436265eb9a2a69d1abb37b4210ffa","6264f49df4433858cb04d42d6795b6c1e7506e74983b70723f0ca3919d41c187","4cd01e8f7d8f5c62bf817c273122d1c18570f27be2497b61fc6aaf156ad4583e","92417c0db26aced34f33a9895b162704c2a10109959373a6e8a3a5f0cfd6ef9b","4c2c4f53e8eedd970f8afa369d7371544fb6231bf95e659f8602e09abe74d5a5",{"version":"37c79b2172bf5b4cd35e0c47485bc38f34f07380cd6c98935bb5d5d0fd47ceaf","affectsGlobalScope":true},"c2b5085f47e41d6940bbc5b0d3bd7cc0037c752efb18aecd243c9cf83ad0c0b7","3143a5add0467b83150961ecd33773b561a1207aec727002aa1d70333068eb1b","9deb3a5eaf187df1428f0fee83c8c51eedb74f6da3442410bad9688e42a7e2b5","d0fc76a91c828fbe3f0be5d683273634b7b101068333ceed975a8a9ac464137b",{"version":"1a048ff164b8d9609f5de3139d4e37f6e8a82af82087ac414b9208f52ef8aac7","affectsGlobalScope":true},"3111079f3cb5f2b9c812ca3f46161562bce5bfb355e915f46ed46c41714dc1c3","db86f82fac051ae344b47e8fe7ac7990174b41db79b2b220a49dc5a47c71a9b5","b32b6b16cb0bda68199582ad6f22242d07ee75fac9b1f28a98cd838afc5eea45","4441ee4119824bfaebc49308559edd7545978f9cb41a40f115074e1031dde75f",{"version":"60693a88462d0e97900123b5bf7c73e146ce0cc94da46a61fe6775b430d2ff05","affectsGlobalScope":true},{"version":"588c69eda58b9202676ec7ca11a72c3762819b46a0ed72462c769846153c447c","affectsGlobalScope":true},"ae064ed4f855716b7ff348639ddcd6a6d354a72fae82f506608a7dc9266aa24c","92f019c55b21c939616f6a48f678e714ac7b109444cbbf23ad69310ce66ecbdc","cf0a69c71aedf2f8fe45925abd554fd3dc7301ce66d6ab7521fb8c3471c24dd8","56e6722c6013609b3e5e6ed4a8a7e01f41da6c5e3d6f0ecff3d09ef7a81414cf","139fd681eff7771a38d0c025d13c7a11c5474f6aab61e01c41511d71496df173","f614c3f61e46ccc2cb58702d5a158338ea57ee09099fde5db4cfc63ed0ce4d74","44e42ed6ec9c4451ebe89524e80ac8564e9dd0988c56e6c58f393c810730595d","a504c109b872b0e653549bd258eb06584c148c98d79406c7516995865a6d5089","155865f5f76db0996cd5e20cc5760613ea170ee5ad594c1f3d76fcaa05382161","e92852d673c836fc64e10c38640abcd67c463456e5df55723ac699b8e6ab3a8a","4455c78d226d061b1203c7614c6c6eb5f4f9db5f00d44ff47d0112de8766fbc4",{"version":"ec369bb9d97c4dc09dd2a4093b7ca3ba69ad284831fccac8a1977785e9e38ce5","affectsGlobalScope":true},"4465a636f5f6e9665a90e30691862c9e0a3ac2edc0e66296704f10865e924f2a","9af781f03d44f5635ed7844be0ce370d9d595d4b4ec67cad88f0fac03255257e","f9fd4c3ef6de27fa0e256f4e75b61711c4be05a3399f7714621d3edc832e36b0","e49290b7a927995c0d7e6b2b9c8296284b68a9036d9966531de65185269258d7","c3689f70ce7563c2299f2dcb3c72efdf6f87ae510e7456fa6223c767d0ca99fc","874ca809b79276460011480a2829f4c8d4db29416dd411f71efbf8f497f0ac09","6c903bceaf3f3bc04f2d4c7dcd89ce9fb148b3ba0a5f5408d8f6de2b7eecc7ea","504d049d9e550a65466b73ca39da6469ab41786074ea1d16d37c8853f9f6ab2e","23a28f834a078986bbf58f4e3705956983ff81c3c2493f3db3e5f0e8a9507779","4febdf7f3ec92706c58e0b4e8159cd6de718284ef384260b07c9641c13fc70ce","ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa","ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26","46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f",{"version":"eabefc2999c1489cf870e0c85af908900462fa245822d9a4616780a1a129945d","affectsGlobalScope":true},"7335933d9f30dcfd2c4b6080a8b78e81912a7fcefb1dafccb67ca4cb4b3ac23d","a6bfe9de9adef749010c118104b071d14943802ff0614732b47ce4f1c3e383cd","4c3d0e10396646db4a1e917fb852077ee77ae62e512913bef9cccc2bb0f8bd0e","3b220849d58140dcc6718f5b52dcd29fdb79c45bc28f561cbd29eb1cac6cce13","0ee22fce41f7417a24c808d266e91b850629113c104713a35854393d55994beb","22d1b1d965baba05766613e2e6c753bb005d4386c448cafd72c309ba689e8c24",{"version":"2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1","affectsGlobalScope":true},"01c93adfc4c6555c559e7334b6b5f45b48c9e1f809144822088e45ba13e36d9f",{"version":"3f6d6465811321abc30a1e5f667feed63e5b3917b3d6c8d6645daf96c75f97ba","affectsGlobalScope":true}],"options":{"declaration":false,"declarationMap":false,"esModuleInterop":true,"inlineSources":true,"module":1,"noImplicitAny":false,"noUnusedLocals":true,"outDir":"./","rootDir":"../../src/test","skipLibCheck":true,"sourceMap":true,"strict":true,"target":4},"fileIdsList":[[111,117,124,131,141,201,224,254,257],[111,117,131,141,201,254,257,258],[258,259],[131,137,141,168,199,202],[202,203],[111,117,131,137,141,168,199,201],[111,117,195,196,197],[196,197,198],[40,111,117,131,137,141,166,195,196],[40,111,117,131,137,141],[199,204,260,264,266],[263],[111,117,201,224,257,262],[111,117,124],[265],[37,38,39],[40],[40,148,373],[151],[143,144,145,146,147,148,149,150,153,155,156,157,158,159,160,161,162,163,164,165],[151,152,154],[153],[40,373],[52,373],[113],[40,52],[111,113,117,121],[112,113,114,115,116,121,122,123],[40,52,111,112,113,115,116,117,120,121,122],[40,52,111,112,113,115,116,117,120,123],[40,52,111,117,120,124,131],[200],[52,111,117,120,131,166,201,242],[40,52,111,117,120,124,131,166,201,205,237,241],[131],[40,111,117,131,224,229,241],[40,52,111,117,124,131,224,241],[40,52,131,184,229,231],[229],[131,224,229,231,237,241],[40,124,184],[229,230,231,232,233,234,235,236],[237,241,242,243,253],[242,244],[52,124,254],[244,245,247,248,249,250,251,252],[40,244],[40,52,244],[52,244],[40,52,124,244],[40,124,242,244,246,247,248,249],[52,248,249,251],[40,52,124,242],[206,207,208,209,210,211,212,213,214,228,238,240],[40,52,124,166],[209],[40,52,207,208,209,242],[40,111,117,124,184,207,209,211,242,373],[40,52,166,206,207],[40,208,209,242],[225,226,227],[40,52,131,224,225],[40,52,131,224],[40,52,131,224,225,226],[40,52,124,131,184,207,208,242],[52,120,131,237],[40,166,207,209],[40,207,209,213,239],[108],[106,107,109],[106,107,108,109,110],[52,111,117,131,132,133],[40,52,111,117,124,131,137],[132,133,134,135,136],[111,117,135],[40,52,111,117,124,131,137,166],[111,117],[142,167],[117],[117,118,119],[40,52,117,118],[52,131,137,190,191,192],[191,192,193,194],[40,190],[111,117,190,191],[52,131,137,190,191],[41],[40,42],[41,42,43,44,45,46,47,48,49,50,51],[42,43,46,48],[45],[255,256],[111,117,131,201,224],[111,117,201,255],[52],[40,52,111,117,120,124,125,126,127,128,129],[130],[125],[105,125,126,127,128,129,130],[40,52,127],[40,111,117,131],[215,216,217,218,219,220,221,222,223],[137],[124,201],[40,52,131],[169,185,186,187,188,189],[40,52,111,117,131,137,166,169,184,185,186],[111,117,169],[40,52,131,137],[111,117,131,169],[138],[138,139],[138,139,140],[141],[40,166],[40,172,174],[40,173,176],[170,173,174,175,176,177,178,179,180,181,182,183],[40,173],[40,174],[261],[171],[361],[363],[364,369],[365,373,374,381,390],[365,366,373,381],[367,400],[368,369,374,382],[369,390],[370,371,373,381],[371],[372,373],[373],[373,374,375,390,399],[374,375],[376,381,390,399],[373,374,376,377,381,390,393,399],[376,378,390,393,399],[361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,399,400,401,402,403,404,405,406],[373,379],[380,399],[371,373,381,390],[382],[383],[363,384],[385,395],[386],[387],[373,388],[388,389,400,402],[373,390],[391],[392],[381,390,393],[394],[381,395],[387,399],[400],[390,401],[402],[403],[373,375,390,399,402,404],[390,405],[396,397],[56],[35,56,60,64],[55,56,57,58,59,64,65,66],[35,40,52,55,56,58,59,60,63,64,65],[35,40,52,55,56,58,59,60,63,66],[32],[30,31,33],[30,31,32,33,34],[60],[60,61,62],[40,52,60,61],[35,60],[52,79,86,294,295,296],[295,296,297,298],[40,294],[35,60,294,295],[52,79,86,294,295],[275,289,290,291,292,293],[35,40,52,60,79,86,166,275,288,289,290],[35,60,275],[40,52,79,86],[35,60,79,275],[35,60,67,79,91,96,99,271,353],[35,60,79,91,99,271,353,354],[354,355],[79,86,271,274,303,304],[304,305],[35,60,79,86,91,271,274,303],[35,60,299,300,301],[300,301,302],[35,40,60,79,86,166,271,299,300],[35,40,60,79,86,271],[103,303,306,356,358],[102],[35,60,91,96,99,101],[35,60,67],[357],[35,60,79,91,96,99,103,361],[267,359],[97,98],[35,60,79,91,96],[35,60,91,97],[268],[268,269],[268,269,270],[271],[100],[35,40,52,60,63,67,79],[90],[35,52,60,63,67,79,91,166,334],[35,40,52,60,63,67,79,91,166,307,329,333],[79],[35,40,60,79,96,321,333],[35,40,52,60,67,79,96,333],[40,52,79,288,321,323],[321],[79,96,321,323,329,333],[40,67,288],[321,322,323,324,325,326,327,328],[40,79],[346,347,348,349,350,351],[329,333,334,335,345,352],[334,336],[52,67,353],[336,337,339,340,341,342,343,344],[40,336],[40,52,336],[52,336],[40,52,67,336],[40,67,334,336,337,338,339,340,341],[52,340,341,343],[40,52,67,334],[308,309,310,311,312,313,314,315,316,320,330,332],[40,52,67,166],[311],[40,52,309,310,311,334],[35,40,60,67,288,309,311,313,334,373],[40,52,166,308,309],[40,310,311,334],[317,318,319],[40,52,79,96,317],[40,52,79,96],[40,52,79,96,317,318],[40,52,67,79,288,309,310,334],[52,63,79,329],[40,166,309,311],[40,309,311,315,331],[35,52,60,79,81,82],[35,40,52,60,67,79,86],[81,82,83,84,85],[35,60,84],[35,40,52,60,67,79,86,166],[272,273],[35,40,52,60,63,67,68,69,70,71,72,77],[78],[68],[73,75],[73,75,76],[73],[74],[53,68,69,70,71,72,77,78],[40,52,70],[35,40,60,79],[36,80,87,88,89,92,93,94,95],[86],[67,91],[40,52,79],[40,172,278],[40,277,280],[276,277,278,279,280,281,282,283,284,285,286,287],[40,277],[40,278]],"referencedMap":[[258,1],[259,2],[260,3],[203,4],[204,5],[202,6],[198,7],[199,8],[197,9],[196,10],[267,11],[264,12],[263,13],[265,14],[266,15],[40,16],[147,17],[149,18],[152,19],[166,20],[155,21],[157,17],[154,22],[148,23],[112,24],[114,25],[115,26],[116,17],[122,27],[124,28],[123,29],[121,30],[200,31],[201,32],[205,33],[242,34],[243,35],[230,36],[229,37],[232,38],[233,39],[231,35],[234,40],[235,41],[236,39],[237,42],[254,43],[245,44],[244,45],[253,46],[247,47],[251,48],[248,49],[249,50],[250,51],[252,52],[246,53],[241,54],[206,55],[211,56],[210,57],[212,58],[213,59],[214,60],[228,61],[226,62],[225,63],[227,64],[209,65],[207,55],[238,66],[208,67],[240,68],[109,69],[108,70],[111,71],[134,72],[133,73],[137,74],[136,75],[167,76],[142,77],[168,78],[118,79],[120,80],[119,81],[117,77],[193,82],[195,83],[191,84],[192,85],[194,86],[42,87],[44,88],[52,89],[49,90],[50,91],[48,87],[257,92],[255,93],[256,94],[105,95],[130,96],[125,97],[126,98],[131,99],[128,95],[129,100],[215,77],[216,101],[224,102],[217,103],[218,95],[219,77],[220,104],[221,105],[223,95],[190,106],[169,77],[187,107],[185,108],[186,109],[188,110],[139,111],[140,112],[141,113],[138,114],[170,115],[175,116],[177,117],[178,115],[179,23],[176,17],[184,118],[174,119],[180,120],[182,17],[173,17],[181,17],[183,17],[262,121],[261,77],[172,122],[361,123],[363,124],[364,125],[365,126],[366,127],[367,128],[368,129],[369,130],[370,131],[371,132],[372,133],[373,134],[374,135],[375,136],[376,137],[377,138],[378,139],[407,140],[379,141],[380,142],[381,143],[382,144],[383,145],[384,146],[385,147],[386,148],[387,149],[388,150],[389,151],[390,152],[391,153],[392,154],[393,155],[394,156],[395,157],[399,158],[400,159],[401,160],[402,161],[403,162],[404,163],[405,164],[398,165],[55,24],[57,166],[58,26],[59,17],[65,167],[67,168],[66,169],[64,170],[33,171],[32,172],[35,173],[61,174],[63,175],[62,176],[60,177],[297,178],[299,179],[295,180],[296,181],[298,182],[294,183],[275,177],[291,184],[289,185],[290,186],[292,187],[354,188],[355,189],[356,190],[305,191],[306,192],[304,193],[302,194],[303,195],[301,196],[300,197],[359,198],[103,199],[102,200],[357,201],[358,202],[104,203],[360,204],[99,205],[97,206],[98,207],[269,208],[270,209],[271,210],[268,211],[101,212],[100,177],[90,213],[91,214],[307,215],[334,216],[335,217],[322,218],[321,219],[324,220],[325,221],[323,217],[326,222],[327,223],[328,221],[329,224],[346,225],[347,217],[352,226],[348,217],[350,217],[349,217],[353,227],[337,228],[336,229],[345,230],[339,231],[343,232],[340,233],[341,234],[342,235],[344,236],[338,237],[333,238],[308,239],[313,240],[312,241],[314,242],[315,243],[316,244],[320,245],[318,246],[317,247],[319,248],[311,249],[309,239],[330,250],[310,251],[332,252],[83,253],[82,254],[86,255],[85,256],[273,257],[272,177],[274,258],[53,95],[78,259],[68,260],[69,261],[76,262],[77,263],[74,264],[75,265],[79,266],[71,95],[72,267],[36,177],[80,268],[96,269],[87,270],[88,95],[89,177],[92,271],[93,272],[95,95],[276,115],[279,273],[281,274],[282,115],[283,23],[280,17],[288,275],[278,276],[284,277],[286,17],[277,17],[285,17],[287,17]],"exportedModulesMap":[[258,1],[259,2],[260,3],[203,4],[204,5],[202,6],[198,7],[199,8],[197,9],[196,10],[267,11],[264,12],[263,13],[265,14],[266,15],[40,16],[147,17],[149,18],[152,19],[166,20],[155,21],[157,17],[154,22],[148,23],[112,24],[114,25],[115,26],[116,17],[122,27],[124,28],[123,29],[121,30],[200,31],[201,32],[205,33],[242,34],[243,35],[230,36],[229,37],[232,38],[233,39],[231,35],[234,40],[235,41],[236,39],[237,42],[254,43],[245,44],[244,45],[253,46],[247,47],[251,48],[248,49],[249,50],[250,51],[252,52],[246,53],[241,54],[206,55],[211,56],[210,57],[212,58],[213,59],[214,60],[228,61],[226,62],[225,63],[227,64],[209,65],[207,55],[238,66],[208,67],[240,68],[109,69],[108,70],[111,71],[134,72],[133,73],[137,74],[136,75],[167,76],[142,77],[168,78],[118,79],[120,80],[119,81],[117,77],[193,82],[195,83],[191,84],[192,85],[194,86],[42,87],[44,88],[52,89],[49,90],[50,91],[48,87],[257,92],[255,93],[256,94],[105,95],[130,96],[125,97],[126,98],[131,99],[128,95],[129,100],[215,77],[216,101],[224,102],[217,103],[218,95],[219,77],[220,104],[221,105],[223,95],[190,106],[169,77],[187,107],[185,108],[186,109],[188,110],[139,111],[140,112],[141,113],[138,114],[170,115],[175,116],[177,117],[178,115],[179,23],[176,17],[184,118],[174,119],[180,120],[182,17],[173,17],[181,17],[183,17],[262,121],[261,77],[172,122],[361,123],[363,124],[364,125],[365,126],[366,127],[367,128],[368,129],[369,130],[370,131],[371,132],[372,133],[373,134],[374,135],[375,136],[376,137],[377,138],[378,139],[407,140],[379,141],[380,142],[381,143],[382,144],[383,145],[384,146],[385,147],[386,148],[387,149],[388,150],[389,151],[390,152],[391,153],[392,154],[393,155],[394,156],[395,157],[399,158],[400,159],[401,160],[402,161],[403,162],[404,163],[405,164],[398,165],[55,24],[57,166],[58,26],[59,17],[65,167],[67,168],[66,169],[64,170],[33,171],[32,172],[35,173],[61,174],[63,175],[62,176],[60,177],[297,178],[299,179],[295,180],[296,181],[298,182],[294,183],[275,177],[291,184],[289,185],[290,186],[292,187],[354,188],[355,189],[356,190],[305,191],[306,192],[304,193],[302,194],[303,195],[301,196],[300,197],[359,198],[103,199],[102,200],[357,201],[358,202],[104,203],[360,204],[99,205],[97,206],[98,207],[269,208],[270,209],[271,210],[268,211],[101,212],[100,177],[90,213],[91,214],[307,215],[334,216],[335,217],[322,218],[321,219],[324,220],[325,221],[323,217],[326,222],[327,223],[328,221],[329,224],[346,225],[347,217],[352,226],[348,217],[350,217],[349,217],[353,227],[337,228],[336,229],[345,230],[339,231],[343,232],[340,233],[341,234],[342,235],[344,236],[338,237],[333,238],[308,239],[313,240],[312,241],[314,242],[315,243],[316,244],[320,245],[318,246],[317,247],[319,248],[311,249],[309,239],[330,250],[310,251],[332,252],[83,253],[82,254],[86,255],[85,256],[273,257],[272,177],[274,258],[53,95],[78,259],[68,260],[69,261],[76,262],[77,263],[74,264],[75,265],[79,266],[71,95],[72,267],[36,177],[80,268],[96,269],[87,270],[88,95],[89,177],[92,271],[93,272],[95,95],[276,115],[279,273],[281,274],[282,115],[283,23],[280,17],[288,275],[278,276],[284,277],[286,17],[277,17],[285,17],[287,17]],"semanticDiagnosticsPerFile":[258,259,260,203,204,202,198,199,197,196,267,264,263,265,266,37,38,40,39,143,144,151,145,146,147,149,152,150,166,155,156,157,153,154,158,159,160,161,162,163,164,148,165,112,114,115,116,122,113,124,123,121,200,201,205,242,243,230,229,232,233,231,234,235,236,237,254,245,244,253,247,251,248,249,250,252,246,241,206,211,210,212,213,214,228,226,225,227,209,207,238,208,240,239,109,110,106,108,111,107,134,133,137,135,136,132,167,142,168,118,120,119,117,193,195,191,192,194,42,43,44,45,52,46,47,49,50,51,48,41,257,255,256,105,130,125,126,127,131,128,129,215,216,224,217,218,219,220,221,222,223,190,169,187,185,186,188,189,139,140,141,138,170,175,177,178,179,176,184,174,180,182,173,181,183,262,261,172,54,408,171,361,363,364,365,366,367,368,369,370,371,372,373,374,375,362,406,376,377,378,407,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,399,400,401,402,403,404,405,396,397,398,6,7,9,8,2,10,11,12,13,14,15,16,17,3,4,21,18,19,20,22,23,24,5,25,26,27,28,1,29,55,57,58,59,65,56,67,66,64,33,34,30,32,35,31,61,63,62,60,297,299,295,296,298,294,275,291,289,290,292,293,354,355,356,305,306,304,302,303,301,300,359,103,102,357,358,104,360,99,97,98,269,270,271,268,101,100,90,91,307,334,335,322,321,324,325,323,326,327,328,329,346,347,352,348,350,351,349,353,337,336,345,339,343,340,341,342,344,338,333,308,313,312,314,315,316,320,318,317,319,311,309,330,310,332,331,83,82,86,84,85,81,273,272,274,53,78,68,69,70,76,73,77,74,75,79,71,72,36,80,96,87,88,89,92,93,94,95,276,279,281,282,283,280,288,278,284,286,277,285,287]},"version":"4.5.5"}
1
+ {"program":{"fileNames":["../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es5.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.dom.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../node_modules/.pnpm/typescript@4.5.5/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../common/core-interfaces/dist/fluidRouter.d.ts","../../../../common/core-interfaces/dist/provider.d.ts","../../../../common/core-interfaces/dist/handles.d.ts","../../../../common/core-interfaces/dist/fluidLoadable.d.ts","../../../../common/core-interfaces/dist/fluidPackage.d.ts","../../../../common/core-interfaces/dist/index.d.ts","../../../../runtime/runtime-utils/dist/dataStoreHandleContextUtils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-definitions@0.20.1/node_modules/@fluidframework/common-definitions/dist/disposable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-definitions@0.20.1/node_modules/@fluidframework/common-definitions/dist/events.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-definitions@0.20.1/node_modules/@fluidframework/common-definitions/dist/logger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-definitions@0.20.1/node_modules/@fluidframework/common-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/users.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/clients.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/config.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/consensus.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/date.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/protocol.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/scopes.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/tokens.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/sockets.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/storage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/summary.d.ts","../../../../../node_modules/.pnpm/@fluidframework+protocol-definitions@1.1.0/node_modules/@fluidframework/protocol-definitions/dist/index.d.ts","../../../../runtime/runtime-definitions/dist/attribution.d.ts","../../../../../node_modules/.pnpm/@types+events@3.0.0/node_modules/@types/events/index.d.ts","../../../../common/container-definitions/dist/audience.d.ts","../../../../common/container-definitions/dist/fluidPackage.d.ts","../../../../common/container-definitions/dist/browserPackage.d.ts","../../../../common/container-definitions/dist/deltas.d.ts","../../../../common/container-definitions/dist/error.d.ts","../../../../common/driver-definitions/dist/urlResolver.d.ts","../../../../common/driver-definitions/dist/driverError.d.ts","../../../../common/driver-definitions/dist/storage.d.ts","../../../../common/driver-definitions/dist/index.d.ts","../../../../common/container-definitions/dist/runtime.d.ts","../../../../common/container-definitions/dist/fluidModule.d.ts","../../../../common/container-definitions/dist/loader.d.ts","../../../../common/container-definitions/dist/index.d.ts","../../../../runtime/runtime-definitions/dist/dataStoreFactory.d.ts","../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts","../../../../runtime/runtime-definitions/dist/garbageCollection.d.ts","../../../../runtime/runtime-definitions/dist/protocol.d.ts","../../../../runtime/runtime-definitions/dist/summary.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/identifiers.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/persisted-types/0.0.1.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/persisted-types/index.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/idCompressor.d.ts","../../../../runtime/runtime-definitions/dist/id-compressor/index.d.ts","../../../../runtime/runtime-definitions/dist/dataStoreContext.d.ts","../../../../runtime/runtime-definitions/dist/index.d.ts","../../../../runtime/runtime-utils/dist/dataStoreHelpers.d.ts","../../../../runtime/datastore-definitions/dist/storage.d.ts","../../../../runtime/datastore-definitions/dist/dataStoreRuntime.d.ts","../../../../runtime/datastore-definitions/dist/channel.d.ts","../../../../runtime/datastore-definitions/dist/jsonable.d.ts","../../../../runtime/datastore-definitions/dist/serializable.d.ts","../../../../runtime/datastore-definitions/dist/index.d.ts","../../../../runtime/runtime-utils/dist/objectstoragepartition.d.ts","../../../../runtime/runtime-utils/dist/objectstorageutils.d.ts","../../../../runtime/runtime-utils/dist/requestParser.d.ts","../../../../runtime/container-runtime-definitions/dist/containerRuntime.d.ts","../../../../runtime/container-runtime-definitions/dist/index.d.ts","../../../../runtime/runtime-utils/dist/runtimeFactoryHelper.d.ts","../../../../runtime/runtime-utils/dist/summaryUtils.d.ts","../../../../runtime/runtime-utils/dist/unpackUsedRoutes.d.ts","../../../../runtime/runtime-utils/dist/utils.d.ts","../../../../runtime/runtime-utils/dist/index.d.ts","../../../request-handler/dist/requestHandlers.d.ts","../../../request-handler/dist/runtimeRequestHandlerBuilder.d.ts","../../../request-handler/dist/index.d.ts","../../../view-interfaces/dist/mountableView.d.ts","../../../view-interfaces/dist/index.d.ts","../request-handlers/requestHandlers.d.ts","../request-handlers/index.d.ts","../../src/test/defaultRoute.spec.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/attribution.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/provider.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/handles.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/fluidLoadable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/fluidPackage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+core-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/core-interfaces/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/audience.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/fluidPackage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/browserPackage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/deltas.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/error.d.ts","../../../../../node_modules/.pnpm/@fluidframework+driver-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/driver-definitions/dist/urlResolver.d.ts","../../../../../node_modules/.pnpm/@fluidframework+driver-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/driver-definitions/dist/driverError.d.ts","../../../../../node_modules/.pnpm/@fluidframework+driver-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/driver-definitions/dist/storage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+driver-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/driver-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/runtime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/fluidModule.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/loader.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/dataStoreFactory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/dataStoreRegistry.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/garbageCollection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/protocol.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/summary.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/dataStoreContext.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/storage.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/dataStoreRuntime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/channel.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/jsonable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/serializable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+synthesize@2.0.0-internal.4.1.0/node_modules/@fluidframework/synthesize/dist/types.d.ts","../../../../../node_modules/.pnpm/@fluidframework+synthesize@2.0.0-internal.4.1.0/node_modules/@fluidframework/synthesize/dist/IFluidDependencySynthesizer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+synthesize@2.0.0-internal.4.1.0/node_modules/@fluidframework/synthesize/dist/dependencyContainer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+synthesize@2.0.0-internal.4.1.0/node_modules/@fluidframework/synthesize/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore/dist/fluidHandle.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/assert.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/base64Encoding.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/bufferShared.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/delay.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/disposal.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/typedEventEmitter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/eventForwarder.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/heap.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/bufferNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/hashFileNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/performanceIsomorphic.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/performanceNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/indexNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/lazy.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/logger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/promiseCache.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/promises.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/rangeTracker.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/rateLimiter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/safeParser.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/timer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/trace.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/unreachable.d.ts","../../../../../node_modules/.pnpm/@fluidframework+common-utils@1.1.1/node_modules/@fluidframework/common-utils/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore/dist/dataStoreRuntime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+datastore@2.0.0-internal.4.1.0/node_modules/@fluidframework/datastore/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/serializer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/config.d.ts","../../../../../node_modules/.pnpm/@types+ms@0.7.31/node_modules/@types/ms/index.d.ts","../../../../../node_modules/.pnpm/@types+debug@4.1.7/node_modules/@types/debug/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/telemetryTypes.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/logger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/debugLogger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/fluidErrorBase.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/errorLogging.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/eventEmitterWithErrorHandling.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/events.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/mockLogger.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/thresholdCounter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/sampledTelemetryHelper.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/utils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+telemetry-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/telemetry-utils/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/summarySerializer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/types.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/sharedObject.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/utils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/valueType.d.ts","../../../../../node_modules/.pnpm/@fluidframework+shared-object-base@2.0.0-internal.4.1.0/node_modules/@fluidframework/shared-object-base/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/interfaces.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/localValues.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/directory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/map.d.ts","../../../../../node_modules/.pnpm/@fluidframework+map@2.0.0-internal.4.1.0/node_modules/@fluidframework/map/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-objects/types.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-objects/pureDataObject.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-objects/dataObject.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-objects/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime-definitions/dist/containerRuntime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime-definitions@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime-definitions/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-object-factories/pureDataObjectFactory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-object-factories/dataObjectFactory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/data-object-factories/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/blobManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/orderedClientElection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summaryCollection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summaryGenerator.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerTypes.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/runningSummarizer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/runWhileConnectedCoordinator.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizer.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerClientElection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerHeuristics.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/dataStoreHandleContextUtils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/dataStoreHelpers.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/objectstoragepartition.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/objectstorageutils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/requestParser.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/runtimeFactoryHelper.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/summaryUtils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/unpackUsedRoutes.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/utils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+runtime-utils@2.0.0-internal.4.1.0/node_modules/@fluidframework/runtime-utils/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerNode/summarizerNodeUtils.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerNode/summarizerNode.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summarizerNode/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcDefinitions.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/garbageCollection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcSummaryDefinitions.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcHelpers.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcReferenceGraphAlgorithm.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcSummaryStateTracker.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcSweepReadyUsageDetection.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/gcUnreferencedStateTracker.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/gc/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summaryFormat.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/throttler.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/summaryManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/summary/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/containerRuntime.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/dataStoreRegistry.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/definitions.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/batchManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/pendingStateManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/opCompressor.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/opGroupingManager.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/opSplitter.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/outbox.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/opDecompressor.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/remoteMessageProcessor.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/opLifecycle/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+container-runtime@2.0.0-internal.4.1.0/node_modules/@fluidframework/container-runtime/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+request-handler@2.0.0-internal.4.1.0/node_modules/@fluidframework/request-handler/dist/requestHandlers.d.ts","../../../../../node_modules/.pnpm/@fluidframework+request-handler@2.0.0-internal.4.1.0/node_modules/@fluidframework/request-handler/dist/runtimeRequestHandlerBuilder.d.ts","../../../../../node_modules/.pnpm/@fluidframework+request-handler@2.0.0-internal.4.1.0/node_modules/@fluidframework/request-handler/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/container-runtime-factories/baseContainerRuntimeFactory.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/container-runtime-factories/containerRuntimeFactoryWithDefaultDataStore.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/container-runtime-factories/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+view-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/view-interfaces/dist/mountableView.d.ts","../../../../../node_modules/.pnpm/@fluidframework+view-interfaces@2.0.0-internal.4.1.0/node_modules/@fluidframework/view-interfaces/dist/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/request-handlers/requestHandlers.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/request-handlers/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/utils/containerInteractions.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/utils/index.d.ts","../../../../../node_modules/.pnpm/@fluidframework+aqueduct@2.0.0-internal.4.1.0/node_modules/@fluidframework/aqueduct/dist/index.d.ts","../../../synthesize/dist/types.d.ts","../../../synthesize/dist/IFluidDependencySynthesizer.d.ts","../../../synthesize/dist/dependencyContainer.d.ts","../../../synthesize/dist/index.d.ts","../../../../runtime/datastore/dist/fluidHandle.d.ts","../../../../runtime/datastore/dist/dataStoreRuntime.d.ts","../../../../runtime/datastore/dist/index.d.ts","../../../../dds/shared-object-base/dist/serializer.d.ts","../../../../utils/telemetry-utils/dist/config.d.ts","../../../../utils/telemetry-utils/dist/telemetryTypes.d.ts","../../../../utils/telemetry-utils/dist/logger.d.ts","../../../../utils/telemetry-utils/dist/debugLogger.d.ts","../../../../utils/telemetry-utils/dist/fluidErrorBase.d.ts","../../../../utils/telemetry-utils/dist/errorLogging.d.ts","../../../../utils/telemetry-utils/dist/eventEmitterWithErrorHandling.d.ts","../../../../utils/telemetry-utils/dist/events.d.ts","../../../../utils/telemetry-utils/dist/mockLogger.d.ts","../../../../utils/telemetry-utils/dist/thresholdCounter.d.ts","../../../../utils/telemetry-utils/dist/sampledTelemetryHelper.d.ts","../../../../utils/telemetry-utils/dist/utils.d.ts","../../../../utils/telemetry-utils/dist/index.d.ts","../../../../dds/shared-object-base/dist/summarySerializer.d.ts","../../../../dds/shared-object-base/dist/types.d.ts","../../../../dds/shared-object-base/dist/sharedObject.d.ts","../../../../dds/shared-object-base/dist/utils.d.ts","../../../../dds/shared-object-base/dist/valueType.d.ts","../../../../dds/shared-object-base/dist/index.d.ts","../../../../dds/map/dist/interfaces.d.ts","../../../../dds/map/dist/localValues.d.ts","../../../../dds/map/dist/directory.d.ts","../../../../dds/map/dist/map.d.ts","../../../../dds/map/dist/index.d.ts","../data-objects/types.d.ts","../data-objects/pureDataObject.d.ts","../data-objects/dataObject.d.ts","../data-objects/index.d.ts","../data-object-factories/pureDataObjectFactory.d.ts","../data-object-factories/dataObjectFactory.d.ts","../data-object-factories/index.d.ts","../../../../runtime/container-runtime/dist/blobManager.d.ts","../../../../runtime/container-runtime/dist/summary/orderedClientElection.d.ts","../../../../runtime/container-runtime/dist/summary/summaryCollection.d.ts","../../../../runtime/container-runtime/dist/summary/summaryGenerator.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerTypes.d.ts","../../../../runtime/container-runtime/dist/summary/runningSummarizer.d.ts","../../../../runtime/container-runtime/dist/summary/runWhileConnectedCoordinator.d.ts","../../../../runtime/container-runtime/dist/summary/summarizer.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerClientElection.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerHeuristics.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerNode/summarizerNodeUtils.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerNode/summarizerNode.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts","../../../../runtime/container-runtime/dist/summary/summarizerNode/index.d.ts","../../../../runtime/container-runtime/dist/gc/gcDefinitions.d.ts","../../../../runtime/container-runtime/dist/gc/garbageCollection.d.ts","../../../../runtime/container-runtime/dist/gc/gcSummaryDefinitions.d.ts","../../../../runtime/container-runtime/dist/gc/gcHelpers.d.ts","../../../../runtime/container-runtime/dist/gc/gcReferenceGraphAlgorithm.d.ts","../../../../runtime/container-runtime/dist/gc/gcSummaryStateTracker.d.ts","../../../../runtime/container-runtime/dist/gc/gcSweepReadyUsageDetection.d.ts","../../../../runtime/container-runtime/dist/gc/gcUnreferencedStateTracker.d.ts","../../../../runtime/container-runtime/dist/gc/index.d.ts","../../../../runtime/container-runtime/dist/summary/summaryFormat.d.ts","../../../../runtime/container-runtime/dist/throttler.d.ts","../../../../runtime/container-runtime/dist/summary/summaryManager.d.ts","../../../../runtime/container-runtime/dist/summary/index.d.ts","../../../../runtime/container-runtime/dist/containerRuntime.d.ts","../../../../runtime/container-runtime/dist/dataStoreRegistry.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/definitions.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/batchManager.d.ts","../../../../runtime/container-runtime/dist/pendingStateManager.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/opCompressor.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/opGroupingManager.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/opSplitter.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/outbox.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/opDecompressor.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/remoteMessageProcessor.d.ts","../../../../runtime/container-runtime/dist/opLifecycle/index.d.ts","../../../../runtime/container-runtime/dist/id-compressor/idCompressor.d.ts","../../../../runtime/container-runtime/dist/id-compressor/idRange.d.ts","../../../../runtime/container-runtime/dist/id-compressor/numericUuid.d.ts","../../../../runtime/container-runtime/dist/id-compressor/uuidUtilities.d.ts","../../../../runtime/container-runtime/dist/id-compressor/sessionIdNormalizer.d.ts","../../../../runtime/container-runtime/dist/id-compressor/utils.d.ts","../../../../runtime/container-runtime/dist/id-compressor/index.d.ts","../../../../runtime/container-runtime/dist/index.d.ts","../container-runtime-factories/baseContainerRuntimeFactory.d.ts","../container-runtime-factories/containerRuntimeFactoryWithDefaultDataStore.d.ts","../container-runtime-factories/index.d.ts","../utils/containerInteractions.d.ts","../utils/index.d.ts","../index.d.ts","../../src/test/types/validateAqueductPrevious.generated.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/assert.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/globals.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/buffer.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/child_process.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/cluster.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/console.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/constants.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/crypto.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/dgram.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/dns.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/domain.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/events.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/fs.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/http.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/http2.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/https.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/inspector.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/module.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/net.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/os.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/path.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/process.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/punycode.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/querystring.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/readline.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/repl.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/stream.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/timers.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/tls.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/trace_events.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/tty.d.ts","../../../../../node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/decode.d.ts","../../../../../node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/encode.d.ts","../../../../../node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/index.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/url.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/util.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/v8.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/vm.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/wasi.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/zlib.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/globals.global.d.ts","../../../../../node_modules/.pnpm/@types+node@14.18.38/node_modules/@types/node/ts4.8/index.d.ts","../../../../../node_modules/.pnpm/@types+mocha@9.1.1/node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"927cb2b60048e1395b183bf74b2b80a75bdb1dbe384e1d9fac654313ea2fb136","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"766d8c595f94c9fe9dbb779b60d7a4d6d7a6526ef22090ccedbc658c2d8c77e0","9854b932fac96f1fbec20a3457567aeb9c9d5605e1cb6075089d9e31e91207f0","42f35378f00626bd70026a9d977901214a00c43c67477d3a53fa6bbf5979d153","8692a1ed3a979fa000b62e01f8d33cf940e030b7af50945176428f9cdd4dca80","4426d86955701c6eb4c29141a9f95bb38506be1430fca5c468367bd9f605b13c","85aae8290e234b6331257b6154eacce06827b9f65356c484e378cd52c1ad4066","364a664124450723d4003b59212e6291445df626c9935ed2c1b25ccc98e5eec1","739e7da9825029dead52b83a8e58525f8ecc5881ed25eb09744c9cad3ad90233","471510298742cdd3a5613a7eb84efd472abc2ef8bae510a767ac0bff05d3ae9d","d2de12ae0f86d9dae881b4c1534063fce79b19035c1b507954b11b062ece6dc7","910acae3ceaba3aba35fb52656476aca547b1585f4a10cc272acb50bb08692a6","7da49d6be542ee6f7f8810a19ffe351a93562ea99ac68a93d0a701f344389b05","c21365787186bd17f0ed204809bdfd0b50130494593fd1c0657b5b1a2d87afcc","3e429571f8c1d2355f0c105b706308a24d39b8949ca5868173cf0f75f8e40f49","0f75868c59fb4a2a90c582e505f1430589b7b1e104717bb8e815b20be65d6aa2","7c3f74377e2f69f3af629df55db463ac4925387856002def14fe1315b8d510f3","9e7837caf43767e2f545a9eecf95e7dbf35bc8f2bb18ca862e7a176613016571","66489d246ba00e82db76453f7be5be7cd675c142889b72a1ff55ca0217eb1d79","57c96478eedfdd3475a42d496d9657d8630923f67f948ecbb778c6b648816fb8","3688605c5b12fec84e5df13f5c929eb7587ec78ff0d24c66b5aa5d9efb0e3bcc","d630dd5a555d7beaf46fb9c7eab8189bb9f2fe92162a51d7a9c4093779df052c","1e1d138e69649922c821f854eb00ba9810589aebef9b4750ca0da9b245aa5854","aed2635e02adec91ce142ee599b4fdef2f1be7dcf453f3257243bad8017dfca6","5b2debe8985bcff53d529e829cd163fc3dbfd172eab26eba2836efc4d093e198","400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935","62cccb71cc5f41ae03c8167140da03f442a7cd816a0a987136419fbb87d89227","58387e8de574c692d78eaa4dfc42889e8e454f616eedff84419ab6726f752f88","b7cf610e8c794ad23f19212c6038eb3b08eda1d55ed49eba4fc1349e3cf7196e","d1477aaec63eee2f64b574b1f911611d9a8edfb946e4e521a0ccf01156a556e6","4f93bb3dc5265f718868313ac7b02e101120e80f1065377875104b5aaf387c70","a417abc4546a6fc5ade71e444d1f2e1d6e0b43d0c5b94878622195ecaa9c5c13","681cc197a3dda661c77dfc404bc48db71228ffbdbb785000bc51199449648b1a","2ef4d3400003302259a7f9e54a21560dac5b9a6af4138ebfa94ee3bbd740cf12","0a0e3819381a68aa4688d493c5bb5d45f08c2662bd13367e7a5aeae88409a4f3","814e7cfb5b71e8723a37e6d531282aadde14ea2796b4405481a258c436fa98fc","8023ac345236d4f16563d8dee36b7db6a3b58d2d478c2de674cbd70ce0249737","17fe991244f45b05d3e1135d94c4b759436fce745d12f24ef394051f6b0e44e2","32e3bfb86d5c8e7b6b6fc0d571a5397b1138e18af6febe034367373bd3cfcfa3","bcb2b5ec9bb438a4a2ec0b66e7c623ed32784dedc3ef49b6ef48c700085dd803","679b5b0c89d9f3dc3b64bbb73ac7172b8ca05b9e26ef502f52a71c3411c84723","9f60552d7e485c84c18e4b6456500b291e91467fb998efd27ff65b9a5443b6c1","159e48a2b2e5e45a9902696f1f0871cb883db2b33b34558a31848432abd53cea","657eafddaa9237ad9997f190c9fc59125af3ed357e4153152f91ebe6fce290ba","e0c19c54361dbae30ecc8b49845230eed3f36209a717393bd3ead1ff7643e649","c48b614bb1becb2573740883e1b8c1cd0f182d49be7f74ddae3ff063c539e1ba","580a2117aabc8b1077710401f7ee90cd675bc5c2a28e4c00ef3ac3f139aabe25","e3ec0cbe82030d5f50c79438c280cc86bed1dabe581d59722134697d93146230","a3002007d937e78177933c60a3f3e16b9d8957cd7f2971f9cb49f46a28e5b650","f3b614cc4bd552b052ee6bfe1b7f1a9dd0dc250768932466e4c333f82acad22a","1f4482b79987ce7ee878052d6c90062db43f10b3a0dcf7292613a361691502e8","a535e87337aadbfd4a00b3cf9d03df6f176289942a8d68bcbdd9433b16e87871","f2f75931453414c93a462e16d1c8705792402836c8337616de10260a7740606e","9c310612ad44efa4c42dccff1dd16aa8a63e7dcb3ad559c542fcfa55fa7843b9","b6ce253c55df3ad7be069ed10ce43c6aee0614c76fbb16556f6dba84be466021","829c10c3b482cb6b308f1b4c38a650f08e81cad6eb92218d0ba269b2f525c412","4875b165a1ebddf149079cce60a3146443e6f6798e094c2dc5f3c109e2ecf14b","89113d949c98774f47f96209bd076d6b53085b1b908fb86f694633873ddb8ca1","cd4133865bd32a8dc56c8359e213449a6b6191fdd43d9df3359cb828a67732f0","056ef2d280a5c3c35f50743817bcb7ecf6b20dc66e68f5c8498a4b50851289ec","8915668a1856ed2d31f2e798ddd16d784c0eb614cb305fd61bece54ca856bc83","3dd6e997b4bb21c06569cb8c5c8492d6b1d52697681e08459371a947c211eeaa","f62b6dd8b5e1a5b27e293ea488a227ed240cf20015f2a36702035217988e3c38","5c830afbe78b9d1d0290ac5e29698fc61608a0fc2236d43db817d960884a2ddf","179e5c84b114cafcb58b98e46c8fafd258160298f671cbb72941e769c1d1185d","9a497ec431df279242fb31fac6f8d5d699e7b011be4456944b0746a7df46eab9","1d7ed6fd0c261ed3928aa9e1c02844e3032829d41529d7c153440de945eb693a","b4c20d2341d511847b2691adb47fa0b51283e3e86cb95923351ad9fe9d7c65c4","3356e68d90afbb1ff2e837c04b3d58f597a04b28379036e96719d2bb05cd211c","9565d58c480e8ac84d64802e1edab4ce7ecb416642e7aef1caaf5a4f48fc7617","e71d4f3635270eb9a409ddbc5603261cfd6caa97f7b5e1e7ec719e2207a0d122","d222657ed86e3666f87d8dfea01469fd3bb844672c2e1325b0eb72abd4d44ec4","205013fb18b1d9455fbf7b4137948d4127b1e2ad8d2f8e0f60169c1d3c509d7e","a83437f25e227959be52cba3abdd5a23650c57f7d985dcd5240123c9fbe060d5","fb6a7613fdd90e83523c205db058e5808a6fb26827c8c26be47b17e750c344d9","5796c5913eb67ffc0a2a9109e1dfd0605d213045ed3f20893aea9ba6e96433f2","5b2debe8985bcff53d529e829cd163fc3dbfd172eab26eba2836efc4d093e198","766d8c595f94c9fe9dbb779b60d7a4d6d7a6526ef22090ccedbc658c2d8c77e0","9854b932fac96f1fbec20a3457567aeb9c9d5605e1cb6075089d9e31e91207f0","42f35378f00626bd70026a9d977901214a00c43c67477d3a53fa6bbf5979d153","8692a1ed3a979fa000b62e01f8d33cf940e030b7af50945176428f9cdd4dca80","4426d86955701c6eb4c29141a9f95bb38506be1430fca5c468367bd9f605b13c","85aae8290e234b6331257b6154eacce06827b9f65356c484e378cd52c1ad4066","62cccb71cc5f41ae03c8167140da03f442a7cd816a0a987136419fbb87d89227","58387e8de574c692d78eaa4dfc42889e8e454f616eedff84419ab6726f752f88","b7cf610e8c794ad23f19212c6038eb3b08eda1d55ed49eba4fc1349e3cf7196e","d1477aaec63eee2f64b574b1f911611d9a8edfb946e4e521a0ccf01156a556e6","4f93bb3dc5265f718868313ac7b02e101120e80f1065377875104b5aaf387c70","a417abc4546a6fc5ade71e444d1f2e1d6e0b43d0c5b94878622195ecaa9c5c13","681cc197a3dda661c77dfc404bc48db71228ffbdbb785000bc51199449648b1a","e8628e6fbf0ac6e0ad854293bc80df7edf60313bc07f1bff9de421f8f1f917b8","0a0e3819381a68aa4688d493c5bb5d45f08c2662bd13367e7a5aeae88409a4f3","814e7cfb5b71e8723a37e6d531282aadde14ea2796b4405481a258c436fa98fc","8023ac345236d4f16563d8dee36b7db6a3b58d2d478c2de674cbd70ce0249737","ee24cb2ebeb02be9f460ac80051196736c2b5582c972f50c3010bb5abdffbc7f","32e3bfb86d5c8e7b6b6fc0d571a5397b1138e18af6febe034367373bd3cfcfa3","bcb2b5ec9bb438a4a2ec0b66e7c623ed32784dedc3ef49b6ef48c700085dd803","679b5b0c89d9f3dc3b64bbb73ac7172b8ca05b9e26ef502f52a71c3411c84723","9f60552d7e485c84c18e4b6456500b291e91467fb998efd27ff65b9a5443b6c1","159e48a2b2e5e45a9902696f1f0871cb883db2b33b34558a31848432abd53cea","657eafddaa9237ad9997f190c9fc59125af3ed357e4153152f91ebe6fce290ba","c4de7cb49484328d8222af5a5683c512f817b4a3b51182eac756dcc302071117","4f0f617f3679f8b9687f66e6569af1a66f31f7dcaaaf9bd9387efc82ab5244c3","f2f75931453414c93a462e16d1c8705792402836c8337616de10260a7740606e","02761cbe7f2011ef30367eacdd672aae5a1d8e9c2ec4f55db8ccefa1a3cf2cc1","b6ce253c55df3ad7be069ed10ce43c6aee0614c76fbb16556f6dba84be466021","829c10c3b482cb6b308f1b4c38a650f08e81cad6eb92218d0ba269b2f525c412","4875b165a1ebddf149079cce60a3146443e6f6798e094c2dc5f3c109e2ecf14b","89113d949c98774f47f96209bd076d6b53085b1b908fb86f694633873ddb8ca1","0019f06f88e66fa5371d8eebb0e81dc749e54a8f65f8ec9b59760c77e759e46e","b39f8ed8e78b9d2f7b2bf20ddb9a608a505ba770870e1104eef8e64e81d60c86","f00155eae1bf0b4edea1230126aff57c010a14f8542291a2848dd3846db4cc5d","2508a122a9fbd08c5b7351d50e055793e95aecf2abdff51de831959f54e3b100","470866668f63e372951091f09b059c8c3e93d2683db5ce81ae3aba6babb85b2f","e1818e0fda127bd741e88a7e542cf693606de95ce3fb3a3fb91146e5658cb67d","37dd666433e9359830531617aa7f0c69de6ad40e2b96637620322978a5724505","83f8377dca0b114c1517321df5d9870b2459c49289aec0bd9c23fe5c01244f2b","fabf53b6038fb84d618fe396f864979f8f6b26b18bd25d9cb01f153b07309047","be19f779f44110e9967b2b159640113936a3b28804a988048ac90ccde21e58c3","ea220a6083461917eeb9ed97acbbcf40be1d901d100cfa2f99f64be481449415","086590542697953a90746a49e0b45e2ac0b79af34a005159f06cb70a977742d1","3492be117d889e6ed80e99603f4fc105b533ee66853587e8a6affdb335cda68a","5e95a5824c77f06f492ec61f3abb3898ff8d56d3130bbacc745853e49d28cd1d","3ad0fff4a0d23d591ab29a6efc91d224600285fe23281e3d0b5c643aa1b4bee5","38af778857e4f07da8ddf6d1dcda7bf4b501455252a2c98006f7c3344fd7f526","a10937d6dfa554517552385abaedbd1bc6fdcb9701aee152e102aac5a2c82746","cbc30ee9638dfc01433d6744616e943a08ea49e612641a9d32cb591540f3b745","da77abbc2aa8976ccdff0e03552ca451291855ea252ff13681f9a799c0e55104","aeac02036e239ed2c449e54fbd332d14ae559da38fc9c2f1372313b5f6a38be2","145a2f2032abdf710a7da87db76147469c9187f8326ff36013bb310bf7983280","3e83be6adc13f0ba2b0bb5ef2fef29516877660f158ed6fdd777de2c27f7bbad","27a8c3b5f6ffc0145fa9ce6d3abe875def31c5d06b171811948457a030959a6f","bf888e7b557ad080706efcd90f51fa17aae3e218974a7fd3d0592cc1ba878206","827bbb801acea177785b6be117e03778ccc507d66a02649468cb2f4f29487bb9","f7594c36bb7e4a4936df3ba1e078f39009a0f3a39bc76899a075d1c690752002","df5f5ef444206c89f7f28b04ce9f4e0592cdeb7b3fb0534490487edb1654c4f4","504625fd2aff6b50298999996a66c6da9ffa84f8de390df20f4c53e6905c0ff3","abdbf9481ecd7286865ed77d5083fe36bfad7fc7d66c319bc95b2fc219212926","97d211538bde5738558e60df7ccf6259931137324584fd39700990b0e7e8dbd9","ad9d4046f9283edf3f803118d70afd0736bd4b0bd0d3d5e4e06d8a9df121cfc8","016505d403d60f1e9b5c4ee269c8f225ac019dd267691687ec621338574227b1","504cdf5c68feb8f11d9acaece6af94bbe7693cc54f65036ef41cf597cdb0a5a3","6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","78828b06c0d3b586954015e9ebde5480b009e166c71244763bda328ec0920f41","4fe96834ddc3f230ce389fb99f335783b4cada228120eb158d33861bad189d7b","86f9145616aac5c2ed3d66467491841c3ee3562cf94188d8d462593ffc67f971","5cd349e6e0ec836061cb8cd1beacfb8e447e591ad737aae01ad17778798c92a3","47f5bf82c3e5e015ac824e0accde5831f27eee560ee5949493b8e1caf9324602","6a58bde37454ecffbcba647568d8c837e86b51c1288c3163368fdfea08fad655","5bcb5b4554083521d963c22321c261d0586f5351c7d04638c3fdc230bc5f5619","7fe5f015018c5aa29310fbc4a6fff7f5c9af725947fdc9ee32d0b35998f06847","697612efe2a9b6a478bfece13ecf6ef68bcf0f7eab7caf25dcd59a13a71387db","72c5ed4d45c69873ae8255fb6c5786f87bd7898e9e29131c482f4d5524e66033","39d5458e0b51d20138fd9ea11ff94d5a81b5122f8f3b2764014a977bc98461da","4d4c7912b3928a508b8fd31077974e9e47e432df13fa7876e62ae66f358b7efe","ae7048f2327b0d52223f51203fa73363deaedb2f1d397b5e37b0dedb24b2e7fb","a9deea93b5e374ffb8d1949a9e9cfb5410da35ac897644b747c3180cf841db14","b61d8b1b234e0ef8c5b33a652d5d023f5e3b50b1edde09f69aa83bdab49037fd","02cad45a5d52376e86fd8cdc8e6a5bc4923be16fd5a1bc41b8d74022605aea75","6d8642db449bc452ba5865d54b82d73fd4f86a9fb6fb2c5aca8612d53b97d4b7","f6d85487a128842a4a52514a3cedbf9fbfe7e50736f69aa445147d603e3df161","abd122606418168a3ad12eaba8e500aeade6b839144465e256a666adaaf237d3","84ba8dee738caa7affc33781a2ba2061280073a8cda6ce527bc141e11cb8c934","7f81da3d14e90f7b9f91d0a27473c7fc2218d54eda9a058a6cb685cac4c430b0","727d3eac934447108ec31ddd00441b457a5700e1902879316e2bb3ae38293494","9182df8c2873e5e9a82ee06dbd171def3ffcb39e1cbc8e496f656809035b0cff","f2b21047dc0c1c67ee9e65fbae8c38b20490d17401b4a4c06ff82fefc351b902","c68d89b632b1fa079e5ecfbea7773ff110df255fd7ed6696e48c9243f1d3241e","866a051caf689244ac3068322c55ea8a297db6091ec0672696fb1c5729811b74","1e5ef418179c093a6d60c35fa913e70410473040c68cd8b7c83a726ca3f4adcf","b466c41299ef2e720425f2d0bb546fbb41baa9e5f7a280a35d18125457fc8a7f","b95621b8fa79b2208831e9919ff91d4eeea36968cba745ee3d6b380178d97c9e","f62b6dd8b5e1a5b27e293ea488a227ed240cf20015f2a36702035217988e3c38","164099460637b07e28a46e2baf57bf7ef8b21e95bbe52cdcdd7b706c233b1637","2c426cf9def67c43e8ad4d4f1ddd8e561ec78437fe6b725573bb6016b2050704","7c2900b9461689779754779bc9254411a3322e8e6207858529dbbbf0b1371247","ca6a21a3634c58b129ae240271dd98a1fabc2835f58da3b42ebf314544eb12ee","88c5e7ec9e6f51da9f55540fc1930203491d3d9c809816e715b8199dc045fec9","da476133ceeaaeb90062029748fad59c217637f3979f18b9df062c3cae3c2836","25e97deb9174604a8e3fa9e78425819825fbaa3aedf159c3d829410bc6f89201","bc6266cdde9dceed544f8c2a91d26dcdac36348f35f824b8dfc765de53e02ef4","16a5279b0340877096f5afee7727d59f4aab93081b02b580494670e1e998b9aa","9c3f1edf5e72dde431a0eaa155ae822bf0eb3a02e24ff956cc2e91616bc5139a","ec2320ff37246ec7a9957d94e1e74c5c67b7aa12aea02d3b5bac03beb037752e","8806126bf67e17642b5c289ed9b8949d7a2d6f24f6e7c15a0a464cb03baba296","844f46f6df3ae2c4983ef559f4a7afba425fe18b3cdbcc6d058bb759ff59e3c5","364a664124450723d4003b59212e6291445df626c9935ed2c1b25ccc98e5eec1","a535e87337aadbfd4a00b3cf9d03df6f176289942a8d68bcbdd9433b16e87871","cd4133865bd32a8dc56c8359e213449a6b6191fdd43d9df3359cb828a67732f0","056ef2d280a5c3c35f50743817bcb7ecf6b20dc66e68f5c8498a4b50851289ec","8915668a1856ed2d31f2e798ddd16d784c0eb614cb305fd61bece54ca856bc83","5c830afbe78b9d1d0290ac5e29698fc61608a0fc2236d43db817d960884a2ddf","179e5c84b114cafcb58b98e46c8fafd258160298f671cbb72941e769c1d1185d","9a497ec431df279242fb31fac6f8d5d699e7b011be4456944b0746a7df46eab9","1d7ed6fd0c261ed3928aa9e1c02844e3032829d41529d7c153440de945eb693a","b4c20d2341d511847b2691adb47fa0b51283e3e86cb95923351ad9fe9d7c65c4","854b450a4a06d9cb124bbd922271d2462bb6d2c1dc6c19b75d292d5dd724b98e","4b94f5dfa3a03dd43b736e5315d9612991efdf69b780f6f8538ff4ee179125a2","6445f0bc91a684a4ba779db879249bbe7aa7722d7f131918dc1f57436ec64549","e9fc595dc4d13018e0b883bb4e3ab7c2df641b51b349e6cf5ddd687766835205","576bf65725814c54340a799006db1c4607b92f6a7a92a0b8c81a4b02c8993340","224061f3abd22fc7c3da3061d3d2e159781fe0f423ae1d5bfa847b985d7de486","811a8221d35c82a19ebe0c7e16e8a9f73cd7c45f4cbcde48ad60e554891babf1","8e4b0515ea7028af81000756005c49f61f6494397ee0a7c4ce9ef3895da61590","73e908607360f77bbcb09be6df158565d632ecfbf46b6ed12895839d5a5de5be","582d90685f2ee0d837b4659b3f502347de25b741b47ae440e642d84328f8feb8","f9ab4911e9648dd06f816252d7565a9806a2845023e7999c94331cac8f665c96","e8465681afa345ce70c4794ee3aca188601c0a308e33ce29292ef402f59d3732","5c89dbaa6145a47a1703b1fab4635f22c93bc315ba40e5b73b31aede043899e0","ce9ae144d724a75a9d1b15f8018313c7f869dc525a4176d710330def4b2e20bd","706e0e471ae144ef7f4424016949bb705792cc0c4922fae11316d863c3770e2f","5beb18d3cf007db69bd772bd767bfa9209c523ff135fbf95f29821d6e9c48cd5","c68e7386bec11d98be13255918fe87240e04aeda5eb72adb94124ddb23aae003","1a14178dd089618775ada207bd425cf316edb795c251b1440fcced2dc0d8fc78","afb68172b62eca8ae49e150404b2b46610f8512e0d85234f19a8699675352708","623bdaa4bc4e87be412940f9cfa0e3dd3ed4505246ee631ded1fd31c9946beee","ee4c31fb96894cba8cca1092050817999c473b865fec7f5c56cc0742b28bef2c","d6d543f0b29646912352d7f4093e67d8b714e11f262789868d3dece68e45d570","608091fa8bb23bbd157559c41e0b41bb3e8309e85cbada8be6c0b91b7c1e65af","edb060942108c02b042d18c900093ea16e67c940d3d3ad8495cf2669886a7ee0","f33e53d4cdcadf58ccfad72cc4d08b8e1d59ee7a89b72a8411c1ca763ab17264","526c9930f55ad6c4f0cdd234513239372fa0e007290d81ba9c605fb17fe0c35f","9d147cdfe817cdb5947bb0d9254537965dcdcef860dc8d04da391f865b3d4f5f","2469d8d4cad19befb133c1be0da0dd446c56ba2a0c050e9c759872afe35966c2","df9643b36de18f908d8b8fc09997ae0af4335c74f6a631a455d413f087e62864","1cd4da357c17a44751b7b08c25a28cb72bfc699d7f159535a9f97dcda5b8aadb","3356e68d90afbb1ff2e837c04b3d58f597a04b28379036e96719d2bb05cd211c","9565d58c480e8ac84d64802e1edab4ce7ecb416642e7aef1caaf5a4f48fc7617","e71d4f3635270eb9a409ddbc5603261cfd6caa97f7b5e1e7ec719e2207a0d122","04f458492f00394e774a2f0650764785509739e4baa6bac3f66a0395771f1661","db0a06a12dd02f439609b8199d25a7e963d93c50b2f6fd6a568a90b9c0db7019","3e8fa9034fecd8004897e67d9d9adce8b4167ac4d75f66c7d00e14632d071aca","d222657ed86e3666f87d8dfea01469fd3bb844672c2e1325b0eb72abd4d44ec4","205013fb18b1d9455fbf7b4137948d4127b1e2ad8d2f8e0f60169c1d3c509d7e","a83437f25e227959be52cba3abdd5a23650c57f7d985dcd5240123c9fbe060d5","fb6a7613fdd90e83523c205db058e5808a6fb26827c8c26be47b17e750c344d9","91995c134eaadc8a267e19939b66b687d70436265eb9a2a69d1abb37b4210ffa","6264f49df4433858cb04d42d6795b6c1e7506e74983b70723f0ca3919d41c187","4cd01e8f7d8f5c62bf817c273122d1c18570f27be2497b61fc6aaf156ad4583e","0019f06f88e66fa5371d8eebb0e81dc749e54a8f65f8ec9b59760c77e759e46e","b39f8ed8e78b9d2f7b2bf20ddb9a608a505ba770870e1104eef8e64e81d60c86","f00155eae1bf0b4edea1230126aff57c010a14f8542291a2848dd3846db4cc5d","2508a122a9fbd08c5b7351d50e055793e95aecf2abdff51de831959f54e3b100","470866668f63e372951091f09b059c8c3e93d2683db5ce81ae3aba6babb85b2f","9ffef40debcdf4cd2b85317a9ba5098c661caeae99ca061f8a62560dfe41ad8c","ad9d4046f9283edf3f803118d70afd0736bd4b0bd0d3d5e4e06d8a9df121cfc8","016505d403d60f1e9b5c4ee269c8f225ac019dd267691687ec621338574227b1","504cdf5c68feb8f11d9acaece6af94bbe7693cc54f65036ef41cf597cdb0a5a3","4fe96834ddc3f230ce389fb99f335783b4cada228120eb158d33861bad189d7b","86f9145616aac5c2ed3d66467491841c3ee3562cf94188d8d462593ffc67f971","5cd349e6e0ec836061cb8cd1beacfb8e447e591ad737aae01ad17778798c92a3","47f5bf82c3e5e015ac824e0accde5831f27eee560ee5949493b8e1caf9324602","6a58bde37454ecffbcba647568d8c837e86b51c1288c3163368fdfea08fad655","5bcb5b4554083521d963c22321c261d0586f5351c7d04638c3fdc230bc5f5619","7fe5f015018c5aa29310fbc4a6fff7f5c9af725947fdc9ee32d0b35998f06847","697612efe2a9b6a478bfece13ecf6ef68bcf0f7eab7caf25dcd59a13a71387db","72c5ed4d45c69873ae8255fb6c5786f87bd7898e9e29131c482f4d5524e66033","39d5458e0b51d20138fd9ea11ff94d5a81b5122f8f3b2764014a977bc98461da","4d4c7912b3928a508b8fd31077974e9e47e432df13fa7876e62ae66f358b7efe","ae7048f2327b0d52223f51203fa73363deaedb2f1d397b5e37b0dedb24b2e7fb","a9deea93b5e374ffb8d1949a9e9cfb5410da35ac897644b747c3180cf841db14","b61d8b1b234e0ef8c5b33a652d5d023f5e3b50b1edde09f69aa83bdab49037fd","02cad45a5d52376e86fd8cdc8e6a5bc4923be16fd5a1bc41b8d74022605aea75","6d8642db449bc452ba5865d54b82d73fd4f86a9fb6fb2c5aca8612d53b97d4b7","f6d85487a128842a4a52514a3cedbf9fbfe7e50736f69aa445147d603e3df161","abd122606418168a3ad12eaba8e500aeade6b839144465e256a666adaaf237d3","84ba8dee738caa7affc33781a2ba2061280073a8cda6ce527bc141e11cb8c934","7f81da3d14e90f7b9f91d0a27473c7fc2218d54eda9a058a6cb685cac4c430b0","727d3eac934447108ec31ddd00441b457a5700e1902879316e2bb3ae38293494","9182df8c2873e5e9a82ee06dbd171def3ffcb39e1cbc8e496f656809035b0cff","f2b21047dc0c1c67ee9e65fbae8c38b20490d17401b4a4c06ff82fefc351b902","c68d89b632b1fa079e5ecfbea7773ff110df255fd7ed6696e48c9243f1d3241e","24e7e34b1d440fa4ff294cf8d5b86530bf7ef372aaeee741e6ed0fa3f16bb00b","b9012883ef9fc9c49be16bb1c5ed5a01ed20c41244675afa6bdaba4058ac6d7d","b466c41299ef2e720425f2d0bb546fbb41baa9e5f7a280a35d18125457fc8a7f","164099460637b07e28a46e2baf57bf7ef8b21e95bbe52cdcdd7b706c233b1637","2c426cf9def67c43e8ad4d4f1ddd8e561ec78437fe6b725573bb6016b2050704","7c2900b9461689779754779bc9254411a3322e8e6207858529dbbbf0b1371247","db4582335e0827820fc724eb9b471be720fcda7174cf58753971eeeb50de3fd8","ee9944163a0fb1ec3df2a352590099f7c2e4ba92870d945a5dcddaeef96d3411","da476133ceeaaeb90062029748fad59c217637f3979f18b9df062c3cae3c2836","25e97deb9174604a8e3fa9e78425819825fbaa3aedf159c3d829410bc6f89201","bc6266cdde9dceed544f8c2a91d26dcdac36348f35f824b8dfc765de53e02ef4","97fa723e91d9d3fd84d26bd732036f367458e25c54887df6c7ccf8160e7442b5","9c3f1edf5e72dde431a0eaa155ae822bf0eb3a02e24ff956cc2e91616bc5139a","ec2320ff37246ec7a9957d94e1e74c5c67b7aa12aea02d3b5bac03beb037752e","8806126bf67e17642b5c289ed9b8949d7a2d6f24f6e7c15a0a464cb03baba296","844f46f6df3ae2c4983ef559f4a7afba425fe18b3cdbcc6d058bb759ff59e3c5","854b450a4a06d9cb124bbd922271d2462bb6d2c1dc6c19b75d292d5dd724b98e","4b94f5dfa3a03dd43b736e5315d9612991efdf69b780f6f8538ff4ee179125a2","6445f0bc91a684a4ba779db879249bbe7aa7722d7f131918dc1f57436ec64549","e9fc595dc4d13018e0b883bb4e3ab7c2df641b51b349e6cf5ddd687766835205","576bf65725814c54340a799006db1c4607b92f6a7a92a0b8c81a4b02c8993340","224061f3abd22fc7c3da3061d3d2e159781fe0f423ae1d5bfa847b985d7de486","811a8221d35c82a19ebe0c7e16e8a9f73cd7c45f4cbcde48ad60e554891babf1","8e4b0515ea7028af81000756005c49f61f6494397ee0a7c4ce9ef3895da61590","73e908607360f77bbcb09be6df158565d632ecfbf46b6ed12895839d5a5de5be","582d90685f2ee0d837b4659b3f502347de25b741b47ae440e642d84328f8feb8","f9ab4911e9648dd06f816252d7565a9806a2845023e7999c94331cac8f665c96","e8465681afa345ce70c4794ee3aca188601c0a308e33ce29292ef402f59d3732","5c89dbaa6145a47a1703b1fab4635f22c93bc315ba40e5b73b31aede043899e0","c15c4790e1ce2565c29749ee3df4c9045e669ccb9f0d924b61b31dcd90581889","706e0e471ae144ef7f4424016949bb705792cc0c4922fae11316d863c3770e2f","5beb18d3cf007db69bd772bd767bfa9209c523ff135fbf95f29821d6e9c48cd5","b43e9ec6df2286545f34b5e217d7ac74ceb0fee3bfebfd6d3c55f75a48cd6b95","f305a76b84f6dd308d5fca1ea791613c6653683f6b311019ff8f99788c6aaba8","afb68172b62eca8ae49e150404b2b46610f8512e0d85234f19a8699675352708","623bdaa4bc4e87be412940f9cfa0e3dd3ed4505246ee631ded1fd31c9946beee","c04c5b6cb4100d297766f9b0ce78860bff146af4ccdfdad1770c698ae2c1f242","2375bc8d775607096f16acaa0a757769ecb382948b2e438b9ead1774ebadda2e","608091fa8bb23bbd157559c41e0b41bb3e8309e85cbada8be6c0b91b7c1e65af","edb060942108c02b042d18c900093ea16e67c940d3d3ad8495cf2669886a7ee0","f33e53d4cdcadf58ccfad72cc4d08b8e1d59ee7a89b72a8411c1ca763ab17264","c23600e31d42071ae8ebf73479cf8be8a3cf6a9fa105d28cc744563999b2c452","9d147cdfe817cdb5947bb0d9254537965dcdcef860dc8d04da391f865b3d4f5f","2469d8d4cad19befb133c1be0da0dd446c56ba2a0c050e9c759872afe35966c2","ebb12660604d023252cd6dea714a48cd77e29bdafb8b0c7642ae2ae8d237a1e0","15e1184ac1747c9857105be294088e9ec71be05a6b43f4ec6ef79b9e4decaf57","52bd6ecaddfa57bc8c6296b547b7cdf41291e84025bbf8929053e1111c80f7e1","ceaa8ef13a6be7d7ccce1f3e10c8f0c84524f6800d59b9f656731e5ab356dd37","b809d4206243b0cc26e70c9372dc21b9727ad0b2858206e38185ae47a8d19596","fd46e54c1fbb7bce43c3d02a2847b45e10adf72e9e6f89c2cc2e49f55ab0df1e","62e3c114d9d963442bc47a40403c17aac9f686d6354d18aac86feee3f9f699da","41861e6c361515dd26b70ca988e65713c674926b588fc70c8240b66a432e21a7","f467827ecc66c34a053737b6da5842511bb2261b3f9574c5df0aff9cb941bd26","04f458492f00394e774a2f0650764785509739e4baa6bac3f66a0395771f1661","db0a06a12dd02f439609b8199d25a7e963d93c50b2f6fd6a568a90b9c0db7019","3e8fa9034fecd8004897e67d9d9adce8b4167ac4d75f66c7d00e14632d071aca","91995c134eaadc8a267e19939b66b687d70436265eb9a2a69d1abb37b4210ffa","6264f49df4433858cb04d42d6795b6c1e7506e74983b70723f0ca3919d41c187","4cd01e8f7d8f5c62bf817c273122d1c18570f27be2497b61fc6aaf156ad4583e","92417c0db26aced34f33a9895b162704c2a10109959373a6e8a3a5f0cfd6ef9b","4c2c4f53e8eedd970f8afa369d7371544fb6231bf95e659f8602e09abe74d5a5",{"version":"37c79b2172bf5b4cd35e0c47485bc38f34f07380cd6c98935bb5d5d0fd47ceaf","affectsGlobalScope":true},"c2b5085f47e41d6940bbc5b0d3bd7cc0037c752efb18aecd243c9cf83ad0c0b7","3143a5add0467b83150961ecd33773b561a1207aec727002aa1d70333068eb1b","9deb3a5eaf187df1428f0fee83c8c51eedb74f6da3442410bad9688e42a7e2b5","d0fc76a91c828fbe3f0be5d683273634b7b101068333ceed975a8a9ac464137b",{"version":"1a048ff164b8d9609f5de3139d4e37f6e8a82af82087ac414b9208f52ef8aac7","affectsGlobalScope":true},"3111079f3cb5f2b9c812ca3f46161562bce5bfb355e915f46ed46c41714dc1c3","db86f82fac051ae344b47e8fe7ac7990174b41db79b2b220a49dc5a47c71a9b5","b32b6b16cb0bda68199582ad6f22242d07ee75fac9b1f28a98cd838afc5eea45","4441ee4119824bfaebc49308559edd7545978f9cb41a40f115074e1031dde75f",{"version":"60693a88462d0e97900123b5bf7c73e146ce0cc94da46a61fe6775b430d2ff05","affectsGlobalScope":true},{"version":"588c69eda58b9202676ec7ca11a72c3762819b46a0ed72462c769846153c447c","affectsGlobalScope":true},"ae064ed4f855716b7ff348639ddcd6a6d354a72fae82f506608a7dc9266aa24c","92f019c55b21c939616f6a48f678e714ac7b109444cbbf23ad69310ce66ecbdc","cf0a69c71aedf2f8fe45925abd554fd3dc7301ce66d6ab7521fb8c3471c24dd8","56e6722c6013609b3e5e6ed4a8a7e01f41da6c5e3d6f0ecff3d09ef7a81414cf","139fd681eff7771a38d0c025d13c7a11c5474f6aab61e01c41511d71496df173","f614c3f61e46ccc2cb58702d5a158338ea57ee09099fde5db4cfc63ed0ce4d74","44e42ed6ec9c4451ebe89524e80ac8564e9dd0988c56e6c58f393c810730595d","a504c109b872b0e653549bd258eb06584c148c98d79406c7516995865a6d5089","155865f5f76db0996cd5e20cc5760613ea170ee5ad594c1f3d76fcaa05382161","e92852d673c836fc64e10c38640abcd67c463456e5df55723ac699b8e6ab3a8a","4455c78d226d061b1203c7614c6c6eb5f4f9db5f00d44ff47d0112de8766fbc4",{"version":"ec369bb9d97c4dc09dd2a4093b7ca3ba69ad284831fccac8a1977785e9e38ce5","affectsGlobalScope":true},"4465a636f5f6e9665a90e30691862c9e0a3ac2edc0e66296704f10865e924f2a","9af781f03d44f5635ed7844be0ce370d9d595d4b4ec67cad88f0fac03255257e","f9fd4c3ef6de27fa0e256f4e75b61711c4be05a3399f7714621d3edc832e36b0","e49290b7a927995c0d7e6b2b9c8296284b68a9036d9966531de65185269258d7","c3689f70ce7563c2299f2dcb3c72efdf6f87ae510e7456fa6223c767d0ca99fc","874ca809b79276460011480a2829f4c8d4db29416dd411f71efbf8f497f0ac09","6c903bceaf3f3bc04f2d4c7dcd89ce9fb148b3ba0a5f5408d8f6de2b7eecc7ea","504d049d9e550a65466b73ca39da6469ab41786074ea1d16d37c8853f9f6ab2e","23a28f834a078986bbf58f4e3705956983ff81c3c2493f3db3e5f0e8a9507779","4febdf7f3ec92706c58e0b4e8159cd6de718284ef384260b07c9641c13fc70ce","ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa","ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26","46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f",{"version":"eabefc2999c1489cf870e0c85af908900462fa245822d9a4616780a1a129945d","affectsGlobalScope":true},"7335933d9f30dcfd2c4b6080a8b78e81912a7fcefb1dafccb67ca4cb4b3ac23d","a6bfe9de9adef749010c118104b071d14943802ff0614732b47ce4f1c3e383cd","4c3d0e10396646db4a1e917fb852077ee77ae62e512913bef9cccc2bb0f8bd0e","3b220849d58140dcc6718f5b52dcd29fdb79c45bc28f561cbd29eb1cac6cce13","0ee22fce41f7417a24c808d266e91b850629113c104713a35854393d55994beb","22d1b1d965baba05766613e2e6c753bb005d4386c448cafd72c309ba689e8c24",{"version":"2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1","affectsGlobalScope":true},"01c93adfc4c6555c559e7334b6b5f45b48c9e1f809144822088e45ba13e36d9f",{"version":"3f6d6465811321abc30a1e5f667feed63e5b3917b3d6c8d6645daf96c75f97ba","affectsGlobalScope":true}],"options":{"declaration":false,"declarationMap":false,"esModuleInterop":true,"inlineSources":true,"module":1,"noImplicitAny":false,"noUnusedLocals":true,"outDir":"./","rootDir":"../../src/test","skipLibCheck":true,"sourceMap":true,"strict":true,"target":4},"fileIdsList":[[111,117,124,131,141,201,224,254,257],[111,117,131,141,201,254,257,258],[258,259],[131,137,141,168,199,202],[202,203],[111,117,131,137,141,168,199,201],[111,117,195,196,197],[196,197,198],[40,111,117,131,137,141,166,195,196],[40,111,117,131,137,141],[199,204,260,264,266],[263],[111,117,201,224,257,262],[111,117,124],[265],[37,38,39],[40],[40,148,373],[151],[143,144,145,146,147,148,149,150,153,155,156,157,158,159,160,161,162,163,164,165],[151,152,154],[153],[40,373],[52,373],[113],[40,52],[111,113,117,121],[112,113,114,115,116,121,122,123],[40,52,111,112,113,115,116,117,120,121,122],[40,52,111,112,113,115,116,117,120,123],[40,52,111,117,120,124,131],[200],[52,111,117,120,131,166,201,242],[40,52,111,117,120,124,131,166,201,205,237,241],[131],[40,111,117,131,224,229,241],[40,52,111,117,124,131,224,241],[40,52,131,184,229,231],[229],[131,224,229,231,237,241],[40,124,184],[229,230,231,232,233,234,235,236],[237,241,242,243,253],[242,244],[52,124,254],[244,245,247,248,249,250,251,252],[40,244],[40,52,244],[52,244],[40,52,124,244],[40,124,242,244,246,247,248,249],[52,248,249,251],[40,52,124,242],[206,207,208,209,210,211,212,213,214,228,238,240],[40,52,124,166],[209],[40,52,207,208,209,242],[40,111,117,124,184,207,209,211,242,373],[40,52,166,206,207],[40,208,209,242],[225,226,227],[40,52,131,224,225],[40,52,131,224],[40,52,131,224,225,226],[40,52,124,131,184,207,208,242],[52,120,131,237],[40,166,207,209],[40,207,209,213,239],[108],[106,107,109],[106,107,108,109,110],[52,111,117,131,132,133],[40,52,111,117,124,131,137],[132,133,134,135,136],[111,117,135],[40,52,111,117,124,131,137,166],[111,117],[142,167],[117],[117,118,119],[40,52,117,118],[52,131,137,190,191,192],[191,192,193,194],[40,190],[111,117,190,191],[52,131,137,190,191],[41],[40,42],[41,42,43,44,45,46,47,48,49,50,51],[42,43,46,48],[45],[255,256],[111,117,131,201,224],[111,117,201,255],[52],[40,52,111,117,120,124,125,126,127,128,129],[130],[125],[105,125,126,127,128,129,130],[40,52,127],[40,111,117,131],[215,216,217,218,219,220,221,222,223],[137],[124,201],[40,52,131],[169,185,186,187,188,189],[40,52,111,117,131,137,166,169,184,185,186],[111,117,169],[40,52,131,137],[111,117,131,169],[138],[138,139],[138,139,140],[141],[40,166],[40,172,174],[40,173,176],[170,173,174,175,176,177,178,179,180,181,182,183],[40,173],[40,174],[261],[171],[361],[363],[364,369],[365,373,374,381,390],[365,366,373,381],[367,400],[368,369,374,382],[369,390],[370,371,373,381],[371],[372,373],[373],[373,374,375,390,399],[374,375],[376,381,390,399],[373,374,376,377,381,390,393,399],[376,378,390,393,399],[361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,399,400,401,402,403,404,405,406],[373,379],[380,399],[371,373,381,390],[382],[383],[363,384],[385,395],[386],[387],[373,388],[388,389,400,402],[373,390],[391],[392],[381,390,393],[394],[381,395],[387,399],[400],[390,401],[402],[403],[373,375,390,399,402,404],[390,405],[396,397],[56],[35,56,60,64],[55,56,57,58,59,64,65,66],[35,40,52,55,56,58,59,60,63,64,65],[35,40,52,55,56,58,59,60,63,66],[32],[30,31,33],[30,31,32,33,34],[60],[60,61,62],[40,52,60,61],[35,60],[52,79,86,294,295,296],[295,296,297,298],[40,294],[35,60,294,295],[52,79,86,294,295],[275,289,290,291,292,293],[35,40,52,60,79,86,166,275,288,289,290],[35,60,275],[40,52,79,86],[35,60,79,275],[35,60,67,79,91,96,99,271,353],[35,60,79,91,99,271,353,354],[354,355],[79,86,271,274,303,304],[304,305],[35,60,79,86,91,271,274,303],[299,300,301],[300,301,302],[35,40,60,79,86,166,271,299,300],[35,40,60,79,86,271],[103,303,306,356,358],[102],[35,60,91,96,99,101],[35,60,67],[357],[35,60,79,91,96,99,103,361],[267,359],[97,98],[35,60,79,91,96],[35,60,91,97],[268],[268,269],[268,269,270],[271],[100],[35,40,52,60,63,67,79],[90],[35,52,60,63,67,79,91,166,334],[35,40,52,60,63,67,79,91,166,307,329,333],[79],[35,40,60,79,96,321,333],[35,40,52,60,67,79,96,333],[40,52,79,288,321,323],[321],[79,96,321,323,329,333],[40,67,288],[321,322,323,324,325,326,327,328],[40,79],[346,347,348,349,350,351],[329,333,334,335,345,352],[334,336],[52,67,353],[336,337,339,340,341,342,343,344],[40,336],[40,52,336],[52,336],[40,52,67,336],[40,67,334,336,337,338,339,340,341],[52,340,341,343],[40,52,67,334],[308,309,310,311,312,313,314,315,316,320,330,332],[40,52,67,166],[311],[40,52,309,310,311,334],[35,40,60,67,288,309,311,313,334,373],[40,52,166,308,309],[40,310,311,334],[317,318,319],[40,52,79,96,317],[40,52,79,96],[40,52,79,96,317,318],[40,52,67,79,288,309,310,334],[52,63,79,329],[40,166,309,311],[40,309,311,315,331],[35,52,60,79,81,82],[35,40,52,60,67,79,86],[81,82,83,84,85],[35,60,84],[35,40,52,60,67,79,86,166],[272,273],[35,40,52,60,63,67,68,69,70,71,72,77],[78],[68],[73,75],[73,75,76],[73],[74],[53,68,69,70,71,72,77,78],[40,52,70],[35,40,60,79],[36,80,87,88,89,92,93,94,95],[86],[67,91],[40,52,79],[40,172,278],[40,277,280],[276,277,278,279,280,281,282,283,284,285,286,287],[40,277],[40,278]],"referencedMap":[[258,1],[259,2],[260,3],[203,4],[204,5],[202,6],[198,7],[199,8],[197,9],[196,10],[267,11],[264,12],[263,13],[265,14],[266,15],[40,16],[147,17],[149,18],[152,19],[166,20],[155,21],[157,17],[154,22],[148,23],[112,24],[114,25],[115,26],[116,17],[122,27],[124,28],[123,29],[121,30],[200,31],[201,32],[205,33],[242,34],[243,35],[230,36],[229,37],[232,38],[233,39],[231,35],[234,40],[235,41],[236,39],[237,42],[254,43],[245,44],[244,45],[253,46],[247,47],[251,48],[248,49],[249,50],[250,51],[252,52],[246,53],[241,54],[206,55],[211,56],[210,57],[212,58],[213,59],[214,60],[228,61],[226,62],[225,63],[227,64],[209,65],[207,55],[238,66],[208,67],[240,68],[109,69],[108,70],[111,71],[134,72],[133,73],[137,74],[136,75],[167,76],[142,77],[168,78],[118,79],[120,80],[119,81],[117,77],[193,82],[195,83],[191,84],[192,85],[194,86],[42,87],[44,88],[52,89],[49,90],[50,91],[48,87],[257,92],[255,93],[256,94],[105,95],[130,96],[125,97],[126,98],[131,99],[128,95],[129,100],[215,77],[216,101],[224,102],[217,103],[218,95],[219,77],[220,104],[221,105],[223,95],[190,106],[169,77],[187,107],[185,108],[186,109],[188,110],[139,111],[140,112],[141,113],[138,114],[170,115],[175,116],[177,117],[178,115],[179,23],[176,17],[184,118],[174,119],[180,120],[182,17],[173,17],[181,17],[183,17],[262,121],[261,77],[172,122],[361,123],[363,124],[364,125],[365,126],[366,127],[367,128],[368,129],[369,130],[370,131],[371,132],[372,133],[373,134],[374,135],[375,136],[376,137],[377,138],[378,139],[407,140],[379,141],[380,142],[381,143],[382,144],[383,145],[384,146],[385,147],[386,148],[387,149],[388,150],[389,151],[390,152],[391,153],[392,154],[393,155],[394,156],[395,157],[399,158],[400,159],[401,160],[402,161],[403,162],[404,163],[405,164],[398,165],[55,24],[57,166],[58,26],[59,17],[65,167],[67,168],[66,169],[64,170],[33,171],[32,172],[35,173],[61,174],[63,175],[62,176],[60,177],[297,178],[299,179],[295,180],[296,181],[298,182],[294,183],[275,177],[291,184],[289,185],[290,186],[292,187],[354,188],[355,189],[356,190],[305,191],[306,192],[304,193],[302,194],[303,195],[301,196],[300,197],[359,198],[103,199],[102,200],[357,201],[358,202],[104,203],[360,204],[99,205],[97,206],[98,207],[269,208],[270,209],[271,210],[268,211],[101,212],[100,177],[90,213],[91,214],[307,215],[334,216],[335,217],[322,218],[321,219],[324,220],[325,221],[323,217],[326,222],[327,223],[328,221],[329,224],[346,225],[347,217],[352,226],[348,217],[350,217],[349,217],[353,227],[337,228],[336,229],[345,230],[339,231],[343,232],[340,233],[341,234],[342,235],[344,236],[338,237],[333,238],[308,239],[313,240],[312,241],[314,242],[315,243],[316,244],[320,245],[318,246],[317,247],[319,248],[311,249],[309,239],[330,250],[310,251],[332,252],[83,253],[82,254],[86,255],[85,256],[273,257],[272,177],[274,258],[53,95],[78,259],[68,260],[69,261],[76,262],[77,263],[74,264],[75,265],[79,266],[71,95],[72,267],[36,177],[80,268],[96,269],[87,270],[88,95],[89,177],[92,271],[93,272],[95,95],[276,115],[279,273],[281,274],[282,115],[283,23],[280,17],[288,275],[278,276],[284,277],[286,17],[277,17],[285,17],[287,17]],"exportedModulesMap":[[258,1],[259,2],[260,3],[203,4],[204,5],[202,6],[198,7],[199,8],[197,9],[196,10],[267,11],[264,12],[263,13],[265,14],[266,15],[40,16],[147,17],[149,18],[152,19],[166,20],[155,21],[157,17],[154,22],[148,23],[112,24],[114,25],[115,26],[116,17],[122,27],[124,28],[123,29],[121,30],[200,31],[201,32],[205,33],[242,34],[243,35],[230,36],[229,37],[232,38],[233,39],[231,35],[234,40],[235,41],[236,39],[237,42],[254,43],[245,44],[244,45],[253,46],[247,47],[251,48],[248,49],[249,50],[250,51],[252,52],[246,53],[241,54],[206,55],[211,56],[210,57],[212,58],[213,59],[214,60],[228,61],[226,62],[225,63],[227,64],[209,65],[207,55],[238,66],[208,67],[240,68],[109,69],[108,70],[111,71],[134,72],[133,73],[137,74],[136,75],[167,76],[142,77],[168,78],[118,79],[120,80],[119,81],[117,77],[193,82],[195,83],[191,84],[192,85],[194,86],[42,87],[44,88],[52,89],[49,90],[50,91],[48,87],[257,92],[255,93],[256,94],[105,95],[130,96],[125,97],[126,98],[131,99],[128,95],[129,100],[215,77],[216,101],[224,102],[217,103],[218,95],[219,77],[220,104],[221,105],[223,95],[190,106],[169,77],[187,107],[185,108],[186,109],[188,110],[139,111],[140,112],[141,113],[138,114],[170,115],[175,116],[177,117],[178,115],[179,23],[176,17],[184,118],[174,119],[180,120],[182,17],[173,17],[181,17],[183,17],[262,121],[261,77],[172,122],[361,123],[363,124],[364,125],[365,126],[366,127],[367,128],[368,129],[369,130],[370,131],[371,132],[372,133],[373,134],[374,135],[375,136],[376,137],[377,138],[378,139],[407,140],[379,141],[380,142],[381,143],[382,144],[383,145],[384,146],[385,147],[386,148],[387,149],[388,150],[389,151],[390,152],[391,153],[392,154],[393,155],[394,156],[395,157],[399,158],[400,159],[401,160],[402,161],[403,162],[404,163],[405,164],[398,165],[55,24],[57,166],[58,26],[59,17],[65,167],[67,168],[66,169],[64,170],[33,171],[32,172],[35,173],[61,174],[63,175],[62,176],[60,177],[297,178],[299,179],[295,180],[296,181],[298,182],[294,183],[275,177],[291,184],[289,185],[290,186],[292,187],[354,188],[355,189],[356,190],[305,191],[306,192],[304,193],[302,194],[303,195],[301,196],[300,197],[359,198],[103,199],[102,200],[357,201],[358,202],[104,203],[360,204],[99,205],[97,206],[98,207],[269,208],[270,209],[271,210],[268,211],[101,212],[100,177],[90,213],[91,214],[307,215],[334,216],[335,217],[322,218],[321,219],[324,220],[325,221],[323,217],[326,222],[327,223],[328,221],[329,224],[346,225],[347,217],[352,226],[348,217],[350,217],[349,217],[353,227],[337,228],[336,229],[345,230],[339,231],[343,232],[340,233],[341,234],[342,235],[344,236],[338,237],[333,238],[308,239],[313,240],[312,241],[314,242],[315,243],[316,244],[320,245],[318,246],[317,247],[319,248],[311,249],[309,239],[330,250],[310,251],[332,252],[83,253],[82,254],[86,255],[85,256],[273,257],[272,177],[274,258],[53,95],[78,259],[68,260],[69,261],[76,262],[77,263],[74,264],[75,265],[79,266],[71,95],[72,267],[36,177],[80,268],[96,269],[87,270],[88,95],[89,177],[92,271],[93,272],[95,95],[276,115],[279,273],[281,274],[282,115],[283,23],[280,17],[288,275],[278,276],[284,277],[286,17],[277,17],[285,17],[287,17]],"semanticDiagnosticsPerFile":[258,259,260,203,204,202,198,199,197,196,267,264,263,265,266,37,38,40,39,143,144,151,145,146,147,149,152,150,166,155,156,157,153,154,158,159,160,161,162,163,164,148,165,112,114,115,116,122,113,124,123,121,200,201,205,242,243,230,229,232,233,231,234,235,236,237,254,245,244,253,247,251,248,249,250,252,246,241,206,211,210,212,213,214,228,226,225,227,209,207,238,208,240,239,109,110,106,108,111,107,134,133,137,135,136,132,167,142,168,118,120,119,117,193,195,191,192,194,42,43,44,45,52,46,47,49,50,51,48,41,257,255,256,105,130,125,126,127,131,128,129,215,216,224,217,218,219,220,221,222,223,190,169,187,185,186,188,189,139,140,141,138,170,175,177,178,179,176,184,174,180,182,173,181,183,262,261,172,54,408,171,361,363,364,365,366,367,368,369,370,371,372,373,374,375,362,406,376,377,378,407,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,399,400,401,402,403,404,405,396,397,398,6,7,9,8,2,10,11,12,13,14,15,16,17,3,4,21,18,19,20,22,23,24,5,25,26,27,28,1,29,55,57,58,59,65,56,67,66,64,33,34,30,32,35,31,61,63,62,60,297,299,295,296,298,294,275,291,289,290,292,293,354,355,356,305,306,304,302,303,301,300,359,103,102,357,358,104,360,99,97,98,269,270,271,268,101,100,90,91,307,334,335,322,321,324,325,323,326,327,328,329,346,347,352,348,350,351,349,353,337,336,345,339,343,340,341,342,344,338,333,308,313,312,314,315,316,320,318,317,319,311,309,330,310,332,331,83,82,86,84,85,81,273,272,274,53,78,68,69,70,76,73,77,74,75,79,71,72,36,80,96,87,88,89,92,93,94,95,276,279,281,282,283,280,288,278,284,286,277,285,287]},"version":"4.5.5"}
@@ -3,7 +3,6 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
  import { MapFactory, SharedDirectory } from "@fluidframework/map";
6
- import { RequestParser, create404Response } from "@fluidframework/runtime-utils";
7
6
  import { PureDataObject } from "./pureDataObject";
8
7
  /**
9
8
  * DataObject is a base data store that is primed with a root directory. It
@@ -20,23 +19,6 @@ export class DataObject extends PureDataObject {
20
19
  super(...arguments);
21
20
  this.rootDirectoryId = "root";
22
21
  }
23
- /**
24
- * {@inheritDoc PureDataObject.request}
25
- */
26
- async request(request) {
27
- const requestParser = RequestParser.create(request);
28
- const itemId = requestParser.pathParts[0];
29
- if (itemId === "bigBlobs") {
30
- const value = this.root.get(requestParser.pathParts.join("/"));
31
- if (value === undefined) {
32
- return create404Response(requestParser);
33
- }
34
- return { mimeType: "fluid/object", status: 200, value };
35
- }
36
- else {
37
- return super.request(requestParser);
38
- }
39
- }
40
22
  /**
41
23
  * The root directory will either be ready or will return an error. If an error is thrown
42
24
  * the root has not been correctly created/set.
@@ -1 +1 @@
1
- {"version":3,"file":"dataObject.js","sourceRoot":"","sources":["../../src/data-objects/dataObject.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAoB,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD;;;;;;;;;GASG;AACH,MAAM,OAAgB,UAEpB,SAAQ,cAAiB;IAF3B;;QAIkB,oBAAe,GAAG,MAAM,CAAC;IAqE3C,CAAC;IAnEA;;OAEG;IACI,KAAK,CAAC,OAAO,CAAC,OAAiB;QACrC,MAAM,aAAa,GAAG,aAAa,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACpD,MAAM,MAAM,GAAG,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;QAC1C,IAAI,MAAM,KAAK,UAAU,EAAE;YAC1B,MAAM,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAS,aAAa,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;YACvE,IAAI,KAAK,KAAK,SAAS,EAAE;gBACxB,OAAO,iBAAiB,CAAC,aAAa,CAAC,CAAC;aACxC;YACD,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;SACxD;aAAM;YACN,OAAO,KAAK,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;SACpC;IACF,CAAC;IAED;;;OAGG;IACH,IAAc,IAAI;QACjB,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;YACvB,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,CAAC;SAC1D;QAED,OAAO,IAAI,CAAC,YAAY,CAAC;IAC1B,CAAC;IAED;;;OAGG;IACI,KAAK,CAAC,kBAAkB,CAAC,QAAiB;QAChD,IAAI,CAAC,QAAQ,EAAE;YACd,+EAA+E;YAC/E,IAAI,CAAC,YAAY,GAAG,eAAe,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC;YAC/E,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,CAAC;SAClC;aAAM;YACN,oGAAoG;YACpG,IAAI,CAAC,YAAY,GAAG,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,UAAU,CACjD,IAAI,CAAC,eAAe,CACpB,CAAqB,CAAC;YAEvB,oGAAoG;YACpG,gGAAgG;YAChG,qGAAqG;YACrG,IAAI,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,KAAK,UAAU,CAAC,IAAI,EAAE;gBAC1D,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC;oBACxB,QAAQ,EAAE,SAAS;oBACnB,SAAS,EAAE,eAAe;oBAC1B,OAAO,EACN,6EAA6E;iBAC9E,CAAC,CAAC;aACH;SACD;QAED,MAAM,KAAK,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAED;;;OAGG;IACO,2BAA2B,CAAC,IAAY;QACjD,OAAO,GAAG,IAAI,6CAA6C,CAAC;IAC7D,CAAC;CACD","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IRequest, IResponse } from \"@fluidframework/core-interfaces\";\nimport { ISharedDirectory, MapFactory, SharedDirectory } from \"@fluidframework/map\";\nimport { RequestParser, create404Response } from \"@fluidframework/runtime-utils\";\nimport { PureDataObject } from \"./pureDataObject\";\nimport { DataObjectTypes } from \"./types\";\n\n/**\n * DataObject is a base data store that is primed with a root directory. It\n * ensures that it is created and ready before you can access it.\n *\n * Having a single root directory allows for easier development. Instead of creating\n * and registering channels with the runtime any new DDS that is set on the root\n * will automatically be registered.\n *\n * @typeParam I - The optional input types used to strongly type the data object\n */\nexport abstract class DataObject<\n\tI extends DataObjectTypes = DataObjectTypes,\n> extends PureDataObject<I> {\n\tprivate internalRoot: ISharedDirectory | undefined;\n\tprivate readonly rootDirectoryId = \"root\";\n\n\t/**\n\t * {@inheritDoc PureDataObject.request}\n\t */\n\tpublic async request(request: IRequest): Promise<IResponse> {\n\t\tconst requestParser = RequestParser.create(request);\n\t\tconst itemId = requestParser.pathParts[0];\n\t\tif (itemId === \"bigBlobs\") {\n\t\t\tconst value = this.root.get<string>(requestParser.pathParts.join(\"/\"));\n\t\t\tif (value === undefined) {\n\t\t\t\treturn create404Response(requestParser);\n\t\t\t}\n\t\t\treturn { mimeType: \"fluid/object\", status: 200, value };\n\t\t} else {\n\t\t\treturn super.request(requestParser);\n\t\t}\n\t}\n\n\t/**\n\t * The root directory will either be ready or will return an error. If an error is thrown\n\t * the root has not been correctly created/set.\n\t */\n\tprotected get root(): ISharedDirectory {\n\t\tif (!this.internalRoot) {\n\t\t\tthrow new Error(this.getUninitializedErrorString(`root`));\n\t\t}\n\n\t\treturn this.internalRoot;\n\t}\n\n\t/**\n\t * Initializes internal objects and calls initialization overrides.\n\t * Caller is responsible for ensuring this is only invoked once.\n\t */\n\tpublic async initializeInternal(existing: boolean): Promise<void> {\n\t\tif (!existing) {\n\t\t\t// Create a root directory and register it before calling initializingFirstTime\n\t\t\tthis.internalRoot = SharedDirectory.create(this.runtime, this.rootDirectoryId);\n\t\t\tthis.internalRoot.bindToContext();\n\t\t} else {\n\t\t\t// data store has a root directory so we just need to set it before calling initializingFromExisting\n\t\t\tthis.internalRoot = (await this.runtime.getChannel(\n\t\t\t\tthis.rootDirectoryId,\n\t\t\t)) as ISharedDirectory;\n\n\t\t\t// This will actually be an ISharedMap if the channel was previously created by the older version of\n\t\t\t// DataObject which used a SharedMap. Since SharedMap and SharedDirectory are compatible unless\n\t\t\t// SharedDirectory-only commands are used on SharedMap, this will mostly just work for compatibility.\n\t\t\tif (this.internalRoot.attributes.type === MapFactory.Type) {\n\t\t\t\tthis.runtime.logger.send({\n\t\t\t\t\tcategory: \"generic\",\n\t\t\t\t\teventName: \"MapDataObject\",\n\t\t\t\t\tmessage:\n\t\t\t\t\t\t\"Legacy document, SharedMap is masquerading as SharedDirectory in DataObject\",\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\tawait super.initializeInternal(existing);\n\t}\n\n\t/**\n\t * Generates an error string indicating an item is uninitialized.\n\t * @param item - The name of the item that was uninitialized.\n\t */\n\tprotected getUninitializedErrorString(item: string): string {\n\t\treturn `${item} must be initialized before being accessed.`;\n\t}\n}\n"]}
1
+ {"version":3,"file":"dataObject.js","sourceRoot":"","sources":["../../src/data-objects/dataObject.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAoB,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD;;;;;;;;;GASG;AACH,MAAM,OAAgB,UAEpB,SAAQ,cAAiB;IAF3B;;QAIkB,oBAAe,GAAG,MAAM,CAAC;IAoD3C,CAAC;IAlDA;;;OAGG;IACH,IAAc,IAAI;QACjB,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;YACvB,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,CAAC;SAC1D;QAED,OAAO,IAAI,CAAC,YAAY,CAAC;IAC1B,CAAC;IAED;;;OAGG;IACI,KAAK,CAAC,kBAAkB,CAAC,QAAiB;QAChD,IAAI,CAAC,QAAQ,EAAE;YACd,+EAA+E;YAC/E,IAAI,CAAC,YAAY,GAAG,eAAe,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC;YAC/E,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,CAAC;SAClC;aAAM;YACN,oGAAoG;YACpG,IAAI,CAAC,YAAY,GAAG,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,UAAU,CACjD,IAAI,CAAC,eAAe,CACpB,CAAqB,CAAC;YAEvB,oGAAoG;YACpG,gGAAgG;YAChG,qGAAqG;YACrG,IAAI,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,KAAK,UAAU,CAAC,IAAI,EAAE;gBAC1D,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC;oBACxB,QAAQ,EAAE,SAAS;oBACnB,SAAS,EAAE,eAAe;oBAC1B,OAAO,EACN,6EAA6E;iBAC9E,CAAC,CAAC;aACH;SACD;QAED,MAAM,KAAK,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAED;;;OAGG;IACO,2BAA2B,CAAC,IAAY;QACjD,OAAO,GAAG,IAAI,6CAA6C,CAAC;IAC7D,CAAC;CACD","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { ISharedDirectory, MapFactory, SharedDirectory } from \"@fluidframework/map\";\nimport { PureDataObject } from \"./pureDataObject\";\nimport { DataObjectTypes } from \"./types\";\n\n/**\n * DataObject is a base data store that is primed with a root directory. It\n * ensures that it is created and ready before you can access it.\n *\n * Having a single root directory allows for easier development. Instead of creating\n * and registering channels with the runtime any new DDS that is set on the root\n * will automatically be registered.\n *\n * @typeParam I - The optional input types used to strongly type the data object\n */\nexport abstract class DataObject<\n\tI extends DataObjectTypes = DataObjectTypes,\n> extends PureDataObject<I> {\n\tprivate internalRoot: ISharedDirectory | undefined;\n\tprivate readonly rootDirectoryId = \"root\";\n\n\t/**\n\t * The root directory will either be ready or will return an error. If an error is thrown\n\t * the root has not been correctly created/set.\n\t */\n\tprotected get root(): ISharedDirectory {\n\t\tif (!this.internalRoot) {\n\t\t\tthrow new Error(this.getUninitializedErrorString(`root`));\n\t\t}\n\n\t\treturn this.internalRoot;\n\t}\n\n\t/**\n\t * Initializes internal objects and calls initialization overrides.\n\t * Caller is responsible for ensuring this is only invoked once.\n\t */\n\tpublic async initializeInternal(existing: boolean): Promise<void> {\n\t\tif (!existing) {\n\t\t\t// Create a root directory and register it before calling initializingFirstTime\n\t\t\tthis.internalRoot = SharedDirectory.create(this.runtime, this.rootDirectoryId);\n\t\t\tthis.internalRoot.bindToContext();\n\t\t} else {\n\t\t\t// data store has a root directory so we just need to set it before calling initializingFromExisting\n\t\t\tthis.internalRoot = (await this.runtime.getChannel(\n\t\t\t\tthis.rootDirectoryId,\n\t\t\t)) as ISharedDirectory;\n\n\t\t\t// This will actually be an ISharedMap if the channel was previously created by the older version of\n\t\t\t// DataObject which used a SharedMap. Since SharedMap and SharedDirectory are compatible unless\n\t\t\t// SharedDirectory-only commands are used on SharedMap, this will mostly just work for compatibility.\n\t\t\tif (this.internalRoot.attributes.type === MapFactory.Type) {\n\t\t\t\tthis.runtime.logger.send({\n\t\t\t\t\tcategory: \"generic\",\n\t\t\t\t\teventName: \"MapDataObject\",\n\t\t\t\t\tmessage:\n\t\t\t\t\t\t\"Legacy document, SharedMap is masquerading as SharedDirectory in DataObject\",\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\tawait super.initializeInternal(existing);\n\t}\n\n\t/**\n\t * Generates an error string indicating an item is uninitialized.\n\t * @param item - The name of the item that was uninitialized.\n\t */\n\tprotected getUninitializedErrorString(item: string): string {\n\t\treturn `${item} must be initialized before being accessed.`;\n\t}\n}\n"]}
@@ -111,6 +111,8 @@ export class PureDataObject extends EventForwarder {
111
111
  * @param directory - directory containing the object
112
112
  * @param getObjectFromDirectory - optional callback for fetching object from the directory, allows users to
113
113
  * define custom types/getters for object retrieval
114
+ *
115
+ * @deprecated - 2.0.0-internal.4.3.0 - Will be removed in an upcoming release.
114
116
  */
115
117
  async getFluidObjectFromDirectory(key, directory, getObjectFromDirectory) {
116
118
  const handleMaybe = getObjectFromDirectory
@@ -1 +1 @@
1
- {"version":3,"file":"pureDataObject.js","sourceRoot":"","sources":["../../src/data-objects/pureDataObject.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IEvent } from \"@fluidframework/common-definitions\";\nimport { assert, EventForwarder } from \"@fluidframework/common-utils\";\nimport {\n\tIFluidHandle,\n\tIFluidLoadable,\n\tIFluidRouter,\n\tIProvideFluidHandle,\n\tIRequest,\n\tIResponse,\n} from \"@fluidframework/core-interfaces\";\nimport { IFluidDataStoreRuntime } from \"@fluidframework/datastore-definitions\";\nimport { IDirectory } from \"@fluidframework/map\";\nimport { IFluidDataStoreContext } from \"@fluidframework/runtime-definitions\";\nimport { AsyncFluidObjectProvider } from \"@fluidframework/synthesize\";\nimport { defaultFluidObjectRequestHandler } from \"../request-handlers\";\nimport { DataObjectTypes, IDataObjectProps } from \"./types\";\n\n/**\n * This is a bare-bones base class that does basic setup and enables for factory on an initialize call.\n * You probably don't want to inherit from this data store directly unless\n * you are creating another base data store class\n *\n * @typeParam I - The optional input types used to strongly type the data object\n */\nexport abstract class PureDataObject<I extends DataObjectTypes = DataObjectTypes>\n\textends EventForwarder<I[\"Events\"] & IEvent>\n\timplements IFluidLoadable, IFluidRouter, IProvideFluidHandle\n{\n\tprivate _disposed = false;\n\n\t/**\n\t * This is your FluidDataStoreRuntime object\n\t */\n\tprotected readonly runtime: IFluidDataStoreRuntime;\n\n\t/**\n\t * This context is used to talk up to the ContainerRuntime\n\t */\n\tprotected readonly context: IFluidDataStoreContext;\n\n\t/**\n\t * Providers are FluidObject keyed objects that provide back\n\t * a promise to the corresponding FluidObject or undefined.\n\t * Providers injected/provided by the Container and/or HostingApplication\n\t *\n\t * To define providers set FluidObject interfaces in the OptionalProviders generic type for your data store\n\t */\n\tprotected readonly providers: AsyncFluidObjectProvider<I[\"OptionalProviders\"]>;\n\n\tprotected initProps?: I[\"InitialState\"];\n\n\tprotected initializeP: Promise<void> | undefined;\n\n\tpublic get disposed() {\n\t\treturn this._disposed;\n\t}\n\n\tpublic get id() {\n\t\treturn this.runtime.id;\n\t}\n\tpublic get IFluidRouter() {\n\t\treturn this;\n\t}\n\tpublic get IFluidLoadable() {\n\t\treturn this;\n\t}\n\tpublic get IFluidHandle() {\n\t\treturn this.handle;\n\t}\n\n\t/**\n\t * Handle to a data store\n\t */\n\tpublic get handle(): IFluidHandle<this> {\n\t\t// PureDataObjectFactory already provides an entryPoint initialization function to the data store runtime,\n\t\t// so this object should always have access to a non-null entryPoint. Need to cast because PureDataObject\n\t\t// tried to be too smart with its typing for handles :).\n\t\tassert(this.runtime.entryPoint !== undefined, 0x46b /* EntryPoint was undefined */);\n\t\treturn this.runtime.entryPoint as IFluidHandle<this>;\n\t}\n\n\tpublic static async getDataObject(runtime: IFluidDataStoreRuntime) {\n\t\tconst obj = await runtime.entryPoint?.get();\n\t\tassert(obj !== undefined, 0x0bc /* \"The runtime's handle is not initialized yet!\" */);\n\t\treturn obj as PureDataObject;\n\t}\n\n\tpublic constructor(props: IDataObjectProps<I>) {\n\t\tsuper();\n\t\tthis.runtime = props.runtime;\n\t\tthis.context = props.context;\n\t\tthis.providers = props.providers;\n\t\tthis.initProps = props.initProps;\n\n\t\tassert(\n\t\t\t(this.runtime as any)._dataObject === undefined,\n\t\t\t0x0bd /* \"Object runtime already has DataObject!\" */,\n\t\t);\n\t\t(this.runtime as any)._dataObject = this;\n\n\t\t// Container event handlers\n\t\tthis.runtime.once(\"dispose\", () => {\n\t\t\tthis._disposed = true;\n\t\t\tthis.dispose();\n\t\t});\n\t}\n\n\t// #region IFluidRouter\n\n\t/**\n\t * Return this object if someone requests it directly\n\t * We will return this object in two scenarios:\n\t *\n\t * 1. the request url is a \"/\"\n\t *\n\t * 2. the request url is empty\n\t */\n\tpublic async request(req: IRequest): Promise<IResponse> {\n\t\treturn defaultFluidObjectRequestHandler(this, req);\n\t}\n\n\t// #endregion IFluidRouter\n\n\t/**\n\t * Call this API to ensure PureDataObject is fully initialized.\n\t * Initialization happens on demand, only on as-needed bases.\n\t * In most cases you should allow factory/object to decide when to finish initialization.\n\t * But if you are supplying your own implementation of DataStoreRuntime factory and overriding some methods\n\t * and need a fully initialized object, then you can call this API to ensure object is fully initialized.\n\t */\n\tpublic async finishInitialization(existing: boolean): Promise<void> {\n\t\tif (this.initializeP !== undefined) {\n\t\t\treturn this.initializeP;\n\t\t}\n\t\tthis.initializeP = this.initializeInternal(existing);\n\t\treturn this.initializeP;\n\t}\n\n\t/**\n\t * Internal initialize implementation. Overwriting this will change the flow of the PureDataObject and should\n\t * generally not be done.\n\t *\n\t * Calls initializingFirstTime, initializingFromExisting, and hasInitialized. Caller is\n\t * responsible for ensuring this is only invoked once.\n\t */\n\tpublic async initializeInternal(existing: boolean): Promise<void> {\n\t\tawait this.preInitialize();\n\t\tif (existing) {\n\t\t\tassert(\n\t\t\t\tthis.initProps === undefined,\n\t\t\t\t0x0be /* \"Trying to initialize from existing while initProps is set!\" */,\n\t\t\t);\n\t\t\tawait this.initializingFromExisting();\n\t\t} else {\n\t\t\tawait this.initializingFirstTime(\n\t\t\t\t(this.context.createProps as I[\"InitialState\"]) ?? this.initProps,\n\t\t\t);\n\t\t}\n\t\tawait this.hasInitialized();\n\t}\n\n\t/**\n\t * Retrieve Fluid object using the handle get\n\t *\n\t * @param key - key that object (handle/id) is stored with in the directory\n\t * @param directory - directory containing the object\n\t * @param getObjectFromDirectory - optional callback for fetching object from the directory, allows users to\n\t * define custom types/getters for object retrieval\n\t */\n\tpublic async getFluidObjectFromDirectory<T extends IFluidLoadable>(\n\t\tkey: string,\n\t\tdirectory: IDirectory,\n\t\tgetObjectFromDirectory?: (id: string, directory: IDirectory) => IFluidHandle | undefined,\n\t): Promise<T | undefined> {\n\t\tconst handleMaybe = getObjectFromDirectory\n\t\t\t? getObjectFromDirectory(key, directory)\n\t\t\t: directory.get(key);\n\t\tconst handle = handleMaybe?.IFluidHandle;\n\t\tif (handle) {\n\t\t\t// eslint-disable-next-line @typescript-eslint/no-unsafe-return\n\t\t\treturn handle.get();\n\t\t}\n\t}\n\n\t/**\n\t * Called every time the data store is initialized, before initializingFirstTime or\n\t * initializingFromExisting is called.\n\t */\n\tprotected async preInitialize(): Promise<void> {}\n\n\t/**\n\t * Called the first time the data store is initialized (new creations with a new\n\t * data store runtime)\n\t *\n\t * @param props - Optional props to be passed in on create\n\t */\n\tprotected async initializingFirstTime(props?: I[\"InitialState\"]): Promise<void> {}\n\n\t/**\n\t * Called every time but the first time the data store is initialized (creations\n\t * with an existing data store runtime)\n\t */\n\tprotected async initializingFromExisting(): Promise<void> {}\n\n\t/**\n\t * Called every time the data store is initialized after create or existing.\n\t */\n\tprotected async hasInitialized(): Promise<void> {}\n\n\t/**\n\t * Called when the host container closes and disposes itself\n\t */\n\tpublic dispose(): void {\n\t\tsuper.dispose();\n\t}\n}\n"]}
1
+ {"version":3,"file":"pureDataObject.js","sourceRoot":"","sources":["../../src/data-objects/pureDataObject.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IEvent } from \"@fluidframework/common-definitions\";\nimport { assert, EventForwarder } from \"@fluidframework/common-utils\";\nimport {\n\tIFluidHandle,\n\tIFluidLoadable,\n\tIFluidRouter,\n\tIProvideFluidHandle,\n\tIRequest,\n\tIResponse,\n} from \"@fluidframework/core-interfaces\";\nimport { IFluidDataStoreRuntime } from \"@fluidframework/datastore-definitions\";\nimport { IDirectory } from \"@fluidframework/map\";\nimport { IFluidDataStoreContext } from \"@fluidframework/runtime-definitions\";\nimport { AsyncFluidObjectProvider } from \"@fluidframework/synthesize\";\nimport { defaultFluidObjectRequestHandler } from \"../request-handlers\";\nimport { DataObjectTypes, IDataObjectProps } from \"./types\";\n\n/**\n * This is a bare-bones base class that does basic setup and enables for factory on an initialize call.\n * You probably don't want to inherit from this data store directly unless\n * you are creating another base data store class\n *\n * @typeParam I - The optional input types used to strongly type the data object\n */\nexport abstract class PureDataObject<I extends DataObjectTypes = DataObjectTypes>\n\textends EventForwarder<I[\"Events\"] & IEvent>\n\timplements IFluidLoadable, IFluidRouter, IProvideFluidHandle\n{\n\tprivate _disposed = false;\n\n\t/**\n\t * This is your FluidDataStoreRuntime object\n\t */\n\tprotected readonly runtime: IFluidDataStoreRuntime;\n\n\t/**\n\t * This context is used to talk up to the ContainerRuntime\n\t */\n\tprotected readonly context: IFluidDataStoreContext;\n\n\t/**\n\t * Providers are FluidObject keyed objects that provide back\n\t * a promise to the corresponding FluidObject or undefined.\n\t * Providers injected/provided by the Container and/or HostingApplication\n\t *\n\t * To define providers set FluidObject interfaces in the OptionalProviders generic type for your data store\n\t */\n\tprotected readonly providers: AsyncFluidObjectProvider<I[\"OptionalProviders\"]>;\n\n\tprotected initProps?: I[\"InitialState\"];\n\n\tprotected initializeP: Promise<void> | undefined;\n\n\tpublic get disposed() {\n\t\treturn this._disposed;\n\t}\n\n\tpublic get id() {\n\t\treturn this.runtime.id;\n\t}\n\tpublic get IFluidRouter() {\n\t\treturn this;\n\t}\n\tpublic get IFluidLoadable() {\n\t\treturn this;\n\t}\n\tpublic get IFluidHandle() {\n\t\treturn this.handle;\n\t}\n\n\t/**\n\t * Handle to a data store\n\t */\n\tpublic get handle(): IFluidHandle<this> {\n\t\t// PureDataObjectFactory already provides an entryPoint initialization function to the data store runtime,\n\t\t// so this object should always have access to a non-null entryPoint. Need to cast because PureDataObject\n\t\t// tried to be too smart with its typing for handles :).\n\t\tassert(this.runtime.entryPoint !== undefined, 0x46b /* EntryPoint was undefined */);\n\t\treturn this.runtime.entryPoint as IFluidHandle<this>;\n\t}\n\n\tpublic static async getDataObject(runtime: IFluidDataStoreRuntime) {\n\t\tconst obj = await runtime.entryPoint?.get();\n\t\tassert(obj !== undefined, 0x0bc /* \"The runtime's handle is not initialized yet!\" */);\n\t\treturn obj as PureDataObject;\n\t}\n\n\tpublic constructor(props: IDataObjectProps<I>) {\n\t\tsuper();\n\t\tthis.runtime = props.runtime;\n\t\tthis.context = props.context;\n\t\tthis.providers = props.providers;\n\t\tthis.initProps = props.initProps;\n\n\t\tassert(\n\t\t\t(this.runtime as any)._dataObject === undefined,\n\t\t\t0x0bd /* \"Object runtime already has DataObject!\" */,\n\t\t);\n\t\t(this.runtime as any)._dataObject = this;\n\n\t\t// Container event handlers\n\t\tthis.runtime.once(\"dispose\", () => {\n\t\t\tthis._disposed = true;\n\t\t\tthis.dispose();\n\t\t});\n\t}\n\n\t// #region IFluidRouter\n\n\t/**\n\t * Return this object if someone requests it directly\n\t * We will return this object in two scenarios:\n\t *\n\t * 1. the request url is a \"/\"\n\t *\n\t * 2. the request url is empty\n\t */\n\tpublic async request(req: IRequest): Promise<IResponse> {\n\t\treturn defaultFluidObjectRequestHandler(this, req);\n\t}\n\n\t// #endregion IFluidRouter\n\n\t/**\n\t * Call this API to ensure PureDataObject is fully initialized.\n\t * Initialization happens on demand, only on as-needed bases.\n\t * In most cases you should allow factory/object to decide when to finish initialization.\n\t * But if you are supplying your own implementation of DataStoreRuntime factory and overriding some methods\n\t * and need a fully initialized object, then you can call this API to ensure object is fully initialized.\n\t */\n\tpublic async finishInitialization(existing: boolean): Promise<void> {\n\t\tif (this.initializeP !== undefined) {\n\t\t\treturn this.initializeP;\n\t\t}\n\t\tthis.initializeP = this.initializeInternal(existing);\n\t\treturn this.initializeP;\n\t}\n\n\t/**\n\t * Internal initialize implementation. Overwriting this will change the flow of the PureDataObject and should\n\t * generally not be done.\n\t *\n\t * Calls initializingFirstTime, initializingFromExisting, and hasInitialized. Caller is\n\t * responsible for ensuring this is only invoked once.\n\t */\n\tpublic async initializeInternal(existing: boolean): Promise<void> {\n\t\tawait this.preInitialize();\n\t\tif (existing) {\n\t\t\tassert(\n\t\t\t\tthis.initProps === undefined,\n\t\t\t\t0x0be /* \"Trying to initialize from existing while initProps is set!\" */,\n\t\t\t);\n\t\t\tawait this.initializingFromExisting();\n\t\t} else {\n\t\t\tawait this.initializingFirstTime(\n\t\t\t\t(this.context.createProps as I[\"InitialState\"]) ?? this.initProps,\n\t\t\t);\n\t\t}\n\t\tawait this.hasInitialized();\n\t}\n\n\t/**\n\t * Retrieve Fluid object using the handle get\n\t *\n\t * @param key - key that object (handle/id) is stored with in the directory\n\t * @param directory - directory containing the object\n\t * @param getObjectFromDirectory - optional callback for fetching object from the directory, allows users to\n\t * define custom types/getters for object retrieval\n\t *\n\t * @deprecated - 2.0.0-internal.4.3.0 - Will be removed in an upcoming release.\n\t */\n\tpublic async getFluidObjectFromDirectory<T extends IFluidLoadable>(\n\t\tkey: string,\n\t\tdirectory: IDirectory,\n\t\tgetObjectFromDirectory?: (id: string, directory: IDirectory) => IFluidHandle | undefined,\n\t): Promise<T | undefined> {\n\t\tconst handleMaybe = getObjectFromDirectory\n\t\t\t? getObjectFromDirectory(key, directory)\n\t\t\t: directory.get(key);\n\t\tconst handle = handleMaybe?.IFluidHandle;\n\t\tif (handle) {\n\t\t\t// eslint-disable-next-line @typescript-eslint/no-unsafe-return\n\t\t\treturn handle.get();\n\t\t}\n\t}\n\n\t/**\n\t * Called every time the data store is initialized, before initializingFirstTime or\n\t * initializingFromExisting is called.\n\t */\n\tprotected async preInitialize(): Promise<void> {}\n\n\t/**\n\t * Called the first time the data store is initialized (new creations with a new\n\t * data store runtime)\n\t *\n\t * @param props - Optional props to be passed in on create\n\t */\n\tprotected async initializingFirstTime(props?: I[\"InitialState\"]): Promise<void> {}\n\n\t/**\n\t * Called every time but the first time the data store is initialized (creations\n\t * with an existing data store runtime)\n\t */\n\tprotected async initializingFromExisting(): Promise<void> {}\n\n\t/**\n\t * Called every time the data store is initialized after create or existing.\n\t */\n\tprotected async hasInitialized(): Promise<void> {}\n\n\t/**\n\t * Called when the host container closes and disposes itself\n\t */\n\tpublic dispose(): void {\n\t\tsuper.dispose();\n\t}\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.0.0-dev.4.3.0.157531",
3
+ "version": "2.0.0-dev.4.3.0.158678",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,19 +41,19 @@
41
41
  "dependencies": {
42
42
  "@fluidframework/common-definitions": "^0.20.1",
43
43
  "@fluidframework/common-utils": "^1.1.1",
44
- "@fluidframework/container-definitions": "2.0.0-dev.4.3.0.157531",
45
- "@fluidframework/container-loader": "2.0.0-dev.4.3.0.157531",
46
- "@fluidframework/container-runtime": "2.0.0-dev.4.3.0.157531",
47
- "@fluidframework/container-runtime-definitions": "2.0.0-dev.4.3.0.157531",
48
- "@fluidframework/core-interfaces": "2.0.0-dev.4.3.0.157531",
49
- "@fluidframework/datastore": "2.0.0-dev.4.3.0.157531",
50
- "@fluidframework/datastore-definitions": "2.0.0-dev.4.3.0.157531",
51
- "@fluidframework/map": "2.0.0-dev.4.3.0.157531",
52
- "@fluidframework/request-handler": "2.0.0-dev.4.3.0.157531",
53
- "@fluidframework/runtime-definitions": "2.0.0-dev.4.3.0.157531",
54
- "@fluidframework/runtime-utils": "2.0.0-dev.4.3.0.157531",
55
- "@fluidframework/synthesize": "2.0.0-dev.4.3.0.157531",
56
- "@fluidframework/view-interfaces": "2.0.0-dev.4.3.0.157531",
44
+ "@fluidframework/container-definitions": "2.0.0-dev.4.3.0.158678",
45
+ "@fluidframework/container-loader": "2.0.0-dev.4.3.0.158678",
46
+ "@fluidframework/container-runtime": "2.0.0-dev.4.3.0.158678",
47
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev.4.3.0.158678",
48
+ "@fluidframework/core-interfaces": "2.0.0-dev.4.3.0.158678",
49
+ "@fluidframework/datastore": "2.0.0-dev.4.3.0.158678",
50
+ "@fluidframework/datastore-definitions": "2.0.0-dev.4.3.0.158678",
51
+ "@fluidframework/map": "2.0.0-dev.4.3.0.158678",
52
+ "@fluidframework/request-handler": "2.0.0-dev.4.3.0.158678",
53
+ "@fluidframework/runtime-definitions": "2.0.0-dev.4.3.0.158678",
54
+ "@fluidframework/runtime-utils": "2.0.0-dev.4.3.0.158678",
55
+ "@fluidframework/synthesize": "2.0.0-dev.4.3.0.158678",
56
+ "@fluidframework/view-interfaces": "2.0.0-dev.4.3.0.158678",
57
57
  "uuid": "^8.3.1"
58
58
  },
59
59
  "devDependencies": {
@@ -62,7 +62,7 @@
62
62
  "@fluidframework/build-common": "^1.1.0",
63
63
  "@fluidframework/build-tools": "^0.17.0",
64
64
  "@fluidframework/eslint-config-fluid": "^2.0.0",
65
- "@fluidframework/mocha-test-setup": "2.0.0-dev.4.3.0.157531",
65
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.4.3.0.158678",
66
66
  "@microsoft/api-extractor": "^7.34.4",
67
67
  "@types/mocha": "^9.1.1",
68
68
  "@types/node": "^14.18.38",