@memlab/e2e 1.0.40 → 1.0.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 (110) hide show
  1. package/dist/BaseSynthesizer.d.ts +1 -1
  2. package/dist/E2EInteractionManager.d.ts +2 -1
  3. package/dist/E2EInteractionManager.d.ts.map +1 -1
  4. package/dist/E2EInteractionManager.js +29 -15
  5. package/dist/NetworkManager.d.ts +1 -1
  6. package/dist/NetworkManager.js +4 -4
  7. package/dist/ScriptManager.d.ts +1 -1
  8. package/dist/ScriptManager.js +3 -3
  9. package/dist/TestRunnerLoader.d.ts +1 -1
  10. package/dist/TestRunnerLoader.js +1 -1
  11. package/dist/TypesThirdParty.d.ts +1 -1
  12. package/dist/TypesThirdParty.js +1 -1
  13. package/dist/__tests__/scope/lib.d.ts +1 -1
  14. package/dist/__tests__/scope/lib.js +2 -3
  15. package/dist/__tests__/scope/scope-analysis.test.d.ts +1 -1
  16. package/dist/__tests__/scope/scope-analysis.test.js +1 -1
  17. package/dist/code-analysis/Script.d.ts +1 -1
  18. package/dist/code-analysis/Script.js +1 -1
  19. package/dist/index.d.ts +1 -1
  20. package/dist/index.js +3 -3
  21. package/dist/instrumentation/BaseAstTransform.d.ts +1 -1
  22. package/dist/instrumentation/BaseAstTransform.js +5 -5
  23. package/dist/instrumentation/ScriptRewriteManager.d.ts +1 -1
  24. package/dist/instrumentation/ScriptRewriteManager.js +3 -3
  25. package/dist/instrumentation/TransformLoader.d.ts +1 -1
  26. package/dist/instrumentation/TransformLoader.js +1 -1
  27. package/dist/instrumentation/transforms/InjectSourceInfoTranform.js +3 -3
  28. package/dist/instrumentation/transforms/InjectSourceInfoTransform.js +3 -3
  29. package/dist/lib/E2EUtils.d.ts +1 -1
  30. package/dist/lib/E2EUtils.js +9 -9
  31. package/dist/lib/SynthesisUtils.d.ts +1 -1
  32. package/dist/lib/SynthesisUtils.js +1 -1
  33. package/dist/lib/operations/BackOperation.d.ts +1 -1
  34. package/dist/lib/operations/BackOperation.js +1 -1
  35. package/dist/lib/operations/BackspaceOperation.d.ts +1 -1
  36. package/dist/lib/operations/BackspaceOperation.js +1 -1
  37. package/dist/lib/operations/BaseOperation.d.ts +1 -1
  38. package/dist/lib/operations/BaseOperation.js +5 -5
  39. package/dist/lib/operations/CachePageContent.d.ts +1 -1
  40. package/dist/lib/operations/CachePageContent.js +1 -1
  41. package/dist/lib/operations/ClickOperation.d.ts +1 -1
  42. package/dist/lib/operations/ClickOperation.js +1 -1
  43. package/dist/lib/operations/CompoundOperation.d.ts +1 -1
  44. package/dist/lib/operations/CompoundOperation.js +1 -1
  45. package/dist/lib/operations/EnterOperation.d.ts +1 -1
  46. package/dist/lib/operations/EnterOperation.js +1 -1
  47. package/dist/lib/operations/EscOperation.d.ts +1 -1
  48. package/dist/lib/operations/EscOperation.js +1 -1
  49. package/dist/lib/operations/HoverOperation.d.ts +1 -1
  50. package/dist/lib/operations/HoverOperation.js +1 -1
  51. package/dist/lib/operations/InteractionUtils.d.ts +1 -1
  52. package/dist/lib/operations/InteractionUtils.js +18 -18
  53. package/dist/lib/operations/Operations.d.ts +1 -1
  54. package/dist/lib/operations/Operations.js +1 -1
  55. package/dist/lib/operations/RevertOperation.d.ts +1 -1
  56. package/dist/lib/operations/RevertOperation.js +3 -3
  57. package/dist/lib/operations/RunJSCode.d.ts +1 -1
  58. package/dist/lib/operations/RunJSCode.js +1 -1
  59. package/dist/lib/operations/ScrollOperation.d.ts +1 -1
  60. package/dist/lib/operations/ScrollOperation.js +5 -5
  61. package/dist/lib/operations/TargetExtraOperation.d.ts +1 -1
  62. package/dist/lib/operations/TargetExtraOperation.js +1 -1
  63. package/dist/lib/operations/TestPlanner.d.ts +1 -1
  64. package/dist/lib/operations/TestPlanner.js +1 -1
  65. package/dist/lib/operations/TypeOperation.d.ts +1 -1
  66. package/dist/lib/operations/TypeOperation.js +1 -1
  67. package/dist/lib/operations/UploadOperation.d.ts +1 -1
  68. package/dist/lib/operations/UploadOperation.js +1 -1
  69. package/dist/lib/operations/WaitForElementOperation.d.ts +1 -1
  70. package/dist/lib/operations/WaitForElementOperation.js +1 -1
  71. package/dist/lib/operations/WaitOperation.d.ts +1 -1
  72. package/dist/lib/operations/WaitOperation.js +1 -1
  73. package/dist/lib/operations/WithCachedPageContent.d.ts +1 -1
  74. package/dist/lib/operations/WithCachedPageContent.js +1 -1
  75. package/dist/lib/operations/XVirtualFrameBuffer.d.ts +1 -1
  76. package/dist/lib/operations/XVirtualFrameBuffer.d.ts.map +1 -1
  77. package/dist/lib/operations/XVirtualFrameBuffer.js +1 -1
  78. package/dist/plugins/DefaultScenarioSynthesizer.d.ts +1 -1
  79. package/dist/plugins/DefaultScenarioSynthesizer.js +1 -1
  80. package/dist/plugins/TestSPAVisitSynthesizer.d.ts +1 -1
  81. package/dist/plugins/TestSPAVisitSynthesizer.js +1 -1
  82. package/dist/plugins/scenarios/test-airbnb.d.ts +1 -1
  83. package/dist/plugins/scenarios/test-airbnb.js +1 -1
  84. package/dist/plugins/scenarios/test-databricks.d.ts +1 -1
  85. package/dist/plugins/scenarios/test-databricks.js +1 -1
  86. package/dist/plugins/scenarios/test-ebay.d.ts +1 -1
  87. package/dist/plugins/scenarios/test-ebay.js +1 -1
  88. package/dist/plugins/scenarios/test-google-maps.d.ts +1 -1
  89. package/dist/plugins/scenarios/test-google-maps.js +1 -1
  90. package/dist/plugins/scenarios/test-shopify.d.ts +1 -1
  91. package/dist/plugins/scenarios/test-shopify.js +1 -1
  92. package/dist/plugins/scenarios/test-youtube.d.ts +1 -1
  93. package/dist/plugins/scenarios/test-youtube.js +1 -1
  94. package/package.json +5 -4
  95. package/static/example/components/layout.jsx +1 -1
  96. package/static/example/leak-filters/filter-by-retained-size.js +1 -1
  97. package/static/example/next.config.js +1 -1
  98. package/static/example/package.json +1 -1
  99. package/static/example/pages/_app.js +1 -1
  100. package/static/example/pages/_document.js +1 -1
  101. package/static/example/pages/examples/detached-dom.jsx +1 -1
  102. package/static/example/pages/examples/oversized-object.jsx +1 -1
  103. package/static/example/pages/index.js +1 -1
  104. package/static/example/scenarios/detached-dom.js +1 -1
  105. package/static/example/scenarios/oversized-leak-filter.js +1 -1
  106. package/static/example/scenarios/oversized-object-with-filter.js +1 -1
  107. package/static/example/scenarios/oversized-object.js +1 -1
  108. package/static/links/min.js +1 -1
  109. package/static/links/src/App.js +1 -1
  110. package/static/links/src/index.js +1 -1
