@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.
- package/README.md +2 -2
- package/dist/BaseSynthesizer.d.ts +1 -1
- package/dist/E2EInteractionManager.d.ts +2 -1
- package/dist/E2EInteractionManager.js +17 -7
- package/dist/NetworkManager.d.ts +21 -0
- package/dist/NetworkManager.js +110 -0
- package/dist/ScriptManager.d.ts +24 -0
- package/dist/ScriptManager.js +104 -0
- package/dist/TestRunnerLoader.d.ts +1 -1
- package/dist/TestRunnerLoader.js +1 -1
- package/dist/TypesThirdParty.d.ts +1 -1
- package/dist/TypesThirdParty.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/instrumentation/BaseAstTransform.d.ts +16 -0
- package/dist/instrumentation/BaseAstTransform.js +31 -0
- package/dist/instrumentation/ScriptRewriteManager.d.ts +17 -0
- package/dist/instrumentation/ScriptRewriteManager.js +45 -0
- package/dist/instrumentation/TransformLoader.d.ts +14 -0
- package/dist/instrumentation/TransformLoader.js +21 -0
- package/dist/instrumentation/transforms/InjectSourceInfoTranform.d.ts +17 -0
- package/dist/instrumentation/transforms/InjectSourceInfoTranform.js +62 -0
- package/dist/instrumentation/transforms/InjectSourceInfoTransform.d.ts +17 -0
- package/dist/instrumentation/transforms/InjectSourceInfoTransform.js +63 -0
- package/dist/lib/E2EUtils.d.ts +1 -1
- package/dist/lib/E2EUtils.js +1 -1
- package/dist/lib/SynthesisUtils.d.ts +1 -1
- package/dist/lib/SynthesisUtils.js +1 -1
- package/dist/lib/operations/BackOperation.d.ts +1 -1
- package/dist/lib/operations/BackOperation.js +1 -1
- package/dist/lib/operations/BackspaceOperation.d.ts +1 -1
- package/dist/lib/operations/BackspaceOperation.js +1 -1
- package/dist/lib/operations/BaseOperation.d.ts +1 -1
- package/dist/lib/operations/BaseOperation.js +1 -1
- package/dist/lib/operations/CachePageContent.d.ts +1 -1
- package/dist/lib/operations/CachePageContent.js +1 -1
- package/dist/lib/operations/ClickOperation.d.ts +1 -1
- package/dist/lib/operations/ClickOperation.js +1 -1
- package/dist/lib/operations/CompoundOperation.d.ts +1 -1
- package/dist/lib/operations/CompoundOperation.js +1 -1
- package/dist/lib/operations/EnterOperation.d.ts +1 -1
- package/dist/lib/operations/EnterOperation.js +1 -1
- package/dist/lib/operations/EscOperation.d.ts +1 -1
- package/dist/lib/operations/EscOperation.js +1 -1
- package/dist/lib/operations/HoverOperation.d.ts +1 -1
- package/dist/lib/operations/HoverOperation.js +1 -1
- package/dist/lib/operations/InteractionUtils.d.ts +1 -1
- package/dist/lib/operations/InteractionUtils.js +1 -1
- package/dist/lib/operations/Operations.d.ts +1 -1
- package/dist/lib/operations/Operations.js +1 -1
- package/dist/lib/operations/RevertOperation.d.ts +1 -1
- package/dist/lib/operations/RevertOperation.js +1 -1
- package/dist/lib/operations/RunJSCode.d.ts +1 -1
- package/dist/lib/operations/RunJSCode.js +1 -1
- package/dist/lib/operations/ScrollOperation.d.ts +1 -1
- package/dist/lib/operations/ScrollOperation.js +1 -1
- package/dist/lib/operations/TargetExtraOperation.d.ts +1 -1
- package/dist/lib/operations/TargetExtraOperation.js +1 -1
- package/dist/lib/operations/TestPlanner.d.ts +1 -1
- package/dist/lib/operations/TestPlanner.js +1 -1
- package/dist/lib/operations/TypeOperation.d.ts +1 -1
- package/dist/lib/operations/TypeOperation.js +1 -1
- package/dist/lib/operations/UploadOperation.d.ts +1 -1
- package/dist/lib/operations/UploadOperation.js +1 -1
- package/dist/lib/operations/WaitForElementOperation.d.ts +1 -1
- package/dist/lib/operations/WaitForElementOperation.js +1 -1
- package/dist/lib/operations/WaitOperation.d.ts +1 -1
- package/dist/lib/operations/WaitOperation.js +1 -1
- package/dist/lib/operations/WithCachedPageContent.d.ts +1 -1
- package/dist/lib/operations/WithCachedPageContent.js +1 -1
- package/dist/lib/operations/XVirtualFrameBuffer.d.ts +1 -1
- package/dist/lib/operations/XVirtualFrameBuffer.js +1 -1
- package/dist/plugins/DefaultScenarioSynthesizer.d.ts +1 -1
- package/dist/plugins/DefaultScenarioSynthesizer.js +1 -1
- package/dist/plugins/TestSPAVisitSynthesizer.d.ts +1 -1
- package/dist/plugins/TestSPAVisitSynthesizer.js +2 -2
- package/dist/plugins/scenarios/test-airbnb.d.ts +1 -1
- package/dist/plugins/scenarios/test-airbnb.js +1 -1
- package/dist/plugins/scenarios/test-databricks.d.ts +1 -1
- package/dist/plugins/scenarios/test-databricks.js +1 -1
- package/dist/plugins/scenarios/test-ebay.d.ts +1 -1
- package/dist/plugins/scenarios/test-ebay.js +1 -1
- package/dist/plugins/scenarios/test-google-maps.d.ts +1 -1
- package/dist/plugins/scenarios/test-google-maps.js +1 -1
- package/dist/plugins/scenarios/test-shopify.d.ts +1 -1
- package/dist/plugins/scenarios/test-shopify.js +1 -1
- package/dist/plugins/scenarios/test-youtube.d.ts +1 -1
- package/dist/plugins/scenarios/test-youtube.js +1 -1
- package/package.json +11 -5
- package/static/example/components/layout.jsx +1 -1
- package/static/example/leak-filters/filter-by-retained-size.js +7 -1
- package/static/example/next.config.js +4 -3
- package/static/example/pages/_app.js +1 -1
- package/static/example/pages/_document.js +1 -1
- package/static/example/pages/examples/detached-dom.jsx +9 -3
- package/static/example/pages/examples/oversized-object.jsx +8 -2
- package/static/example/pages/index.js +1 -1
- package/static/example/scenarios/detached-dom.js +7 -6
- package/static/example/scenarios/oversized-leak-filter.js +7 -2
- package/static/example/scenarios/oversized-object-with-filter.js +7 -2
- package/static/example/scenarios/oversized-object.js +4 -4
- package/static/links/min.js +1 -0
- package/static/links/src/App.js +1 -1
- 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;
|
package/dist/lib/E2EUtils.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*
|
|
7
7
|
* @format
|
|
8
|
-
* @oncall
|
|
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';
|
package/dist/lib/E2EUtils.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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 };
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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 };
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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
|
|
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';
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
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 };
|