@memlab/cli 1.0.0 → 1.0.3

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 (81) hide show
  1. package/README.md +5 -9
  2. package/dist/commands/PrintSummaryCommand.js +1 -1
  3. package/dist/commands/heap/CheckLeakCommand.js +3 -1
  4. package/dist/commands/heap/GetRetainerTraceCommand.js +2 -2
  5. package/dist/options/HeapNodeIdOption.js +8 -9
  6. package/dist/options/heap/LeakClusterSizeThresholdOption.d.ts +19 -0
  7. package/dist/options/heap/LeakClusterSizeThresholdOption.js +43 -0
  8. package/dist/options/heap/OversizeThresholdOption.js +2 -2
  9. package/dist/options/heap/leak-filter/examples/large-object-as-leak.example.js +1 -0
  10. package/package.json +10 -5
  11. package/dist/BaseCommand.d.ts.map +0 -1
  12. package/dist/Dispatcher.d.ts.map +0 -1
  13. package/dist/TypesThirdParty.d.ts.map +0 -1
  14. package/dist/commands/CleanLoggerDataCommand.d.ts.map +0 -1
  15. package/dist/commands/CleanRunDataCommand.d.ts.map +0 -1
  16. package/dist/commands/InitDirectoryCommand.d.ts.map +0 -1
  17. package/dist/commands/ListScenariosCommand.d.ts.map +0 -1
  18. package/dist/commands/MemLabRunCommand.d.ts.map +0 -1
  19. package/dist/commands/PrintSummaryCommand.d.ts.map +0 -1
  20. package/dist/commands/ResetDirectoryCommand.d.ts.map +0 -1
  21. package/dist/commands/RunMeasureCommand.d.ts.map +0 -1
  22. package/dist/commands/WarmupAppCommand.d.ts.map +0 -1
  23. package/dist/commands/heap/CheckLeakCommand.d.ts.map +0 -1
  24. package/dist/commands/heap/GetRetainerTraceCommand.d.ts.map +0 -1
  25. package/dist/commands/heap/HeapAnalysisCommand.d.ts.map +0 -1
  26. package/dist/commands/heap/HeapAnalysisSubCommandWrapper.d.ts.map +0 -1
  27. package/dist/commands/helper/HelperCommand.d.ts.map +0 -1
  28. package/dist/commands/helper/lib/CommandOrder.d.ts.map +0 -1
  29. package/dist/commands/helper/lib/Types.d.ts.map +0 -1
  30. package/dist/commands/query/QueryDefaultWorkDirCommand.d.ts.map +0 -1
  31. package/dist/commands/snapshot/CheckXvfbSupportCommand.d.ts.map +0 -1
  32. package/dist/commands/snapshot/Snapshot.d.ts.map +0 -1
  33. package/dist/commands/snapshot/TakeSnapshotCommand.d.ts.map +0 -1
  34. package/dist/commands/snapshot/WarmupAndSnapshotCommand.d.ts.map +0 -1
  35. package/dist/commands/test/BrowserTest.d.ts +0 -11
  36. package/dist/commands/test/BrowserTest.d.ts.map +0 -1
  37. package/dist/commands/test/BrowserTest.js +0 -41
  38. package/dist/commands/test/RunAllInteractionTestsCommand.d.ts +0 -19
  39. package/dist/commands/test/RunAllInteractionTestsCommand.d.ts.map +0 -1
  40. package/dist/commands/test/RunAllInteractionTestsCommand.js +0 -71
  41. package/dist/commands/test/RunInteractionTestCommand.d.ts +0 -19
  42. package/dist/commands/test/RunInteractionTestCommand.d.ts.map +0 -1
  43. package/dist/commands/test/RunInteractionTestCommand.js +0 -75
  44. package/dist/index.d.ts.map +0 -1
  45. package/dist/options/AppOption.d.ts.map +0 -1
  46. package/dist/options/DebugOption.d.ts.map +0 -1
  47. package/dist/options/DisableXvfbOption.d.ts.map +0 -1
  48. package/dist/options/FullExecutionOption.d.ts.map +0 -1
  49. package/dist/options/HeapNodeIdOption.d.ts.map +0 -1
  50. package/dist/options/HelperOption.d.ts.map +0 -1
  51. package/dist/options/InteractionOption.d.ts.map +0 -1
  52. package/dist/options/NumberOfRunsOption.d.ts.map +0 -1
  53. package/dist/options/RemoteBrowserDebugOption.d.ts.map +0 -1
  54. package/dist/options/RunningModeOption.d.ts.map +0 -1
  55. package/dist/options/ScenarioFileOption.d.ts.map +0 -1
  56. package/dist/options/SetContinuousTestOption.d.ts.map +0 -1
  57. package/dist/options/SetDeviceOption.d.ts.map +0 -1
  58. package/dist/options/SetWorkingDirectoryOption.d.ts.map +0 -1
  59. package/dist/options/SilentOption.d.ts.map +0 -1
  60. package/dist/options/SkipExtraOperationOption.d.ts.map +0 -1
  61. package/dist/options/SkipGCOption.d.ts.map +0 -1
  62. package/dist/options/SkipScreenshotOption.d.ts.map +0 -1
  63. package/dist/options/SkipScrollOption.d.ts.map +0 -1
  64. package/dist/options/SkipSnapshotOption.d.ts.map +0 -1
  65. package/dist/options/SkipWarmupOption.d.ts.map +0 -1
  66. package/dist/options/VerboseOption.d.ts.map +0 -1
  67. package/dist/options/heap/BaselineFileOption.d.ts.map +0 -1
  68. package/dist/options/heap/FinalFileOption.d.ts.map +0 -1
  69. package/dist/options/heap/JSEngineOption.d.ts.map +0 -1
  70. package/dist/options/heap/LogTraceAsClusterOption.d.ts.map +0 -1
  71. package/dist/options/heap/OversizeThresholdOption.d.ts.map +0 -1
  72. package/dist/options/heap/SnapshotDirectoryOption.d.ts.map +0 -1
  73. package/dist/options/heap/SnapshotFileOption.d.ts.map +0 -1
  74. package/dist/options/heap/TargetFileOption.d.ts.map +0 -1
  75. package/dist/options/heap/TraceAllObjectsOption.d.ts.map +0 -1
  76. package/dist/options/heap/leak-filter/LeakFilterFileOption.d.ts.map +0 -1
  77. package/dist/options/heap/leak-filter/examples/FilterLib.d.ts.map +0 -1
  78. package/dist/options/heap/leak-filter/examples/dup-string-as-leak.example-1.d.ts.map +0 -1
  79. package/dist/options/heap/leak-filter/examples/dup-string-as-leak.example-2.d.ts.map +0 -1
  80. package/dist/options/heap/leak-filter/examples/large-object-as-leak.example.d.ts.map +0 -1
  81. package/dist/runner.d.ts.map +0 -1
package/README.md CHANGED
@@ -1,11 +1,7 @@
1
- # `@memlab/cli`
1
+ ## memlab CLI
2
2
 
3
- > TODO: description
3
+ This is the memlab CLI library. It contains all memlab commands, command-line options, and command-line interfaces.
4
+ The library supports adding new commands.
4
5
 
5
- ## Usage
6
-
7
- ```
8
- const cli = require('@memlab/cli');
9
-
10
- // TODO: DEMONSTRATE API
11
- ```
6
+ ## Full documentation
7
+ https://facebookincubator.github.io/memlab
@@ -45,7 +45,7 @@ class PrintSummaryCommand extends BaseCommand_1.default {
45
45
  const workDir = (_a = options.configFromOptions) === null || _a === void 0 ? void 0 : _a.workDir;
46
46
  const summaryFile = core_2.fileManager.getLeakSummaryFile({ workDir });
47
47
  if (!fs_extra_1.default.existsSync(summaryFile)) {
48
- core_1.utils.haltOrThrow('No MemLab leak summary found. Please make sure "memlab explore" runs successfully first.');
48
+ core_1.utils.haltOrThrow('No MemLab leak summary found. Please make sure "memlab find-leaks" runs successfully first.');
49
49
  }
50
50
  const content = fs_extra_1.default.readFileSync(summaryFile, 'UTF-8');
51
51
  core_2.info.topLevel(content);
@@ -57,9 +57,10 @@ const TraceAllObjectsOption_1 = __importDefault(require("../../options/heap/Trac
57
57
  const LogTraceAsClusterOption_1 = __importDefault(require("../../options/heap/LogTraceAsClusterOption"));
58
58
  const CleanLoggerDataCommand_1 = __importDefault(require("../CleanLoggerDataCommand"));
59
59
  const LeakFilterFileOption_1 = __importDefault(require("../../options/heap/leak-filter/LeakFilterFileOption"));
60
+ const LeakClusterSizeThresholdOption_1 = __importDefault(require("../../options/heap/LeakClusterSizeThresholdOption"));
60
61
  class CheckLeakCommand extends BaseCommand_1.default {
61
62
  getCommandName() {
62
- return 'explore';
63
+ return 'find-leaks';
63
64
  }
64
65
  getDescription() {
65
66
  return 'find memory leaks in heap snapshots';
@@ -79,6 +80,7 @@ class CheckLeakCommand extends BaseCommand_1.default {
79
80
  new JSEngineOption_1.default(),
80
81
  new LeakFilterFileOption_1.default(),
81
82
  new OversizeThresholdOption_1.default(),
83
+ new LeakClusterSizeThresholdOption_1.default(),
82
84
  new TraceAllObjectsOption_1.default(),
83
85
  new LogTraceAsClusterOption_1.default(),
84
86
  ];
@@ -60,7 +60,7 @@ function calculateRetainerTrace() {
60
60
  }
61
61
  class GetRetainerTraceCommand extends BaseCommand_1.default {
62
62
  getCommandName() {
63
- return 'report';
63
+ return 'trace';
64
64
  }
65
65
  getDescription() {
66
66
  return 'report retainer trace of a specific node, use with --nodeId';
@@ -69,7 +69,7 @@ class GetRetainerTraceCommand extends BaseCommand_1.default {
69
69
  return BaseCommand_1.CommandCategory.COMMON;
70
70
  }
71
71
  getExamples() {
72
- return ['--nodeId=@3123123'];
72
+ return ['--node-id=@3123123'];
73
73
  }
74
74
  getOptions() {
75
75
  return [
@@ -21,24 +21,23 @@ Object.defineProperty(exports, "__esModule", { value: true });
21
21
  const core_1 = require("@memlab/core");
22
22
  class HeapNodeIdOption extends core_1.BaseOption {
23
23
  getOptionName() {
24
- return 'nodeId';
24
+ return 'node-id';
25
25
  }
26
26
  getDescription() {
27
27
  return 'set heap node ID';
28
28
  }
29
29
  getExampleValues() {
30
- return ['14123123', '@14123123'];
30
+ return ['94435', '@94435'];
31
31
  }
32
32
  parse(config, args) {
33
33
  return __awaiter(this, void 0, void 0, function* () {
34
- if (args[this.getOptionName()]) {
35
- if (!args.nodeId) {
36
- return;
34
+ const optionName = this.getOptionName();
35
+ const optionValue = args[optionName];
36
+ if (optionValue) {
37
+ if (typeof optionValue === 'string' && optionValue.startsWith('@')) {
38
+ args[optionName] = optionValue.slice(1);
37
39
  }
38
- if (typeof args.nodeId === 'string' && args.nodeId.startsWith('@')) {
39
- args.nodeId = args.nodeId.slice(1);
40
- }
41
- config.focusFiberNodeId = Number(args.nodeId);
40
+ config.focusFiberNodeId = Number(args[optionName]);
42
41
  }
43
42
  });
44
43
  }
@@ -0,0 +1,19 @@
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
+ * @emails oncall+ws_labs
8
+ * @format
9
+ */
10
+ import type { ParsedArgs } from 'minimist';
11
+ import type { MemLabConfig } from '@memlab/core';
12
+ import { BaseOption } from '@memlab/core';
13
+ export default class LeakClusterSizeThresholdOption extends BaseOption {
14
+ getOptionName(): string;
15
+ getDescription(): string;
16
+ getExampleValues(): string[];
17
+ parse(config: MemLabConfig, args: ParsedArgs): Promise<void>;
18
+ }
19
+ //# sourceMappingURL=LeakClusterSizeThresholdOption.d.ts.map
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ *
5
+ * This source code is licensed under the MIT license found in the
6
+ * LICENSE file in the root directory of this source tree.
7
+ *
8
+ * @emails oncall+ws_labs
9
+ * @format
10
+ */
11
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
12
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
13
+ return new (P || (P = Promise))(function (resolve, reject) {
14
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
15
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
16
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
17
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
18
+ });
19
+ };
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ const core_1 = require("@memlab/core");
22
+ class LeakClusterSizeThresholdOption extends core_1.BaseOption {
23
+ getOptionName() {
24
+ return 'ignore-leak-cluster-size-below';
25
+ }
26
+ getDescription() {
27
+ return 'ignore memory leaks with aggregated retained size smaller than the threshold';
28
+ }
29
+ getExampleValues() {
30
+ return ['1000', '1000000'];
31
+ }
32
+ parse(config, args) {
33
+ return __awaiter(this, void 0, void 0, function* () {
34
+ if (args[this.getOptionName()]) {
35
+ const sizeThreshold = parseInt(args[this.getOptionName()], 10);
36
+ if (!isNaN(sizeThreshold)) {
37
+ config.clusterRetainedSizeThreshold = sizeThreshold;
38
+ }
39
+ }
40
+ });
41
+ }
42
+ }
43
+ exports.default = LeakClusterSizeThresholdOption;
@@ -21,10 +21,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
21
21
  const core_1 = require("@memlab/core");
22
22
  class OversizeThresholdOption extends core_1.BaseOption {
23
23
  getOptionName() {
24
- return 'oversize-threshold';
24
+ return 'trace-object-size-above';
25
25
  }
26
26
  getDescription() {
27
- return ('set oversize threshold (in bytes), objects with retained size ' +
27
+ return ('objects with retained size (bytes) ' +
28
28
  'bigger than the threshold will be considered as leaks');
29
29
  }
30
30
  getExampleValues() {
@@ -7,6 +7,7 @@
7
7
  *
8
8
  * @emails oncall+ws_labs
9
9
  * @format
10
+ * @oncall ws_labs
10
11
  */
11
12
  module.exports = function leakFilter(node, _snapshot, _leakedNodeIds) {
12
13
  return node.retainedSize > 1000000;
package/package.json CHANGED
@@ -1,13 +1,18 @@
1
1
  {
2
2
  "name": "@memlab/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
+ "license": "MIT",
4
5
  "description": "command line interface for memlab",
5
- "keywords": [
6
- "cli"
7
- ],
8
6
  "author": "Liang Gong <lgong@fb.com>",
9
7
  "contributors": [],
10
- "license": "MIT",
8
+ "keywords": [
9
+ "cli",
10
+ "memlab",
11
+ "memory",
12
+ "leak",
13
+ "heap",
14
+ "snapshot"
15
+ ],
11
16
  "main": "dist/index.js",
12
17
  "files": [
13
18
  "dist"
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseCommand.d.ts","sourceRoot":"","sources":["../src/BaseCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAE,QAAQ,EAAC,MAAM,cAAc,CAAC;AACvD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,oBAAY,eAAe;IACzB,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,IAAI,SAAS;CACd;AAED,uBAAe,OAAO;IACpB,cAAc,IAAI,MAAM;IAUxB,OAAO,CAAC,aAAa,CAA+B;IAEpD,gBAAgB,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAI3C,gBAAgB,IAAI,QAAQ,CAAC,WAAW,CAAC;IAIzC,cAAc,IAAI,MAAM;IAOxB,mCAAmC,IAAI,UAAU,EAAE;CAyBpD;AAED,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,OAAO;IAG9C,cAAc,IAAI,MAAM;IAOxB,WAAW,IAAI,MAAM,EAAE;IAMvB,WAAW,IAAI,eAAe;IAM9B,cAAc,IAAI,MAAM;IAOxB,gBAAgB,IAAI,WAAW,EAAE;IAKjC,iBAAiB,IAAI,OAAO;IAK5B,UAAU,IAAI,UAAU,EAAE;IAQ1B,cAAc,IAAI,WAAW,EAAE;IAOzB,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAI/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Dispatcher.d.ts","sourceRoot":"","sources":["../src/Dispatcher.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,EAAC,YAAY,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAM5D,OAAO,WAAW,MAAM,eAAe,CAAC;AAQxC,aAAK,iBAAiB,GAAG;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,SAAS,CAAC;CAC9B,CAAC;AAYF,cAAM,iBAAiB;IACrB,OAAO,CAAC,OAAO,CAA2B;IAC1C,OAAO,CAAC,WAAW,CAAsB;IACzC,OAAO,CAAC,gBAAgB,CAA0B;IAClD,OAAO,CAAC,qBAAqB,CAAqB;;IAU5C,QAAQ,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;IA8BzC,YAAY,CAChB,OAAO,EAAE,WAAW,EACpB,MAAM,EAAE,YAAY,EACpB,IAAI,EAAE,UAAU,GACf,OAAO,CAAC,SAAS,CAAC;YAYP,UAAU;IA+ClB,kBAAkB,CACtB,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE,UAAU,EAChB,SAAS,EAAE,iBAAiB,GAC3B,OAAO,CAAC,IAAI,CAAC;YAuBF,MAAM;IAYpB,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,uBAAuB;CA6ChC;;AAED,wBAAuC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TypesThirdParty.d.ts","sourceRoot":"","sources":["../src/TypesThirdParty.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAEH,OAAO,QAAQ,aAAa,CAAC;IAC3B,UAAU,aAAa;QACrB,OAAO,EAAE,MAAM,CAAC;KACjB;IACD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,MAAM,EAAE,aAAa,GACpB,MAAM,CAAC,eAAe,CAAC;CAC3B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CleanLoggerDataCommand.d.ts","sourceRoot":"","sources":["../../src/commands/CleanLoggerDataCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAW,MAAM,cAAc,CAAC;AAEvD,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAc,UAAU,EAAC,MAAM,cAAc,CAAC;AAIrD,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,WAAW;IAC5D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,iBAAiB,IAAI,OAAO;IAI5B,UAAU,IAAI,UAAU,EAAE;IAIpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAK9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CleanRunDataCommand.d.ts","sourceRoot":"","sources":["../../src/commands/CleanRunDataCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAW,MAAM,cAAc,CAAC;AAEvD,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAc,UAAU,EAAC,MAAM,cAAc,CAAC;AAGrD,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,WAAW;IAC1D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,iBAAiB,IAAI,OAAO;IAI5B,UAAU,IAAI,UAAU,EAAE;IAIpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAI9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InitDirectoryCommand.d.ts","sourceRoot":"","sources":["../../src/commands/InitDirectoryCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAW,MAAM,cAAc,CAAC;AAEvD,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAsB,UAAU,EAAC,MAAM,cAAc,CAAC;AAG7D,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,WAAW;IAC3D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,iBAAiB,IAAI,OAAO;IAI5B,UAAU,IAAI,UAAU,EAAE;IAIpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAI9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListScenariosCommand.d.ts","sourceRoot":"","sources":["../../src/commands/ListScenariosCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAG7C,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAIzC,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,WAAW;IAC3D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAKlB,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAgB/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MemLabRunCommand.d.ts","sourceRoot":"","sources":["../../src/commands/MemLabRunCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAE,UAAU,EAAW,MAAM,cAAc,CAAC;AAKnE,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAMzC,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,WAAW;IACvD,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,MAAM,EAAE;IAIvB,gBAAgB,IAAI,WAAW,EAAE;IAQjC,UAAU,IAAI,UAAU,EAAE;IAIpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAU9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PrintSummaryCommand.d.ts","sourceRoot":"","sources":["../../src/commands/PrintSummaryCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAW,MAAM,cAAc,CAAC;AAIvD,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAoB,UAAU,EAAC,MAAM,cAAc,CAAC;AAG3D,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,WAAW;IAC1D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,iBAAiB,IAAI,OAAO;IAI5B,UAAU,IAAI,UAAU,EAAE;IAIpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAW9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResetDirectoryCommand.d.ts","sourceRoot":"","sources":["../../src/commands/ResetDirectoryCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAW,MAAM,cAAc,CAAC;AAEvD,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAsB,UAAU,EAAC,MAAM,cAAc,CAAC;AAG7D,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,WAAW;IAC5D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,UAAU,IAAI,UAAU,EAAE;IAIpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAK9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunMeasureCommand.d.ts","sourceRoot":"","sources":["../../src/commands/RunMeasureCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAE7C,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAgB,UAAU,EAAC,MAAM,cAAc,CAAC;AAkBvD,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,WAAW;IACxD,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,WAAW,EAAE;IAIjC,UAAU,IAAI,UAAU,EAAE;IAmBpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAS9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"WarmupAppCommand.d.ts","sourceRoot":"","sources":["../../src/commands/WarmupAppCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAE7C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAazC,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,WAAW;IACzD,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,WAAW,EAAE;IAIjC,UAAU,IAAI,UAAU,EAAE;IAcpB,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAG/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckLeakCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/heap/CheckLeakCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAC7C,OAAO,WAAW,EAAE,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAC,UAAU,EAAmB,MAAM,cAAc,CAAC;AAa1D,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,WAAW;IACvD,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,eAAe;IAI9B,gBAAgB,IAAI,WAAW,EAAE;IAIjC,UAAU,IAAI,UAAU,EAAE;IAepB,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAI/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetRetainerTraceCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/heap/GetRetainerTraceCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAW,MAAM,cAAc,CAAC;AAGvD,OAAO,WAAW,EAAE,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAC,UAAU,EAAkB,MAAM,cAAc,CAAC;AAYzD,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,WAAW;IAC9D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,eAAe;IAI9B,WAAW,IAAI,MAAM,EAAE;IAIvB,UAAU,IAAI,UAAU,EAAE;IASpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAO9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"HeapAnalysisCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/heap/HeapAnalysisCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAG7C,OAAO,WAAW,EAAE,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAO/D,MAAM,CAAC,OAAO,OAAO,sBAAuB,SAAQ,WAAW;IAC7D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,eAAe;IAI9B,gBAAgB,IAAI,WAAW,EAAE;IAIjC,cAAc,IAAI,WAAW,EAAE;IAU/B,WAAW,IAAI,MAAM,EAAE;IAIjB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAqB9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"HeapAnalysisSubCommandWrapper.d.ts","sourceRoot":"","sources":["../../../src/commands/heap/HeapAnalysisSubCommandWrapper.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAE7C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,WAAW,EAAE,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAC,YAAY,EAAC,MAAM,uBAAuB,CAAC;AAEnD,MAAM,CAAC,OAAO,OAAO,6BAA8B,SAAQ,WAAW;IACpE,OAAO,CAAC,YAAY,CAAe;gBAEvB,QAAQ,EAAE,YAAY;IAKlC,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,eAAe;IAI9B,UAAU,IAAI,UAAU,EAAE;IAIpB,GAAG,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAG9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"HelperCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/helper/HelperCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,KAAK,EAAC,UAAU,EAAE,UAAU,EAAW,MAAM,cAAc,CAAC;AAMnE,OAAO,WAA8B,MAAM,mBAAmB,CAAC;AAE/D,aAAK,YAAY,GAAG,UAAU,GAAG;IAC/B,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IAClC,OAAO,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,WAAW;IACpD,OAAO,CAAC,cAAc,CAA0B;IAChD,OAAO,CAAC,gBAAgB,CAAoB;IAI5C,cAAc,IAAI,MAAM;IAMxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,MAAM,EAAE;IAIvB,mBAAmB,CAAC,OAAO,EAAE,UAAU,EAAE,GAAG,IAAI;IAIhD,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,sBAAsB;IAY9B,OAAO,CAAC,mBAAmB;IAU3B,OAAO,CAAC,aAAa;IAiCrB,OAAO,CAAC,wBAAwB;IAmBhC,OAAO,CAAC,YAAY;IA+BpB,OAAO,CAAC,YAAY;YAkCN,yBAAyB;YAiBzB,6BAA6B;IA0CrC,GAAG,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC;CAehD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CommandOrder.d.ts","sourceRoot":"","sources":["../../../../src/commands/helper/lib/CommandOrder.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,SAAS,CAAC;;AA8B1C,wBAAgF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Types.d.ts","sourceRoot":"","sources":["../../../../src/commands/helper/lib/Types.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,WAAW,EAAE,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAElE,oBAAY,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB,CAAC;AAEF,oBAAY,YAAY,GAAG,KAAK,CAAC,gBAAgB,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryDefaultWorkDirCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/query/QueryDefaultWorkDirCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAC,UAAU,EAAO,MAAM,cAAc,CAAC;AAE9C,OAAO,WAAW,EAAE,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAc,UAAU,EAAC,MAAM,cAAc,CAAC;AAErD,MAAM,CAAC,OAAO,OAAO,0BAA2B,SAAQ,WAAW;IACjE,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,eAAe;IAI9B,UAAU,IAAI,UAAU,EAAE;IAKpB,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAG/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckXvfbSupportCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/snapshot/CheckXvfbSupportCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAG7C,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAG5C,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,WAAW;IAC9D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,iBAAiB,IAAI,OAAO;IAKtB,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAa/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Snapshot.d.ts","sourceRoot":"","sources":["../../../src/commands/snapshot/Snapshot.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAKH,wBAAsB,yBAAyB,IAAI,OAAO,CAAC,IAAI,CAAC,CAoB/D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TakeSnapshotCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/snapshot/TakeSnapshotCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAE7C,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAG5C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAiBxC,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,WAAW;IAC1D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,WAAW,EAAE;IAQjC,UAAU,IAAI,UAAU,EAAE;IAmBpB,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAG/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"WarmupAndSnapshotCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/snapshot/WarmupAndSnapshotCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAC7C,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAK5C,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,WAAW;IAC/D,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,WAAW,EAAE;IAS3B,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAG/C"}
@@ -1,11 +0,0 @@
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
- * @emails oncall+ws_labs
8
- * @format
9
- */
10
- export declare function startInteractionTests(): void;
11
- //# sourceMappingURL=BrowserTest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BrowserTest.d.ts","sourceRoot":"","sources":["../../../src/commands/test/BrowserTest.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AA+BH,wBAAgB,qBAAqB,IAAI,IAAI,CAI5C"}
@@ -1,41 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright (c) Meta Platforms, Inc. and affiliates.
4
- *
5
- * This source code is licensed under the MIT license found in the
6
- * LICENSE file in the root directory of this source tree.
7
- *
8
- * @emails oncall+ws_labs
9
- * @format
10
- */
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.startInteractionTests = void 0;
13
- const core_1 = require("@memlab/core");
14
- const e2e_1 = require("@memlab/e2e");
15
- let curTarget = 0;
16
- function getCommand(app, interaction) {
17
- const cmd = `memlab`;
18
- const args = [
19
- 'quick-interaction-test-single',
20
- `--app=${app}`,
21
- `--interaction=${interaction}`,
22
- ];
23
- const options = { msg: [cmd, ...args].join(' ') };
24
- return [cmd, args, options];
25
- }
26
- function nextCommand() {
27
- const targets = e2e_1.defaultTestPlanner.getAllTargets();
28
- // we've started all tasks in process
29
- if (curTarget === targets.length) {
30
- return null;
31
- }
32
- const target = targets[curTarget++];
33
- // @ts-expect-error unnecessary arg
34
- return getCommand(target.app, target.interaction, target.warmup);
35
- }
36
- function startInteractionTests() {
37
- core_1.config.runningMode = core_1.modes.get('interaction-test');
38
- const procManager = new core_1.ProcessManager();
39
- procManager.start(nextCommand);
40
- }
41
- exports.startInteractionTests = startInteractionTests;
@@ -1,19 +0,0 @@
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
- * @emails oncall+ws_labs
8
- * @format
9
- */
10
- import type { CLIOptions } from '@memlab/core';
11
- import BaseCommand, { CommandCategory } from '../../BaseCommand';
12
- export default class RunAllInteractionTestsCommand extends BaseCommand {
13
- getCommandName(): string;
14
- getDescription(): string;
15
- getCategory(): CommandCategory;
16
- getPrerequisites(): BaseCommand[];
17
- run(_options: CLIOptions): Promise<void>;
18
- }
19
- //# sourceMappingURL=RunAllInteractionTestsCommand.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunAllInteractionTestsCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/test/RunAllInteractionTestsCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAE7C,OAAO,WAAW,EAAE,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAK/D,MAAM,CAAC,OAAO,OAAO,6BAA8B,SAAQ,WAAW;IACpE,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,eAAe;IAI9B,gBAAgB,IAAI,WAAW,EAAE;IAK3B,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAG/C"}
@@ -1,71 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright (c) Meta Platforms, Inc. and affiliates.
4
- *
5
- * This source code is licensed under the MIT license found in the
6
- * LICENSE file in the root directory of this source tree.
7
- *
8
- * @emails oncall+ws_labs
9
- * @format
10
- */
11
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- var desc = Object.getOwnPropertyDescriptor(m, k);
14
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
15
- desc = { enumerable: true, get: function() { return m[k]; } };
16
- }
17
- Object.defineProperty(o, k2, desc);
18
- }) : (function(o, m, k, k2) {
19
- if (k2 === undefined) k2 = k;
20
- o[k2] = m[k];
21
- }));
22
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
- Object.defineProperty(o, "default", { enumerable: true, value: v });
24
- }) : function(o, v) {
25
- o["default"] = v;
26
- });
27
- var __importStar = (this && this.__importStar) || function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
35
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
36
- return new (P || (P = Promise))(function (resolve, reject) {
37
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
38
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
39
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
40
- step((generator = generator.apply(thisArg, _arguments || [])).next());
41
- });
42
- };
43
- var __importDefault = (this && this.__importDefault) || function (mod) {
44
- return (mod && mod.__esModule) ? mod : { "default": mod };
45
- };
46
- Object.defineProperty(exports, "__esModule", { value: true });
47
- const BaseCommand_1 = __importStar(require("../../BaseCommand"));
48
- const InitDirectoryCommand_1 = __importDefault(require("../InitDirectoryCommand"));
49
- const CleanRunDataCommand_1 = __importDefault(require("../CleanRunDataCommand"));
50
- const BrowserTest_1 = require("./BrowserTest");
51
- class RunAllInteractionTestsCommand extends BaseCommand_1.default {
52
- getCommandName() {
53
- return 'quick-interaction-test';
54
- }
55
- getDescription() {
56
- return 'Run all test scenarios in quick test mode';
57
- }
58
- getCategory() {
59
- return BaseCommand_1.CommandCategory.DEV;
60
- }
61
- getPrerequisites() {
62
- return [new CleanRunDataCommand_1.default(), new InitDirectoryCommand_1.default()];
63
- }
64
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
65
- run(_options) {
66
- return __awaiter(this, void 0, void 0, function* () {
67
- (0, BrowserTest_1.startInteractionTests)();
68
- });
69
- }
70
- }
71
- exports.default = RunAllInteractionTestsCommand;
@@ -1,19 +0,0 @@
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
- * @emails oncall+ws_labs
8
- * @format
9
- */
10
- import type { CLIOptions } from '@memlab/core';
11
- import BaseCommand, { CommandCategory } from '../../BaseCommand';
12
- export default class RunInteractionTestCommand extends BaseCommand {
13
- getCommandName(): string;
14
- getDescription(): string;
15
- getCategory(): CommandCategory;
16
- getPrerequisites(): BaseCommand[];
17
- run(_options: CLIOptions): Promise<void>;
18
- }
19
- //# sourceMappingURL=RunInteractionTestCommand.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunInteractionTestCommand.d.ts","sourceRoot":"","sources":["../../../src/commands/test/RunInteractionTestCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAC7C,OAAO,WAAW,EAAE,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAO/D,MAAM,CAAC,OAAO,OAAO,yBAA0B,SAAQ,WAAW;IAChE,cAAc,IAAI,MAAM;IAIxB,cAAc,IAAI,MAAM;IAIxB,WAAW,IAAI,eAAe;IAI9B,gBAAgB,IAAI,WAAW,EAAE;IAK3B,GAAG,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAK/C"}
@@ -1,75 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright (c) Meta Platforms, Inc. and affiliates.
4
- *
5
- * This source code is licensed under the MIT license found in the
6
- * LICENSE file in the root directory of this source tree.
7
- *
8
- * @emails oncall+ws_labs
9
- * @format
10
- */
11
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- var desc = Object.getOwnPropertyDescriptor(m, k);
14
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
15
- desc = { enumerable: true, get: function() { return m[k]; } };
16
- }
17
- Object.defineProperty(o, k2, desc);
18
- }) : (function(o, m, k, k2) {
19
- if (k2 === undefined) k2 = k;
20
- o[k2] = m[k];
21
- }));
22
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
- Object.defineProperty(o, "default", { enumerable: true, value: v });
24
- }) : function(o, v) {
25
- o["default"] = v;
26
- });
27
- var __importStar = (this && this.__importStar) || function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
35
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
36
- return new (P || (P = Promise))(function (resolve, reject) {
37
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
38
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
39
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
40
- step((generator = generator.apply(thisArg, _arguments || [])).next());
41
- });
42
- };
43
- var __importDefault = (this && this.__importDefault) || function (mod) {
44
- return (mod && mod.__esModule) ? mod : { "default": mod };
45
- };
46
- Object.defineProperty(exports, "__esModule", { value: true });
47
- const BaseCommand_1 = __importStar(require("../../BaseCommand"));
48
- const InitDirectoryCommand_1 = __importDefault(require("../InitDirectoryCommand"));
49
- const core_1 = require("@memlab/core");
50
- const CleanRunDataCommand_1 = __importDefault(require("../CleanRunDataCommand"));
51
- const Snapshot_1 = require("../snapshot/Snapshot");
52
- const api_1 = require("@memlab/api");
53
- class RunInteractionTestCommand extends BaseCommand_1.default {
54
- getCommandName() {
55
- return 'quick-interaction-test-single';
56
- }
57
- getDescription() {
58
- return 'Run test scenario in quick test mode';
59
- }
60
- getCategory() {
61
- return BaseCommand_1.CommandCategory.DEV;
62
- }
63
- getPrerequisites() {
64
- return [new CleanRunDataCommand_1.default(), new InitDirectoryCommand_1.default()];
65
- }
66
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
67
- run(_options) {
68
- return __awaiter(this, void 0, void 0, function* () {
69
- core_1.config.runningMode = core_1.modes.get('interaction-test', core_1.config);
70
- yield (0, api_1.warmup)();
71
- yield (0, Snapshot_1.runPageInteractionFromCLI)();
72
- });
73
- }
74
- }
75
- exports.default = RunInteractionTestCommand;
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppOption.d.ts","sourceRoot":"","sources":["../../src/options/AppOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,UAAU;IAC/C,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAOnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DebugOption.d.ts","sourceRoot":"","sources":["../../src/options/DebugOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,UAAU;IACjD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DisableXvfbOption.d.ts","sourceRoot":"","sources":["../../src/options/DisableXvfbOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,UAAU;IACvD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FullExecutionOption.d.ts","sourceRoot":"","sources":["../../src/options/FullExecutionOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,UAAU;IACzD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"HeapNodeIdOption.d.ts","sourceRoot":"","sources":["../../src/options/HeapNodeIdOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,UAAU;IACtD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAWnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"HelperOption.d.ts","sourceRoot":"","sources":["../../src/options/HelperOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,UAAU;IAClD,aAAa,IAAI,MAAM;IAIvB,iBAAiB,IAAI,MAAM;IAI3B,cAAc,IAAI,MAAM;IAKlB,KAAK,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAGrE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InteractionOption.d.ts","sourceRoot":"","sources":["../../src/options/InteractionOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,UAAU;IACvD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAOnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NumberOfRunsOption.d.ts","sourceRoot":"","sources":["../../src/options/NumberOfRunsOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,SAAS,EAAE,YAAY,EAAC,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,UAAU;IACxD,OAAc,gBAAgB,SAAM;IACpC,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,SAAS,CAAC;CAQxE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RemoteBrowserDebugOption.d.ts","sourceRoot":"","sources":["../../src/options/RemoteBrowserDebugOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,UAAU;IAC9D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RunningModeOption.d.ts","sourceRoot":"","sources":["../../src/options/RunningModeOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAQ,MAAM,cAAc,CAAC;AAE/C,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,UAAU;IACvD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ScenarioFileOption.d.ts","sourceRoot":"","sources":["../../src/options/ScenarioFileOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAQ,MAAM,cAAc,CAAC;AAG/C,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,UAAU;IACxD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAQnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SetContinuousTestOption.d.ts","sourceRoot":"","sources":["../../src/options/SetContinuousTestOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,UAAU;IAC7D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SetDeviceOption.d.ts","sourceRoot":"","sources":["../../src/options/SetDeviceOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAW,MAAM,cAAc,CAAC;AASlD,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,UAAU;IACrD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SetWorkingDirectoryOption.d.ts","sourceRoot":"","sources":["../../src/options/SetWorkingDirectoryOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAY,YAAY,EAAC,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,yBAA0B,SAAQ,UAAU;IAC/D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CACT,MAAM,EAAE,YAAY,EACpB,IAAI,EAAE,UAAU,GACf,OAAO,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAC,CAAC;CAQ/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SilentOption.d.ts","sourceRoot":"","sources":["../../src/options/SilentOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,UAAU;IAClD,aAAa,IAAI,MAAM;IAIvB,iBAAiB,IAAI,MAAM;IAI3B,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkipExtraOperationOption.d.ts","sourceRoot":"","sources":["../../src/options/SkipExtraOperationOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,UAAU;IAC9D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkipGCOption.d.ts","sourceRoot":"","sources":["../../src/options/SkipGCOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,UAAU;IAClD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkipScreenshotOption.d.ts","sourceRoot":"","sources":["../../src/options/SkipScreenshotOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,UAAU;IAC1D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkipScrollOption.d.ts","sourceRoot":"","sources":["../../src/options/SkipScrollOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,UAAU;IACtD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkipSnapshotOption.d.ts","sourceRoot":"","sources":["../../src/options/SkipSnapshotOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,UAAU;IACxD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkipWarmupOption.d.ts","sourceRoot":"","sources":["../../src/options/SkipWarmupOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,UAAU;IACtD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"VerboseOption.d.ts","sourceRoot":"","sources":["../../src/options/VerboseOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,UAAU;IACnD,aAAa,IAAI,MAAM;IAIvB,iBAAiB,IAAI,MAAM,GAAG,IAAI;IAIlC,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaselineFileOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/BaselineFileOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAC,UAAU,EAAE,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,UAAU;IACxD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAcnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FinalFileOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/FinalFileOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAC,UAAU,EAAE,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,UAAU;IACrD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAcnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"JSEngineOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/JSEngineOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAC,UAAU,EAAE,YAAY,EAAkB,MAAM,cAAc,CAAC;AAEvE,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,UAAU;IACpD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAanE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LogTraceAsClusterOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/LogTraceAsClusterOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,UAAU;IAC7D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAKnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OversizeThresholdOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/OversizeThresholdOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,UAAU;IAC7D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAOxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CASnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SnapshotDirectoryOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/SnapshotDirectoryOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAC,UAAU,EAAE,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,UAAU;IAC7D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAWnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SnapshotFileOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/SnapshotFileOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAC,UAAU,EAAE,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,UAAU;IACxD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAWnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TargetFileOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/TargetFileOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAC,UAAU,EAAE,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,UAAU;IACtD,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAcnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TraceAllObjectsOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/TraceAllObjectsOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,UAAU;IAC3D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIlB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAMnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LeakFilterFileOption.d.ts","sourceRoot":"","sources":["../../../../src/options/heap/leak-filter/LeakFilterFileOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAQ,MAAM,cAAc,CAAC;AAE/C,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,UAAU;IAC1D,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAIxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAMnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FilterLib.d.ts","sourceRoot":"","sources":["../../../../../src/options/heap/leak-filter/examples/FilterLib.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAC,aAAa,EAAQ,MAAM,cAAc,CAAC;AAElD,wBAAgB,OAAO,CAAC,QAAQ,EAAE,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAcvE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dup-string-as-leak.example-1.d.ts","sourceRoot":"","sources":["../../../../../src/options/heap/leak-filter/examples/dup-string-as-leak.example-1.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAC,SAAS,EAAE,aAAa,EAAE,aAAa,EAAQ,MAAM,cAAc,CAAC;AAK5E,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,aAAa,EAEvB,cAAc,EAAE,aAAa,GAC5B,IAAI,CAEN;AAGD,wBAAgB,UAAU,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO,CAMnD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dup-string-as-leak.example-2.d.ts","sourceRoot":"","sources":["../../../../../src/options/heap/leak-filter/examples/dup-string-as-leak.example-2.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAC,SAAS,EAAE,aAAa,EAAE,aAAa,EAAQ,MAAM,cAAc,CAAC;;;;;AAsB5E,wBAA8C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"large-object-as-leak.example.d.ts","sourceRoot":"","sources":["../../../../../src/options/heap/leak-filter/examples/large-object-as-leak.example.js"],"names":[],"mappings":"AAUiB,mFAEhB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"runner.d.ts","sourceRoot":"","sources":["../src/runner.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAMH,wBAAsB,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC,CAGzC"}