@memlab/core 1.1.39 → 1.1.41

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 (169) hide show
  1. package/dist/__tests__/lib/TestUtils.d.ts +1 -1
  2. package/dist/__tests__/lib/TestUtils.js +4 -5
  3. package/dist/__tests__/parser/HeapParser.test.d.ts +1 -1
  4. package/dist/__tests__/parser/HeapParser.test.js +1 -1
  5. package/dist/__tests__/parser/NodeHeap.test.d.ts +1 -1
  6. package/dist/__tests__/parser/NodeHeap.test.js +1 -1
  7. package/dist/__tests__/parser/StringNode.test.d.ts +1 -1
  8. package/dist/__tests__/parser/StringNode.test.js +1 -1
  9. package/dist/__tests__/parser/traverse/HeapNodeTraverse.test.d.ts +1 -1
  10. package/dist/__tests__/parser/traverse/HeapNodeTraverse.test.js +1 -1
  11. package/dist/__tests__/utils/utils.test.d.ts +1 -1
  12. package/dist/__tests__/utils/utils.test.js +1 -1
  13. package/dist/index.d.ts +1 -1
  14. package/dist/index.js +3 -3
  15. package/dist/lib/BaseOption.d.ts +1 -1
  16. package/dist/lib/BaseOption.js +1 -1
  17. package/dist/lib/BrowserInfo.d.ts +1 -1
  18. package/dist/lib/BrowserInfo.js +1 -1
  19. package/dist/lib/Config.d.ts +4 -1
  20. package/dist/lib/Config.d.ts.map +1 -1
  21. package/dist/lib/Config.js +29 -11
  22. package/dist/lib/Console.d.ts +1 -1
  23. package/dist/lib/Console.js +1 -1
  24. package/dist/lib/Constant.d.ts +1 -1
  25. package/dist/lib/Constant.js +1 -1
  26. package/dist/lib/FileManager.d.ts +1 -1
  27. package/dist/lib/FileManager.d.ts.map +1 -1
  28. package/dist/lib/FileManager.js +3 -3
  29. package/dist/lib/HeapAnalyzer.d.ts +1 -1
  30. package/dist/lib/HeapAnalyzer.js +9 -9
  31. package/dist/lib/HeapParser.d.ts +1 -1
  32. package/dist/lib/HeapParser.js +7 -7
  33. package/dist/lib/InternalValueSetter.d.ts +1 -1
  34. package/dist/lib/InternalValueSetter.js +3 -3
  35. package/dist/lib/NodeHeap.d.ts +1 -1
  36. package/dist/lib/NodeHeap.js +5 -6
  37. package/dist/lib/PackageInfoLoader.js +1 -1
  38. package/dist/lib/ProcessManager.d.ts +1 -1
  39. package/dist/lib/ProcessManager.js +1 -1
  40. package/dist/lib/RunInfoUtils.d.ts +1 -1
  41. package/dist/lib/SerializationHelper.d.ts +1 -1
  42. package/dist/lib/SerializationHelper.js +1 -1
  43. package/dist/lib/Serializer.d.ts +1 -1
  44. package/dist/lib/Serializer.d.ts.map +1 -1
  45. package/dist/lib/Serializer.js +28 -10
  46. package/dist/lib/StringLoader.d.ts +1 -2
  47. package/dist/lib/StringLoader.d.ts.map +1 -1
  48. package/dist/lib/StringLoader.js +1 -1
  49. package/dist/lib/TraceSampler.d.ts +1 -1
  50. package/dist/lib/TraceSampler.js +1 -1
  51. package/dist/lib/Types.d.ts +1 -1
  52. package/dist/lib/Types.js +1 -1
  53. package/dist/lib/Utils.d.ts +1 -1
  54. package/dist/lib/Utils.js +24 -15
  55. package/dist/lib/charts/MemoryBarChart.d.ts +1 -1
  56. package/dist/lib/charts/MemoryBarChart.js +1 -1
  57. package/dist/lib/heap-data/HeapEdge.d.ts +1 -1
  58. package/dist/lib/heap-data/HeapEdge.js +1 -1
  59. package/dist/lib/heap-data/HeapLocation.d.ts +1 -1
  60. package/dist/lib/heap-data/HeapLocation.js +1 -1
  61. package/dist/lib/heap-data/HeapNode.d.ts +1 -1
  62. package/dist/lib/heap-data/HeapNode.js +2 -3
  63. package/dist/lib/heap-data/HeapSnapshot.d.ts +1 -1
  64. package/dist/lib/heap-data/HeapSnapshot.js +1 -1
  65. package/dist/lib/heap-data/HeapStringNode.d.ts +1 -1
  66. package/dist/lib/heap-data/HeapStringNode.js +1 -1
  67. package/dist/lib/heap-data/HeapUtils.d.ts +1 -1
  68. package/dist/lib/heap-data/HeapUtils.js +3 -3
  69. package/dist/lib/heap-data/MemLabTagStore.d.ts +1 -1
  70. package/dist/lib/heap-data/MemLabTagStore.js +1 -1
  71. package/dist/lib/heap-data/utils/NumericDictionary.d.ts +1 -1
  72. package/dist/lib/heap-data/utils/NumericDictionary.js +1 -1
  73. package/dist/lib/leak-filters/BaseLeakFilter.rule.d.ts +1 -1
  74. package/dist/lib/leak-filters/BaseLeakFilter.rule.js +2 -2
  75. package/dist/lib/leak-filters/LeakFilterRuleList.d.ts +1 -1
  76. package/dist/lib/leak-filters/LeakFilterRuleList.js +1 -1
  77. package/dist/lib/leak-filters/LeakObjectFilter.d.ts +1 -1
  78. package/dist/lib/leak-filters/LeakObjectFilter.js +1 -1
  79. package/dist/lib/leak-filters/rules/FilterByExternalFilter.rule.d.ts +1 -1
  80. package/dist/lib/leak-filters/rules/FilterByExternalFilter.rule.js +1 -1
  81. package/dist/lib/leak-filters/rules/FilterDetachedDOMElement.rule.d.ts +1 -1
  82. package/dist/lib/leak-filters/rules/FilterDetachedDOMElement.rule.js +1 -1
  83. package/dist/lib/leak-filters/rules/FilterHermesNode.rule.d.ts +1 -1
  84. package/dist/lib/leak-filters/rules/FilterHermesNode.rule.js +1 -1
  85. package/dist/lib/leak-filters/rules/FilterOverSizedNodeAsLeak.rule.d.ts +1 -1
  86. package/dist/lib/leak-filters/rules/FilterOverSizedNodeAsLeak.rule.js +1 -1
  87. package/dist/lib/leak-filters/rules/FilterStackTraceFrame.rule.d.ts +1 -1
  88. package/dist/lib/leak-filters/rules/FilterStackTraceFrame.rule.js +1 -1
  89. package/dist/lib/leak-filters/rules/FilterTrivialNode.rule.d.ts +1 -1
  90. package/dist/lib/leak-filters/rules/FilterTrivialNode.rule.js +1 -1
  91. package/dist/lib/leak-filters/rules/FilterUnmountedFiberNode.rule.d.ts +1 -1
  92. package/dist/lib/leak-filters/rules/FilterUnmountedFiberNode.rule.js +1 -1
  93. package/dist/lib/leak-filters/rules/FilterUserTaggedLeaks.rule.d.ts +1 -1
  94. package/dist/lib/leak-filters/rules/FilterUserTaggedLeaks.rule.js +1 -1
  95. package/dist/lib/leak-filters/rules/FilterXMLHTTPRequest.rule.d.ts +1 -1
  96. package/dist/lib/leak-filters/rules/FilterXMLHTTPRequest.rule.js +1 -1
  97. package/dist/lib/trace-filters/BaseTraceFilter.rule.d.ts +1 -1
  98. package/dist/lib/trace-filters/BaseTraceFilter.rule.js +2 -2
  99. package/dist/lib/trace-filters/LeakTraceFilter.d.ts +1 -1
  100. package/dist/lib/trace-filters/LeakTraceFilter.js +1 -1
  101. package/dist/lib/trace-filters/TraceFilterRuleList.d.ts +1 -1
  102. package/dist/lib/trace-filters/TraceFilterRuleList.js +1 -1
  103. package/dist/lib/trace-filters/rules/FilterAttachedDOMToDetachedDOMTrace.rule.d.ts +1 -1
  104. package/dist/lib/trace-filters/rules/FilterAttachedDOMToDetachedDOMTrace.rule.js +1 -1
  105. package/dist/lib/trace-filters/rules/FilterCppRootsToDetachedDOMTrace.rule.d.ts +1 -1
  106. package/dist/lib/trace-filters/rules/FilterCppRootsToDetachedDOMTrace.rule.js +1 -1
  107. package/dist/lib/trace-filters/rules/FilterDOMNodeChainTrace.rule.d.ts +1 -1
  108. package/dist/lib/trace-filters/rules/FilterDOMNodeChainTrace.rule.js +1 -1
  109. package/dist/lib/trace-filters/rules/FilterHermesTrace.rule.d.ts +1 -1
  110. package/dist/lib/trace-filters/rules/FilterHermesTrace.rule.js +1 -1
  111. package/dist/lib/trace-filters/rules/FilterInternalNodeTrace.rule.d.ts +1 -1
  112. package/dist/lib/trace-filters/rules/FilterInternalNodeTrace.rule.js +1 -1
  113. package/dist/lib/trace-filters/rules/FilterPendingActivitiesTrace.rule.d.ts +1 -1
  114. package/dist/lib/trace-filters/rules/FilterPendingActivitiesTrace.rule.js +1 -1
  115. package/dist/lib/trace-filters/rules/FilterShadowRootTrace.rule.d.ts +1 -1
  116. package/dist/lib/trace-filters/rules/FilterShadowRootTrace.rule.js +1 -1
  117. package/dist/lib/trace-filters/rules/FilterStyleEngineTrace.rule.d.ts +1 -1
  118. package/dist/lib/trace-filters/rules/FilterStyleEngineTrace.rule.js +1 -1
  119. package/dist/logger/LeakClusterLogger.d.ts +1 -1
  120. package/dist/logger/LeakClusterLogger.js +3 -3
  121. package/dist/logger/LeakTraceDetailsLogger.d.ts +1 -1
  122. package/dist/logger/LeakTraceDetailsLogger.js +1 -1
  123. package/dist/modes/BaseMode.d.ts +1 -1
  124. package/dist/modes/BaseMode.js +1 -1
  125. package/dist/modes/InteractionTestMode.d.ts +1 -1
  126. package/dist/modes/InteractionTestMode.js +1 -1
  127. package/dist/modes/MeasureMode.d.ts +1 -1
  128. package/dist/modes/MeasureMode.js +1 -1
  129. package/dist/modes/RunningModes.d.ts +1 -1
  130. package/dist/modes/RunningModes.js +1 -1
  131. package/dist/paths/TraceFinder.d.ts +1 -1
  132. package/dist/paths/TraceFinder.js +2 -2
  133. package/dist/trace-cluster/ClusterUtils.d.ts +1 -1
  134. package/dist/trace-cluster/ClusterUtils.d.ts.map +1 -1
  135. package/dist/trace-cluster/ClusterUtils.js +1 -1
  136. package/dist/trace-cluster/ClusterUtilsHelper.d.ts +1 -1
  137. package/dist/trace-cluster/ClusterUtilsHelper.d.ts.map +1 -1
  138. package/dist/trace-cluster/ClusterUtilsHelper.js +3 -3
  139. package/dist/trace-cluster/ClusteringHeuristics.d.ts +1 -1
  140. package/dist/trace-cluster/ClusteringHeuristics.d.ts.map +1 -1
  141. package/dist/trace-cluster/ClusteringHeuristics.js +1 -1
  142. package/dist/trace-cluster/EvalutationMetric.d.ts +1 -1
  143. package/dist/trace-cluster/EvalutationMetric.d.ts.map +1 -1
  144. package/dist/trace-cluster/EvalutationMetric.js +1 -1
  145. package/dist/trace-cluster/MultiIterationSeqClustering.d.ts +1 -1
  146. package/dist/trace-cluster/MultiIterationSeqClustering.js +1 -1
  147. package/dist/trace-cluster/SequentialClustering.d.ts +1 -1
  148. package/dist/trace-cluster/SequentialClustering.js +1 -1
  149. package/dist/trace-cluster/TraceBucket.d.ts +1 -1
  150. package/dist/trace-cluster/TraceBucket.js +1 -1
  151. package/dist/trace-cluster/TraceElement.d.ts +1 -1
  152. package/dist/trace-cluster/TraceElement.js +1 -1
  153. package/dist/trace-cluster/strategies/MLTraceSimilarityStrategy.d.ts +1 -1
  154. package/dist/trace-cluster/strategies/MLTraceSimilarityStrategy.js +1 -1
  155. package/dist/trace-cluster/strategies/TraceAsClusterStrategy.d.ts +1 -1
  156. package/dist/trace-cluster/strategies/TraceAsClusterStrategy.js +1 -1
  157. package/dist/trace-cluster/strategies/TraceSimilarityStrategy.d.ts +1 -1
  158. package/dist/trace-cluster/strategies/TraceSimilarityStrategy.js +1 -1
  159. package/dist/trace-cluster/strategies/machine-learning/DistanceMatrix.d.ts +2 -2
  160. package/dist/trace-cluster/strategies/machine-learning/DistanceMatrix.d.ts.map +1 -1
  161. package/dist/trace-cluster/strategies/machine-learning/DistanceMatrix.js +1 -1
  162. package/dist/trace-cluster/strategies/machine-learning/HAC.d.ts +2 -2
  163. package/dist/trace-cluster/strategies/machine-learning/HAC.d.ts.map +1 -1
  164. package/dist/trace-cluster/strategies/machine-learning/HAC.js +1 -1
  165. package/dist/trace-cluster/strategies/machine-learning/Ngram.d.ts +1 -1
  166. package/dist/trace-cluster/strategies/machine-learning/Ngram.js +2 -3
  167. package/dist/trace-cluster/strategies/machine-learning/TfidfVectorizer.d.ts +1 -1
  168. package/dist/trace-cluster/strategies/machine-learning/TfidfVectorizer.js +1 -1
  169. package/package.json +3 -3
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../Config';
11
11
  import type { HeapNodeIdSet, IHeapNode, IHeapSnapshot } from '../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { HeapNodeIdSet, IHeapNode, IHeapSnapshot } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.FilterByExternalFilterRule = void 0;
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { IHeapNode } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { IHeapNode } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { IHeapNode } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { IHeapNode } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { IHeapNode } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { IHeapNode } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { IHeapNode, IHeapSnapshot } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.FilterUserTaggedLeaksRule = void 0;
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../../Config';
11
11
  import type { IHeapNode } from '../../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.FilterXMLHTTPRequestRule = void 0;
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { MemLabConfig } from '../Config';
11
11
  import type { HeapNodeIdSet, IHeapSnapshot, LeakTracePathItem } from '../Types';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.TraceDecision = void 0;
@@ -19,4 +19,4 @@ var TraceDecision;
19
19
  TraceDecision["INSIGHTFUL"] = "insightful";
20
20
  TraceDecision["MAYBE_INSIGHTFUL"] = "maybe-insightful";
21
21
  TraceDecision["NOT_INSIGHTFUL"] = "not-insightful";
22
- })(TraceDecision = exports.TraceDecision || (exports.TraceDecision = {}));
22
+ })(TraceDecision || (exports.TraceDecision = TraceDecision = {}));
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../Types';
11
11
  import type { LeakTraceFilterOptions } from './BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import { ILeakTraceFilterRule } from './BaseTraceFilter.rule';
11
11
  declare const _default: ILeakTraceFilterRule[];
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../../Types';
11
11
  import { ILeakTraceFilterRule, LeakTraceFilterOptions, TraceDecision } from '../BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../../Types';
11
11
  import { ILeakTraceFilterRule, LeakTraceFilterOptions, TraceDecision } from '../BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../../Types';
11
11
  import { ILeakTraceFilterRule, LeakTraceFilterOptions, TraceDecision } from '../BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../../Types';
11
11
  import { ILeakTraceFilterRule, LeakTraceFilterOptions, TraceDecision } from '../BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../../Types';
11
11
  import { ILeakTraceFilterRule, LeakTraceFilterOptions, TraceDecision } from '../BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../../Types';
11
11
  import { ILeakTraceFilterRule, LeakTraceFilterOptions, TraceDecision } from '../BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../../Types';
11
11
  import { ILeakTraceFilterRule, LeakTraceFilterOptions, TraceDecision } from '../BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTracePathItem } from '../../Types';
11
11
  import { ILeakTraceFilterRule, LeakTraceFilterOptions, TraceDecision } from '../BaseTraceFilter.rule';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import { E2EStepInfo, TraceCluster, TraceClusterDiff, TraceClusterMetaInfo } from '../lib/Types';
11
11
  declare class LeakClusterLogger {
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
12
12
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -60,8 +60,8 @@ class LeakClusterLogger {
60
60
  });
61
61
  });
62
62
  }
63
- dumpReadableCluster(options = {}) {
64
- return __awaiter(this, void 0, void 0, function* () {
63
+ dumpReadableCluster() {
64
+ return __awaiter(this, arguments, void 0, function* (options = {}) {
65
65
  const metaFile = options.metaFile;
66
66
  if (!metaFile || !fs_1.default.existsSync(metaFile)) {
67
67
  throw Utils_1.default.haltOrThrow(`File doesn't exist: ${metaFile}`);
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { IHeapSnapshot, ISerializedInfo, LeakTracePathItem, Nullable } from '../lib/Types';
11
11
  declare class LeakTraceDetailsLogger {
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { E2EStepInfo, Config, IE2EScenarioVisitPlan, Optional } from '../lib/Types';
11
11
  import type { Page } from 'puppeteer';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
12
12
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import BaseMode from './BaseMode';
11
11
  declare class InteractionTestMode extends BaseMode {
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import BaseMode from './BaseMode';
11
11
  import type { Page } from 'puppeteer';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
12
12
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { Config, IRunningMode } from '../lib/Types';
11
11
  declare const _default: {
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { AnyOptions, HeapNodeIdSet, IHeapEdge, IHeapNode, IHeapSnapshot, LeakTracePathItem, Nullable, Optional, Predicator } from '../lib/Types';
11
11
  declare class TraceFinder {
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -50,7 +50,7 @@ class TraceFinder {
50
50
  const traverseOption = {
51
51
  visited: visitedIDs,
52
52
  queued: queuedIDs,
53
- excludeWeakMapEdge: false,
53
+ excludeWeakMapEdge: false, // do not exclude all weak maps
54
54
  isForward: true,
55
55
  };
56
56
  while (queue.length > 0) {
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { LeakTrace } from '../lib/Types';
11
11
  declare const _default: {
@@ -1 +1 @@
1
- {"version":3,"file":"ClusterUtils.d.ts","sourceRoot":"","sources":["../../src/trace-cluster/ClusterUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;;;;AAI5C,wBAA6D;AAE7D;;;;GAIG;AACH,eAAO,MAAM,YAAY,qBAAsB,MAAM,UAepD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,MAAM,qBAAsB,MAAM,UAU9C,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,iBAAiB,+DAAgD,CAAC"}
1
+ {"version":3,"file":"ClusterUtils.d.ts","sourceRoot":"","sources":["../../src/trace-cluster/ClusterUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;;;;AAI5C,wBAA6D;AAE7D;;;;GAIG;AACH,eAAO,MAAM,YAAY,GAAI,CAAC,EAAE,OAAO,CAAC,EAAE,EAAE,GAAG,MAAM,UAepD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,MAAM,GAAI,CAAC,EAAE,OAAO,CAAC,EAAE,EAAE,GAAG,MAAM,UAU9C,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,iBAAiB,GAAI,OAAO,SAAS,4CAA4B,CAAC"}
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall web_perf_infra
9
+ * @oncall memory_lab
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall web_perf_infra
8
+ * @oncall memory_lab
9
9
  */
10
10
  import type { AnyValue, LeakTraceElement, LeakTrace } from '../lib/Types';
11
11
  type NameWeightMapType = Map<string | RegExp | number, number>;