@memlab/e2e 1.0.13 → 1.0.16

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 (104) hide show
  1. package/README.md +2 -2
  2. package/dist/BaseSynthesizer.d.ts +1 -1
  3. package/dist/E2EInteractionManager.d.ts +2 -1
  4. package/dist/E2EInteractionManager.js +17 -7
  5. package/dist/NetworkManager.d.ts +21 -0
  6. package/dist/NetworkManager.js +110 -0
  7. package/dist/ScriptManager.d.ts +24 -0
  8. package/dist/ScriptManager.js +104 -0
  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/index.d.ts +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/instrumentation/BaseAstTransform.d.ts +16 -0
  16. package/dist/instrumentation/BaseAstTransform.js +31 -0
  17. package/dist/instrumentation/ScriptRewriteManager.d.ts +17 -0
  18. package/dist/instrumentation/ScriptRewriteManager.js +45 -0
  19. package/dist/instrumentation/TransformLoader.d.ts +14 -0
  20. package/dist/instrumentation/TransformLoader.js +21 -0
  21. package/dist/instrumentation/transforms/InjectSourceInfoTranform.d.ts +17 -0
  22. package/dist/instrumentation/transforms/InjectSourceInfoTranform.js +62 -0
  23. package/dist/instrumentation/transforms/InjectSourceInfoTransform.d.ts +17 -0
  24. package/dist/instrumentation/transforms/InjectSourceInfoTransform.js +63 -0
  25. package/dist/lib/E2EUtils.d.ts +1 -1
  26. package/dist/lib/E2EUtils.js +1 -1
  27. package/dist/lib/SynthesisUtils.d.ts +1 -1
  28. package/dist/lib/SynthesisUtils.js +1 -1
  29. package/dist/lib/operations/BackOperation.d.ts +1 -1
  30. package/dist/lib/operations/BackOperation.js +1 -1
  31. package/dist/lib/operations/BackspaceOperation.d.ts +1 -1
  32. package/dist/lib/operations/BackspaceOperation.js +1 -1
  33. package/dist/lib/operations/BaseOperation.d.ts +1 -1
  34. package/dist/lib/operations/BaseOperation.js +1 -1
  35. package/dist/lib/operations/CachePageContent.d.ts +1 -1
  36. package/dist/lib/operations/CachePageContent.js +1 -1
  37. package/dist/lib/operations/ClickOperation.d.ts +1 -1
  38. package/dist/lib/operations/ClickOperation.js +1 -1
  39. package/dist/lib/operations/CompoundOperation.d.ts +1 -1
  40. package/dist/lib/operations/CompoundOperation.js +1 -1
  41. package/dist/lib/operations/EnterOperation.d.ts +1 -1
  42. package/dist/lib/operations/EnterOperation.js +1 -1
  43. package/dist/lib/operations/EscOperation.d.ts +1 -1
  44. package/dist/lib/operations/EscOperation.js +1 -1
  45. package/dist/lib/operations/HoverOperation.d.ts +1 -1
  46. package/dist/lib/operations/HoverOperation.js +1 -1
  47. package/dist/lib/operations/InteractionUtils.d.ts +1 -1
  48. package/dist/lib/operations/InteractionUtils.js +1 -1
  49. package/dist/lib/operations/Operations.d.ts +1 -1
  50. package/dist/lib/operations/Operations.js +1 -1
  51. package/dist/lib/operations/RevertOperation.d.ts +1 -1
  52. package/dist/lib/operations/RevertOperation.js +1 -1
  53. package/dist/lib/operations/RunJSCode.d.ts +1 -1
  54. package/dist/lib/operations/RunJSCode.js +1 -1
  55. package/dist/lib/operations/ScrollOperation.d.ts +1 -1
  56. package/dist/lib/operations/ScrollOperation.js +1 -1
  57. package/dist/lib/operations/TargetExtraOperation.d.ts +1 -1
  58. package/dist/lib/operations/TargetExtraOperation.js +1 -1
  59. package/dist/lib/operations/TestPlanner.d.ts +1 -1
  60. package/dist/lib/operations/TestPlanner.js +1 -1
  61. package/dist/lib/operations/TypeOperation.d.ts +1 -1
  62. package/dist/lib/operations/TypeOperation.js +1 -1
  63. package/dist/lib/operations/UploadOperation.d.ts +1 -1
  64. package/dist/lib/operations/UploadOperation.js +1 -1
  65. package/dist/lib/operations/WaitForElementOperation.d.ts +1 -1
  66. package/dist/lib/operations/WaitForElementOperation.js +1 -1
  67. package/dist/lib/operations/WaitOperation.d.ts +1 -1
  68. package/dist/lib/operations/WaitOperation.js +1 -1
  69. package/dist/lib/operations/WithCachedPageContent.d.ts +1 -1
  70. package/dist/lib/operations/WithCachedPageContent.js +1 -1
  71. package/dist/lib/operations/XVirtualFrameBuffer.d.ts +1 -1
  72. package/dist/lib/operations/XVirtualFrameBuffer.js +1 -1
  73. package/dist/plugins/DefaultScenarioSynthesizer.d.ts +1 -1
  74. package/dist/plugins/DefaultScenarioSynthesizer.js +1 -1
  75. package/dist/plugins/TestSPAVisitSynthesizer.d.ts +1 -1
  76. package/dist/plugins/TestSPAVisitSynthesizer.js +2 -2
  77. package/dist/plugins/scenarios/test-airbnb.d.ts +1 -1
  78. package/dist/plugins/scenarios/test-airbnb.js +1 -1
  79. package/dist/plugins/scenarios/test-databricks.d.ts +1 -1
  80. package/dist/plugins/scenarios/test-databricks.js +1 -1
  81. package/dist/plugins/scenarios/test-ebay.d.ts +1 -1
  82. package/dist/plugins/scenarios/test-ebay.js +1 -1
  83. package/dist/plugins/scenarios/test-google-maps.d.ts +1 -1
  84. package/dist/plugins/scenarios/test-google-maps.js +1 -1
  85. package/dist/plugins/scenarios/test-shopify.d.ts +1 -1
  86. package/dist/plugins/scenarios/test-shopify.js +1 -1
  87. package/dist/plugins/scenarios/test-youtube.d.ts +1 -1
  88. package/dist/plugins/scenarios/test-youtube.js +1 -1
  89. package/package.json +11 -5
  90. package/static/example/components/layout.jsx +1 -1
  91. package/static/example/leak-filters/filter-by-retained-size.js +7 -1
  92. package/static/example/next.config.js +4 -3
  93. package/static/example/pages/_app.js +1 -1
  94. package/static/example/pages/_document.js +1 -1
  95. package/static/example/pages/examples/detached-dom.jsx +9 -3
  96. package/static/example/pages/examples/oversized-object.jsx +8 -2
  97. package/static/example/pages/index.js +1 -1
  98. package/static/example/scenarios/detached-dom.js +7 -6
  99. package/static/example/scenarios/oversized-leak-filter.js +7 -2
  100. package/static/example/scenarios/oversized-object-with-filter.js +7 -2
  101. package/static/example/scenarios/oversized-object.js +4 -4
  102. package/static/links/min.js +1 -0
  103. package/static/links/src/App.js +1 -1
  104. package/static/links/src/index.js +1 -1
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ var __importDefault = (this && this.__importDefault) || function (mod) {
12
+ return (mod && mod.__esModule) ? mod : { "default": mod };
13
+ };
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ const traverse_1 = __importDefault(require("@babel/traverse"));
16
+ const template_1 = __importDefault(require("@babel/template"));
17
+ const BaseAstTransform_1 = __importDefault(require("../BaseAstTransform"));
18
+ class InjectSourceInfoTranform extends BaseAstTransform_1.default {
19
+ transform(ast, options = {}) {
20
+ var _a;
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ const url = (_a = options.url) !== null && _a !== void 0 ? _a : '';
23
+ const instrumentFunction = function (path) {
24
+ var _a, _b;
25
+ const statements = [`var __memlab_file_$$ = '${url}';`];
26
+ if (path.node.loc) {
27
+ const { start, end } = path.node.loc;
28
+ statements.push(`var __memlab_loc_$$ = '${start.line}:${start.column}:${end.line}:${end.column}';`);
29
+ }
30
+ if ('id' in path.node && ((_a = path.node.id) === null || _a === void 0 ? void 0 : _a.name)) {
31
+ statements.push(`var __memlab_scope_$$ = '${(_b = path.node.id) === null || _b === void 0 ? void 0 : _b.name}';`);
32
+ }
33
+ const codeToInsert = (0, template_1.default)(statements.join(''), {
34
+ placeholderPattern: false,
35
+ });
36
+ if (path.node.body.type === 'BlockStatement') {
37
+ const blockStatementBody = path.node.body.body;
38
+ if (Array.isArray(codeToInsert)) {
39
+ blockStatementBody.unshift(...codeToInsert);
40
+ }
41
+ else {
42
+ const newCode = codeToInsert();
43
+ if (Array.isArray(newCode)) {
44
+ blockStatementBody.unshift(...newCode);
45
+ }
46
+ else {
47
+ blockStatementBody.unshift(newCode);
48
+ }
49
+ }
50
+ }
51
+ };
52
+ (0, traverse_1.default)(ast, {
53
+ FunctionDeclaration: instrumentFunction,
54
+ FunctionExpression: instrumentFunction,
55
+ ObjectMethod: instrumentFunction,
56
+ ClassMethod: instrumentFunction,
57
+ ArrowFunctionExpression: instrumentFunction,
58
+ });
59
+ });
60
+ }
61
+ }
62
+ exports.default = InjectSourceInfoTranform;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * @format
8
+ * @oncall web_perf_infra
9
+ */
10
+ import type { File } from '@babel/types';
11
+ import type { ParseResult } from '@babel/parser';
12
+ import type { RewriteScriptOption } from '../ScriptRewriteManager';
13
+ import BaseAstTransform from '../BaseAstTransform';
14
+ export default class InjectSourceInfoTransform extends BaseAstTransform {
15
+ transform(ast: ParseResult<File>, options?: RewriteScriptOption): Promise<void>;
16
+ }
17
+ //# sourceMappingURL=InjectSourceInfoTransform.d.ts.map
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ var __importDefault = (this && this.__importDefault) || function (mod) {
12
+ return (mod && mod.__esModule) ? mod : { "default": mod };
13
+ };
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ const traverse_1 = __importDefault(require("@babel/traverse"));
16
+ const template_1 = __importDefault(require("@babel/template"));
17
+ const BaseAstTransform_1 = __importDefault(require("../BaseAstTransform"));
18
+ class InjectSourceInfoTransform extends BaseAstTransform_1.default {
19
+ transform(ast, options = {}) {
20
+ var _a;
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ const url = (_a = options.url) !== null && _a !== void 0 ? _a : '';
23
+ const instrumentFunction = function (path) {
24
+ var _a, _b;
25
+ const statements = [`var __memlab_file_$$ = '${url}';`];
26
+ if (path.node.loc) {
27
+ const { start, end } = path.node.loc;
28
+ statements.push(`var __memlab_loc_$$ = '${start.line}:${start.column}:${end.line}:${end.column}';`);
29
+ }
30
+ statements.push('function __memlab_use_$$() { __memlab_file_$$ += ""; }');
31
+ if ('id' in path.node && ((_a = path.node.id) === null || _a === void 0 ? void 0 : _a.name)) {
32
+ statements.push(`var __memlab_scope_$$ = '${(_b = path.node.id) === null || _b === void 0 ? void 0 : _b.name}';`);
33
+ }
34
+ const codeToInsert = (0, template_1.default)(statements.join(''), {
35
+ placeholderPattern: false,
36
+ });
37
+ if (path.node.body.type === 'BlockStatement') {
38
+ const blockStatementBody = path.node.body.body;
39
+ if (Array.isArray(codeToInsert)) {
40
+ blockStatementBody.unshift(...codeToInsert);
41
+ }
42
+ else {
43
+ const newCode = codeToInsert();
44
+ if (Array.isArray(newCode)) {
45
+ blockStatementBody.unshift(...newCode);
46
+ }
47
+ else {
48
+ blockStatementBody.unshift(newCode);
49
+ }
50
+ }
51
+ }
52
+ };
53
+ (0, traverse_1.default)(ast, {
54
+ FunctionDeclaration: instrumentFunction,
55
+ FunctionExpression: instrumentFunction,
56
+ ObjectMethod: instrumentFunction,
57
+ ClassMethod: instrumentFunction,
58
+ ArrowFunctionExpression: instrumentFunction,
59
+ });
60
+ });
61
+ }
62
+ }
63
+ exports.default = InjectSourceInfoTransform;
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall ws_labs
8
+ * @oncall web_perf_infra
9
9
  */
10
10
  import type { AnyOptions, AnyValue, E2EOperation, E2EStepInfo, IE2EScenarioVisitPlan, IScenario, Nullable, OperationArgs } from '@memlab/core';
11
11
  import type { CDPSession, 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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
9
9
  */
10
10
  import BackOperation from './operations/BackOperation';
11
11
  import RevertOperation from './operations/RevertOperation';
@@ -6,7 +6,7 @@
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  *
8
8
  * @format
9
- * @oncall ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
9
9
  */
10
10
  import type { Page } from 'puppeteer';
11
11
  import type { E2EOperation, 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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
9
9
  */
10
10
  'use strict';
11
11
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  * @format
8
- * @oncall ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
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 ws_labs
9
+ * @oncall web_perf_infra
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 ws_labs
8
+ * @oncall web_perf_infra
9
9
  */
10
10
  import type { Nullable, XvfbType } from '@memlab/core';
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 ws_labs
9
+ * @oncall web_perf_infra
10
10
  */
11
11
  var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };