@fluid-experimental/property-properties 2.0.0-dev.7.4.0.215930 → 2.0.0-dev.7.4.0.217212

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.
Files changed (162) hide show
  1. package/dist/enableValidations.d.ts +1 -0
  2. package/dist/enableValidations.d.ts.map +1 -1
  3. package/dist/enableValidations.js +1 -0
  4. package/dist/enableValidations.js.map +1 -1
  5. package/dist/properties/arrayProperty.d.ts +3 -0
  6. package/dist/properties/arrayProperty.d.ts.map +1 -1
  7. package/dist/properties/arrayProperty.js +3 -0
  8. package/dist/properties/arrayProperty.js.map +1 -1
  9. package/dist/properties/baseProperty.d.ts +1 -0
  10. package/dist/properties/baseProperty.d.ts.map +1 -1
  11. package/dist/properties/baseProperty.js +1 -0
  12. package/dist/properties/baseProperty.js.map +1 -1
  13. package/dist/properties/containerProperty.d.ts +1 -0
  14. package/dist/properties/containerProperty.d.ts.map +1 -1
  15. package/dist/properties/containerProperty.js +1 -0
  16. package/dist/properties/containerProperty.js.map +1 -1
  17. package/dist/properties/enumArrayProperty.d.ts +1 -0
  18. package/dist/properties/enumArrayProperty.d.ts.map +1 -1
  19. package/dist/properties/enumArrayProperty.js +1 -0
  20. package/dist/properties/enumArrayProperty.js.map +1 -1
  21. package/dist/properties/enumProperty.d.ts +1 -0
  22. package/dist/properties/enumProperty.d.ts.map +1 -1
  23. package/dist/properties/enumProperty.js +1 -0
  24. package/dist/properties/enumProperty.js.map +1 -1
  25. package/dist/properties/intProperties.d.ts +2 -0
  26. package/dist/properties/intProperties.d.ts.map +1 -1
  27. package/dist/properties/intProperties.js +2 -0
  28. package/dist/properties/intProperties.js.map +1 -1
  29. package/dist/properties/mapProperty.d.ts +1 -0
  30. package/dist/properties/mapProperty.d.ts.map +1 -1
  31. package/dist/properties/mapProperty.js +1 -0
  32. package/dist/properties/mapProperty.js.map +1 -1
  33. package/dist/properties/nodeProperty.d.ts +1 -0
  34. package/dist/properties/nodeProperty.d.ts.map +1 -1
  35. package/dist/properties/nodeProperty.js +1 -0
  36. package/dist/properties/nodeProperty.js.map +1 -1
  37. package/dist/properties/referenceArrayProperty.d.ts +1 -0
  38. package/dist/properties/referenceArrayProperty.d.ts.map +1 -1
  39. package/dist/properties/referenceArrayProperty.js +1 -0
  40. package/dist/properties/referenceArrayProperty.js.map +1 -1
  41. package/dist/properties/referenceMapProperty.d.ts +1 -0
  42. package/dist/properties/referenceMapProperty.d.ts.map +1 -1
  43. package/dist/properties/referenceMapProperty.js +1 -0
  44. package/dist/properties/referenceMapProperty.js.map +1 -1
  45. package/dist/properties/referenceProperty.d.ts +1 -0
  46. package/dist/properties/referenceProperty.d.ts.map +1 -1
  47. package/dist/properties/referenceProperty.js +1 -0
  48. package/dist/properties/referenceProperty.js.map +1 -1
  49. package/dist/properties/setProperty.d.ts +1 -0
  50. package/dist/properties/setProperty.d.ts.map +1 -1
  51. package/dist/properties/setProperty.js +1 -0
  52. package/dist/properties/setProperty.js.map +1 -1
  53. package/dist/properties/stringProperty.d.ts +1 -0
  54. package/dist/properties/stringProperty.d.ts.map +1 -1
  55. package/dist/properties/stringProperty.js +1 -0
  56. package/dist/properties/stringProperty.js.map +1 -1
  57. package/dist/properties/valueArrayProperty.d.ts +1 -0
  58. package/dist/properties/valueArrayProperty.d.ts.map +1 -1
  59. package/dist/properties/valueArrayProperty.js +1 -0
  60. package/dist/properties/valueArrayProperty.js.map +1 -1
  61. package/dist/properties/valueMapProperty.d.ts +1 -0
  62. package/dist/properties/valueMapProperty.d.ts.map +1 -1
  63. package/dist/properties/valueMapProperty.js +1 -0
  64. package/dist/properties/valueMapProperty.js.map +1 -1
  65. package/dist/properties/valueProperty.d.ts +1 -0
  66. package/dist/properties/valueProperty.d.ts.map +1 -1
  67. package/dist/properties/valueProperty.js +1 -0
  68. package/dist/properties/valueProperty.js.map +1 -1
  69. package/dist/propertyFactory.d.ts +3 -0
  70. package/dist/propertyFactory.d.ts.map +1 -1
  71. package/dist/propertyFactory.js +3 -0
  72. package/dist/propertyFactory.js.map +1 -1
  73. package/dist/propertyTemplate.d.ts +5 -6
  74. package/dist/propertyTemplate.d.ts.map +1 -1
  75. package/dist/propertyTemplate.js +3 -4
  76. package/dist/propertyTemplate.js.map +1 -1
  77. package/dist/propertyUtils.d.ts +3 -0
  78. package/dist/propertyUtils.d.ts.map +1 -1
  79. package/dist/propertyUtils.js +3 -0
  80. package/dist/propertyUtils.js.map +1 -1
  81. package/dist/test/tsconfig.tsbuildinfo +1 -1
  82. package/lib/enableValidations.d.ts +1 -0
  83. package/lib/enableValidations.d.ts.map +1 -1
  84. package/lib/enableValidations.js +1 -0
  85. package/lib/enableValidations.js.map +1 -1
  86. package/lib/properties/arrayProperty.d.ts +3 -0
  87. package/lib/properties/arrayProperty.d.ts.map +1 -1
  88. package/lib/properties/arrayProperty.js +3 -0
  89. package/lib/properties/arrayProperty.js.map +1 -1
  90. package/lib/properties/baseProperty.d.ts +1 -0
  91. package/lib/properties/baseProperty.d.ts.map +1 -1
  92. package/lib/properties/baseProperty.js +1 -0
  93. package/lib/properties/baseProperty.js.map +1 -1
  94. package/lib/properties/containerProperty.d.ts +1 -0
  95. package/lib/properties/containerProperty.d.ts.map +1 -1
  96. package/lib/properties/containerProperty.js +1 -0
  97. package/lib/properties/containerProperty.js.map +1 -1
  98. package/lib/properties/enumArrayProperty.d.ts +1 -0
  99. package/lib/properties/enumArrayProperty.d.ts.map +1 -1
  100. package/lib/properties/enumArrayProperty.js +1 -0
  101. package/lib/properties/enumArrayProperty.js.map +1 -1
  102. package/lib/properties/enumProperty.d.ts +1 -0
  103. package/lib/properties/enumProperty.d.ts.map +1 -1
  104. package/lib/properties/enumProperty.js +1 -0
  105. package/lib/properties/enumProperty.js.map +1 -1
  106. package/lib/properties/intProperties.d.ts +2 -0
  107. package/lib/properties/intProperties.d.ts.map +1 -1
  108. package/lib/properties/intProperties.js +2 -0
  109. package/lib/properties/intProperties.js.map +1 -1
  110. package/lib/properties/mapProperty.d.ts +1 -0
  111. package/lib/properties/mapProperty.d.ts.map +1 -1
  112. package/lib/properties/mapProperty.js +1 -0
  113. package/lib/properties/mapProperty.js.map +1 -1
  114. package/lib/properties/nodeProperty.d.ts +1 -0
  115. package/lib/properties/nodeProperty.d.ts.map +1 -1
  116. package/lib/properties/nodeProperty.js +1 -0
  117. package/lib/properties/nodeProperty.js.map +1 -1
  118. package/lib/properties/referenceArrayProperty.d.ts +1 -0
  119. package/lib/properties/referenceArrayProperty.d.ts.map +1 -1
  120. package/lib/properties/referenceArrayProperty.js +1 -0
  121. package/lib/properties/referenceArrayProperty.js.map +1 -1
  122. package/lib/properties/referenceMapProperty.d.ts +1 -0
  123. package/lib/properties/referenceMapProperty.d.ts.map +1 -1
  124. package/lib/properties/referenceMapProperty.js +1 -0
  125. package/lib/properties/referenceMapProperty.js.map +1 -1
  126. package/lib/properties/referenceProperty.d.ts +1 -0
  127. package/lib/properties/referenceProperty.d.ts.map +1 -1
  128. package/lib/properties/referenceProperty.js +1 -0
  129. package/lib/properties/referenceProperty.js.map +1 -1
  130. package/lib/properties/setProperty.d.ts +1 -0
  131. package/lib/properties/setProperty.d.ts.map +1 -1
  132. package/lib/properties/setProperty.js +1 -0
  133. package/lib/properties/setProperty.js.map +1 -1
  134. package/lib/properties/stringProperty.d.ts +1 -0
  135. package/lib/properties/stringProperty.d.ts.map +1 -1
  136. package/lib/properties/stringProperty.js +1 -0
  137. package/lib/properties/stringProperty.js.map +1 -1
  138. package/lib/properties/valueArrayProperty.d.ts +1 -0
  139. package/lib/properties/valueArrayProperty.d.ts.map +1 -1
  140. package/lib/properties/valueArrayProperty.js +1 -0
  141. package/lib/properties/valueArrayProperty.js.map +1 -1
  142. package/lib/properties/valueMapProperty.d.ts +1 -0
  143. package/lib/properties/valueMapProperty.d.ts.map +1 -1
  144. package/lib/properties/valueMapProperty.js +1 -0
  145. package/lib/properties/valueMapProperty.js.map +1 -1
  146. package/lib/properties/valueProperty.d.ts +1 -0
  147. package/lib/properties/valueProperty.d.ts.map +1 -1
  148. package/lib/properties/valueProperty.js +1 -0
  149. package/lib/properties/valueProperty.js.map +1 -1
  150. package/lib/propertyFactory.d.ts +3 -0
  151. package/lib/propertyFactory.d.ts.map +1 -1
  152. package/lib/propertyFactory.js +3 -0
  153. package/lib/propertyFactory.js.map +1 -1
  154. package/lib/propertyTemplate.d.ts +5 -6
  155. package/lib/propertyTemplate.d.ts.map +1 -1
  156. package/lib/propertyTemplate.js +3 -4
  157. package/lib/propertyTemplate.js.map +1 -1
  158. package/lib/propertyUtils.d.ts +3 -0
  159. package/lib/propertyUtils.d.ts.map +1 -1
  160. package/lib/propertyUtils.js +3 -0
  161. package/lib/propertyUtils.js.map +1 -1
  162. package/package.json +4 -4
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export class PropertyTemplate {
2
5
  /**
3
6
  * Determines if the argument is a template structure
@@ -5,20 +8,16 @@ export class PropertyTemplate {
5
8
  * @param {object} in_param - Parameter to assess
6
9
  *
7
10
  * @return {Boolean} true if in_param is a template
8
- *
9
- * @public
10
11
  */
11
- public static isTemplate(in_param: object): boolean;
12
+ static isTemplate(in_param: object): boolean;
12
13
  /**
13
14
  * Extracts typeids directly referred to in a template
14
15
  *
15
16
  * @param {object} template - Structure from which to extract dependencies
16
17
  *
17
18
  * @return {Array} List of typeids this template refers directly to
18
- *
19
- * @public
20
19
  */
21
- public static extractDependencies(template: object): any[];
20
+ static extractDependencies(template: object): any[];
22
21
  /**
23
22
  * Constructor for creating a PropertyTemplate based on the given parameters.
24
23
  * @param {object} in_params - List of parameters
@@ -1 +1 @@
1
- {"version":3,"file":"propertyTemplate.d.ts","sourceRoot":"","sources":["../src/propertyTemplate.js"],"names":[],"mappings":"AAeA;IAwTC;;;;;;;;OAQG;IACH,mCANW,MAAM,WAWhB;IAED;;;;;;;;OAQG;IACH,4CANW,MAAM,SAwFhB;IAlaD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,wBAoCC;IAlCA,qCAAqC;IACrC,QAAmB;IACnB,0CAA0C;IAC1C,YAA2B;IAI1B,YAA6D;IAM9D,kCAAkC;IAClC,aAA6B;IAE7B,gCAAgC;IAChC,gBAAmC;IAEnC,4BAA4B;IAC5B,gBAAyC;IAEzC,qCAAqC;IACrC,eAAiC;IAEjC,wDAAwD;IACxD,cAAiF;IAGhF,oBAAwD;IAIzD;YArDU,MAAM;cACN,MAAM;gBACN,MAAM;iBACN,MAAM;iBAEN,MAAM;oBAEN,MAAO,MAAM,CAAC;mBAEd,MAAO,MAAM,CAAC;kBAEd,MAAO,MAAM,CAAC;MA0CU;IAGnC,+BAEC;IAED,8BAEC;IAED;;;OAGG;IACH,2DAFW,EAAE,QAgBZ;IAED;;;;;OAKG;IACH,uCAFY,EAAE,CAiCb;IAED;;;;OAIG;IACH,kBAEC;IAED;;;;OAIG;IACH,gBAFY,OAAO,CAYlB;IAED;;;OAGG;IACH,cAFY,MAAM,CAWjB;IAED;;;;;;;;;;;;;;;;OAgBG;IACH,yCARW,WAAY,YACZ,MAAM,iBACN,OAAO,OAoGjB;IAED;;;OAGG;IACH,aAFY,MAAM,CAIjB;IAED;;;OAGG;IACH,sBAFY,MAAM,CAIjB;IAED;;;;;OAKG;IACH,2BAHY,MAAM,CAUjB;CA8GD"}
1
+ {"version":3,"file":"propertyTemplate.d.ts","sourceRoot":"","sources":["../src/propertyTemplate.js"],"names":[],"mappings":"AAeA;;GAEG;AACH;IAwTC;;;;;;OAMG;IACH,4BAJW,MAAM,WAShB;IAED;;;;;;OAMG;IACH,qCAJW,MAAM,SAsFhB;IA9ZD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,wBAoCC;IAlCA,qCAAqC;IACrC,QAAmB;IACnB,0CAA0C;IAC1C,YAA2B;IAI1B,YAA6D;IAM9D,kCAAkC;IAClC,aAA6B;IAE7B,gCAAgC;IAChC,gBAAmC;IAEnC,4BAA4B;IAC5B,gBAAyC;IAEzC,qCAAqC;IACrC,eAAiC;IAEjC,wDAAwD;IACxD,cAAiF;IAGhF,oBAAwD;IAIzD;YArDU,MAAM;cACN,MAAM;gBACN,MAAM;iBACN,MAAM;iBAEN,MAAM;oBAEN,MAAO,MAAM,CAAC;mBAEd,MAAO,MAAM,CAAC;kBAEd,MAAO,MAAM,CAAC;MA0CU;IAGnC,+BAEC;IAED,8BAEC;IAED;;;OAGG;IACH,2DAFW,EAAE,QAgBZ;IAED;;;;;OAKG;IACH,uCAFY,EAAE,CAiCb;IAED;;;;OAIG;IACH,kBAEC;IAED;;;;OAIG;IACH,gBAFY,OAAO,CAYlB;IAED;;;OAGG;IACH,cAFY,MAAM,CAWjB;IAED;;;;;;;;;;;;;;;;OAgBG;IACH,yCARW,WAAY,YACZ,MAAM,iBACN,OAAO,OAoGjB;IAED;;;OAGG;IACH,aAFY,MAAM,CAIjB;IAED;;;OAGG;IACH,sBAFY,MAAM,CAIjB;IAED;;;;;OAKG;IACH,2BAHY,MAAM,CAUjB;CA0GD"}
@@ -15,6 +15,9 @@ const fastestJSONCopy = require("fastest-json-copy");
15
15
  const deepCopy = fastestJSONCopy.copy;
16
16
  const { ConsoleUtils } = require("@fluid-experimental/property-common");
17
17
  const { MSG } = require("@fluid-experimental/property-common").constants;
18
+ /**
19
+ * @internal
20
+ */
18
21
  class PropertyTemplate {
19
22
  /**
20
23
  * Constructor for creating a PropertyTemplate based on the given parameters.
@@ -301,8 +304,6 @@ class PropertyTemplate {
301
304
  * @param {object} in_param - Parameter to assess
302
305
  *
303
306
  * @return {Boolean} true if in_param is a template
304
- *
305
- * @public
306
307
  */
307
308
  static isTemplate(in_param) {
308
309
  if (in_param.typeid && in_param.typeid.indexOf(":") !== -1) {
@@ -316,8 +317,6 @@ class PropertyTemplate {
316
317
  * @param {object} template - Structure from which to extract dependencies
317
318
  *
318
319
  * @return {Array} List of typeids this template refers directly to
319
- *
320
- * @public
321
320
  */
322
321
  static extractDependencies(template) {
323
322
  var dependencies = {};
@@ -1 +1 @@
1
- {"version":3,"file":"propertyTemplate.js","sourceRoot":"","sources":["../src/propertyTemplate.js"],"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/**\n * @fileoverview Declaration of the PropertyTemplate module.\n * PropertyTemplate is used to describe a static property.\n */\nconst _ = require(\"lodash\");\nconst { TypeIdHelper } = require(\"@fluid-experimental/property-changeset\");\nconst fastestJSONCopy = require(\"fastest-json-copy\");\nconst deepCopy = fastestJSONCopy.copy;\nconst { ConsoleUtils } = require(\"@fluid-experimental/property-common\");\nconst { MSG } = require(\"@fluid-experimental/property-common\").constants;\n\nexport class PropertyTemplate {\n\t/**\n\t * Constructor for creating a PropertyTemplate based on the given parameters.\n\t * @param {object} in_params - List of parameters\n\t * @param {string} in_params.id - id of the property\n\t * @param {string} in_params.name - Name of the property\n\t * @param {string} in_params.typeid - The type identifier\n\t * @param {number=} [in_params.length=1] - The length of the property. Only valid if\n\t * the property is an array, otherwise the length defaults to 1\n\t * @param {string} in_params.context - The type of property this template represents\n\t * i.e. array, hash, etc.\n\t * @param {Array.<object>} in_params.properties - List of property templates that\n\t * are used to define children properties\n\t * @param {Array.<object>} in_params.constants - List of property templates that\n\t * are used to define constant properties and their values\n\t * @param {Array.<string>} in_params.inherits - List of property template typeids that this\n\t * PropertyTemplate inherits from\n\t *\n\t * @constructor\n\t * @protected\n\t * @category Properties\n\t */\n\tconstructor(in_params = {}) {\n\t\tlet params = deepCopy(in_params);\n\t\t/** The identifier of the property */\n\t\tthis.id = params.id;\n\t\t/** The type identifier of the property */\n\t\tthis.typeid = params.typeid;\n\n\t\t/** Size of the property (if this is an array) */\n\t\tif (params.context === \"array\") {\n\t\t\tthis.length = params.length !== undefined ? params.length : 0;\n\t\t} else {\n\t\t\tthis.length = 1;\n\t\t}\n\t\tConsoleUtils.assert(_.isNumber(this.length), MSG.LENGTH_MUST_BE_NUMBER + this.length);\n\n\t\t/** The context of the property */\n\t\tthis.context = params.context;\n\n\t\t/** Array with sub-properties */\n\t\tthis.properties = params.properties;\n\n\t\t/** The annotation object */\n\t\tthis.annotation = params.annotation || {};\n\n\t\t/** Array with constant properties */\n\t\tthis.constants = params.constants;\n\n\t\t/** Typeids of properties this property inherits from */\n\t\tthis.inherits = _.isString(params.inherits) ? [params.inherits] : params.inherits;\n\n\t\tif (_.includes(this.inherits, \"Enum\")) {\n\t\t\tthis._enumDictionary = this._parseEnums(this.properties);\n\t\t}\n\t\t// check for inlined enums and parse them:\n\t\tthis._digestNestedInlineEnumProperties(this);\n\t\tthis._serializedParams = in_params;\n\t}\n\n\thasNestedProperties() {\n\t\treturn this.properties && this.properties.length > 0;\n\t}\n\n\thasNestedConstants() {\n\t\treturn this.constants && this.constants.length > 0;\n\t}\n\n\t/**\n\t * Internal function to recursivly traverse a property template and create dictionaries for found inline enums\n\t * @param {{}} in_currentPropertyLevel - The current level in the template hierarchie\n\t */\n\t_digestNestedInlineEnumProperties(in_currentPropertyLevel) {\n\t\tif (in_currentPropertyLevel.properties) {\n\t\t\tfor (var i = 0; i < in_currentPropertyLevel.properties.length; i++) {\n\t\t\t\tif (in_currentPropertyLevel.properties[i].typeid === \"Enum\") {\n\t\t\t\t\tvar dictionary = this._parseEnums(\n\t\t\t\t\t\tin_currentPropertyLevel.properties[i].properties,\n\t\t\t\t\t);\n\t\t\t\t\tin_currentPropertyLevel.properties[i]._enumDictionary = dictionary;\n\t\t\t\t} else if (in_currentPropertyLevel.properties[i].properties) {\n\t\t\t\t\t// call self\n\t\t\t\t\tthis._digestNestedInlineEnumProperties(in_currentPropertyLevel.properties[i]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * read the enum types list of a template and create a dictionary [value->enum] and [enum->value] for it\n\t * to efficiently lookup enums/values when setting/getting them from the property\n\t * @param {Array} in_enumProperties - the list of enums and their values and annotations\n\t * @return {{}} a dictionary [value->enum] and [enum->value]\n\t */\n\t_parseEnums(in_enumProperties) {\n\t\tvar enumDictionary = {\n\t\t\tenumEntriesById: {},\n\t\t\tenumEntriesByValue: {},\n\t\t\tdefaultValue: undefined,\n\t\t};\n\t\tvar minValue;\n\t\tif (in_enumProperties.length !== 0) {\n\t\t\tminValue = in_enumProperties[0].value;\n\t\t}\n\t\tfor (var i = 0; i < in_enumProperties.length; i++) {\n\t\t\tvar enumEntry = in_enumProperties[i];\n\t\t\tvar value = enumEntry.value;\n\t\t\tConsoleUtils.assert(enumEntry.id, MSG.ENUM_TYPEID_MISSING);\n\t\t\tConsoleUtils.assert(!_.isNaN(enumEntry.value), MSG.ENUM_VALUE_NOT_NUMBER + value);\n\t\t\tenumDictionary.enumEntriesById[enumEntry.id] = {\n\t\t\t\tvalue: value,\n\t\t\t\tannotation: enumEntry.annotation,\n\t\t\t};\n\t\t\tenumDictionary.enumEntriesByValue[value] = {\n\t\t\t\tid: enumEntry.id,\n\t\t\t\tannotation: enumEntry.annotation,\n\t\t\t};\n\t\t\tminValue = value < minValue ? value : minValue;\n\t\t}\n\n\t\tenumDictionary.defaultValue = enumDictionary.enumEntriesByValue.hasOwnProperty(0)\n\t\t\t? 0\n\t\t\t: minValue;\n\n\t\treturn enumDictionary;\n\t}\n\n\t/**\n\t * Clones the PropertyTemplate\n\t *\n\t * @return {property-properties.PropertyTemplate} The cloned template\n\t */\n\tclone() {\n\t\treturn new PropertyTemplate(deepCopy(this._serializedParams));\n\t}\n\n\t/**\n\t * Method used to check whether the template is versioned.\n\t * A versioned template is of the form `xxxx-1.0.0`\n\t * @return {boolean} Returns true if the template is versioned, false otherwise\n\t */\n\t_isVersioned() {\n\t\tvar splitTypeId = TypeIdHelper.extractVersion(this.typeid);\n\n\t\tif (!splitTypeId.version) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar version = splitTypeId.version;\n\n\t\treturn /^(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)$/.test(version);\n\t}\n\n\t/**\n\t * Return the version number of the template.\n\t * @return {string} The version string is returned.\n\t */\n\tgetVersion() {\n\t\tif (this._isVersioned()) {\n\t\t\tvar splitTypeId = TypeIdHelper.extractVersion(this.typeid);\n\t\t\tvar version = splitTypeId.version;\n\t\t\treturn version;\n\t\t} else {\n\t\t\tconsole.warn(MSG.TEMPLATE_NOT_VERSIONED, this.typeid);\n\t\t\treturn undefined;\n\t\t}\n\t}\n\n\t/**\n\t * Canonical representation of a PropertyTemplate.\n\t * This is similar to a deep copy but with adjustments so that the target is in\n\t * canonical form for a template property i.e. a) if array length\n\t * is not specified it is set to 0 in the target, b) string value\n\t * for 'inherits' property is converted to single-value array\n\t * Deep copy an object.\n\t *\n\t * @param {*} in_obj - The object to create a canonical copy of.\n\t * @param {Object|Array} [in_target_] - Copy into this object.\n\t * @param {string} [in_key_] - Key in in_target_ at which to place the copied object.\n\t * @param {boolean} [in_preserve_ = false] - Do not overwrite structs / arrays in an existing object\n\t *\n\t * @return {*} in_target_ if specified, new object containing canonical copy of @obj\n\t * otherwise.\n\t * @return {string} The version string is returned.\n\t */\n\t_canonicalForm(in_obj, in_target_, in_key_, in_preserve_) {\n\t\tin_preserve_ = in_preserve_ === undefined ? false : in_preserve_;\n\n\t\tvar target, copyMembers;\n\t\tvar copyDirectlyIntoKey = false;\n\t\tif (\n\t\t\tin_target_ &&\n\t\t\t(in_key_ === undefined ||\n\t\t\t\t(in_key_ &&\n\t\t\t\t\tin_target_.hasOwnProperty(in_key_) &&\n\t\t\t\t\t_.isObject(in_target_[in_key_]) &&\n\t\t\t\t\tin_preserve_))\n\t\t) {\n\t\t\t// If no key is given, we directly copy into the\n\t\t\t// target object. Additionally, when a key is given, the member already exists\n\t\t\t// in the target object and preserve is set, we also keep the target object.\n\t\t\t// This is only possible if the target is already an\n\t\t\t// object.\n\t\t\ttarget = in_key_ ? in_target_[in_key_] : in_target_;\n\n\t\t\tif (\n\t\t\t\t_.isFunction(in_obj) ||\n\t\t\t\t_.isDate(in_obj) ||\n\t\t\t\t_.isRegExp(in_obj) ||\n\t\t\t\t_.isObject(in_obj) !== _.isObject(target) ||\n\t\t\t\t_.isArray(in_obj) !== _.isArray(target) ||\n\t\t\t\t!_.isObject(target)\n\t\t\t) {\n\t\t\t\tthrow new TypeError(MSG.INVALID_TARGET_PROPERTY_TEMPLATE + this.typeid);\n\t\t\t}\n\t\t\tcopyMembers = true;\n\t\t\tcopyDirectlyIntoKey = true;\n\t\t} else {\n\t\t\t// If no existing target object, we create a new object.\n\n\t\t\t// literals are directly assigned to the target\n\t\t\tif (!in_obj || !_.isObject(in_obj) || _.isFunction(in_obj)) {\n\t\t\t\ttarget = in_obj;\n\t\t\t\t// Special case handlers for dates and regexps\n\t\t\t\t// (https://github.com/jashkenas/underscore/pull/595)\n\t\t\t} else if (_.isDate(in_obj)) {\n\t\t\t\ttarget = new Date(in_obj.getTime());\n\t\t\t} else if (_.isRegExp(in_obj)) {\n\t\t\t\ttarget = new RegExp(in_obj.source, in_obj.toString().replace(/.*\\//, \"\"));\n\t\t\t\t// For objects and arrays we create a new object/array\n\t\t\t} else if (_.isObject(in_obj)) {\n\t\t\t\ttarget = _.isArray(in_obj) ? [] : {};\n\t\t\t\tcopyMembers = true;\n\t\t\t} else {\n\t\t\t\tthrow new TypeError(MSG.MISSING_CASE_IN_TEMPLATE_SERIALIZATION + this.typeid);\n\t\t\t}\n\t\t}\n\n\t\t// If this is either an object or an array, we have to do a 'normalized' deep copy\n\t\t// and recursively copy all members. Normalized means the target will be a normalized\n\t\t// representation of the input property with respect to the canonical representation\n\t\t// of a template i.e. : if array length is not specified it is set to 0.\n\t\t// Other rules will follow\n\t\tif (copyMembers) {\n\t\t\tvar keys = _.keys(in_obj);\n\t\t\tvar l = keys.length;\n\t\t\tfor (var i = 0; i < l; i++) {\n\t\t\t\tvar key = keys[i];\n\t\t\t\tthis._canonicalForm(in_obj[key], target, key, in_preserve_);\n\t\t\t}\n\n\t\t\t// If context is array and length is absent set it to 0\n\t\t\tif (\n\t\t\t\t_.includes(keys, \"context\") &&\n\t\t\t\tin_obj[\"context\"] === \"array\" &&\n\t\t\t\t!_.includes(keys, \"length\")\n\t\t\t) {\n\t\t\t\ttarget[\"length\"] = 0;\n\t\t\t}\n\n\t\t\t// If inherit value is present and is a single string convert it to single element array\n\t\t\tif (\n\t\t\t\t_.includes(keys, \"inherits\") &&\n\t\t\t\tin_obj[\"inherits\"] &&\n\t\t\t\t!_.isObject(in_obj[\"inherits\"])\n\t\t\t) {\n\t\t\t\ttarget[\"inherits\"] = [in_obj[\"inherits\"]];\n\t\t\t}\n\t\t}\n\n\t\tif (!in_key_) {\n\t\t\t// If you don't give a path, then we return the original or copied object\n\t\t\treturn target;\n\t\t} else if (!copyDirectlyIntoKey) {\n\t\t\t// If you give a path, we use the path as a key.\n\t\t\tin_target_[in_key_] = target;\n\t\t}\n\n\t\treturn in_target_;\n\t}\n\n\t/**\n\t * Return the serialized parameters passed in the constructor\n\t * @return {object} Serialized parameters\n\t */\n\tserialize() {\n\t\treturn deepCopy(this._serializedParams);\n\t}\n\n\t/**\n\t * Return the serialized parameters passed in the constructor, in a template canonical form\n\t * @return {object} canonical serialized parameters\n\t */\n\tserializeCanonical() {\n\t\treturn PropertyTemplate.prototype._canonicalForm(this._serializedParams);\n\t}\n\n\t/**\n\t * Return the typeid of the template without the version number\n\t * i.e. autodesk.core:color instead of autodesk.core:color-1.0.0\n\t * @return {string} The typeid without the version is returned.\n\t * If the template is not versioned, the typeid is return.\n\t */\n\tgetTypeidWithoutVersion() {\n\t\tif (this._isVersioned()) {\n\t\t\tvar splitTypeId = TypeIdHelper.extractVersion(this.typeid);\n\t\t\treturn splitTypeId.typeidWithoutVersion;\n\t\t} else {\n\t\t\treturn this.typeid;\n\t\t}\n\t}\n\n\t/**\n\t * Determines if the argument is a template structure\n\t *\n\t * @param {object} in_param - Parameter to assess\n\t *\n\t * @return {Boolean} true if in_param is a template\n\t *\n\t * @public\n\t */\n\tstatic isTemplate(in_param) {\n\t\tif (in_param.typeid && in_param.typeid.indexOf(\":\") !== -1) {\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t}\n\n\t/**\n\t * Extracts typeids directly referred to in a template\n\t *\n\t * @param {object} template - Structure from which to extract dependencies\n\t *\n\t * @return {Array} List of typeids this template refers directly to\n\t *\n\t * @public\n\t */\n\tstatic extractDependencies(template) {\n\t\tvar dependencies = {};\n\n\t\tif (template.inherits) {\n\t\t\tvar inherits =\n\t\t\t\ttypeof template.inherits === \"string\" ? [template.inherits] : template.inherits;\n\t\t\tfor (var i = 0; i < inherits.length; i++) {\n\t\t\t\tvar elem = TypeIdHelper.extractTypeId(inherits[i]);\n\t\t\t\tdependencies[elem] = true;\n\t\t\t}\n\t\t}\n\n\t\tif (template.properties) {\n\t\t\tvar properties = template.properties;\n\t\t\tfor (var i = 0; i < properties.length; i++) {\n\t\t\t\tvar property = properties[i];\n\t\t\t\tif (PropertyTemplate.isTemplate(property)) {\n\t\t\t\t\tvar typeid = TypeIdHelper.extractTypeId(property.typeid);\n\t\t\t\t\tdependencies[typeid] = true;\n\n\t\t\t\t\tif (property.typedValue) {\n\t\t\t\t\t\tfor (var t = 0; t < property.typedValue.length; t++) {\n\t\t\t\t\t\t\tvar typedValue = property.typedValue[t];\n\t\t\t\t\t\t\tdependencies[typedValue.typeid] = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else if (property.properties) {\n\t\t\t\t\tvar deps = PropertyTemplate.extractDependencies(property);\n\t\t\t\t\tfor (var j = 0; j < deps.length; j++) {\n\t\t\t\t\t\tvar typeid = TypeIdHelper.extractTypeId(deps[j]);\n\t\t\t\t\t\tdependencies[typeid] = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (template.constants) {\n\t\t\tvar constants = template.constants;\n\t\t\tfor (var i = 0; i < constants.length; i++) {\n\t\t\t\tvar constant = constants[i];\n\t\t\t\tif (PropertyTemplate.isTemplate(constant)) {\n\t\t\t\t\tvar typeid = TypeIdHelper.extractTypeId(constant.typeid);\n\t\t\t\t\tdependencies[typeid] = true;\n\t\t\t\t} else if (\n\t\t\t\t\tconstant.context === \"map\" &&\n\t\t\t\t\tconstant.contextKeyType === \"typeid\" &&\n\t\t\t\t\tconstant.value\n\t\t\t\t) {\n\t\t\t\t\tvar keys = Object.keys(constant.value);\n\t\t\t\t\tfor (var k = 0; k < keys.length; k++) {\n\t\t\t\t\t\tvar typeid = TypeIdHelper.extractTypeId(keys[k]);\n\t\t\t\t\t\tdependencies[typeid] = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Search for typeid hidden in typedValue\n\t\t\t\t// the context could be inherited and therefore missing, so we have to try them all.\n\t\t\t\tif (constant.typedValue) {\n\t\t\t\t\t// for arrays\n\t\t\t\t\tif (_.isArray(constant.typedValue)) {\n\t\t\t\t\t\tfor (var t = 0; t < constant.typedValue.length; t++) {\n\t\t\t\t\t\t\tvar typedValue = constant.typedValue[t];\n\t\t\t\t\t\t\tdependencies[typedValue.typeid] = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// for singles\n\t\t\t\t\t} else if (constant.typedValue.typeid) {\n\t\t\t\t\t\tdependencies[constant.typedValue.typeid] = true;\n\t\t\t\t\t\t// for maps\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar keys = Object.keys(constant.typedValue);\n\t\t\t\t\t\tfor (var k = 0; k < keys.length; k++) {\n\t\t\t\t\t\t\tvar typeid = constant.typedValue[keys[k]].typeid;\n\t\t\t\t\t\t\tif (typeid) {\n\t\t\t\t\t\t\t\tdependencies[typeid] = true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Object.keys(dependencies);\n\t}\n}\n"]}
1
+ {"version":3,"file":"propertyTemplate.js","sourceRoot":"","sources":["../src/propertyTemplate.js"],"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/**\n * @fileoverview Declaration of the PropertyTemplate module.\n * PropertyTemplate is used to describe a static property.\n */\nconst _ = require(\"lodash\");\nconst { TypeIdHelper } = require(\"@fluid-experimental/property-changeset\");\nconst fastestJSONCopy = require(\"fastest-json-copy\");\nconst deepCopy = fastestJSONCopy.copy;\nconst { ConsoleUtils } = require(\"@fluid-experimental/property-common\");\nconst { MSG } = require(\"@fluid-experimental/property-common\").constants;\n\n/**\n * @internal\n */\nexport class PropertyTemplate {\n\t/**\n\t * Constructor for creating a PropertyTemplate based on the given parameters.\n\t * @param {object} in_params - List of parameters\n\t * @param {string} in_params.id - id of the property\n\t * @param {string} in_params.name - Name of the property\n\t * @param {string} in_params.typeid - The type identifier\n\t * @param {number=} [in_params.length=1] - The length of the property. Only valid if\n\t * the property is an array, otherwise the length defaults to 1\n\t * @param {string} in_params.context - The type of property this template represents\n\t * i.e. array, hash, etc.\n\t * @param {Array.<object>} in_params.properties - List of property templates that\n\t * are used to define children properties\n\t * @param {Array.<object>} in_params.constants - List of property templates that\n\t * are used to define constant properties and their values\n\t * @param {Array.<string>} in_params.inherits - List of property template typeids that this\n\t * PropertyTemplate inherits from\n\t *\n\t * @constructor\n\t * @protected\n\t * @category Properties\n\t */\n\tconstructor(in_params = {}) {\n\t\tlet params = deepCopy(in_params);\n\t\t/** The identifier of the property */\n\t\tthis.id = params.id;\n\t\t/** The type identifier of the property */\n\t\tthis.typeid = params.typeid;\n\n\t\t/** Size of the property (if this is an array) */\n\t\tif (params.context === \"array\") {\n\t\t\tthis.length = params.length !== undefined ? params.length : 0;\n\t\t} else {\n\t\t\tthis.length = 1;\n\t\t}\n\t\tConsoleUtils.assert(_.isNumber(this.length), MSG.LENGTH_MUST_BE_NUMBER + this.length);\n\n\t\t/** The context of the property */\n\t\tthis.context = params.context;\n\n\t\t/** Array with sub-properties */\n\t\tthis.properties = params.properties;\n\n\t\t/** The annotation object */\n\t\tthis.annotation = params.annotation || {};\n\n\t\t/** Array with constant properties */\n\t\tthis.constants = params.constants;\n\n\t\t/** Typeids of properties this property inherits from */\n\t\tthis.inherits = _.isString(params.inherits) ? [params.inherits] : params.inherits;\n\n\t\tif (_.includes(this.inherits, \"Enum\")) {\n\t\t\tthis._enumDictionary = this._parseEnums(this.properties);\n\t\t}\n\t\t// check for inlined enums and parse them:\n\t\tthis._digestNestedInlineEnumProperties(this);\n\t\tthis._serializedParams = in_params;\n\t}\n\n\thasNestedProperties() {\n\t\treturn this.properties && this.properties.length > 0;\n\t}\n\n\thasNestedConstants() {\n\t\treturn this.constants && this.constants.length > 0;\n\t}\n\n\t/**\n\t * Internal function to recursivly traverse a property template and create dictionaries for found inline enums\n\t * @param {{}} in_currentPropertyLevel - The current level in the template hierarchie\n\t */\n\t_digestNestedInlineEnumProperties(in_currentPropertyLevel) {\n\t\tif (in_currentPropertyLevel.properties) {\n\t\t\tfor (var i = 0; i < in_currentPropertyLevel.properties.length; i++) {\n\t\t\t\tif (in_currentPropertyLevel.properties[i].typeid === \"Enum\") {\n\t\t\t\t\tvar dictionary = this._parseEnums(\n\t\t\t\t\t\tin_currentPropertyLevel.properties[i].properties,\n\t\t\t\t\t);\n\t\t\t\t\tin_currentPropertyLevel.properties[i]._enumDictionary = dictionary;\n\t\t\t\t} else if (in_currentPropertyLevel.properties[i].properties) {\n\t\t\t\t\t// call self\n\t\t\t\t\tthis._digestNestedInlineEnumProperties(in_currentPropertyLevel.properties[i]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * read the enum types list of a template and create a dictionary [value->enum] and [enum->value] for it\n\t * to efficiently lookup enums/values when setting/getting them from the property\n\t * @param {Array} in_enumProperties - the list of enums and their values and annotations\n\t * @return {{}} a dictionary [value->enum] and [enum->value]\n\t */\n\t_parseEnums(in_enumProperties) {\n\t\tvar enumDictionary = {\n\t\t\tenumEntriesById: {},\n\t\t\tenumEntriesByValue: {},\n\t\t\tdefaultValue: undefined,\n\t\t};\n\t\tvar minValue;\n\t\tif (in_enumProperties.length !== 0) {\n\t\t\tminValue = in_enumProperties[0].value;\n\t\t}\n\t\tfor (var i = 0; i < in_enumProperties.length; i++) {\n\t\t\tvar enumEntry = in_enumProperties[i];\n\t\t\tvar value = enumEntry.value;\n\t\t\tConsoleUtils.assert(enumEntry.id, MSG.ENUM_TYPEID_MISSING);\n\t\t\tConsoleUtils.assert(!_.isNaN(enumEntry.value), MSG.ENUM_VALUE_NOT_NUMBER + value);\n\t\t\tenumDictionary.enumEntriesById[enumEntry.id] = {\n\t\t\t\tvalue: value,\n\t\t\t\tannotation: enumEntry.annotation,\n\t\t\t};\n\t\t\tenumDictionary.enumEntriesByValue[value] = {\n\t\t\t\tid: enumEntry.id,\n\t\t\t\tannotation: enumEntry.annotation,\n\t\t\t};\n\t\t\tminValue = value < minValue ? value : minValue;\n\t\t}\n\n\t\tenumDictionary.defaultValue = enumDictionary.enumEntriesByValue.hasOwnProperty(0)\n\t\t\t? 0\n\t\t\t: minValue;\n\n\t\treturn enumDictionary;\n\t}\n\n\t/**\n\t * Clones the PropertyTemplate\n\t *\n\t * @return {property-properties.PropertyTemplate} The cloned template\n\t */\n\tclone() {\n\t\treturn new PropertyTemplate(deepCopy(this._serializedParams));\n\t}\n\n\t/**\n\t * Method used to check whether the template is versioned.\n\t * A versioned template is of the form `xxxx-1.0.0`\n\t * @return {boolean} Returns true if the template is versioned, false otherwise\n\t */\n\t_isVersioned() {\n\t\tvar splitTypeId = TypeIdHelper.extractVersion(this.typeid);\n\n\t\tif (!splitTypeId.version) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar version = splitTypeId.version;\n\n\t\treturn /^(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)$/.test(version);\n\t}\n\n\t/**\n\t * Return the version number of the template.\n\t * @return {string} The version string is returned.\n\t */\n\tgetVersion() {\n\t\tif (this._isVersioned()) {\n\t\t\tvar splitTypeId = TypeIdHelper.extractVersion(this.typeid);\n\t\t\tvar version = splitTypeId.version;\n\t\t\treturn version;\n\t\t} else {\n\t\t\tconsole.warn(MSG.TEMPLATE_NOT_VERSIONED, this.typeid);\n\t\t\treturn undefined;\n\t\t}\n\t}\n\n\t/**\n\t * Canonical representation of a PropertyTemplate.\n\t * This is similar to a deep copy but with adjustments so that the target is in\n\t * canonical form for a template property i.e. a) if array length\n\t * is not specified it is set to 0 in the target, b) string value\n\t * for 'inherits' property is converted to single-value array\n\t * Deep copy an object.\n\t *\n\t * @param {*} in_obj - The object to create a canonical copy of.\n\t * @param {Object|Array} [in_target_] - Copy into this object.\n\t * @param {string} [in_key_] - Key in in_target_ at which to place the copied object.\n\t * @param {boolean} [in_preserve_ = false] - Do not overwrite structs / arrays in an existing object\n\t *\n\t * @return {*} in_target_ if specified, new object containing canonical copy of @obj\n\t * otherwise.\n\t * @return {string} The version string is returned.\n\t */\n\t_canonicalForm(in_obj, in_target_, in_key_, in_preserve_) {\n\t\tin_preserve_ = in_preserve_ === undefined ? false : in_preserve_;\n\n\t\tvar target, copyMembers;\n\t\tvar copyDirectlyIntoKey = false;\n\t\tif (\n\t\t\tin_target_ &&\n\t\t\t(in_key_ === undefined ||\n\t\t\t\t(in_key_ &&\n\t\t\t\t\tin_target_.hasOwnProperty(in_key_) &&\n\t\t\t\t\t_.isObject(in_target_[in_key_]) &&\n\t\t\t\t\tin_preserve_))\n\t\t) {\n\t\t\t// If no key is given, we directly copy into the\n\t\t\t// target object. Additionally, when a key is given, the member already exists\n\t\t\t// in the target object and preserve is set, we also keep the target object.\n\t\t\t// This is only possible if the target is already an\n\t\t\t// object.\n\t\t\ttarget = in_key_ ? in_target_[in_key_] : in_target_;\n\n\t\t\tif (\n\t\t\t\t_.isFunction(in_obj) ||\n\t\t\t\t_.isDate(in_obj) ||\n\t\t\t\t_.isRegExp(in_obj) ||\n\t\t\t\t_.isObject(in_obj) !== _.isObject(target) ||\n\t\t\t\t_.isArray(in_obj) !== _.isArray(target) ||\n\t\t\t\t!_.isObject(target)\n\t\t\t) {\n\t\t\t\tthrow new TypeError(MSG.INVALID_TARGET_PROPERTY_TEMPLATE + this.typeid);\n\t\t\t}\n\t\t\tcopyMembers = true;\n\t\t\tcopyDirectlyIntoKey = true;\n\t\t} else {\n\t\t\t// If no existing target object, we create a new object.\n\n\t\t\t// literals are directly assigned to the target\n\t\t\tif (!in_obj || !_.isObject(in_obj) || _.isFunction(in_obj)) {\n\t\t\t\ttarget = in_obj;\n\t\t\t\t// Special case handlers for dates and regexps\n\t\t\t\t// (https://github.com/jashkenas/underscore/pull/595)\n\t\t\t} else if (_.isDate(in_obj)) {\n\t\t\t\ttarget = new Date(in_obj.getTime());\n\t\t\t} else if (_.isRegExp(in_obj)) {\n\t\t\t\ttarget = new RegExp(in_obj.source, in_obj.toString().replace(/.*\\//, \"\"));\n\t\t\t\t// For objects and arrays we create a new object/array\n\t\t\t} else if (_.isObject(in_obj)) {\n\t\t\t\ttarget = _.isArray(in_obj) ? [] : {};\n\t\t\t\tcopyMembers = true;\n\t\t\t} else {\n\t\t\t\tthrow new TypeError(MSG.MISSING_CASE_IN_TEMPLATE_SERIALIZATION + this.typeid);\n\t\t\t}\n\t\t}\n\n\t\t// If this is either an object or an array, we have to do a 'normalized' deep copy\n\t\t// and recursively copy all members. Normalized means the target will be a normalized\n\t\t// representation of the input property with respect to the canonical representation\n\t\t// of a template i.e. : if array length is not specified it is set to 0.\n\t\t// Other rules will follow\n\t\tif (copyMembers) {\n\t\t\tvar keys = _.keys(in_obj);\n\t\t\tvar l = keys.length;\n\t\t\tfor (var i = 0; i < l; i++) {\n\t\t\t\tvar key = keys[i];\n\t\t\t\tthis._canonicalForm(in_obj[key], target, key, in_preserve_);\n\t\t\t}\n\n\t\t\t// If context is array and length is absent set it to 0\n\t\t\tif (\n\t\t\t\t_.includes(keys, \"context\") &&\n\t\t\t\tin_obj[\"context\"] === \"array\" &&\n\t\t\t\t!_.includes(keys, \"length\")\n\t\t\t) {\n\t\t\t\ttarget[\"length\"] = 0;\n\t\t\t}\n\n\t\t\t// If inherit value is present and is a single string convert it to single element array\n\t\t\tif (\n\t\t\t\t_.includes(keys, \"inherits\") &&\n\t\t\t\tin_obj[\"inherits\"] &&\n\t\t\t\t!_.isObject(in_obj[\"inherits\"])\n\t\t\t) {\n\t\t\t\ttarget[\"inherits\"] = [in_obj[\"inherits\"]];\n\t\t\t}\n\t\t}\n\n\t\tif (!in_key_) {\n\t\t\t// If you don't give a path, then we return the original or copied object\n\t\t\treturn target;\n\t\t} else if (!copyDirectlyIntoKey) {\n\t\t\t// If you give a path, we use the path as a key.\n\t\t\tin_target_[in_key_] = target;\n\t\t}\n\n\t\treturn in_target_;\n\t}\n\n\t/**\n\t * Return the serialized parameters passed in the constructor\n\t * @return {object} Serialized parameters\n\t */\n\tserialize() {\n\t\treturn deepCopy(this._serializedParams);\n\t}\n\n\t/**\n\t * Return the serialized parameters passed in the constructor, in a template canonical form\n\t * @return {object} canonical serialized parameters\n\t */\n\tserializeCanonical() {\n\t\treturn PropertyTemplate.prototype._canonicalForm(this._serializedParams);\n\t}\n\n\t/**\n\t * Return the typeid of the template without the version number\n\t * i.e. autodesk.core:color instead of autodesk.core:color-1.0.0\n\t * @return {string} The typeid without the version is returned.\n\t * If the template is not versioned, the typeid is return.\n\t */\n\tgetTypeidWithoutVersion() {\n\t\tif (this._isVersioned()) {\n\t\t\tvar splitTypeId = TypeIdHelper.extractVersion(this.typeid);\n\t\t\treturn splitTypeId.typeidWithoutVersion;\n\t\t} else {\n\t\t\treturn this.typeid;\n\t\t}\n\t}\n\n\t/**\n\t * Determines if the argument is a template structure\n\t *\n\t * @param {object} in_param - Parameter to assess\n\t *\n\t * @return {Boolean} true if in_param is a template\n\t */\n\tstatic isTemplate(in_param) {\n\t\tif (in_param.typeid && in_param.typeid.indexOf(\":\") !== -1) {\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t}\n\n\t/**\n\t * Extracts typeids directly referred to in a template\n\t *\n\t * @param {object} template - Structure from which to extract dependencies\n\t *\n\t * @return {Array} List of typeids this template refers directly to\n\t */\n\tstatic extractDependencies(template) {\n\t\tvar dependencies = {};\n\n\t\tif (template.inherits) {\n\t\t\tvar inherits =\n\t\t\t\ttypeof template.inherits === \"string\" ? [template.inherits] : template.inherits;\n\t\t\tfor (var i = 0; i < inherits.length; i++) {\n\t\t\t\tvar elem = TypeIdHelper.extractTypeId(inherits[i]);\n\t\t\t\tdependencies[elem] = true;\n\t\t\t}\n\t\t}\n\n\t\tif (template.properties) {\n\t\t\tvar properties = template.properties;\n\t\t\tfor (var i = 0; i < properties.length; i++) {\n\t\t\t\tvar property = properties[i];\n\t\t\t\tif (PropertyTemplate.isTemplate(property)) {\n\t\t\t\t\tvar typeid = TypeIdHelper.extractTypeId(property.typeid);\n\t\t\t\t\tdependencies[typeid] = true;\n\n\t\t\t\t\tif (property.typedValue) {\n\t\t\t\t\t\tfor (var t = 0; t < property.typedValue.length; t++) {\n\t\t\t\t\t\t\tvar typedValue = property.typedValue[t];\n\t\t\t\t\t\t\tdependencies[typedValue.typeid] = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else if (property.properties) {\n\t\t\t\t\tvar deps = PropertyTemplate.extractDependencies(property);\n\t\t\t\t\tfor (var j = 0; j < deps.length; j++) {\n\t\t\t\t\t\tvar typeid = TypeIdHelper.extractTypeId(deps[j]);\n\t\t\t\t\t\tdependencies[typeid] = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (template.constants) {\n\t\t\tvar constants = template.constants;\n\t\t\tfor (var i = 0; i < constants.length; i++) {\n\t\t\t\tvar constant = constants[i];\n\t\t\t\tif (PropertyTemplate.isTemplate(constant)) {\n\t\t\t\t\tvar typeid = TypeIdHelper.extractTypeId(constant.typeid);\n\t\t\t\t\tdependencies[typeid] = true;\n\t\t\t\t} else if (\n\t\t\t\t\tconstant.context === \"map\" &&\n\t\t\t\t\tconstant.contextKeyType === \"typeid\" &&\n\t\t\t\t\tconstant.value\n\t\t\t\t) {\n\t\t\t\t\tvar keys = Object.keys(constant.value);\n\t\t\t\t\tfor (var k = 0; k < keys.length; k++) {\n\t\t\t\t\t\tvar typeid = TypeIdHelper.extractTypeId(keys[k]);\n\t\t\t\t\t\tdependencies[typeid] = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Search for typeid hidden in typedValue\n\t\t\t\t// the context could be inherited and therefore missing, so we have to try them all.\n\t\t\t\tif (constant.typedValue) {\n\t\t\t\t\t// for arrays\n\t\t\t\t\tif (_.isArray(constant.typedValue)) {\n\t\t\t\t\t\tfor (var t = 0; t < constant.typedValue.length; t++) {\n\t\t\t\t\t\t\tvar typedValue = constant.typedValue[t];\n\t\t\t\t\t\t\tdependencies[typedValue.typeid] = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// for singles\n\t\t\t\t\t} else if (constant.typedValue.typeid) {\n\t\t\t\t\t\tdependencies[constant.typedValue.typeid] = true;\n\t\t\t\t\t\t// for maps\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar keys = Object.keys(constant.typedValue);\n\t\t\t\t\t\tfor (var k = 0; k < keys.length; k++) {\n\t\t\t\t\t\t\tvar typeid = constant.typedValue[keys[k]].typeid;\n\t\t\t\t\t\t\tif (typeid) {\n\t\t\t\t\t\t\t\tdependencies[typeid] = true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Object.keys(dependencies);\n\t}\n}\n"]}
@@ -2,6 +2,9 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
+ /**
6
+ * @internal
7
+ */
5
8
  export class PropertyUtils {
6
9
  /**
7
10
  * Gather all properties that pass an arbitrary predicate function
@@ -1 +1 @@
1
- {"version":3,"file":"propertyUtils.d.ts","sourceRoot":"","sources":["../src/propertyUtils.js"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;IACC;;;;;;OAMG;IACH,2EAHY,eAAe,CAYzB;CACF"}
1
+ {"version":3,"file":"propertyUtils.d.ts","sourceRoot":"","sources":["../src/propertyUtils.js"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;GAEG;AACH;IACC;;;;;;OAMG;IACH,2EAHY,eAAe,CAYzB;CACF"}
@@ -5,6 +5,9 @@
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.PropertyUtils = void 0;
8
+ /**
9
+ * @internal
10
+ */
8
11
  class PropertyUtils {
9
12
  }
10
13
  exports.PropertyUtils = PropertyUtils;
@@ -1 +1 @@
1
- {"version":3,"file":"propertyUtils.js","sourceRoot":"","sources":["../src/propertyUtils.js"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,MAAa,aAAa;;AAA1B,sCAkBC;AAjBA;;;;;;GAMG;AACI,8BAAgB,GAAG,UAAU,eAAe,EAAE,YAAY;IAChE,IAAI,kBAAkB,GAAG,EAAE,CAAC;IAC5B,eAAe,CAAC,YAAY,CAAC,UAAU,QAAQ,EAAE,IAAI;QACpD,IAAI,YAAY,CAAC,QAAQ,CAAC,EAAE;YAC3B,kBAAkB,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC;SACpC;IACF,CAAC,CAAC,CAAC;IAEH,OAAO,kBAAkB,CAAC;AAC3B,CAAC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport class PropertyUtils {\n\t/**\n\t * Gather all properties that pass an arbitrary predicate function\n\t * @param {property-properties.NodeProperty} in_rootProperty - The root property to traverse from\n\t * @param {function} in_predicate - The predicate function\n\t * @return {Array.<property-properties.BaseProperty>} The list of properties that passed the predicate\n\t * function\n\t */\n\tstatic gatherProperties = function (in_rootProperty, in_predicate) {\n\t\tvar gatheredProperties = {};\n\t\tin_rootProperty.traverseDown(function (property, path) {\n\t\t\tif (in_predicate(property)) {\n\t\t\t\tgatheredProperties[path] = property;\n\t\t\t}\n\t\t});\n\n\t\treturn gatheredProperties;\n\t};\n}\n"]}
1
+ {"version":3,"file":"propertyUtils.js","sourceRoot":"","sources":["../src/propertyUtils.js"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;GAEG;AACH,MAAa,aAAa;;AAA1B,sCAkBC;AAjBA;;;;;;GAMG;AACI,8BAAgB,GAAG,UAAU,eAAe,EAAE,YAAY;IAChE,IAAI,kBAAkB,GAAG,EAAE,CAAC;IAC5B,eAAe,CAAC,YAAY,CAAC,UAAU,QAAQ,EAAE,IAAI;QACpD,IAAI,YAAY,CAAC,QAAQ,CAAC,EAAE;YAC3B,kBAAkB,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC;SACpC;IACF,CAAC,CAAC,CAAC;IAEH,OAAO,kBAAkB,CAAC;AAC3B,CAAC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @internal\n */\nexport class PropertyUtils {\n\t/**\n\t * Gather all properties that pass an arbitrary predicate function\n\t * @param {property-properties.NodeProperty} in_rootProperty - The root property to traverse from\n\t * @param {function} in_predicate - The predicate function\n\t * @return {Array.<property-properties.BaseProperty>} The list of properties that passed the predicate\n\t * function\n\t */\n\tstatic gatherProperties = function (in_rootProperty, in_predicate) {\n\t\tvar gatheredProperties = {};\n\t\tin_rootProperty.traverseDown(function (property, path) {\n\t\t\tif (in_predicate(property)) {\n\t\t\t\tgatheredProperties[path] = property;\n\t\t\t}\n\t\t});\n\n\t\treturn gatheredProperties;\n\t};\n}\n"]}
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../src/test/global.d.ts","../../../property-common/dist/chronometer.d.ts","../../../property-common/dist/consoleUtils.d.ts","../../../property-common/dist/constants.d.ts","../../../property-common/dist/datastructures/collection.d.ts","../../../property-common/dist/datastructures/dataArray.d.ts","../../../property-common/dist/datastructures/integer64.d.ts","../../../property-common/dist/datastructures/sortedCollection.d.ts","../../../property-common/dist/datastructures/index.d.ts","../../../property-common/dist/deferredPromise.d.ts","../../../property-common/dist/deterministicRandomGenerator.d.ts","../../../property-common/dist/error_objects/flaggedError.d.ts","../../../property-common/dist/error_objects/httpError.d.ts","../../../property-common/dist/error_objects/httpErrorNoStack.d.ts","../../../property-common/dist/error_objects/operationError.d.ts","../../../property-common/dist/error_objects/index.d.ts","../../../property-common/dist/guidUtils.d.ts","../../../property-common/dist/hashCalculator.d.ts","../../../property-common/dist/joinPaths.d.ts","../../../property-common/dist/index.d.ts","../propertyFactory.d.ts","../propertyTemplate.d.ts","../propertyUtils.d.ts","../../../property-changeset/dist/changeset_operations/operationTypes.d.ts","../../../property-changeset/dist/changeset_operations/arrayChangesetIterator.d.ts","../../../property-changeset/dist/changeset_operations/array.d.ts","../../../property-changeset/dist/changeset_operations/changesetConflictTypes.d.ts","../../../property-changeset/dist/changeset_operations/indexedCollection.d.ts","../../../property-changeset/dist/changeset.d.ts","../../../property-changeset/dist/helpers/typeidHelper.d.ts","../../../property-changeset/dist/pathHelper.d.ts","../../../property-changeset/dist/rebase.d.ts","../../../property-changeset/dist/templateSchema.d.ts","../../../property-changeset/dist/validationResultBuilder.d.ts","../../../property-changeset/dist/templateValidator.d.ts","../../../property-changeset/dist/utils.d.ts","../../../property-changeset/dist/index.d.ts","../properties/baseProperty.d.ts","../properties/abstractStaticCollectionProperty.d.ts","../properties/indexedCollectionBaseProperty.d.ts","../properties/containerProperty.d.ts","../properties/mapProperty.d.ts","../properties/nodeProperty.d.ts","../properties/arrayProperty.d.ts","../properties/setProperty.d.ts","../properties/valueArrayProperty.d.ts","../properties/stringProperty.d.ts","../properties/valueProperty.d.ts","../properties/referenceProperty.d.ts","../properties/referenceArrayProperty.d.ts","../properties/valueMapProperty.d.ts","../properties/referenceMapProperty.d.ts","../properties/enumArrayProperty.d.ts","../properties/intProperties.d.ts","../properties/enumProperty.d.ts","../enableValidations.d.ts","../index.d.ts","../../src/test/validation/goodPointId.js","../../src/test/validation/badPrimitiveTypeid.js","../../src/test/validation/goodColorId.js","../../src/test/validation/badMissingSemverInTypeid.js","../../src/test/validation/goodColorPalette.js","../../src/test/propertyFactory.spec.js","../../src/test/propertyTemplateWrapper.spec.js","../../src/test/propertyUtils.spec.js","../../src/test/validation/reversibleChangeSetTestData.js","../../src/test/reversibleChangeset.spec.js","../../../../../../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/nock@13.4.0/node_modules/nock/types/index.d.ts","../../src/test/setup.js","../../src/test/utils.spec.js","../../src/test/properties/arrayProperty.spec.js","../../src/test/properties/baseProperty.spec.js","../../src/test/properties/containerProperty.spec.js","../../src/test/properties/customArrayProperty.spec.js","../../src/test/properties/enumArrayProperty.spec.js","../../src/test/properties/enumProperty.spec.js","../properties/floatProperties.d.ts","../../src/test/properties/float32.spec.js","../../src/test/properties/int64ArrayProperty.spec.js","../../src/test/properties/int64MapProperty.spec.js","../../src/test/properties/int64Property.spec.js","../../src/test/properties/isLeafNode.spec.js","../../src/test/properties/mapProperty.spec.js","../properties/namedNodeProperty.d.ts","../../src/test/properties/namedNodeProperty.spec.js","../../src/test/properties/nodeProperty.spec.js","../../src/test/properties/referenceProperty.spec.js","../../src/test/properties/relationshipProperty.spec.js","../../src/test/properties/setProperty.spec.js","../../src/test/properties/stringProperty.spec.js","../../src/test/properties/uint64Property.spec.js","../../src/test/properties/valueMapProperty.spec.js","../../src/test/properties/valueProperty.spec.js","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/assert.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/assert/strict.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/globals.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/async_hooks.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/buffer.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/child_process.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/cluster.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/console.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/constants.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/crypto.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/dgram.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/diagnostics_channel.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/dns.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/dns/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/domain.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/events.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/fs.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/fs/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/http.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/http2.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/https.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/inspector.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/module.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/net.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/os.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/path.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/perf_hooks.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/process.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/punycode.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/querystring.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/readline.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/repl.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/stream.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/stream/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/stream/consumers.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/stream/web.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/string_decoder.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/test.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/timers.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/timers/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/tls.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/trace_events.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/tty.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/url.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/util.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/v8.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/vm.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/wasi.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/worker_threads.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/zlib.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/globals.global.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/index.d.ts","../../../../../../node_modules/.pnpm/@types+mocha@9.1.1/node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"f59215c5f1d886b05395ee7aca73e0ac69ddfad2843aa88530e797879d511bad","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"3dda5344576193a4ae48b8d03f105c86f20b2f2aff0a1d1fd7935f5d68649654","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"9d9885c728913c1d16e0d2831b40341d6ad9a0ceecaabc55209b306ad9c736a5","affectsGlobalScope":true},{"version":"17bea081b9c0541f39dd1ae9bc8c78bdd561879a682e60e2f25f688c0ecab248","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"f06948deb2a51aae25184561c9640fb66afeddb34531a9212d011792b1d19e0a","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"3b71a95ae71d1005f34e4b88439dc62f2af9370d4caff4e3521bba5b7348df15","affectsGlobalScope":true},"7011f11500ba4c4bf34b3f992c2bc73bd8639c7aedeebef3676a7f798b7de033","7e3598ce1c89c7265d50368e544a726934dd24605f7784f208fca7dfd4b2d061","2cd1f7825cb9748d8b0b0c554f9c0767fb669abd4bbea769242e179ea0e9f959","f35378c018bcb9d5571b43bb15e76e82483a8e662564442fffe9e114bd676530","a7a14c054d8fb5005cc33bae21c10742320353721f64336ea477ed1e9eda5791","d5df309cb5f12eec8e4eec2aa0f1634975850f3f83501bc16dc54a3e1ce36af5","a01057a4dea6b9286b6f53e25fc721cd50d375398b45374121703dcbb574d3da","437b66084d74fef1016d1ca75d60c27e787e6890490361c1c6af34c20da612df","f2fe3b8c5b55fc6e5f41f5e89cfb9e9aa0ffd4a62a1f076518aaa1ea694a7e53","e024319fa34f4ee4808db22d8df28c6f3dae72713342079e3296c2ce4dd86924","7039ef7ae500d36b399f586f18f2f5ae588b3c067840c4d76e4058aab74aba35","2cb4909c5c604ab404212585f9b00e641e20403692edd9132824840ffa2376c9","6ba4dfe6eef8a6eb8ed1e7ebae32079d8f56e448554280b036a1839967e18b47","30d5ff95b4d5ab508cfb077e31ff92bc89309ed1158270355104652bc5dbb4ab","fb24943a9919b0ba038a2fafbcaaad022fd31b2d9e261d5bc2452d83f6cdbbd6","5d33076c08d51f4a611cd0a916420b41ad581b2e59c9004e47799a6eb73232c1","944149e814a3704202523bb8e8bbda77211b94bbfa0dd9bb73652467dc3067c2","7467f70345a347e86021714f9a9ca8e8a00659e66f930cc6f6ecfeef2814a7f9","3d165180de084699a3a54850faa5db6d64fbb7a025b67c31c7cdce6fdafa218e","6d27c8495f54d514d8d64d5f49711df2f449f3f487ab2ec5750513c61fbd0853","3158449921dc41b92d392e84248dbfea5183ad1b095f6a8c54067a9fc625929d","3d7b4fdbef95fbe317636ca52c4a2ae1fc5c6f8e78ddea966500a1a19d4c9dd4","808213e7e3c5d1e36072fca77c018a754a882c448bb58a1c40bf04334ae032c4","22ef650c383e015561cbbbcf9396c355f1b636a73ecf14376f06c3d1da9fef0f","efe8cfd6cc85e2f226b82c63174bac4951bb7ea0df04492902b63ad2c311bcbb","0aae832ccde937603fc48837170272233e79517413fa1e95f20e86691f005c0f","d492b05b32167c0f06e6b7beebd5d0481137a68af5e8a80b9a913d2bc50bb169","81a9b3fa0bd01def037fa8cfe9ca7045d1624e92d08ed86b17a359057d18c8cb","4c9669f7bda3055a1036ef9ea120c86809023e7ee8e03bb772313b9944d4653c","f46080afa504dc8e1bc628b635e36e1f5fbbf3b9aee292c6c06bc1532f24b78f","a4193c938f14ef8227274eebe1ba1bc164da8c5e531ce3d55553786184c9d843","fdeed584b0df0765672aebbaa1e237750f2263aa4a7fe2cbeafc122cf2715513","a394eea637f1e2dcc34d91da48dd00985abbc360cc74d0bf0aa4d94876089e7a","bc30d1e29695f90033c5759850f123355a5f4893728db2c332fa7ad927db3d44","e3fdc7c3deef657c25e79ebb1c6a8f48c1ad758c9f90b6e4ff42f146195df83e","971969fedda514dd3243d60814bc71081a94d9b7531956ff31978ed109fdbb16","79190dfb5001c92d30f6428aa4d7b37cae7b5226c663e13516f374b1f84783d0","4d5cdfd89845a7515d0a53b9738cf963bb423825efd2fd7b817aef4c2b7899b3","5cc511109868740eac6f2270317641621ed185a59fd3fc6f2cd2e1ec3ef6015e","29b557fe1ea9cf7d930febd49c7e5fd5ade9a6e29a3e7310ff4c975a2dd1e213","d69e4491a2bf2af8ead920760a0f35829e7d1f73b56f905ebb1559c5a0b22dc6","4de9136689d2e1092d70865f796974091c8576e92dbdb1411c3d247c8b7f839e","96d073a38809f49fe5050a5bcadbe2f8a9e8397dac76cdf7a6fa6dde8c62e225","a95f265a16e314ad41618e8105ef7d3cbaf86b96aa75ebf0cb773a619f622d2b","e4b377e9422159d548d6b7cec500c121369b45b132288f75de8cea8a26f08e80","a7b0657528e821d0ae952de5d3f1555ebd065c14971d9b612a299320a879d6e8","2896fffa559c988390895d31326dea5857ad783a2bffe81c92f55d200269920d","5ac972ea1a97885c29803667749dd8f5fc3e5ff5587adb1a424a1fdb806ec2f0","fffaeedf34958c98de2ff1ea22e87fabb543a6e33c3870e873d23d5d5f197b79","3a9a2fa92a645d595b42195dd87c52b60d69e74a9cc7f12180be4b2a7bd76a0c","44fd82df51f0afd7c0ffae14b6a3baef098959f72ee9613069f1f9a2b0db51f8","604632a49cdb1f02c9ed62ccb498b937a288193e801b87e229d49a5aa4a67d64","75f9bcecc36290a5bbd1fad80a87c73c22a6731f1d6de3d5f2f9279a8785e190","940704e7f27afdd50432b907ed5ad74f164cef20c5448eb590aa09188d42d364","986986ed56b63d09610aafb09bf50a58a9c9550f7ec94cd55ceea4c04f85ccb3","f7e25000318225e6698c7b91a07c2e21e774ffeabcb5ade17747f54b3e6604c7","d89040637bfa2a493e4b3c0bb9d1647e2362b3b885d7e88d582bf301e16958c9","823497bdd2e2852b156209601cb17e4e0fcb9620648ece9a2fc995104977eb7b","543e07b7393e29ef7ef6473411e64bd5f9faa54de25c88ecd0f08af5db9931ba","439229aea833c815f6dc96528d69bf96de201f83e7080b0a5ca7e80ae4c0ef43","0647122fe60738630d882316562dcf35402eabca56e0650e09fb12ce9059342c","4b991e408fa76ff70e248035a3550939ba58f83f4e3c7d1deb13c256b8a713a3","0f513c065e22b75215129f877381949a59eb580c91575f9c355237b3b422fcce","73fc48b5b624679ac37876503701056517a60e9b77fcbefcac07fae4c6382dbd","78f06f4c616c2f5a20ea39f1240ae4db664e14a0ac5e1f43b8556b9f573f4760","73e1d2e660ec568c4e198fa0285dfb3222955db2a04dc65c4caf15fb2619b3cc","ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa","ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26","46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f","eb6047186816e492576fdf69c5eb57cf8e7731a3a57af5c0ade87ae98b65803e","84a55ba2bef5626d6e6c75f2df759d87c243336e31ec07119ba3e15407b02f3c","2b2fd5ec2b1bfcae5b8bb2e3beca738148916f00f9e04f1518bd64677ec20ddd","9a66ffddce05f206a51c97c01d79d33b2eb9fa782625599ca5f72c3cb78d3e8c","3e0c287e3ba63e0a8801c826250cf5fc204caa0334651eb09f8f1f405cb023a5","bf826138ef71d695a00a0c6aa49e4187c91cc4cd81c874a3c822504dcaaabe01","0e2ea2adfb3e1f0f22005204b3c691ae87f0bf1e6debe196b89e2ac514d778b5","e4bbad173da49f7698d7ad9bf71f313e2bdaad95e5c88d0a1702850466a7455b","d38eb5500b25b5993c6f43248e85053215a8d02eb79ec91cd117759055dd8d5b","8315e2aa27ea80e2a01536038f94a9741dc90dc4c74485d4475f4c41449e4ec8","6a82970842e44d2e0184dfd8198e3382234e2a44df7e5e92b5fa9547489111b3","de621d9dd33bb149edbba80abb9052ad838290de85cc7f8d90f84cd2a4bee636","ef6f73acc9f4eacde807b7070d69b63997a126a7076f6b851e2dee133ed5f41b","a384f5f692dccad4b1243127185670d14a21fb13050daeb040eec7ceeae78cb8","4925f6a45ee9909291cf4394a6173eb461316e8fb6d0d04a647141d3d88663a8","f78883c75b02259f203f6bcbb822cf18d67b8602d9acb34fdb900942862d801c","8bf7be6ceca6f6978e1096844e75280949454efce5d1579f148ae7de58c5efb0","a4534ed279b23a071f02bfd95a8f81a4b740ddc04c589b3ecc795532c4e83125","86f4f547b2d7ef15d2a979bb9ddeb59c15b20bcd9b4b3a5b5442d8e0c8a6de80","a81e8bced8b46a1306086f2ac812939da73b03faa89391ebc211b32a2fb42ef9","37f3a2c2452573c838c81a6e1a69b8e5bd3e6f105857e8c6ae31707c44a47963","a4ccec0297c3c5ce7ed65bc336741824df9be58786a428c23d3a356ef837b514","7694a9bb178a60e3315d9c7f0981fdf015b6c6459c91be085377b75274519f35","a26e4b8c10d25f35b573355da4e7d55a58d7f05abc9f815060b78e4877fb8cde","5e0d9f71cde396b912531d5079b75fabcde610f19bc0be969b59ae88d954815e","58372612629927f22a88ae8a0e596554956f6a7ec6829f69832fe55df8a15bad","5b3cd03ae354ea96eff1f74d7c410fe4852e6382227e8b0ecf87ab5e3a5bbcd4","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419",{"version":"e44ea2d6b7b853f6c81482416db43dafc11944561b810e469ae423085511ce7e","affectsGlobalScope":true},"f51b4042a3ac86f1f707500a9768f88d0b0c1fc3f3e45a73333283dea720cdc6",{"version":"27e6182a94e1e0b526d54bc7f222ea114327ec8a8e0b30666147390abe59f221","affectsGlobalScope":true},"45c831238c6dac21c72da5f335747736a56a3847192bf03c84b958a7e9ec93e2","132ca47da601c60141dd6f10bd08c70d0620177e5638439df2464ec3945b6d98",{"version":"8f387a4ea108cefa8842d015ca988cf11b9a240f0d3eee3cf15d95e7da83f0cd","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","648503b763db5c1fafd8e1fd28b8b2fc150573364f1df5e4cc7f980882ee0fa7","7a3a0899d386f209a6e8c649aa028df88c49753b990d0e0f4701137e7b05f5d3","7693b90b3075deaccafd5efb467bf9f2b747a3075be888652ef73e64396d8628","a9d543f20fbb7b7e3eb4cae702168c111495b8ccf0554b52423d9828a5618da8","562b73833a6056449ace10691103b3cba32d40731d43e5b78edb9072fda27d50","5f20d20b7607174caf1a6da9141aeb9f2142159ae2410ca30c7a0fccd1d19c99",{"version":"a0c0e3bf3e8dc9454cdca64c6234c1a698a4368f2a461a7153ce274db0e96ecc","affectsGlobalScope":true},"e4f38f155b8f55db7a7678fc4246d74872489424470a5b0d42d7db6de40b12ce","9bba37424094688c4663c177a1379b229f919b8912889a472f32fdc5f08ddb4d","ba52968b8c871f757d19aa879011749e022e2cbb9727623c6904aa8e2755b6df","1f972e38400a2a7e97b3627f4e52d36b7b8d3d62e16bd4c692d247c8683bae8b","bf268a0aea37ad4ae3b7a9b58559190b6fc01ea16a31e35cd05817a0a60f895a","f238f3c4409b45a3fda3de9723a7ff8ec62dfd7f47eb09e67cf0aa6bda78780d",{"version":"d7dad6db394a3d9f7b49755e4b610fbf8ed6eb0c9810ae5f1a119f6b5d76de45","affectsGlobalScope":true},"8058b50d648acc321cf77fedea9f56947441f9f1c2fcccdb7d841745fb7ecb54","bf755525c4e6f85a970b98c4755d98e8aa1b6dbd83a5d8fcc57d3d497351b936","dd67d2b5e4e8a182a38de8e69fb736945eaa4588e0909c14e01a14bd3cc1fd1e",{"version":"28084e15b63e6211769db2fe646d8bc5c4c6776321e0deffe2d12eefd52cb6b9","affectsGlobalScope":true},{"version":"2923dee3c897f03e91b54a210cdbefea7290562f0ac4b948667d4c9ee844b79e","affectsGlobalScope":true},"cc6ef5733d4ea6d2e06310a32dffd2c16418b467c5033d49cecc4f3a25de7497","94768454c3348b6ebe48e45fbad8c92e2bb7af4a35243edbe2b90823d0bd7f9a","0be79b3ff0f16b6c2f9bc8c4cc7097ea417d8d67f8267f7e1eec8e32b548c2ff","1c61ffa3a71b77363b30d19832c269ef62fba787f5610cac7254728d3b69ab2e","a234d62ae81d012ebf23898a45672edf3e5c93ecf5a438a42b96c08dd68cde43","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","6e191fea1db6e9e4fa828259cf489e820ec9170effff57fb081a2f3295db4722","09d801ff4a303d4976d4b9cb94af3a9097c4a70345e662d176975872d2998e51","c8558b01389b5f7610ac293aa612ccea2ae64d83af43b49f8142f190be1f414c","c40fdf7b2e18df49ce0568e37f0292c12807a0748be79e272745e7216bed2606",{"version":"e933de8143e1d12dd51d89b398760fd5a9081896be366dad88a922d0b29f3c69","affectsGlobalScope":true},"4e228e78c1e9b0a75c70588d59288f63a6258e8b1fe4a67b0c53fe03461421d9","0fe1cbee115a49de6e9a871528bfb36aebe9e686514d6040d66fc62d116b3527","205d50c24359ead003dc537b9b65d2a64208dfdffe368f403cf9e0357831db9e","1265fddcd0c68be9d2a3b29805d0280484c961264dd95e0b675f7bd91f777e78",{"version":"eba1e3d7c9bf7c9d9a23877e1e5d29b81063c217af79fd8671bb701dc5c66544","affectsGlobalScope":true},{"version":"d942354e4966a98d3a92d1b1af0b4ac06f33af3f88116743e2c304c027ca26ef","affectsGlobalScope":true},"39f0808e5be3cb38674726c21fe2eb453c55e48a901679b4ce30fef85549b892","1d65d4798df9c2df008884035c41d3e67731f29db5ecb64cd7378797c7c53a2f","1cab96b37d5614aa6f22874894170ffd7fe886a98887be74daad1f7ef2d95c5b","c6c01ea1c42508edf11a36d13b70f6e35774f74355ba5d358354d4a77cc67ea1","867f95abf1df444aab146b19847391fc2f922a55f6a970a27ed8226766cee29f",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"41e3968eb33a5bae4b9072ee87652289007d45190c1cb269985d4325a5b24da0",{"version":"3f6d6465811321abc30a1e5f667feed63e5b3917b3d6c8d6645daf96c75f97ba","affectsGlobalScope":true}],"root":[46,[103,112],[117,124],[126,131],[133,141]],"options":{"declaration":false,"declarationMap":false,"esModuleInterop":true,"inlineSources":true,"module":1,"noImplicitAny":false,"noUnusedLocals":true,"outDir":"./","rootDir":"../../src/test","sourceMap":true,"strict":false,"target":7},"fileIdsList":[[71,72,73,186],[70,74,186],[69,74,186],[186],[74,186],[70,74,75,76,77,78,80,81,186],[79,186],[74,75,76,186],[50,51,52,53,186],[50,186],[58,186],[57,58,59,60,186],[47,48,49,54,55,56,61,62,63,64,157,186],[66,67,68,83,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,186],[83,186],[65,84,186],[82,186],[85,186],[91,186],[99,186],[93,186],[84,186],[65,93,186],[83,85,186],[88,186],[86,186],[83,96,186],[83,93,186],[65,89,186],[65,87,186],[65,82,102,186],[65,102,186],[125,186],[65,102,132,186],[65,82,87,88,102,186],[65,82,94,95,97,102,186],[102,186],[82,102,186],[65,93,102,186],[65,82,92,102,103,104,105,106,107,186],[65,82,102,111,186],[116,186],[65,82,88,102,186],[142,186],[145,186],[146,151,177,186],[147,157,158,165,174,185,186],[147,148,157,165,186],[149,186],[150,151,158,166,186],[151,174,182,186],[152,154,157,165,186],[153,186],[154,155,186],[156,157,186],[145,157,186],[157,158,159,174,185,186],[157,158,159,174,186],[157,160,165,174,185,186],[157,158,160,161,165,174,182,185,186],[160,162,174,182,185,186],[142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192],[157,163,186],[164,185,186,190],[154,157,165,174,186],[166,186],[167,186],[145,168,186],[169,184,186,190],[170,186],[171,186],[157,172,186],[172,173,186,188],[146,157,174,175,176,186],[146,174,176,186],[174,175,186],[177,186],[178,186],[157,180,181,186],[180,181,186],[151,165,182,186],[183,186],[165,184,186],[146,160,171,185,186],[151,186],[174,186,187],[186,188],[186,189],[146,151,157,159,168,174,185,186,188,190],[174,186,191],[158,160,171,185,186],[113,114,186]],"referencedMap":[[74,1],[71,2],[70,3],[72,4],[73,5],[69,4],[75,4],[82,6],[76,4],[77,4],[78,4],[80,7],[81,8],[79,4],[47,4],[48,4],[49,4],[50,4],[51,4],[54,9],[52,4],[53,10],[55,4],[56,4],[57,4],[58,4],[59,11],[61,12],[60,4],[62,4],[63,4],[65,13],[64,4],[101,4],[102,14],[84,15],[89,16],[83,17],[86,18],[98,19],[100,20],[125,21],[85,22],[99,23],[87,24],[132,25],[88,26],[95,19],[97,27],[94,28],[90,24],[92,19],[91,29],[96,30],[93,15],[66,4],[67,4],[68,4],[46,4],[119,31],[120,31],[121,32],[122,31],[123,32],[124,31],[126,33],[127,31],[128,31],[129,31],[130,31],[131,31],[133,34],[134,35],[135,36],[136,37],[137,31],[138,31],[139,32],[140,38],[141,39],[108,40],[109,37],[110,37],[112,41],[117,42],[118,43],[106,4],[104,4],[105,4],[107,4],[103,4],[111,4],[194,4],[142,44],[143,44],[145,45],[146,46],[147,47],[148,48],[149,49],[150,50],[151,51],[152,52],[153,53],[154,54],[155,54],[156,55],[157,56],[158,57],[159,58],[144,4],[192,4],[160,59],[161,60],[162,61],[193,62],[163,63],[164,64],[165,65],[166,66],[167,67],[168,68],[169,69],[170,70],[171,71],[172,72],[173,73],[174,74],[176,75],[175,76],[177,77],[178,78],[179,4],[180,79],[181,80],[182,81],[183,82],[184,83],[185,84],[186,85],[187,86],[188,87],[189,88],[190,89],[191,90],[116,91],[113,4],[114,4],[115,92],[44,4],[45,4],[8,4],[9,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[4,4],[23,4],[20,4],[21,4],[22,4],[24,4],[25,4],[26,4],[5,4],[27,4],[28,4],[29,4],[30,4],[6,4],[34,4],[31,4],[32,4],[33,4],[35,4],[7,4],[36,4],[41,4],[42,4],[37,4],[38,4],[39,4],[40,4],[1,4],[43,4]],"exportedModulesMap":[[74,1],[71,2],[70,3],[72,4],[73,5],[69,4],[75,4],[82,6],[76,4],[77,4],[78,4],[80,7],[81,8],[79,4],[47,4],[48,4],[49,4],[50,4],[51,4],[54,9],[52,4],[53,10],[55,4],[56,4],[57,4],[58,4],[59,11],[61,12],[60,4],[62,4],[63,4],[65,13],[64,4],[101,4],[102,14],[84,15],[89,16],[83,17],[86,18],[98,19],[100,20],[125,21],[85,22],[99,23],[87,24],[132,25],[88,26],[95,19],[97,27],[94,28],[90,24],[92,19],[91,29],[96,30],[93,15],[66,4],[67,4],[68,4],[46,4],[119,31],[120,31],[121,32],[122,31],[123,32],[124,31],[126,33],[127,31],[128,31],[129,31],[130,31],[131,31],[133,34],[134,35],[135,36],[136,37],[137,31],[138,31],[139,32],[140,38],[141,39],[108,40],[109,37],[110,37],[112,41],[117,42],[118,43],[106,4],[104,4],[105,4],[107,4],[103,4],[111,4],[194,4],[142,44],[143,44],[145,45],[146,46],[147,47],[148,48],[149,49],[150,50],[151,51],[152,52],[153,53],[154,54],[155,54],[156,55],[157,56],[158,57],[159,58],[144,4],[192,4],[160,59],[161,60],[162,61],[193,62],[163,63],[164,64],[165,65],[166,66],[167,67],[168,68],[169,69],[170,70],[171,71],[172,72],[173,73],[174,74],[176,75],[175,76],[177,77],[178,78],[179,4],[180,79],[181,80],[182,81],[183,82],[184,83],[185,84],[186,85],[187,86],[188,87],[189,88],[190,89],[191,90],[116,91],[113,4],[114,4],[115,92],[44,4],[45,4],[8,4],[9,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[4,4],[23,4],[20,4],[21,4],[22,4],[24,4],[25,4],[26,4],[5,4],[27,4],[28,4],[29,4],[30,4],[6,4],[34,4],[31,4],[32,4],[33,4],[35,4],[7,4],[36,4],[41,4],[42,4],[37,4],[38,4],[39,4],[40,4],[1,4],[43,4]],"semanticDiagnosticsPerFile":[74,71,70,72,73,69,75,82,76,77,78,80,81,79,47,48,49,50,51,54,52,53,55,56,57,58,59,61,60,62,63,65,64,101,102,84,89,83,86,98,100,125,85,99,87,132,88,95,97,94,90,92,91,96,93,66,67,68,46,119,120,121,122,123,124,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,108,109,110,112,117,118,106,104,105,107,103,111,194,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,144,192,160,161,162,193,163,164,165,166,167,168,169,170,171,172,173,174,176,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,116,113,114,115,44,45,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,43]},"version":"5.1.6"}
1
+ {"program":{"fileNames":["../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../src/test/global.d.ts","../../../property-common/dist/chronometer.d.ts","../../../property-common/dist/consoleUtils.d.ts","../../../property-common/dist/constants.d.ts","../../../property-common/dist/datastructures/collection.d.ts","../../../property-common/dist/datastructures/dataArray.d.ts","../../../property-common/dist/datastructures/integer64.d.ts","../../../property-common/dist/datastructures/sortedCollection.d.ts","../../../property-common/dist/datastructures/index.d.ts","../../../property-common/dist/deferredPromise.d.ts","../../../property-common/dist/deterministicRandomGenerator.d.ts","../../../property-common/dist/error_objects/flaggedError.d.ts","../../../property-common/dist/error_objects/httpError.d.ts","../../../property-common/dist/error_objects/httpErrorNoStack.d.ts","../../../property-common/dist/error_objects/operationError.d.ts","../../../property-common/dist/error_objects/index.d.ts","../../../property-common/dist/guidUtils.d.ts","../../../property-common/dist/hashCalculator.d.ts","../../../property-common/dist/joinPaths.d.ts","../../../property-common/dist/index.d.ts","../propertyFactory.d.ts","../propertyTemplate.d.ts","../propertyUtils.d.ts","../../../property-changeset/dist/changeset_operations/operationTypes.d.ts","../../../property-changeset/dist/changeset_operations/arrayChangesetIterator.d.ts","../../../property-changeset/dist/changeset_operations/array.d.ts","../../../property-changeset/dist/changeset_operations/changesetConflictTypes.d.ts","../../../property-changeset/dist/changeset_operations/indexedCollection.d.ts","../../../property-changeset/dist/changeset.d.ts","../../../property-changeset/dist/helpers/typeidHelper.d.ts","../../../property-changeset/dist/pathHelper.d.ts","../../../property-changeset/dist/rebase.d.ts","../../../property-changeset/dist/templateSchema.d.ts","../../../property-changeset/dist/validationResultBuilder.d.ts","../../../property-changeset/dist/templateValidator.d.ts","../../../property-changeset/dist/utils.d.ts","../../../property-changeset/dist/index.d.ts","../properties/baseProperty.d.ts","../properties/abstractStaticCollectionProperty.d.ts","../properties/indexedCollectionBaseProperty.d.ts","../properties/containerProperty.d.ts","../properties/mapProperty.d.ts","../properties/nodeProperty.d.ts","../properties/arrayProperty.d.ts","../properties/setProperty.d.ts","../properties/valueArrayProperty.d.ts","../properties/stringProperty.d.ts","../properties/valueProperty.d.ts","../properties/referenceProperty.d.ts","../properties/referenceArrayProperty.d.ts","../properties/valueMapProperty.d.ts","../properties/referenceMapProperty.d.ts","../properties/enumArrayProperty.d.ts","../properties/intProperties.d.ts","../properties/enumProperty.d.ts","../enableValidations.d.ts","../index.d.ts","../../src/test/validation/goodPointId.js","../../src/test/validation/badPrimitiveTypeid.js","../../src/test/validation/goodColorId.js","../../src/test/validation/badMissingSemverInTypeid.js","../../src/test/validation/goodColorPalette.js","../../src/test/propertyFactory.spec.js","../../src/test/propertyTemplateWrapper.spec.js","../../src/test/propertyUtils.spec.js","../../src/test/validation/reversibleChangeSetTestData.js","../../src/test/reversibleChangeset.spec.js","../../../../../../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/nock@13.4.0/node_modules/nock/types/index.d.ts","../../src/test/setup.js","../../src/test/utils.spec.js","../../src/test/properties/arrayProperty.spec.js","../../src/test/properties/baseProperty.spec.js","../../src/test/properties/containerProperty.spec.js","../../src/test/properties/customArrayProperty.spec.js","../../src/test/properties/enumArrayProperty.spec.js","../../src/test/properties/enumProperty.spec.js","../properties/floatProperties.d.ts","../../src/test/properties/float32.spec.js","../../src/test/properties/int64ArrayProperty.spec.js","../../src/test/properties/int64MapProperty.spec.js","../../src/test/properties/int64Property.spec.js","../../src/test/properties/isLeafNode.spec.js","../../src/test/properties/mapProperty.spec.js","../properties/namedNodeProperty.d.ts","../../src/test/properties/namedNodeProperty.spec.js","../../src/test/properties/nodeProperty.spec.js","../../src/test/properties/referenceProperty.spec.js","../../src/test/properties/relationshipProperty.spec.js","../../src/test/properties/setProperty.spec.js","../../src/test/properties/stringProperty.spec.js","../../src/test/properties/uint64Property.spec.js","../../src/test/properties/valueMapProperty.spec.js","../../src/test/properties/valueProperty.spec.js","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/assert.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/assert/strict.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/globals.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/async_hooks.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/buffer.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/child_process.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/cluster.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/console.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/constants.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/crypto.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/dgram.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/diagnostics_channel.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/dns.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/dns/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/domain.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/events.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/fs.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/fs/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/http.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/http2.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/https.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/inspector.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/module.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/net.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/os.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/path.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/perf_hooks.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/process.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/punycode.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/querystring.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/readline.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/repl.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/stream.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/stream/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/stream/consumers.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/stream/web.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/string_decoder.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/test.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/timers.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/timers/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/tls.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/trace_events.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/tty.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/url.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/util.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/v8.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/vm.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/wasi.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/worker_threads.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/zlib.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/globals.global.d.ts","../../../../../../node_modules/.pnpm/@types+node@16.18.65/node_modules/@types/node/index.d.ts","../../../../../../node_modules/.pnpm/@types+mocha@9.1.1/node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"f59215c5f1d886b05395ee7aca73e0ac69ddfad2843aa88530e797879d511bad","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"3dda5344576193a4ae48b8d03f105c86f20b2f2aff0a1d1fd7935f5d68649654","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"9d9885c728913c1d16e0d2831b40341d6ad9a0ceecaabc55209b306ad9c736a5","affectsGlobalScope":true},{"version":"17bea081b9c0541f39dd1ae9bc8c78bdd561879a682e60e2f25f688c0ecab248","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"f06948deb2a51aae25184561c9640fb66afeddb34531a9212d011792b1d19e0a","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"3b71a95ae71d1005f34e4b88439dc62f2af9370d4caff4e3521bba5b7348df15","affectsGlobalScope":true},"5ae06f377b0b83db5a1b874964edbee89349ca8cc209e441453853db83996b54","a9ef47ce790d61058be519b195888d3d96663c0633b251f152d050df6aa5008b","3112eb26a50643fba9f67a04a3aa0cbc1a6e937bef0e5695f777f9acd03ab593","a33acd4634cd3ad2aeeb2333c9a96d4d1ff5f611dc365f57b7c0f41bd5fe44aa","ebd41802809b2ef42be12754e10ba34a2bbd8970312715085944edd34c29450e","252256fa2e954a2a41db5447aa11ed67dbec668edbdfd854cd10eaf83a4fc810","f07c758ad138309e628c5596c2be99b8427bbf1061cc29be9c3b24c8e7381464","437b66084d74fef1016d1ca75d60c27e787e6890490361c1c6af34c20da612df","cdce2e3d2232a16897065db6045cc912c44129307b58693c1eb50a0ce53f6784","73d681ce6c2d560ed98a80a5991e3110642857e9728a2740d40c2261347d1239","3d237422ddc611dc54b09f560115a94db5bdbcd893dfa1d1ad3cb4f7ea923265","dba97e819382aec39950b61da1a3edc11b7462a91d8b4011809a99ca2acd2f13","24cc1451f5c8df6759734cfd990cb49b40cf4f1b387961e96179ac406a9fd5a5","c17e7f6b7a2bb8f33f0300ac899fb02ee4aef6bf8498682f8047da7774115edf","fb24943a9919b0ba038a2fafbcaaad022fd31b2d9e261d5bc2452d83f6cdbbd6","e42e334b0e3222a3dce6da5bcffbce9627292d9e80e7c03721efd7461617a2ae","82b45e5996e1246d09b9d0439af8a3dc1ac5b7af0352ee748d15281fd4eef222","98c7f160839c2badf3ee243904e71f7529523beea7cc5be60444c83a0b06a728","3d165180de084699a3a54850faa5db6d64fbb7a025b67c31c7cdce6fdafa218e","5dc7cf2161877c6535aaf458d38db0bd023772647749cea00b31d42f829be3e2","a341e63fad1e5633ff8d8c3d7c88eb2f058c4a0bbb6de2cff75c1eb1798d059b","c2786e5958ed7ad2b988420bd525657948022ad0cf6b2b138d2e6f5a34defebc","808213e7e3c5d1e36072fca77c018a754a882c448bb58a1c40bf04334ae032c4","510b83d3818527cc9e1f23b0b043bd749d1d3a688249cf874cc06b20b674b7f8","efe8cfd6cc85e2f226b82c63174bac4951bb7ea0df04492902b63ad2c311bcbb","0aae832ccde937603fc48837170272233e79517413fa1e95f20e86691f005c0f","d492b05b32167c0f06e6b7beebd5d0481137a68af5e8a80b9a913d2bc50bb169","2caa7da0c3932b2855dd36586aabf9bf0fc913026b2848ca81981fe4f1d82311","c335ac4e4c47a28b077c7c03a02942d9f422accce4270ab722a92b4e6e16f489","10dea3b466f621f29f1ff5bae850b2a2ff0ca5faf9a2fef2e845c44a57cbd4e0","fbc8fb43a086455229aa0c8bb54731c60e04fc653dd71c65280c006bd373bc50","5af62a08978a6211dcf57f1f33e3fd37dfad2b44d5c1dc9ddf5633f5b2f34fe1","a394eea637f1e2dcc34d91da48dd00985abbc360cc74d0bf0aa4d94876089e7a","ecade64bb25b118bcadd6cb16cbf8a07be575e2243ae8172e59bcdeda6a0c51e","46a3f7da0878463045c7d54026b91bb736055e7cc9191e2268c3e1168928b448","1b2b101404327e4bc66cfda5f2d338b53a7d159d1dc564fced219ac240214158","bbed81300e2946cc36d1fc75f97fa6d7f9d80a6356fda24395ad0d54a4d815be","4d5cdfd89845a7515d0a53b9738cf963bb423825efd2fd7b817aef4c2b7899b3","5cc511109868740eac6f2270317641621ed185a59fd3fc6f2cd2e1ec3ef6015e","f386741248202fecc6eff583333fa4dc6e03c643c9ddbad40ffdb8d3272ab76e","c11475cae994b43a16d6d959d04bb175029d684d9df4cbba2ec6f994aeb2acd0","33d991e18bc448a1cce1b3ecc21eda9074d8be805aabe65eab42f5fe865bce5e","4452c96e3c4e2844a577680164157b6a3e3b8af30e61a723387f1511b86a04ac","b0dda89630f7be4be08d05efce6509f87ec064dec8cd9d51791647595b389e92","c660e3db078c3978c2240221a662872239a37d652f0808df181d3049c84d4c6f","79f5922266414bebbed8ddf0ea12a428f945b0b7aa510424efa174fbd70d58b4","bc4213004360a17cccdab237a7c94876e115e5104ce42a4e1f8bed4ad8e8c728","548ba81654777a0e8f18a0ee1585a37592194644295fd3afe6154637d99e555c","cd7cbb95965d39ad49cc3d7002e576af21c3d782a9e25b2c4b3b3e0bbb880e48","8eaa563156ded0fb3cfc88b6bf7c3ef122b5eb55a1599c57b037572588f7329a","16ea7a5e82b3d702c2b523384f1943225ec3e9a2878cad0526db10fc637814dd","9ca8d6e16fe5dc1fd0972720d95f39cccd5edddc08024fc391615c8f03d92575","51437cd3bd3103ab9d58626d13b3d1b320bfce17e6449eeed4f89c5f2ef2b591","5fc12107a94214c1a962047bc76b26dd9fb96aa1db155692e8196ef24983a244","2ee83bc5371fd1e571e905de36f1ac5f20e05f5969493540d9aadc781f8ccaaa","f7e25000318225e6698c7b91a07c2e21e774ffeabcb5ade17747f54b3e6604c7","d89040637bfa2a493e4b3c0bb9d1647e2362b3b885d7e88d582bf301e16958c9","823497bdd2e2852b156209601cb17e4e0fcb9620648ece9a2fc995104977eb7b","543e07b7393e29ef7ef6473411e64bd5f9faa54de25c88ecd0f08af5db9931ba","439229aea833c815f6dc96528d69bf96de201f83e7080b0a5ca7e80ae4c0ef43","0647122fe60738630d882316562dcf35402eabca56e0650e09fb12ce9059342c","4b991e408fa76ff70e248035a3550939ba58f83f4e3c7d1deb13c256b8a713a3","0f513c065e22b75215129f877381949a59eb580c91575f9c355237b3b422fcce","73fc48b5b624679ac37876503701056517a60e9b77fcbefcac07fae4c6382dbd","78f06f4c616c2f5a20ea39f1240ae4db664e14a0ac5e1f43b8556b9f573f4760","73e1d2e660ec568c4e198fa0285dfb3222955db2a04dc65c4caf15fb2619b3cc","ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa","ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26","46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f","eb6047186816e492576fdf69c5eb57cf8e7731a3a57af5c0ade87ae98b65803e","84a55ba2bef5626d6e6c75f2df759d87c243336e31ec07119ba3e15407b02f3c","2b2fd5ec2b1bfcae5b8bb2e3beca738148916f00f9e04f1518bd64677ec20ddd","9a66ffddce05f206a51c97c01d79d33b2eb9fa782625599ca5f72c3cb78d3e8c","3e0c287e3ba63e0a8801c826250cf5fc204caa0334651eb09f8f1f405cb023a5","bf826138ef71d695a00a0c6aa49e4187c91cc4cd81c874a3c822504dcaaabe01","0e2ea2adfb3e1f0f22005204b3c691ae87f0bf1e6debe196b89e2ac514d778b5","e4bbad173da49f7698d7ad9bf71f313e2bdaad95e5c88d0a1702850466a7455b","d38eb5500b25b5993c6f43248e85053215a8d02eb79ec91cd117759055dd8d5b","8315e2aa27ea80e2a01536038f94a9741dc90dc4c74485d4475f4c41449e4ec8","6a82970842e44d2e0184dfd8198e3382234e2a44df7e5e92b5fa9547489111b3","de621d9dd33bb149edbba80abb9052ad838290de85cc7f8d90f84cd2a4bee636","ef6f73acc9f4eacde807b7070d69b63997a126a7076f6b851e2dee133ed5f41b","a384f5f692dccad4b1243127185670d14a21fb13050daeb040eec7ceeae78cb8","4925f6a45ee9909291cf4394a6173eb461316e8fb6d0d04a647141d3d88663a8","f78883c75b02259f203f6bcbb822cf18d67b8602d9acb34fdb900942862d801c","8bf7be6ceca6f6978e1096844e75280949454efce5d1579f148ae7de58c5efb0","a4534ed279b23a071f02bfd95a8f81a4b740ddc04c589b3ecc795532c4e83125","86f4f547b2d7ef15d2a979bb9ddeb59c15b20bcd9b4b3a5b5442d8e0c8a6de80","a81e8bced8b46a1306086f2ac812939da73b03faa89391ebc211b32a2fb42ef9","37f3a2c2452573c838c81a6e1a69b8e5bd3e6f105857e8c6ae31707c44a47963","a4ccec0297c3c5ce7ed65bc336741824df9be58786a428c23d3a356ef837b514","7694a9bb178a60e3315d9c7f0981fdf015b6c6459c91be085377b75274519f35","a26e4b8c10d25f35b573355da4e7d55a58d7f05abc9f815060b78e4877fb8cde","5e0d9f71cde396b912531d5079b75fabcde610f19bc0be969b59ae88d954815e","58372612629927f22a88ae8a0e596554956f6a7ec6829f69832fe55df8a15bad","5b3cd03ae354ea96eff1f74d7c410fe4852e6382227e8b0ecf87ab5e3a5bbcd4","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419",{"version":"e44ea2d6b7b853f6c81482416db43dafc11944561b810e469ae423085511ce7e","affectsGlobalScope":true},"f51b4042a3ac86f1f707500a9768f88d0b0c1fc3f3e45a73333283dea720cdc6",{"version":"27e6182a94e1e0b526d54bc7f222ea114327ec8a8e0b30666147390abe59f221","affectsGlobalScope":true},"45c831238c6dac21c72da5f335747736a56a3847192bf03c84b958a7e9ec93e2","132ca47da601c60141dd6f10bd08c70d0620177e5638439df2464ec3945b6d98",{"version":"8f387a4ea108cefa8842d015ca988cf11b9a240f0d3eee3cf15d95e7da83f0cd","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","648503b763db5c1fafd8e1fd28b8b2fc150573364f1df5e4cc7f980882ee0fa7","7a3a0899d386f209a6e8c649aa028df88c49753b990d0e0f4701137e7b05f5d3","7693b90b3075deaccafd5efb467bf9f2b747a3075be888652ef73e64396d8628","a9d543f20fbb7b7e3eb4cae702168c111495b8ccf0554b52423d9828a5618da8","562b73833a6056449ace10691103b3cba32d40731d43e5b78edb9072fda27d50","5f20d20b7607174caf1a6da9141aeb9f2142159ae2410ca30c7a0fccd1d19c99",{"version":"a0c0e3bf3e8dc9454cdca64c6234c1a698a4368f2a461a7153ce274db0e96ecc","affectsGlobalScope":true},"e4f38f155b8f55db7a7678fc4246d74872489424470a5b0d42d7db6de40b12ce","9bba37424094688c4663c177a1379b229f919b8912889a472f32fdc5f08ddb4d","ba52968b8c871f757d19aa879011749e022e2cbb9727623c6904aa8e2755b6df","1f972e38400a2a7e97b3627f4e52d36b7b8d3d62e16bd4c692d247c8683bae8b","bf268a0aea37ad4ae3b7a9b58559190b6fc01ea16a31e35cd05817a0a60f895a","f238f3c4409b45a3fda3de9723a7ff8ec62dfd7f47eb09e67cf0aa6bda78780d",{"version":"d7dad6db394a3d9f7b49755e4b610fbf8ed6eb0c9810ae5f1a119f6b5d76de45","affectsGlobalScope":true},"8058b50d648acc321cf77fedea9f56947441f9f1c2fcccdb7d841745fb7ecb54","bf755525c4e6f85a970b98c4755d98e8aa1b6dbd83a5d8fcc57d3d497351b936","dd67d2b5e4e8a182a38de8e69fb736945eaa4588e0909c14e01a14bd3cc1fd1e",{"version":"28084e15b63e6211769db2fe646d8bc5c4c6776321e0deffe2d12eefd52cb6b9","affectsGlobalScope":true},{"version":"2923dee3c897f03e91b54a210cdbefea7290562f0ac4b948667d4c9ee844b79e","affectsGlobalScope":true},"cc6ef5733d4ea6d2e06310a32dffd2c16418b467c5033d49cecc4f3a25de7497","94768454c3348b6ebe48e45fbad8c92e2bb7af4a35243edbe2b90823d0bd7f9a","0be79b3ff0f16b6c2f9bc8c4cc7097ea417d8d67f8267f7e1eec8e32b548c2ff","1c61ffa3a71b77363b30d19832c269ef62fba787f5610cac7254728d3b69ab2e","a234d62ae81d012ebf23898a45672edf3e5c93ecf5a438a42b96c08dd68cde43","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","6e191fea1db6e9e4fa828259cf489e820ec9170effff57fb081a2f3295db4722","09d801ff4a303d4976d4b9cb94af3a9097c4a70345e662d176975872d2998e51","c8558b01389b5f7610ac293aa612ccea2ae64d83af43b49f8142f190be1f414c","c40fdf7b2e18df49ce0568e37f0292c12807a0748be79e272745e7216bed2606",{"version":"e933de8143e1d12dd51d89b398760fd5a9081896be366dad88a922d0b29f3c69","affectsGlobalScope":true},"4e228e78c1e9b0a75c70588d59288f63a6258e8b1fe4a67b0c53fe03461421d9","0fe1cbee115a49de6e9a871528bfb36aebe9e686514d6040d66fc62d116b3527","205d50c24359ead003dc537b9b65d2a64208dfdffe368f403cf9e0357831db9e","1265fddcd0c68be9d2a3b29805d0280484c961264dd95e0b675f7bd91f777e78",{"version":"eba1e3d7c9bf7c9d9a23877e1e5d29b81063c217af79fd8671bb701dc5c66544","affectsGlobalScope":true},{"version":"d942354e4966a98d3a92d1b1af0b4ac06f33af3f88116743e2c304c027ca26ef","affectsGlobalScope":true},"39f0808e5be3cb38674726c21fe2eb453c55e48a901679b4ce30fef85549b892","1d65d4798df9c2df008884035c41d3e67731f29db5ecb64cd7378797c7c53a2f","1cab96b37d5614aa6f22874894170ffd7fe886a98887be74daad1f7ef2d95c5b","c6c01ea1c42508edf11a36d13b70f6e35774f74355ba5d358354d4a77cc67ea1","867f95abf1df444aab146b19847391fc2f922a55f6a970a27ed8226766cee29f",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"41e3968eb33a5bae4b9072ee87652289007d45190c1cb269985d4325a5b24da0",{"version":"3f6d6465811321abc30a1e5f667feed63e5b3917b3d6c8d6645daf96c75f97ba","affectsGlobalScope":true}],"root":[46,[103,112],[117,124],[126,131],[133,141]],"options":{"declaration":false,"declarationMap":false,"esModuleInterop":true,"inlineSources":true,"module":1,"noImplicitAny":false,"noUnusedLocals":true,"outDir":"./","rootDir":"../../src/test","sourceMap":true,"strict":false,"target":7},"fileIdsList":[[71,72,73,186],[70,74,186],[69,74,186],[186],[74,186],[70,74,75,76,77,78,80,81,186],[79,186],[74,75,76,186],[50,51,52,53,186],[50,186],[58,186],[57,58,59,60,186],[47,48,49,54,55,56,61,62,63,64,157,186],[66,67,68,83,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,186],[83,186],[65,84,186],[82,186],[85,186],[91,186],[99,186],[93,186],[84,186],[65,93,186],[83,85,186],[88,186],[86,186],[83,96,186],[83,93,186],[65,89,186],[65,87,186],[65,82,102,186],[65,102,186],[125,186],[65,102,132,186],[65,82,87,88,102,186],[65,82,94,95,97,102,186],[102,186],[82,102,186],[65,93,102,186],[65,82,92,102,103,104,105,106,107,186],[65,82,102,111,186],[116,186],[65,82,88,102,186],[142,186],[145,186],[146,151,177,186],[147,157,158,165,174,185,186],[147,148,157,165,186],[149,186],[150,151,158,166,186],[151,174,182,186],[152,154,157,165,186],[153,186],[154,155,186],[156,157,186],[145,157,186],[157,158,159,174,185,186],[157,158,159,174,186],[157,160,165,174,185,186],[157,158,160,161,165,174,182,185,186],[160,162,174,182,185,186],[142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192],[157,163,186],[164,185,186,190],[154,157,165,174,186],[166,186],[167,186],[145,168,186],[169,184,186,190],[170,186],[171,186],[157,172,186],[172,173,186,188],[146,157,174,175,176,186],[146,174,176,186],[174,175,186],[177,186],[178,186],[157,180,181,186],[180,181,186],[151,165,182,186],[183,186],[165,184,186],[146,160,171,185,186],[151,186],[174,186,187],[186,188],[186,189],[146,151,157,159,168,174,185,186,188,190],[174,186,191],[158,160,171,185,186],[113,114,186]],"referencedMap":[[74,1],[71,2],[70,3],[72,4],[73,5],[69,4],[75,4],[82,6],[76,4],[77,4],[78,4],[80,7],[81,8],[79,4],[47,4],[48,4],[49,4],[50,4],[51,4],[54,9],[52,4],[53,10],[55,4],[56,4],[57,4],[58,4],[59,11],[61,12],[60,4],[62,4],[63,4],[65,13],[64,4],[101,4],[102,14],[84,15],[89,16],[83,17],[86,18],[98,19],[100,20],[125,21],[85,22],[99,23],[87,24],[132,25],[88,26],[95,19],[97,27],[94,28],[90,24],[92,19],[91,29],[96,30],[93,15],[66,4],[67,4],[68,4],[46,4],[119,31],[120,31],[121,32],[122,31],[123,32],[124,31],[126,33],[127,31],[128,31],[129,31],[130,31],[131,31],[133,34],[134,35],[135,36],[136,37],[137,31],[138,31],[139,32],[140,38],[141,39],[108,40],[109,37],[110,37],[112,41],[117,42],[118,43],[106,4],[104,4],[105,4],[107,4],[103,4],[111,4],[194,4],[142,44],[143,44],[145,45],[146,46],[147,47],[148,48],[149,49],[150,50],[151,51],[152,52],[153,53],[154,54],[155,54],[156,55],[157,56],[158,57],[159,58],[144,4],[192,4],[160,59],[161,60],[162,61],[193,62],[163,63],[164,64],[165,65],[166,66],[167,67],[168,68],[169,69],[170,70],[171,71],[172,72],[173,73],[174,74],[176,75],[175,76],[177,77],[178,78],[179,4],[180,79],[181,80],[182,81],[183,82],[184,83],[185,84],[186,85],[187,86],[188,87],[189,88],[190,89],[191,90],[116,91],[113,4],[114,4],[115,92],[44,4],[45,4],[8,4],[9,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[4,4],[23,4],[20,4],[21,4],[22,4],[24,4],[25,4],[26,4],[5,4],[27,4],[28,4],[29,4],[30,4],[6,4],[34,4],[31,4],[32,4],[33,4],[35,4],[7,4],[36,4],[41,4],[42,4],[37,4],[38,4],[39,4],[40,4],[1,4],[43,4]],"exportedModulesMap":[[74,1],[71,2],[70,3],[72,4],[73,5],[69,4],[75,4],[82,6],[76,4],[77,4],[78,4],[80,7],[81,8],[79,4],[47,4],[48,4],[49,4],[50,4],[51,4],[54,9],[52,4],[53,10],[55,4],[56,4],[57,4],[58,4],[59,11],[61,12],[60,4],[62,4],[63,4],[65,13],[64,4],[101,4],[102,14],[84,15],[89,16],[83,17],[86,18],[98,19],[100,20],[125,21],[85,22],[99,23],[87,24],[132,25],[88,26],[95,19],[97,27],[94,28],[90,24],[92,19],[91,29],[96,30],[93,15],[66,4],[67,4],[68,4],[46,4],[119,31],[120,31],[121,32],[122,31],[123,32],[124,31],[126,33],[127,31],[128,31],[129,31],[130,31],[131,31],[133,34],[134,35],[135,36],[136,37],[137,31],[138,31],[139,32],[140,38],[141,39],[108,40],[109,37],[110,37],[112,41],[117,42],[118,43],[106,4],[104,4],[105,4],[107,4],[103,4],[111,4],[194,4],[142,44],[143,44],[145,45],[146,46],[147,47],[148,48],[149,49],[150,50],[151,51],[152,52],[153,53],[154,54],[155,54],[156,55],[157,56],[158,57],[159,58],[144,4],[192,4],[160,59],[161,60],[162,61],[193,62],[163,63],[164,64],[165,65],[166,66],[167,67],[168,68],[169,69],[170,70],[171,71],[172,72],[173,73],[174,74],[176,75],[175,76],[177,77],[178,78],[179,4],[180,79],[181,80],[182,81],[183,82],[184,83],[185,84],[186,85],[187,86],[188,87],[189,88],[190,89],[191,90],[116,91],[113,4],[114,4],[115,92],[44,4],[45,4],[8,4],[9,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[4,4],[23,4],[20,4],[21,4],[22,4],[24,4],[25,4],[26,4],[5,4],[27,4],[28,4],[29,4],[30,4],[6,4],[34,4],[31,4],[32,4],[33,4],[35,4],[7,4],[36,4],[41,4],[42,4],[37,4],[38,4],[39,4],[40,4],[1,4],[43,4]],"semanticDiagnosticsPerFile":[74,71,70,72,73,69,75,82,76,77,78,80,81,79,47,48,49,50,51,54,52,53,55,56,57,58,59,61,60,62,63,65,64,101,102,84,89,83,86,98,100,125,85,99,87,132,88,95,97,94,90,92,91,96,93,66,67,68,46,119,120,121,122,123,124,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,108,109,110,112,117,118,106,104,105,107,103,111,194,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,144,192,160,161,162,193,163,164,165,166,167,168,169,170,171,172,173,174,176,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,116,113,114,115,44,45,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,43]},"version":"5.1.6"}
@@ -10,6 +10,7 @@ export declare let validationsEnabled: {
10
10
  * the tree, etc...)
11
11
  *
12
12
  * @param enabled - Are the validations enabled?
13
+ * @internal
13
14
  */
14
15
  export declare function enableValidations(enabled: boolean): void;
15
16
  //# sourceMappingURL=enableValidations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"enableValidations.d.ts","sourceRoot":"","sources":["../src/enableValidations.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,IAAI,kBAAkB;;CAE5B,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,OAAO,QAEjD"}
1
+ {"version":3,"file":"enableValidations.d.ts","sourceRoot":"","sources":["../src/enableValidations.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,IAAI,kBAAkB;;CAE5B,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,OAAO,QAEjD"}
@@ -10,6 +10,7 @@ export let validationsEnabled = {
10
10
  * the tree, etc...)
11
11
  *
12
12
  * @param enabled - Are the validations enabled?
13
+ * @internal
13
14
  */
14
15
  export function enableValidations(enabled) {
15
16
  validationsEnabled.enabled = enabled;
@@ -1 +1 @@
1
- {"version":3,"file":"enableValidations.js","sourceRoot":"","sources":["../src/enableValidations.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,IAAI,kBAAkB,GAAG;IAC/B,OAAO,EAAE,IAAI;CACb,CAAC;AAEF;;;;;GAKG;AACH,MAAM,UAAU,iBAAiB,CAAC,OAAgB;IACjD,kBAAkB,CAAC,OAAO,GAAG,OAAO,CAAC;AACtC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport let validationsEnabled = {\n\tenabled: true,\n};\n\n/**\n * Switch off validation to increase performance (but you risk modifying read only properties, creating cycles in\n * the tree, etc...)\n *\n * @param enabled - Are the validations enabled?\n */\nexport function enableValidations(enabled: boolean) {\n\tvalidationsEnabled.enabled = enabled;\n}\n"]}
1
+ {"version":3,"file":"enableValidations.js","sourceRoot":"","sources":["../src/enableValidations.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,IAAI,kBAAkB,GAAG;IAC/B,OAAO,EAAE,IAAI;CACb,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,UAAU,iBAAiB,CAAC,OAAgB;IACjD,kBAAkB,CAAC,OAAO,GAAG,OAAO,CAAC;AACtC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport let validationsEnabled = {\n\tenabled: true,\n};\n\n/**\n * Switch off validation to increase performance (but you risk modifying read only properties, creating cycles in\n * the tree, etc...)\n *\n * @param enabled - Are the validations enabled?\n * @internal\n */\nexport function enableValidations(enabled: boolean) {\n\tvalidationsEnabled.enabled = enabled;\n}\n"]}
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export class ArrayProperty extends AbstractStaticCollectionProperty {
2
5
  /**
3
6
  * Default constructor for ArrayProperty
@@ -1 +1 @@
1
- {"version":3,"file":"arrayProperty.d.ts","sourceRoot":"","sources":["../../src/properties/arrayProperty.js"],"names":[],"mappings":"AAqJA;IACC;;;;;;OAMG;IACH,wBAaC;IARA,YAAuB;IAItB,eAAsB;IA0DxB;;;;;;;;;OASG;IACH,oBAPW,MAAM,uBAShB;IAaD;;;;;;;OAOG;IACH,sBAFY,MAAM,CASjB;IAED;;OAEG;IACH,gCAEC;IAED;;;;;;;;;OASG;IACH,yBAFY,MAAM,CASjB;IAED;;;;;;;;;OASG;IACH,oBANW,MAAM,YAUhB;IAED;;;;OAIG;IACH,gBAUC;IAED;;;OAGG;IACH,SAFY,cAAU,CAYrB;IAED;;OAEG;IACH,eAEC;IAED;;;;;;;OAOG;IACH,iBALW,MAAM,uBAUhB;IAED;;;;;;;;;;;;OAYG;IACH,yCAPW,QAAQ,MAAM,YACd,OAAO,cACP,OAAO,QA0CjB;IAED;;;;OAIG;IACH,8BAFW,QAAQ,MAAM,QAyCxB;IAED;;;;;;;;;OASG;IACH,qBAHW,QAAQ,MAAM,QAYxB;IAED;;OAEG;IACH,cAIC;IAED;;;;;OAKG;IACH,sBALY,UAAQ,SAAS,CAO5B;IAED;;;;;;OAMG;IACH,uBAgBC;IAED;;;OAGG;IACH,+BAEC;IAED;;;OAGG;IACH,6BAEC;IAED;;;;;;;OAOG;IACH,kDAkCC;IAED;;;OAGG;IACH,uCAkBC;IAED;;;OAGG;IACH,yBAMC;IAED;;;;;;;;;;;OAWG;IACH,uBARW,MAAM,YACN,UAAQ,QAsBlB;IAED;;;;;;;;OAQG;IACH,oCAqCC;IAED;;;;;;;;;;;;OAYG;IACH,uBATW,MAAM,kBACN,MAAM,GAKL,QAAQ,MAAM,CA4BzB;IAED;;;;;;OAMG;IACH,oBAYC;IAED;;;;;;OAMG;IACH,oCAQC;IAED;;;;;;;;OAQG;IACH,oBALW,MAAM,uBA2BhB;IAED;;;;;;OAMG;IACH,oCAHW,MAAM,YACN,UAAQ,QAIlB;IAED;;;;;;OAMG;IACH,uCAHW,MAAM,YACN,UAAQ,QAmClB;IAuBD;;;;;;;;;;;;;;OAcG;IACH,iBAbW,MAAM,GAAG,MAAM,MAAM,GAAG,MAAM,CAAC,oBAU9B,cAAY,CAyEvB;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,mBAQC;IAED;;OAEG;IACH,oBAEC;IAED;;OAEG;IACH,+DAsHC;IAED;;OAEG;IACH,2EAOC;IA6BD;;;;;OAKG;IACH,wCAQC;IAED;;;;;;;;;OASG;IACH,wEALW,OAAO,YAuLjB;IAED;;;;;;;OAOG;IACH,8CAEC;IAED;;;;;;;OAOG;IACH,uCAGC;IAED;;;;;;;OAOG;IACH,kCAFY,eAAc,CAezB;IAED;;;;;;;OAOG;IACH,gDAEC;IAED;;;;;OAKG;IACH,gFAHW,MAAM,uBACN,OAAO,OAuHjB;IAED;;;;MAyIC;IAqFD;;;;;;OAMG;IACH,qBAJW,MAAM,cACN,MAAM,4BAoBhB;IAED;;;;;OAKG;IACH,6BAHW,MAAM,4BAWhB;IAED;;;;OAIG;IACH,qBAHY,MAAM,CA0BjB;IAcD;;;OAGG;IACH,0CAcC;IAXA,kCAAsD;IAavD;;;OAGG;IACH,8BAEC;IAED;;;OAGG;IACH,6BAEC;IAED;;;;;OAKG;IACH,0CAEC;IAED;;;;OAIG;IACH,0DAEC;IAED;;;OAGG;IACH,mCAFW,QAAQ,MAAM,QAIxB;IAED;;;;OAIG;IACH,qDAFW,QAAQ,MAAM,QAIxB;IAED;;;;OAIG;IACH,oEAEC;IAED;;;;OAIG;IACH,kDAFW,QAAQ,MAAM,QAIxB;IAqBD,wBAEC;IARD;;OAEG;IACH,qBAEC;CAID"}
1
+ {"version":3,"file":"arrayProperty.d.ts","sourceRoot":"","sources":["../../src/properties/arrayProperty.js"],"names":[],"mappings":"AAqJA;;GAEG;AACH;IACC;;;;;;OAMG;IACH,wBAaC;IARA,YAAuB;IAItB,eAAsB;IA0DxB;;;;;;;;;OASG;IACH,oBAPW,MAAM,uBAShB;IAaD;;;;;;;OAOG;IACH,sBAFY,MAAM,CASjB;IAED;;OAEG;IACH,gCAEC;IAED;;;;;;;;;OASG;IACH,yBAFY,MAAM,CASjB;IAED;;;;;;;;;OASG;IACH,oBANW,MAAM,YAUhB;IAED;;;;OAIG;IACH,gBAUC;IAED;;;OAGG;IACH,SAFY,cAAU,CAYrB;IAED;;OAEG;IACH,eAEC;IAED;;;;;;;OAOG;IACH,iBALW,MAAM,uBAUhB;IAED;;;;;;;;;;;;OAYG;IACH,yCAPW,QAAQ,MAAM,YACd,OAAO,cACP,OAAO,QA0CjB;IAED;;;;OAIG;IACH,8BAFW,QAAQ,MAAM,QAyCxB;IAED;;;;;;;;;OASG;IACH,qBAHW,QAAQ,MAAM,QAYxB;IAED;;OAEG;IACH,cAIC;IAED;;;;;OAKG;IACH,sBALY,UAAQ,SAAS,CAO5B;IAED;;;;;;OAMG;IACH,uBAgBC;IAED;;;OAGG;IACH,+BAEC;IAED;;;OAGG;IACH,6BAEC;IAED;;;;;;;OAOG;IACH,kDAkCC;IAED;;;OAGG;IACH,uCAkBC;IAED;;;OAGG;IACH,yBAMC;IAED;;;;;;;;;;;OAWG;IACH,uBARW,MAAM,YACN,UAAQ,QAsBlB;IAED;;;;;;;;OAQG;IACH,oCAqCC;IAED;;;;;;;;;;;;OAYG;IACH,uBATW,MAAM,kBACN,MAAM,GAKL,QAAQ,MAAM,CA4BzB;IAED;;;;;;OAMG;IACH,oBAYC;IAED;;;;;;OAMG;IACH,oCAQC;IAED;;;;;;;;OAQG;IACH,oBALW,MAAM,uBA2BhB;IAED;;;;;;OAMG;IACH,oCAHW,MAAM,YACN,UAAQ,QAIlB;IAED;;;;;;OAMG;IACH,uCAHW,MAAM,YACN,UAAQ,QAmClB;IAuBD;;;;;;;;;;;;;;OAcG;IACH,iBAbW,MAAM,GAAG,MAAM,MAAM,GAAG,MAAM,CAAC,oBAU9B,cAAY,CAyEvB;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,mBAQC;IAED;;OAEG;IACH,oBAEC;IAED;;OAEG;IACH,+DAsHC;IAED;;OAEG;IACH,2EAOC;IA6BD;;;;;OAKG;IACH,wCAQC;IAED;;;;;;;;;OASG;IACH,wEALW,OAAO,YAuLjB;IAED;;;;;;;OAOG;IACH,8CAEC;IAED;;;;;;;OAOG;IACH,uCAGC;IAED;;;;;;;OAOG;IACH,kCAFY,eAAc,CAezB;IAED;;;;;;;OAOG;IACH,gDAEC;IAED;;;;;OAKG;IACH,gFAHW,MAAM,uBACN,OAAO,OAuHjB;IAED;;;;MAyIC;IAqFD;;;;;;OAMG;IACH,qBAJW,MAAM,cACN,MAAM,4BAoBhB;IAED;;;;;OAKG;IACH,6BAHW,MAAM,4BAWhB;IAED;;;;OAIG;IACH,qBAHY,MAAM,CA0BjB;IAcD;;;OAGG;IACH,0CAcC;IAXA,kCAAsD;IAavD;;;OAGG;IACH,8BAEC;IAED;;;OAGG;IACH,6BAEC;IAED;;;;;OAKG;IACH,0CAEC;IAED;;;;OAIG;IACH,0DAEC;IAED;;;OAGG;IACH,mCAFW,QAAQ,MAAM,QAIxB;IAED;;;;OAIG;IACH,qDAFW,QAAQ,MAAM,QAIxB;IAED;;;;OAIG;IACH,oEAEC;IAED;;;;OAIG;IACH,kDAFW,QAAQ,MAAM,QAIxB;IAqBD,wBAEC;IARD;;OAEG;IACH,qBAEC;CAID"}
@@ -117,6 +117,9 @@ var _getLongestIncreasingSubsequenceSegments = function (in_segmentStarts, in_se
117
117
  }
118
118
  return longestSequence;
119
119
  };
120
+ /**
121
+ * @internal
122
+ */
120
123
  export class ArrayProperty extends AbstractStaticCollectionProperty {
121
124
  /**
122
125
  * Default constructor for ArrayProperty