@loadmill/core 0.3.139 → 0.3.141
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/dist/assertions/index.d.ts +32 -0
- package/dist/assertions/index.js +52 -0
- package/dist/assertions/index.js.map +1 -0
- package/dist/code-step/index.d.ts +23 -0
- package/dist/code-step/index.js +97 -0
- package/dist/code-step/index.js.map +1 -0
- package/dist/conf/defaults.d.ts +1 -0
- package/dist/conf/defaults.js +11 -0
- package/dist/conf/defaults.js.map +1 -0
- package/dist/conf/extrema.d.ts +7 -0
- package/dist/conf/extrema.js +12 -0
- package/dist/conf/extrema.js.map +1 -0
- package/dist/conf/index.d.ts +15 -0
- package/dist/conf/index.js +80 -0
- package/dist/conf/index.js.map +1 -0
- package/dist/conf/notifications.d.ts +2 -0
- package/dist/conf/notifications.js +19 -0
- package/dist/conf/notifications.js.map +1 -0
- package/dist/conf/types.d.ts +122 -0
- package/dist/conf/types.js +38 -0
- package/dist/conf/types.js.map +1 -0
- package/dist/conf/validate.d.ts +69 -0
- package/dist/conf/validate.js +509 -0
- package/dist/conf/validate.js.map +1 -0
- package/dist/distributed-logger-reporter.d.ts +3 -0
- package/dist/distributed-logger-reporter.js +74 -0
- package/dist/distributed-logger-reporter.js.map +1 -0
- package/dist/echo/firehose.d.ts +7 -0
- package/dist/echo/firehose.js +130 -0
- package/dist/echo/firehose.js.map +1 -0
- package/dist/echo/index.d.ts +3 -0
- package/dist/echo/index.js +8 -0
- package/dist/echo/index.js.map +1 -0
- package/dist/echo/stats.d.ts +8 -0
- package/dist/echo/stats.js +152 -0
- package/dist/echo/stats.js.map +1 -0
- package/dist/extract-and-assert-step/index.d.ts +29 -0
- package/dist/extract-and-assert-step/index.js +108 -0
- package/dist/extract-and-assert-step/index.js.map +1 -0
- package/dist/extractions/index.d.ts +36 -0
- package/dist/extractions/index.js +49 -0
- package/dist/extractions/index.js.map +1 -0
- package/dist/har/index.d.ts +71 -0
- package/dist/har/index.js +61 -0
- package/dist/har/index.js.map +1 -0
- package/dist/labels/constants.d.ts +1 -0
- package/dist/labels/constants.js +5 -0
- package/dist/labels/constants.js.map +1 -0
- package/dist/multipart-form-data/files.d.ts +2 -0
- package/dist/multipart-form-data/files.js +63 -0
- package/dist/multipart-form-data/files.js.map +1 -0
- package/dist/multipart-form-data/form-data-utils.d.ts +19 -0
- package/dist/multipart-form-data/form-data-utils.js +118 -0
- package/dist/multipart-form-data/form-data-utils.js.map +1 -0
- package/dist/multipart-form-data/is-binary-file.d.ts +2 -0
- package/dist/multipart-form-data/is-binary-file.js +215 -0
- package/dist/multipart-form-data/is-binary-file.js.map +1 -0
- package/dist/multipart-form-data/multipart-text-to-post-form-data.d.ts +3 -0
- package/dist/multipart-form-data/multipart-text-to-post-form-data.js +93 -0
- package/dist/multipart-form-data/multipart-text-to-post-form-data.js.map +1 -0
- package/dist/parameters/extractions.d.ts +27 -0
- package/dist/parameters/extractions.js +51 -0
- package/dist/parameters/extractions.js.map +1 -0
- package/dist/parameters/extractors/cheerio-extractor.d.ts +11 -0
- package/dist/parameters/extractors/cheerio-extractor.js +84 -0
- package/dist/parameters/extractors/cheerio-extractor.js.map +1 -0
- package/dist/parameters/extractors/expression-extractor.d.ts +6 -0
- package/dist/parameters/extractors/expression-extractor.js +38 -0
- package/dist/parameters/extractors/expression-extractor.js.map +1 -0
- package/dist/parameters/extractors/extractor.d.ts +3 -0
- package/dist/parameters/extractors/extractor.js +3 -0
- package/dist/parameters/extractors/extractor.js.map +1 -0
- package/dist/parameters/extractors/header-extractor.d.ts +7 -0
- package/dist/parameters/extractors/header-extractor.js +51 -0
- package/dist/parameters/extractors/header-extractor.js.map +1 -0
- package/dist/parameters/extractors/index.d.ts +10 -0
- package/dist/parameters/extractors/index.js +20 -0
- package/dist/parameters/extractors/index.js.map +1 -0
- package/dist/parameters/extractors/json-path-extractor.d.ts +11 -0
- package/dist/parameters/extractors/json-path-extractor.js +127 -0
- package/dist/parameters/extractors/json-path-extractor.js.map +1 -0
- package/dist/parameters/extractors/parametrized-extractor.d.ts +10 -0
- package/dist/parameters/extractors/parametrized-extractor.js +34 -0
- package/dist/parameters/extractors/parametrized-extractor.js.map +1 -0
- package/dist/parameters/extractors/regex-extractor.d.ts +7 -0
- package/dist/parameters/extractors/regex-extractor.js +46 -0
- package/dist/parameters/extractors/regex-extractor.js.map +1 -0
- package/dist/parameters/extractors/regex-matcher.d.ts +1 -0
- package/dist/parameters/extractors/regex-matcher.js +22 -0
- package/dist/parameters/extractors/regex-matcher.js.map +1 -0
- package/dist/parameters/extractors/ws-extractor.d.ts +33 -0
- package/dist/parameters/extractors/ws-extractor.js +215 -0
- package/dist/parameters/extractors/ws-extractor.js.map +1 -0
- package/dist/parameters/extractors/x-path-extractor.d.ts +9 -0
- package/dist/parameters/extractors/x-path-extractor.js +77 -0
- package/dist/parameters/extractors/x-path-extractor.js.map +1 -0
- package/dist/parameters/generate-random.d.ts +13 -0
- package/dist/parameters/generate-random.js +108 -0
- package/dist/parameters/generate-random.js.map +1 -0
- package/dist/parameters/html-utils.d.ts +1 -0
- package/dist/parameters/html-utils.js +18 -0
- package/dist/parameters/html-utils.js.map +1 -0
- package/dist/parameters/index.d.ts +94 -0
- package/dist/parameters/index.js +619 -0
- package/dist/parameters/index.js.map +1 -0
- package/dist/parameters/json-path-utils.d.ts +1 -0
- package/dist/parameters/json-path-utils.js +16 -0
- package/dist/parameters/json-path-utils.js.map +1 -0
- package/dist/parameters/operators/binary-operator.d.ts +13 -0
- package/dist/parameters/operators/binary-operator.js +39 -0
- package/dist/parameters/operators/binary-operator.js.map +1 -0
- package/dist/parameters/operators/index.d.ts +5 -0
- package/dist/parameters/operators/index.js +21 -0
- package/dist/parameters/operators/index.js.map +1 -0
- package/dist/parameters/parameter-functions/aws-cognito.d.ts +3 -0
- package/dist/parameters/parameter-functions/aws-cognito.js +119 -0
- package/dist/parameters/parameter-functions/aws-cognito.js.map +1 -0
- package/dist/parameters/parameter-functions/boolean-parameter-functions.d.ts +12 -0
- package/dist/parameters/parameter-functions/boolean-parameter-functions.js +47 -0
- package/dist/parameters/parameter-functions/boolean-parameter-functions.js.map +1 -0
- package/dist/parameters/parameter-functions/crypto.d.ts +11 -0
- package/dist/parameters/parameter-functions/crypto.js +71 -0
- package/dist/parameters/parameter-functions/crypto.js.map +1 -0
- package/dist/parameters/parameter-functions/json-schema.d.ts +1 -0
- package/dist/parameters/parameter-functions/json-schema.js +33 -0
- package/dist/parameters/parameter-functions/json-schema.js.map +1 -0
- package/dist/parameters/parameter-functions/numeric-input-parameter-functions.d.ts +11 -0
- package/dist/parameters/parameter-functions/numeric-input-parameter-functions.js +34 -0
- package/dist/parameters/parameter-functions/numeric-input-parameter-functions.js.map +1 -0
- package/dist/parameters/parameter-functions/numeric-parameter-functions.d.ts +15 -0
- package/dist/parameters/parameter-functions/numeric-parameter-functions.js +56 -0
- package/dist/parameters/parameter-functions/numeric-parameter-functions.js.map +1 -0
- package/dist/parameters/parameter-functions/parameter-function-utils.d.ts +5 -0
- package/dist/parameters/parameter-functions/parameter-function-utils.js +82 -0
- package/dist/parameters/parameter-functions/parameter-function-utils.js.map +1 -0
- package/dist/parameters/parameter-functions/parameter-function.d.ts +6 -0
- package/dist/parameters/parameter-functions/parameter-function.js +28 -0
- package/dist/parameters/parameter-functions/parameter-function.js.map +1 -0
- package/dist/parameters/parameter-functions/parameter-functions.d.ts +7 -0
- package/dist/parameters/parameter-functions/parameter-functions.js +53 -0
- package/dist/parameters/parameter-functions/parameter-functions.js.map +1 -0
- package/dist/parameters/parameter-functions/random-parameter-functions.d.ts +1 -0
- package/dist/parameters/parameter-functions/random-parameter-functions.js +43 -0
- package/dist/parameters/parameter-functions/random-parameter-functions.js.map +1 -0
- package/dist/parameters/parameter-functions/textual-parameter-functions.d.ts +72 -0
- package/dist/parameters/parameter-functions/textual-parameter-functions.js +389 -0
- package/dist/parameters/parameter-functions/textual-parameter-functions.js.map +1 -0
- package/dist/parameters/parameter-name-utils.d.ts +6 -0
- package/dist/parameters/parameter-name-utils.js +124 -0
- package/dist/parameters/parameter-name-utils.js.map +1 -0
- package/dist/parameters/parameter-regex-providers.d.ts +24 -0
- package/dist/parameters/parameter-regex-providers.js +70 -0
- package/dist/parameters/parameter-regex-providers.js.map +1 -0
- package/dist/parameters/resolvers/random-parameters-resolver.d.ts +1 -0
- package/dist/parameters/resolvers/random-parameters-resolver.js +12 -0
- package/dist/parameters/resolvers/random-parameters-resolver.js.map +1 -0
- package/dist/parameters/type.d.ts +10 -0
- package/dist/parameters/type.js +9 -0
- package/dist/parameters/type.js.map +1 -0
- package/dist/parameters/value-utils.d.ts +5 -0
- package/dist/parameters/value-utils.js +44 -0
- package/dist/parameters/value-utils.js.map +1 -0
- package/dist/request/index.d.ts +174 -0
- package/dist/request/index.js +356 -0
- package/dist/request/index.js.map +1 -0
- package/dist/schema/json-schema-generator.d.ts +20 -0
- package/dist/schema/json-schema-generator.js +135 -0
- package/dist/schema/json-schema-generator.js.map +1 -0
- package/dist/signals.d.ts +4 -0
- package/dist/signals.js +9 -0
- package/dist/signals.js.map +1 -0
- package/dist/socket-events/index.d.ts +13 -0
- package/dist/socket-events/index.js +17 -0
- package/dist/socket-events/index.js.map +1 -0
- package/dist/step/assertable.d.ts +4 -0
- package/dist/step/assertable.js +3 -0
- package/dist/step/assertable.js.map +1 -0
- package/dist/step/codeable.d.ts +3 -0
- package/dist/step/codeable.js +3 -0
- package/dist/step/codeable.js.map +1 -0
- package/dist/step/extractable.d.ts +4 -0
- package/dist/step/extractable.js +3 -0
- package/dist/step/extractable.js.map +1 -0
- package/dist/step/index.d.ts +72 -0
- package/dist/step/index.js +71 -0
- package/dist/step/index.js.map +1 -0
- package/dist/step/step-type.d.ts +4 -0
- package/dist/step/step-type.js +3 -0
- package/dist/step/step-type.js.map +1 -0
- package/dist/step/type-guards.d.ts +7 -0
- package/dist/step/type-guards.js +18 -0
- package/dist/step/type-guards.js.map +1 -0
- package/dist/subset/index.d.ts +3 -0
- package/dist/subset/index.js +8 -0
- package/dist/subset/index.js.map +1 -0
- package/dist/subset/is-subset.d.ts +2 -0
- package/dist/subset/is-subset.js +29 -0
- package/dist/subset/is-subset.js.map +1 -0
- package/dist/subset/json-contains.d.ts +1 -0
- package/dist/subset/json-contains.js +24 -0
- package/dist/subset/json-contains.js.map +1 -0
- package/dist/team-options/constants.d.ts +3 -0
- package/dist/team-options/constants.js +7 -0
- package/dist/team-options/constants.js.map +1 -0
- package/dist/xml/decode.d.ts +2 -0
- package/dist/xml/decode.js +91 -0
- package/dist/xml/decode.js.map +1 -0
- package/dist/xml/encode.d.ts +1 -0
- package/dist/xml/encode.js +14 -0
- package/dist/xml/encode.js.map +1 -0
- package/dist/xml/escape-reserved-chars.d.ts +6 -0
- package/dist/xml/escape-reserved-chars.js +57 -0
- package/dist/xml/escape-reserved-chars.js.map +1 -0
- package/dist/xml/is-xml.d.ts +1 -0
- package/dist/xml/is-xml.js +9 -0
- package/dist/xml/is-xml.js.map +1 -0
- package/dist/xml/json-to-xml.d.ts +2 -0
- package/dist/xml/json-to-xml.js +11 -0
- package/dist/xml/json-to-xml.js.map +1 -0
- package/dist/xml/namespaces.d.ts +7 -0
- package/dist/xml/namespaces.js +16 -0
- package/dist/xml/namespaces.js.map +1 -0
- package/dist/xml/remove-invisible-chars.d.ts +2 -0
- package/dist/xml/remove-invisible-chars.js +13 -0
- package/dist/xml/remove-invisible-chars.js.map +1 -0
- package/dist/xml/replace-s-tags.d.ts +4 -0
- package/dist/xml/replace-s-tags.js +21 -0
- package/dist/xml/replace-s-tags.js.map +1 -0
- package/dist/xml/xml-to-json.d.ts +7 -0
- package/dist/xml/xml-to-json.js +21 -0
- package/dist/xml/xml-to-json.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,356 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
14
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
|
+
if (mod && mod.__esModule) return mod;
|
|
16
|
+
var result = {};
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
19
|
+
return result;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.RequestType = exports.WsMessageType = exports.ConfMimeTypes = exports.getResponseText = exports.isGRPCRequest = exports.isHTTPRequest = exports.isWSRequest = exports.EXCLUDES = exports.CachePenetrationModes = exports.BodyTypes = exports.isReservedHeader = exports.toHeaders = exports.createRequest = exports.resolveUrl = exports.LoadmillRequest = exports.ALLOWED_RESPONSE_STATUSES = exports.supportedMethods = exports.DEFAULT_REQUEST_TIMEOUT = void 0;
|
|
23
|
+
var flatMap = require("lodash/flatMap");
|
|
24
|
+
var uriUtils = __importStar(require("@loadmill/universal/dist/uri-utils"));
|
|
25
|
+
var parameters_1 = require("../parameters");
|
|
26
|
+
var har_1 = require("../har");
|
|
27
|
+
var step_1 = require("../step");
|
|
28
|
+
Object.defineProperty(exports, "RequestType", { enumerable: true, get: function () { return step_1.StepFlowType; } });
|
|
29
|
+
var extractions_1 = require("../extractions");
|
|
30
|
+
var assertions_1 = require("../assertions");
|
|
31
|
+
exports.DEFAULT_REQUEST_TIMEOUT = 25000;
|
|
32
|
+
exports.supportedMethods = {
|
|
33
|
+
GET: 'GET',
|
|
34
|
+
POST: 'POST',
|
|
35
|
+
PUT: 'PUT',
|
|
36
|
+
DELETE: 'DELETE',
|
|
37
|
+
PATCH: 'PATCH',
|
|
38
|
+
};
|
|
39
|
+
exports.ALLOWED_RESPONSE_STATUSES = { SUCCESS: 'SUCCESS', ERROR: 'ERROR', ANY: 'ANY' };
|
|
40
|
+
/**
|
|
41
|
+
* This class represents an HTTP request to be performed in the course of a load test.
|
|
42
|
+
*
|
|
43
|
+
* @property url The URL of the request (parameterizable).
|
|
44
|
+
* @property method The HTTP method.
|
|
45
|
+
* @property headers An array of headers to add to the request (values parameterizable).
|
|
46
|
+
* @property postData The content of the request (text parameterizable).
|
|
47
|
+
* @property delay The delay between this request and the previous one in milliseconds. This property is ignored for the first request.
|
|
48
|
+
* @property timeout The time to wait for the request to finish in milliseconds.
|
|
49
|
+
* @property extract A dictionary of parameter extractions.
|
|
50
|
+
* @property assert An array or dictionary of assertions.
|
|
51
|
+
* @property expectedStatus The expected status of the http response SUCCESS for 2XX-3XX, ERROR for 4XX-5XX.
|
|
52
|
+
*/
|
|
53
|
+
var LoadmillRequest = /** @class */ (function () {
|
|
54
|
+
function LoadmillRequest(url) {
|
|
55
|
+
Object.defineProperty(this, "url", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
configurable: true,
|
|
58
|
+
writable: true,
|
|
59
|
+
value: url
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(this, "type", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
configurable: true,
|
|
64
|
+
writable: true,
|
|
65
|
+
value: void 0
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(this, "id", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
configurable: true,
|
|
70
|
+
writable: true,
|
|
71
|
+
value: void 0
|
|
72
|
+
});
|
|
73
|
+
Object.defineProperty(this, "auth", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
configurable: true,
|
|
76
|
+
writable: true,
|
|
77
|
+
value: void 0
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(this, "stopBefore", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
configurable: true,
|
|
82
|
+
writable: true,
|
|
83
|
+
value: void 0
|
|
84
|
+
});
|
|
85
|
+
Object.defineProperty(this, "skipBefore", {
|
|
86
|
+
enumerable: true,
|
|
87
|
+
configurable: true,
|
|
88
|
+
writable: true,
|
|
89
|
+
value: void 0
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(this, "loop", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
configurable: true,
|
|
94
|
+
writable: true,
|
|
95
|
+
value: void 0
|
|
96
|
+
});
|
|
97
|
+
Object.defineProperty(this, "useCookies", {
|
|
98
|
+
enumerable: true,
|
|
99
|
+
configurable: true,
|
|
100
|
+
writable: true,
|
|
101
|
+
value: void 0
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(this, "description", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
configurable: true,
|
|
106
|
+
writable: true,
|
|
107
|
+
value: void 0
|
|
108
|
+
});
|
|
109
|
+
Object.defineProperty(this, "delay", {
|
|
110
|
+
enumerable: true,
|
|
111
|
+
configurable: true,
|
|
112
|
+
writable: true,
|
|
113
|
+
value: void 0
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(this, "postData", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
configurable: true,
|
|
118
|
+
writable: true,
|
|
119
|
+
value: void 0
|
|
120
|
+
});
|
|
121
|
+
Object.defineProperty(this, "postFormData", {
|
|
122
|
+
enumerable: true,
|
|
123
|
+
configurable: true,
|
|
124
|
+
writable: true,
|
|
125
|
+
value: void 0
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(this, "graphqlPostData", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
configurable: true,
|
|
130
|
+
writable: true,
|
|
131
|
+
value: void 0
|
|
132
|
+
});
|
|
133
|
+
Object.defineProperty(this, "file", {
|
|
134
|
+
enumerable: true,
|
|
135
|
+
configurable: true,
|
|
136
|
+
writable: true,
|
|
137
|
+
value: void 0
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(this, "grpc", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
configurable: true,
|
|
142
|
+
writable: true,
|
|
143
|
+
value: void 0
|
|
144
|
+
});
|
|
145
|
+
Object.defineProperty(this, "cachePenetration", {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
configurable: true,
|
|
148
|
+
writable: true,
|
|
149
|
+
value: void 0
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(this, "method", {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
configurable: true,
|
|
154
|
+
writable: true,
|
|
155
|
+
value: 'GET'
|
|
156
|
+
});
|
|
157
|
+
Object.defineProperty(this, "headers", {
|
|
158
|
+
enumerable: true,
|
|
159
|
+
configurable: true,
|
|
160
|
+
writable: true,
|
|
161
|
+
value: void 0
|
|
162
|
+
});
|
|
163
|
+
Object.defineProperty(this, "assert", {
|
|
164
|
+
enumerable: true,
|
|
165
|
+
configurable: true,
|
|
166
|
+
writable: true,
|
|
167
|
+
value: void 0
|
|
168
|
+
});
|
|
169
|
+
Object.defineProperty(this, "extract", {
|
|
170
|
+
enumerable: true,
|
|
171
|
+
configurable: true,
|
|
172
|
+
writable: true,
|
|
173
|
+
value: void 0
|
|
174
|
+
});
|
|
175
|
+
Object.defineProperty(this, "postScript", {
|
|
176
|
+
enumerable: true,
|
|
177
|
+
configurable: true,
|
|
178
|
+
writable: true,
|
|
179
|
+
value: void 0
|
|
180
|
+
});
|
|
181
|
+
Object.defineProperty(this, "disabled", {
|
|
182
|
+
enumerable: true,
|
|
183
|
+
configurable: true,
|
|
184
|
+
writable: true,
|
|
185
|
+
value: void 0
|
|
186
|
+
});
|
|
187
|
+
Object.defineProperty(this, "timeout", {
|
|
188
|
+
enumerable: true,
|
|
189
|
+
configurable: true,
|
|
190
|
+
writable: true,
|
|
191
|
+
value: void 0
|
|
192
|
+
});
|
|
193
|
+
Object.defineProperty(this, "expectedStatus", {
|
|
194
|
+
enumerable: true,
|
|
195
|
+
configurable: true,
|
|
196
|
+
writable: true,
|
|
197
|
+
value: void 0
|
|
198
|
+
});
|
|
199
|
+
Object.defineProperty(this, "noRedirects", {
|
|
200
|
+
enumerable: true,
|
|
201
|
+
configurable: true,
|
|
202
|
+
writable: true,
|
|
203
|
+
value: void 0
|
|
204
|
+
});
|
|
205
|
+
Object.defineProperty(this, "meta", {
|
|
206
|
+
enumerable: true,
|
|
207
|
+
configurable: true,
|
|
208
|
+
writable: true,
|
|
209
|
+
value: void 0
|
|
210
|
+
});
|
|
211
|
+
this.type = step_1.StepTypes.REQUEST;
|
|
212
|
+
}
|
|
213
|
+
return LoadmillRequest;
|
|
214
|
+
}());
|
|
215
|
+
exports.LoadmillRequest = LoadmillRequest;
|
|
216
|
+
function resolveUrl(url, parameters, onError) {
|
|
217
|
+
return uriUtils.withProtocol(parameters_1.parameterUtils.resolveExpression(url, parameters, onError));
|
|
218
|
+
}
|
|
219
|
+
exports.resolveUrl = resolveUrl;
|
|
220
|
+
/**
|
|
221
|
+
* This function should be able to take any object/json and either make a VALID LoadmillRequest out of it
|
|
222
|
+
* or fail with a meaningful error message.
|
|
223
|
+
*/
|
|
224
|
+
function createRequest(from) {
|
|
225
|
+
var url = from.url, assert = from.assert, method = from.method, extract = from.extract, headers = from.headers, postData = from.postData, postFormData = from.postFormData, graphqlPostData = from.graphqlPostData, file = from.file, postScript = from.postScript, noRedirects = from.noRedirects, grpc = from.grpc;
|
|
226
|
+
var request = step_1.createStep(from, new LoadmillRequest(url));
|
|
227
|
+
if (method) {
|
|
228
|
+
request.method = method;
|
|
229
|
+
}
|
|
230
|
+
if (headers) {
|
|
231
|
+
request.headers = toHeaders(headers);
|
|
232
|
+
}
|
|
233
|
+
if (postData) {
|
|
234
|
+
request.postData = {
|
|
235
|
+
text: postData.text,
|
|
236
|
+
mimeType: postData.mimeType,
|
|
237
|
+
params: postData.params
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
if (postFormData) {
|
|
241
|
+
request.postFormData = postFormData;
|
|
242
|
+
}
|
|
243
|
+
if (graphqlPostData) {
|
|
244
|
+
request.graphqlPostData = graphqlPostData;
|
|
245
|
+
}
|
|
246
|
+
if (file) {
|
|
247
|
+
request.file = file;
|
|
248
|
+
}
|
|
249
|
+
if (extract) {
|
|
250
|
+
request.extract = extractions_1.toExtractions(extract);
|
|
251
|
+
}
|
|
252
|
+
if (assert) {
|
|
253
|
+
request.assert = assertions_1.toAssertions(assert);
|
|
254
|
+
}
|
|
255
|
+
if (postScript !== undefined) {
|
|
256
|
+
request.postScript = postScript;
|
|
257
|
+
}
|
|
258
|
+
if (noRedirects !== undefined) {
|
|
259
|
+
request.noRedirects = noRedirects;
|
|
260
|
+
}
|
|
261
|
+
if (grpc) {
|
|
262
|
+
request.grpc = grpc;
|
|
263
|
+
}
|
|
264
|
+
return request;
|
|
265
|
+
}
|
|
266
|
+
exports.createRequest = createRequest;
|
|
267
|
+
function toHeaders(headers) {
|
|
268
|
+
return flatMap(headers, function (value, key) {
|
|
269
|
+
var res = [];
|
|
270
|
+
if (typeof key === 'string') {
|
|
271
|
+
pushHeader(value, key, res);
|
|
272
|
+
}
|
|
273
|
+
else {
|
|
274
|
+
Object.keys(value).map(function (innerKey) {
|
|
275
|
+
var innerValue = value[innerKey];
|
|
276
|
+
pushHeader(innerValue, innerKey, res);
|
|
277
|
+
});
|
|
278
|
+
}
|
|
279
|
+
return res;
|
|
280
|
+
});
|
|
281
|
+
}
|
|
282
|
+
exports.toHeaders = toHeaders;
|
|
283
|
+
exports.isReservedHeader = har_1.isReservedHeader;
|
|
284
|
+
function pushHeader(value, name, to) {
|
|
285
|
+
to.push(singleton(value, name));
|
|
286
|
+
}
|
|
287
|
+
function singleton(value, name) {
|
|
288
|
+
var _a;
|
|
289
|
+
return _a = {}, _a[name] = value, _a;
|
|
290
|
+
}
|
|
291
|
+
var BodyTypes;
|
|
292
|
+
(function (BodyTypes) {
|
|
293
|
+
BodyTypes["POST_DATA"] = "postData";
|
|
294
|
+
BodyTypes["URLENCODED"] = "urlencoded";
|
|
295
|
+
BodyTypes["FORM_DATA"] = "postFormData";
|
|
296
|
+
BodyTypes["RAW_FILE"] = "rawFile";
|
|
297
|
+
BodyTypes["GRAPHQL"] = "GraphQL";
|
|
298
|
+
})(BodyTypes = exports.BodyTypes || (exports.BodyTypes = {}));
|
|
299
|
+
var CachePenetrationModes;
|
|
300
|
+
(function (CachePenetrationModes) {
|
|
301
|
+
CachePenetrationModes["none"] = "none";
|
|
302
|
+
CachePenetrationModes["def"] = "default";
|
|
303
|
+
CachePenetrationModes["alwaysQuery"] = "always-query";
|
|
304
|
+
CachePenetrationModes["alwaysHeader"] = "always-header";
|
|
305
|
+
})(CachePenetrationModes = exports.CachePenetrationModes || (exports.CachePenetrationModes = {}));
|
|
306
|
+
// list of fields in our object we must not change
|
|
307
|
+
exports.EXCLUDES = [
|
|
308
|
+
'url',
|
|
309
|
+
'method',
|
|
310
|
+
'headers',
|
|
311
|
+
'timeout',
|
|
312
|
+
'postData',
|
|
313
|
+
'text',
|
|
314
|
+
'mimeType',
|
|
315
|
+
'extract',
|
|
316
|
+
'jsonPath',
|
|
317
|
+
'jQuery',
|
|
318
|
+
'regex',
|
|
319
|
+
'header',
|
|
320
|
+
'assert',
|
|
321
|
+
'check',
|
|
322
|
+
'equals',
|
|
323
|
+
'contains',
|
|
324
|
+
'matches',
|
|
325
|
+
'falsy',
|
|
326
|
+
'greater',
|
|
327
|
+
'lesser',
|
|
328
|
+
];
|
|
329
|
+
var isWSRequest = function (url) { return !!((url === null || url === void 0 ? void 0 : url.startsWith('ws://')) || (url === null || url === void 0 ? void 0 : url.startsWith('wss://'))); };
|
|
330
|
+
exports.isWSRequest = isWSRequest;
|
|
331
|
+
var isHTTPRequest = function (url) { return !!((url === null || url === void 0 ? void 0 : url.startsWith('http://')) || (url === null || url === void 0 ? void 0 : url.startsWith('https://'))); };
|
|
332
|
+
exports.isHTTPRequest = isHTTPRequest;
|
|
333
|
+
var isGRPCRequest = function (url) { return !!(url === null || url === void 0 ? void 0 : url.startsWith('grpc://')); };
|
|
334
|
+
exports.isGRPCRequest = isGRPCRequest;
|
|
335
|
+
var getResponseText = function (content) { return content.encoding === 'base64' ?
|
|
336
|
+
Buffer.from(content.text || '', 'base64').toString('utf8')
|
|
337
|
+
: content.text; };
|
|
338
|
+
exports.getResponseText = getResponseText;
|
|
339
|
+
var ConfMimeTypes;
|
|
340
|
+
(function (ConfMimeTypes) {
|
|
341
|
+
ConfMimeTypes["TEXT_PLAIN"] = "text/plain";
|
|
342
|
+
ConfMimeTypes["APPLICATION_JSON"] = "application/json";
|
|
343
|
+
ConfMimeTypes["APPLICATION_JAVASCRIPT"] = "application/javascript";
|
|
344
|
+
ConfMimeTypes["APPLICATION_XML"] = "application/xml";
|
|
345
|
+
ConfMimeTypes["APPLICATION_EDN"] = "application/edn";
|
|
346
|
+
ConfMimeTypes["TEXT_XML"] = "text/xml";
|
|
347
|
+
ConfMimeTypes["TEXT_HTML"] = "text/html";
|
|
348
|
+
ConfMimeTypes["TEXT_CSS"] = "text/css";
|
|
349
|
+
ConfMimeTypes["APPLICATION_URLENCODED"] = "application/x-www-form-urlencoded";
|
|
350
|
+
})(ConfMimeTypes = exports.ConfMimeTypes || (exports.ConfMimeTypes = {}));
|
|
351
|
+
var WsMessageType;
|
|
352
|
+
(function (WsMessageType) {
|
|
353
|
+
WsMessageType["TEXT"] = "text";
|
|
354
|
+
WsMessageType["BINARY"] = "binary";
|
|
355
|
+
})(WsMessageType = exports.WsMessageType || (exports.WsMessageType = {}));
|
|
356
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/request/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare const generateJSONSchema: (jsObj: any, ignoreKeys?: string[], shouldAddNullable?: boolean, withExactValue?: boolean, withKeys?: boolean) => PrimitiveSchema | Schema;
|
|
2
|
+
export declare const isPrimitive: (obj: any) => obj is Primitive;
|
|
3
|
+
export declare const humanizeJsonSchemaErrors: (errors: any) => any;
|
|
4
|
+
export declare const getField: (property: any, message?: string | undefined) => any;
|
|
5
|
+
export declare const getJsonValidatorWithoutIgnoreKeys: (jsonValidator: any, ignoreKeys?: string[], shouldValidateArrays?: boolean) => string;
|
|
6
|
+
export declare type Schema = BaseSchema & {
|
|
7
|
+
properties?: {
|
|
8
|
+
[name: string]: Schema | PrimitiveSchema;
|
|
9
|
+
};
|
|
10
|
+
items?: Schema[] | PrimitiveSchema[];
|
|
11
|
+
};
|
|
12
|
+
export declare type PrimitiveSchema = BaseSchema & {
|
|
13
|
+
const?: Primitive;
|
|
14
|
+
};
|
|
15
|
+
declare type BaseSchema = {
|
|
16
|
+
type?: string | string[];
|
|
17
|
+
};
|
|
18
|
+
declare type Primitive = string | number | boolean;
|
|
19
|
+
export declare const ANY_VALUE = "*";
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ANY_VALUE = exports.getJsonValidatorWithoutIgnoreKeys = exports.getField = exports.humanizeJsonSchemaErrors = exports.isPrimitive = exports.generateJSONSchema = void 0;
|
|
7
|
+
var find = require("lodash/find");
|
|
8
|
+
var log_1 = __importDefault(require("@loadmill/universal/dist/log"));
|
|
9
|
+
var isEmpty = require("lodash/isEmpty");
|
|
10
|
+
var generateJSONSchema = function (jsObj, ignoreKeys, shouldAddNullable, withExactValue, withKeys) {
|
|
11
|
+
if (ignoreKeys === void 0) { ignoreKeys = []; }
|
|
12
|
+
if (shouldAddNullable === void 0) { shouldAddNullable = false; }
|
|
13
|
+
if (withExactValue === void 0) { withExactValue = false; }
|
|
14
|
+
if (withKeys === void 0) { withKeys = false; }
|
|
15
|
+
try {
|
|
16
|
+
var schema = _getSchema(jsObj, ignoreKeys, shouldAddNullable, withExactValue, withKeys);
|
|
17
|
+
return schema;
|
|
18
|
+
}
|
|
19
|
+
catch (err) {
|
|
20
|
+
_handleError('Error generating JSON Schema', err, jsObj);
|
|
21
|
+
}
|
|
22
|
+
return {};
|
|
23
|
+
};
|
|
24
|
+
exports.generateJSONSchema = generateJSONSchema;
|
|
25
|
+
var _getSchema = function (obj, ignoreKeys, shouldAddNullable, withExactValue, withKeys) {
|
|
26
|
+
if (ignoreKeys === void 0) { ignoreKeys = []; }
|
|
27
|
+
if (obj == null) {
|
|
28
|
+
return shouldAddNullable ? { type: 'object', nullable: true } : { type: 'null' };
|
|
29
|
+
}
|
|
30
|
+
else if (exports.isPrimitive(obj)) {
|
|
31
|
+
var res = { type: evaluateObjectType(obj) };
|
|
32
|
+
if (shouldValidateExactValue(obj, withExactValue)) {
|
|
33
|
+
res['const'] = obj;
|
|
34
|
+
}
|
|
35
|
+
return res;
|
|
36
|
+
}
|
|
37
|
+
else if (Array.isArray(obj)) {
|
|
38
|
+
var items = [];
|
|
39
|
+
for (var _i = 0, _a = Object.entries(obj); _i < _a.length; _i++) {
|
|
40
|
+
var _b = _a[_i], value = _b[1];
|
|
41
|
+
var elementSchema = _getSchema(value, ignoreKeys, shouldAddNullable, withExactValue, withKeys);
|
|
42
|
+
if (withExactValue || !find(items, elementSchema)) {
|
|
43
|
+
items.push(elementSchema);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
// The use of 'oneOf' creates a schema that validates the existence of the items but not their order in the array
|
|
47
|
+
var res = {
|
|
48
|
+
type: 'array',
|
|
49
|
+
items: isEmpty(items) ? {} : withExactValue ? items : { 'anyOf': items }
|
|
50
|
+
};
|
|
51
|
+
withExactValue && (res['minItems'] = items.length);
|
|
52
|
+
return res;
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
var properties = {};
|
|
56
|
+
for (var _c = 0, _d = Object.entries(obj); _c < _d.length; _c++) {
|
|
57
|
+
var _e = _d[_c], key = _e[0], value = _e[1];
|
|
58
|
+
if (!ignoreKeys.includes(key)) {
|
|
59
|
+
properties[key] = _getSchema(value, ignoreKeys, shouldAddNullable, withExactValue, withKeys);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
var res = {
|
|
63
|
+
type: 'object',
|
|
64
|
+
properties: properties
|
|
65
|
+
};
|
|
66
|
+
withKeys && (res['required'] = Object.keys(obj));
|
|
67
|
+
return res;
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
var isPrimitive = function (obj) { return Object(obj) !== obj; };
|
|
71
|
+
exports.isPrimitive = isPrimitive;
|
|
72
|
+
var shouldValidateExactValue = function (val, exactValue) { return exactValue && val !== exports.ANY_VALUE; };
|
|
73
|
+
var evaluateObjectType = function (val) { return val !== exports.ANY_VALUE ? typeof val : ['string', 'number', 'integer', 'object', 'array', 'boolean']; };
|
|
74
|
+
var _handleError = function (err, msg, json) {
|
|
75
|
+
log_1.default.error(msg, err, json);
|
|
76
|
+
throw new Error(msg);
|
|
77
|
+
};
|
|
78
|
+
var humanizeJsonSchemaErrors = function (errors) {
|
|
79
|
+
return errors.map(function (err) {
|
|
80
|
+
if (err.instance === null && err.stack.includes('is not of a type')) {
|
|
81
|
+
err.stack = "JSON contains null on property " + exports.getField(err.property, err.message);
|
|
82
|
+
}
|
|
83
|
+
if (err.stack.includes('is not of a type')) {
|
|
84
|
+
var type = err.argument[0];
|
|
85
|
+
err.stack = "JSON doesn't contain " + (type === 'null' ? type : "a type of " + type) + " on property " + exports.getField(err.property, err.message) + " " + addIndex(err);
|
|
86
|
+
}
|
|
87
|
+
else if (err.stack.includes('does not exactly match')) {
|
|
88
|
+
err.stack = "JSON doesn't contain " + err.schema.const + " on property " + exports.getField(err.property, err.message) + " " + addIndex(err);
|
|
89
|
+
}
|
|
90
|
+
else if (err.stack.includes('requires property')) {
|
|
91
|
+
err.stack = "JSON doesn't contain property " + exports.getField(err.property, err.message);
|
|
92
|
+
}
|
|
93
|
+
else if (err.stack.includes('does not meet minimum length')) {
|
|
94
|
+
var missingItems = err.argument - err.instance.length;
|
|
95
|
+
err.stack = "JSON doesn't contain the last " + (missingItems > 1 ? missingItems + " items" : 'item') + " on " + exports.getField(err.property, err.message) + " array";
|
|
96
|
+
}
|
|
97
|
+
return err;
|
|
98
|
+
});
|
|
99
|
+
};
|
|
100
|
+
exports.humanizeJsonSchemaErrors = humanizeJsonSchemaErrors;
|
|
101
|
+
var getField = function (property, message) {
|
|
102
|
+
if (message === null || message === void 0 ? void 0 : message.includes('requires property ')) {
|
|
103
|
+
return message.split('requires property ')[1].replace(/"/g, '');
|
|
104
|
+
}
|
|
105
|
+
return property.split('.').pop().split('[')[0];
|
|
106
|
+
};
|
|
107
|
+
exports.getField = getField;
|
|
108
|
+
var addIndex = function (error) {
|
|
109
|
+
var path = error.property.split('[');
|
|
110
|
+
if (path.length > 1) {
|
|
111
|
+
var index = Number(path[path.length - 1].replace(']', ''));
|
|
112
|
+
return !isNaN(index) && index > -1 ? 'in index ' + index : '';
|
|
113
|
+
}
|
|
114
|
+
return '';
|
|
115
|
+
};
|
|
116
|
+
var getJsonValidatorWithoutIgnoreKeys = function (jsonValidator, ignoreKeys, shouldValidateArrays) {
|
|
117
|
+
if (ignoreKeys === void 0) { ignoreKeys = []; }
|
|
118
|
+
if (shouldValidateArrays === void 0) { shouldValidateArrays = true; }
|
|
119
|
+
for (var _i = 0, _a = Object.entries(jsonValidator); _i < _a.length; _i++) {
|
|
120
|
+
var _b = _a[_i], key = _b[0], value = _b[1];
|
|
121
|
+
if (ignoreKeys.includes(key)) {
|
|
122
|
+
delete jsonValidator[key];
|
|
123
|
+
}
|
|
124
|
+
if (!shouldValidateArrays && Array.isArray(value)) {
|
|
125
|
+
delete jsonValidator[key];
|
|
126
|
+
}
|
|
127
|
+
else if (value !== null && typeof value === 'object') {
|
|
128
|
+
exports.getJsonValidatorWithoutIgnoreKeys(value, ignoreKeys, shouldValidateArrays);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
return JSON.stringify(jsonValidator, null, 2);
|
|
132
|
+
};
|
|
133
|
+
exports.getJsonValidatorWithoutIgnoreKeys = getJsonValidatorWithoutIgnoreKeys;
|
|
134
|
+
exports.ANY_VALUE = '*';
|
|
135
|
+
//# sourceMappingURL=json-schema-generator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"json-schema-generator.js","sourceRoot":"","sources":["../../src/schema/json-schema-generator.ts"],"names":[],"mappings":"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"}
|
package/dist/signals.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SIGNAL = void 0;
|
|
4
|
+
var SIGNAL;
|
|
5
|
+
(function (SIGNAL) {
|
|
6
|
+
SIGNAL["SIGTERM"] = "SIGTERM";
|
|
7
|
+
SIGNAL["SIGINT"] = "SIGINT";
|
|
8
|
+
})(SIGNAL = exports.SIGNAL || (exports.SIGNAL = {}));
|
|
9
|
+
//# sourceMappingURL=signals.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signals.js","sourceRoot":"","sources":["../src/signals.ts"],"names":[],"mappings":";;;AAAA,IAAY,MAGX;AAHD,WAAY,MAAM;IAChB,6BAAmB,CAAA;IACnB,2BAAiB,CAAA;AACnB,CAAC,EAHW,MAAM,GAAN,cAAM,KAAN,cAAM,QAGjB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const socketEvents: {
|
|
2
|
+
runFail: (token: string) => string;
|
|
3
|
+
runSuccess: (token: string) => string;
|
|
4
|
+
postScriptStarted: (token: string) => string;
|
|
5
|
+
postScriptFinished: (token: string) => string;
|
|
6
|
+
millUpdate: (handleId: string) => string;
|
|
7
|
+
runConf: string;
|
|
8
|
+
runLoad: string;
|
|
9
|
+
stopLoad: string;
|
|
10
|
+
askLoadResults: string;
|
|
11
|
+
gracefulShutdown: string;
|
|
12
|
+
disconnectAgent: string;
|
|
13
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.socketEvents = void 0;
|
|
4
|
+
exports.socketEvents = {
|
|
5
|
+
runFail: function (token) { return "run-fail:" + token; },
|
|
6
|
+
runSuccess: function (token) { return "run-success:" + token; },
|
|
7
|
+
postScriptStarted: function (token) { return "postscript-started:" + token; },
|
|
8
|
+
postScriptFinished: function (token) { return "postscript-finished:" + token; },
|
|
9
|
+
millUpdate: function (handleId) { return "mill-update:" + handleId; },
|
|
10
|
+
runConf: 'run-conf',
|
|
11
|
+
runLoad: 'run-load',
|
|
12
|
+
stopLoad: 'stop-load',
|
|
13
|
+
askLoadResults: 'ask-load-results',
|
|
14
|
+
gracefulShutdown: 'graceful-shutdown',
|
|
15
|
+
disconnectAgent: 'disconnect-agent',
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/socket-events/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,OAAO,EAAE,UAAC,KAAa,IAAK,OAAA,cAAY,KAAO,EAAnB,CAAmB;IAC/C,UAAU,EAAE,UAAC,KAAa,IAAK,OAAA,iBAAe,KAAO,EAAtB,CAAsB;IACrD,iBAAiB,EAAE,UAAC,KAAa,IAAK,OAAA,wBAAsB,KAAO,EAA7B,CAA6B;IACnE,kBAAkB,EAAE,UAAC,KAAa,IAAK,OAAA,yBAAuB,KAAO,EAA9B,CAA8B;IACrE,UAAU,EAAE,UAAC,QAAgB,IAAK,OAAA,iBAAe,QAAU,EAAzB,CAAyB;IAC3D,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,cAAc,EAAE,kBAAkB;IAClC,gBAAgB,EAAE,mBAAmB;IACrC,eAAe,EAAE,kBAAkB;CACpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assertable.js","sourceRoot":"","sources":["../../src/step/assertable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codeable.js","sourceRoot":"","sources":["../../src/step/codeable.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"extractable.js","sourceRoot":"","sources":["../../src/step/extractable.ts"],"names":[],"mappings":""}
|