@@ -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 { Page } from 'puppeteer';
11
11
  import type { AnyValue } from '@memlab/core';
@@ -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 { Page } from 'puppeteer';
11
11
  import type { AnyOptions, Optional } from '@memlab/core';
@@ -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 { Page } from 'puppeteer';
11
11
  import type { E2EOperation } from '@memlab/core';
@@ -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 { Page } from 'puppeteer';
11
11
  import BaseOperation from './BaseOperation';
@@ -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 BaseOperation from './BaseOperation';
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 { Page } from 'puppeteer';
11
11
  import type { Optional } from '@memlab/core';
@@ -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 { Page, ElementHandle } from 'puppeteer';
11
11
  import type { CheckPageLoadCallback, OperationArgs } from '@memlab/core';
@@ -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
  'use strict';
11
11
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
@@ -28,9 +28,9 @@ function waitFor(delay) {
28
28
  setTimeout(resolve, delay);
29
29
  });
30
30
  }
31
- function WaitUntilCallbackReturnsTrue(page, isPageLoaded, options = {}) {
32
- var _a;
33
- return __awaiter(this, void 0, void 0, function* () {
31
+ function WaitUntilCallbackReturnsTrue(page_1, isPageLoaded_1) {
32
+ return __awaiter(this, arguments, void 0, function* (page, isPageLoaded, options = {}) {
33
+ var _a;
34
34
  if (options.showProgress) {
35
35
  core_1.info.overwrite('waiting for page load...');
36
36
  }
@@ -73,9 +73,9 @@ function WaitUntilCallbackReturnsTrue(page, isPageLoaded, options = {}) {
73
73
  }
74
74
  });
75
75
  }
76
- function waitUntilLoaded(page, options = {}) {
77
- var _a;
78
- return __awaiter(this, void 0, void 0, function* () {
76
+ function waitUntilLoaded(page_1) {
77
+ return __awaiter(this, arguments, void 0, function* (page, options = {}) {
78
+ var _a;
79
79
  // manual delay supercedes page load checker
80
80
  let delay = (_a = options.delay) !== null && _a !== void 0 ? _a : 0;
81
81
  if (delay > 0) {
@@ -115,8 +115,8 @@ function getWaitTimeout(optional) {
115
115
  }
116
116
  return core_1.config.presenceCheckTimeout || 60000;
117
117
  }
118
- function waitForSelector(page, selector, whatToWaitForSelectorToDo = 'exist', optional = false) {
119
- return __awaiter(this, void 0, void 0, function* () {
118
+ function waitForSelector(page_1, selector_1) {
119
+ return __awaiter(this, arguments, void 0, function* (page, selector, whatToWaitForSelectorToDo = 'exist', optional = false) {
120
120
  const timeout = getWaitTimeout(optional);
121
121
  let waitConfig = null;
122
122
  switch (whatToWaitForSelectorToDo) {
@@ -157,8 +157,8 @@ function waitForSelector(page, selector, whatToWaitForSelectorToDo = 'exist', op
157
157
  }
158
158
  });
159
159
  }
160
- function keepTryingUntil(checkCallback, timeout = 2000) {
161
- return __awaiter(this, void 0, void 0, function* () {
160
+ function keepTryingUntil(checkCallback_1) {
161
+ return __awaiter(this, arguments, void 0, function* (checkCallback, timeout = 2000) {
162
162
  const startTimestamp = Date.now();
163
163
  let currentTimestamp = Date.now();
164
164
  while (currentTimestamp - startTimestamp < timeout) {
@@ -172,18 +172,18 @@ function keepTryingUntil(checkCallback, timeout = 2000) {
172
172
  return false;
173
173
  });
174
174
  }
175
- function checkIfPresent(page, selector, optional = false) {
176
- return __awaiter(this, void 0, void 0, function* () {
175
+ function checkIfPresent(page_1, selector_1) {
176
+ return __awaiter(this, arguments, void 0, function* (page, selector, optional = false) {
177
177
  return waitForSelector(page, selector, 'exist', optional);
178
178
  });
179
179
  }
180
- function checkIfVisible(page, selector, optional = false) {
181
- return __awaiter(this, void 0, void 0, function* () {
180
+ function checkIfVisible(page_1, selector_1) {
181
+ return __awaiter(this, arguments, void 0, function* (page, selector, optional = false) {
182
182
  return waitForSelector(page, selector, 'appear', optional);
183
183
  });
184
184
  }
185
- function waitForDisappearance(page, selector, optional = false) {
186
- return __awaiter(this, void 0, void 0, function* () {
185
+ function waitForDisappearance(page_1, selector_1) {
186
+ return __awaiter(this, arguments, void 0, function* (page, selector, optional = false) {
187
187
  return waitForSelector(page, selector, 'disappear', optional);
188
188
  });
189
189
  }
@@ -194,8 +194,8 @@ function getElementsContainingText(page, text) {
194
194
  });
195
195
  }
196
196
  function findBySelector(page, xpath) {
197
- var _a;
198
197
  return __awaiter(this, void 0, void 0, function* () {
198
+ var _a;
199
199
  const _page = page;
200
200
  if (typeof _page.$x === 'function') {
201
201
  return ((_a = (yield _page.$x(xpath))) !== null && _a !== void 0 ? _a : []);
@@ -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
  export { default as CachePageContent } from './CachePageContent';
11
11
  export { default as ClickOperation } from './ClickOperation';
@@ -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 BaseOperation from './BaseOperation';
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); }); }
@@ -30,8 +30,8 @@ class RevertOperation extends BaseOperation_1.default {
30
30
  super();
31
31
  this.kind = 'revert';
32
32
  }
33
- act(page, opArgs = {}) {
34
- return __awaiter(this, void 0, void 0, function* () {
33
+ act(page_1) {
34
+ return __awaiter(this, arguments, void 0, function* (page, opArgs = {}) {
35
35
  let historyLen = opArgs.pageHistoryLength;
36
36
  if (Array.isArray(historyLen) && historyLen.length > 1) {
37
37
  historyLen = historyLen;
@@ -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 { Page } from 'puppeteer';
11
11
  import type { AnyFunction, AnyOptions, AnyValue } from '@memlab/core';
@@ -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 { Page } from 'puppeteer';
11
11
  import type { OperationArgs } from '@memlab/core';
@@ -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); }); }
@@ -36,8 +36,8 @@ class ScrollOperation extends BaseOperation_1.default {
36
36
  this.scrollBack =
37
37
  typeof opt.scrollBack === 'boolean' ? opt.scrollBack : true;
38
38
  }
39
- act(page, opArgs = {}) {
40
- return __awaiter(this, void 0, void 0, function* () {
39
+ act(page_1) {
40
+ return __awaiter(this, arguments, void 0, function* (page, opArgs = {}) {
41
41
  if (core_1.config.disableScroll || !core_1.config.runningMode.shouldScroll()) {
42
42
  return;
43
43
  }
@@ -59,8 +59,8 @@ class ScrollOperation extends BaseOperation_1.default {
59
59
  });
60
60
  }
61
61
  }
62
- function scroll(page, dist, idx = 0, opArgs) {
63
- return __awaiter(this, void 0, void 0, function* () {
62
+ function scroll(page_1, dist_1) {
63
+ return __awaiter(this, arguments, void 0, function* (page, dist, idx = 0, opArgs) {
64
64
  core_1.info.beginSection('scroll');
65
65
  yield InteractionUtils_1.default.waitUntilLoaded(page, opArgs);
66
66
  if (idx > 1) {
@@ -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 BaseOperation from './BaseOperation';
11
11
  import CompoundOperation from './CompoundOperation';
@@ -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, Cookies, IE2EScenarioSynthesizer, IE2EScenarioVisitPlan, Nullable } from '@memlab/core';
11
11
  import type { MemLabConfig } from '@memlab/core';
@@ -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
  'use strict';
11
11
  var __importDefault = (this && this.__importDefault) || function (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 { Page } from 'puppeteer';
11
11
  import BaseOperation from './BaseOperation';
@@ -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 { Page } from 'puppeteer';
11
11
  import BaseOperation from './BaseOperation';
@@ -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 { Page } from 'puppeteer';
11
11
  import BaseOperation from './BaseOperation';
@@ -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 { Page } from 'puppeteer';
11
11
  import BaseOperation from './BaseOperation';
@@ -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 { Page } from 'puppeteer';
11
11
  import type { AnyValue } from '@memlab/core';
@@ -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 { Nullable, XvfbType } from '@memlab/core';
11
11
  declare const _default: {
@@ -1 +1 @@
1
- {"version":3,"file":"XVirtualFrameBuffer.d.ts","sourceRoot":"","sources":["../../../src/lib/operations/XVirtualFrameBuffer.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,KAAK,EAAC,QAAQ,EAAE,QAAQ,EAAC,MAAM,cAAc,CAAC;;sBAIjC,SAAS,QAAQ,CAAC;;AADtC,wBA0BE"}
1
+ {"version":3,"file":"XVirtualFrameBuffer.d.ts","sourceRoot":"","sources":["../../../src/lib/operations/XVirtualFrameBuffer.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,KAAK,EAAC,QAAQ,EAAE,QAAQ,EAAC,MAAM,cAAc,CAAC;;sBAIjC,QAAQ,CAAC,QAAQ,CAAC;;AADtC,wBA0BE"}
@@ -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, CheckPageLoadCallback, IE2EScenarioVisitPlan, IE2EStepBasic } from '@memlab/core';
11
11
  import BaseSynthesizer from '../BaseSynthesizer';
@@ -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 { AnyOptions, CheckPageLoadCallback, IE2EScenarioVisitPlan, IE2EStepBasic } from '@memlab/core';
11
11
  import BaseSynthesizer from '../BaseSynthesizer';
@@ -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); }); }
@@ -8,7 +8,7 @@ export function repeat(): number;
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  *
10
10
  * @format
11
- * @oncall web_perf_infra
11
+ * @oncall memory_lab
12
12
  */
13
13
  export function url(): string;
14
14
  //# sourceMappingURL=test-airbnb.d.ts.map
@@ -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); }); }
@@ -8,7 +8,7 @@ export function repeat(): number;
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  *
10
10
  * @format
11
- * @oncall web_perf_infra
11
+ * @oncall memory_lab
12
12
  */
13
13
  export function url(): string;
14
14
  //# sourceMappingURL=test-databricks.d.ts.map
@@ -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); }); }
@@ -8,7 +8,7 @@ export function repeat(): number;
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  *
10
10
  * @format
11
- * @oncall web_perf_infra
11
+ * @oncall memory_lab
12
12
  */
13
13
  export function url(): string;
14
14
  //# sourceMappingURL=test-ebay.d.ts.map
@@ -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); }); }
@@ -8,7 +8,7 @@ export function repeat(): number;
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  *
10
10
  * @format
11
- * @oncall web_perf_infra
11
+ * @oncall memory_lab
12
12
  */
13
13
  export function url(): string;
14
14
  //# sourceMappingURL=test-google-maps.d.ts.map
@@ -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); }); }
@@ -8,7 +8,7 @@ export function repeat(): number;
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  *
10
10
  * @format
11
- * @oncall web_perf_infra
11
+ * @oncall memory_lab
12
12
  */
13
13
  export function url(): string;
14
14
  //# sourceMappingURL=test-shopify.d.ts.map