@squiz/dx-common-lib 1.2.1-alpha.107 → 1.2.1-alpha.99
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/CHANGELOG.md +0 -64
- package/jest.integration.config.ts +26 -0
- package/lib/assertions/assertAssignWithDefaultUndefinedValue.d.ts +0 -1
- package/lib/assertions/assertAssignWithDefaultUndefinedValue.js +1 -3
- package/lib/assertions/assertAssignWithDefaultUndefinedValue.js.map +1 -1
- package/lib/index.d.ts +7 -4
- package/lib/index.js +9 -4
- package/lib/index.js.map +1 -1
- package/package.json +6 -12
- package/src/assertions/assertAssignWithDefaultUndefinedValue.ts +0 -5
- package/src/index.ts +10 -4
- package/tsconfig.tsbuildinfo +1 -1
- package/lib/assertions/assertIsEnumValue.d.ts +0 -1
- package/lib/assertions/assertIsEnumValue.js +0 -18
- package/lib/assertions/assertIsEnumValue.js.map +0 -1
- package/lib/assertions/assertIsEnumValue.spec.d.ts +0 -1
- package/lib/assertions/assertIsEnumValue.spec.js +0 -39
- package/lib/assertions/assertIsEnumValue.spec.js.map +0 -1
- package/lib/assertions/index.d.ts +0 -8
- package/lib/assertions/index.js +0 -27
- package/lib/assertions/index.js.map +0 -1
- package/lib/error/BadRequestError.d.ts +0 -4
- package/lib/error/BadRequestError.js +0 -11
- package/lib/error/BadRequestError.js.map +0 -1
- package/lib/error/ErrorWithHttpStatusCode.d.ts +0 -5
- package/lib/error/ErrorWithHttpStatusCode.js +0 -12
- package/lib/error/ErrorWithHttpStatusCode.js.map +0 -1
- package/lib/error/InternalServerError.d.ts +0 -4
- package/lib/error/InternalServerError.js +0 -11
- package/lib/error/InternalServerError.js.map +0 -1
- package/lib/error/MethodNotImplementedError.d.ts +0 -4
- package/lib/error/MethodNotImplementedError.js +0 -11
- package/lib/error/MethodNotImplementedError.js.map +0 -1
- package/lib/error/ResourceNotFoundError.d.ts +0 -4
- package/lib/error/ResourceNotFoundError.js +0 -11
- package/lib/error/ResourceNotFoundError.js.map +0 -1
- package/lib/error/TimeoutError.d.ts +0 -5
- package/lib/error/TimeoutError.js +0 -12
- package/lib/error/TimeoutError.js.map +0 -1
- package/lib/error/index.d.ts +0 -6
- package/lib/error/index.js +0 -23
- package/lib/error/index.js.map +0 -1
- package/lib/util/getNodeEnv.d.ts +0 -1
- package/lib/util/getNodeEnv.js +0 -14
- package/lib/util/getNodeEnv.js.map +0 -1
- package/lib/util/getNodeEnv.spec.d.ts +0 -1
- package/lib/util/getNodeEnv.spec.js +0 -22
- package/lib/util/getNodeEnv.spec.js.map +0 -1
- package/lib/util/getPageInfo.d.ts +0 -9
- package/lib/util/getPageInfo.js +0 -18
- package/lib/util/getPageInfo.js.map +0 -1
- package/lib/util/index.d.ts +0 -7
- package/lib/util/index.js +0 -18
- package/lib/util/index.js.map +0 -1
- package/lib/util/isPathTryingToAccessOutsideOfRoot.d.ts +0 -1
- package/lib/util/isPathTryingToAccessOutsideOfRoot.js +0 -14
- package/lib/util/isPathTryingToAccessOutsideOfRoot.js.map +0 -1
- package/lib/util/isPathTryingToAccessOutsideOfRoot.spec.d.ts +0 -1
- package/lib/util/isPathTryingToAccessOutsideOfRoot.spec.js +0 -25
- package/lib/util/isPathTryingToAccessOutsideOfRoot.spec.js.map +0 -1
- package/lib/util/isReadable.d.ts +0 -1
- package/lib/util/isReadable.js +0 -20
- package/lib/util/isReadable.js.map +0 -1
- package/lib/util/joinAbsoluteUrlPath.d.ts +0 -1
- package/lib/util/joinAbsoluteUrlPath.js +0 -26
- package/lib/util/joinAbsoluteUrlPath.js.map +0 -1
- package/lib/util/joinAbsoluteUrlPath.spec.d.ts +0 -1
- package/lib/util/joinAbsoluteUrlPath.spec.js +0 -43
- package/lib/util/joinAbsoluteUrlPath.spec.js.map +0 -1
- package/lib/util/never.d.ts +0 -1
- package/lib/util/never.js +0 -9
- package/lib/util/never.js.map +0 -1
- package/lib/util/parseEnvVarForVar.d.ts +0 -1
- package/lib/util/parseEnvVarForVar.js +0 -15
- package/lib/util/parseEnvVarForVar.js.map +0 -1
- package/lib/util/parseEnvVarForVar.spec.d.ts +0 -1
- package/lib/util/parseEnvVarForVar.spec.js +0 -20
- package/lib/util/parseEnvVarForVar.spec.js.map +0 -1
- package/lib/zip/zipDirectory.d.ts +0 -1
- package/lib/zip/zipDirectory.js +0 -32
- package/lib/zip/zipDirectory.js.map +0 -1
- package/lib/zip/zipDirectory.spec.d.ts +0 -1
- package/lib/zip/zipDirectory.spec.js +0 -25
- package/lib/zip/zipDirectory.spec.js.map +0 -1
- package/src/assertions/assertIsEnumValue.spec.ts +0 -39
- package/src/assertions/assertIsEnumValue.ts +0 -15
- package/src/assertions/index.ts +0 -11
- package/src/error/BadRequestError.ts +0 -7
- package/src/error/ErrorWithHttpStatusCode.ts +0 -5
- package/src/error/InternalServerError.ts +0 -7
- package/src/error/MethodNotImplementedError.ts +0 -7
- package/src/error/ResourceNotFoundError.ts +0 -7
- package/src/error/TimeoutError.ts +0 -8
- package/src/error/index.ts +0 -6
- package/src/util/getNodeEnv.spec.ts +0 -25
- package/src/util/getNodeEnv.ts +0 -11
- package/src/util/getPageInfo.ts +0 -23
- package/src/util/index.ts +0 -7
- package/src/util/isPathTryingToAccessOutsideOfRoot.spec.ts +0 -25
- package/src/util/isPathTryingToAccessOutsideOfRoot.ts +0 -8
- package/src/util/isReadable.ts +0 -12
- package/src/util/joinAbsoluteUrlPath.spec.ts +0 -62
- package/src/util/joinAbsoluteUrlPath.ts +0 -22
- package/src/util/never.ts +0 -4
- package/src/util/parseEnvVarForVar.spec.ts +0 -22
- package/src/util/parseEnvVarForVar.ts +0 -12
- package/src/zip/zipDirectory.spec.ts +0 -24
- package/src/zip/zipDirectory.ts +0 -31
package/CHANGELOG.md
CHANGED
@@ -3,70 +3,6 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
## [1.2.1-alpha.107](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.107) (2022-09-21)
|
7
|
-
|
8
|
-
**Note:** Version bump only for package @squiz/dx-common-lib
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
## [1.2.1-alpha.106](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.106) (2022-09-02)
|
15
|
-
|
16
|
-
**Note:** Version bump only for package @squiz/dx-common-lib
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
## [1.2.1-alpha.105](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.105) (2022-08-26)
|
23
|
-
|
24
|
-
**Note:** Version bump only for package @squiz/dx-common-lib
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
## [1.2.1-alpha.104](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.104) (2022-08-23)
|
31
|
-
|
32
|
-
**Note:** Version bump only for package @squiz/dx-common-lib
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
## [1.2.1-alpha.103](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.103) (2022-08-23)
|
39
|
-
|
40
|
-
**Note:** Version bump only for package @squiz/dx-common-lib
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
## [1.2.1-alpha.102](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.102) (2022-08-23)
|
47
|
-
|
48
|
-
**Note:** Version bump only for package @squiz/dx-common-lib
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
## [1.2.1-alpha.101](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.101) (2022-08-19)
|
55
|
-
|
56
|
-
**Note:** Version bump only for package @squiz/dx-common-lib
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
## [1.2.1-alpha.100](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.100) (2022-08-18)
|
63
|
-
|
64
|
-
**Note:** Version bump only for package @squiz/dx-common-lib
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
6
|
## [1.2.1-alpha.99](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.99) (2022-08-18)
|
71
7
|
|
72
8
|
**Note:** Version bump only for package @squiz/dx-common-lib
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import type { Config } from 'jest';
|
2
|
+
import { config as dotEnvConfig } from 'dotenv';
|
3
|
+
|
4
|
+
dotEnvConfig();
|
5
|
+
|
6
|
+
process.env.NODE_ENV = 'development';
|
7
|
+
|
8
|
+
// Sync object
|
9
|
+
const config: Config = {
|
10
|
+
preset: 'ts-jest',
|
11
|
+
testEnvironment: 'node',
|
12
|
+
testPathIgnorePatterns: ['<rootDir>/lib/', '<rootDir>/cdk.out/', 'test.ts'],
|
13
|
+
maxWorkers: '80%',
|
14
|
+
detectOpenHandles: true,
|
15
|
+
|
16
|
+
testRegex: '.*\\.integration\\.spec\\.ts$',
|
17
|
+
|
18
|
+
globals: {
|
19
|
+
BUILD_VERSION: 'undefined',
|
20
|
+
BUILD_BRANCH: 'undefined',
|
21
|
+
},
|
22
|
+
|
23
|
+
testTimeout: 30_000,
|
24
|
+
};
|
25
|
+
|
26
|
+
export default config;
|
@@ -2,4 +2,3 @@
|
|
2
2
|
* If value is undefined, return default value otherwise assert it meets assertion rule
|
3
3
|
*/
|
4
4
|
export declare function assertAssignWithDefaultUndefinedValue<T>(value: unknown, assertionFunc: (val: unknown) => asserts val is T, defaultValue: T, errorMessage?: string): T;
|
5
|
-
export declare const isSomeEnum: <TEnum>(enumType: TEnum) => (token: unknown) => token is TEnum[keyof TEnum];
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.assertAssignWithDefaultUndefinedValue = void 0;
|
4
4
|
const assertAssign_1 = require("./assertAssign");
|
5
5
|
/**
|
6
6
|
* If value is undefined, return default value otherwise assert it meets assertion rule
|
@@ -12,6 +12,4 @@ function assertAssignWithDefaultUndefinedValue(value, assertionFunc, defaultValu
|
|
12
12
|
return (0, assertAssign_1.assertAssign)(value, assertionFunc, errorMessage);
|
13
13
|
}
|
14
14
|
exports.assertAssignWithDefaultUndefinedValue = assertAssignWithDefaultUndefinedValue;
|
15
|
-
const isSomeEnum = (enumType) => (token) => Object.values(enumType).includes(token);
|
16
|
-
exports.isSomeEnum = isSomeEnum;
|
17
15
|
//# sourceMappingURL=assertAssignWithDefaultUndefinedValue.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"assertAssignWithDefaultUndefinedValue.js","sourceRoot":"","sources":["../../src/assertions/assertAssignWithDefaultUndefinedValue.ts"],"names":[],"mappings":";;;AAAA,iDAA8C;AAE9C;;GAEG;AACH,SAAgB,qCAAqC,CACnD,KAAc,EACd,aAAiD,EACjD,YAAe,EACf,YAAqB;IAErB,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE;QACzC,OAAO,YAAY,CAAC;KACrB;IAED,OAAO,IAAA,2BAAY,EAAC,KAAK,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;AAC1D,CAAC;AAXD,sFAWC
|
1
|
+
{"version":3,"file":"assertAssignWithDefaultUndefinedValue.js","sourceRoot":"","sources":["../../src/assertions/assertAssignWithDefaultUndefinedValue.ts"],"names":[],"mappings":";;;AAAA,iDAA8C;AAE9C;;GAEG;AACH,SAAgB,qCAAqC,CACnD,KAAc,EACd,aAAiD,EACjD,YAAe,EACf,YAAqB;IAErB,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE;QACzC,OAAO,YAAY,CAAC;KACrB;IAED,OAAO,IAAA,2BAAY,EAAC,KAAK,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;AAC1D,CAAC;AAXD,sFAWC"}
|
package/lib/index.d.ts
CHANGED
@@ -1,4 +1,7 @@
|
|
1
|
-
export * from './assertions/';
|
2
|
-
export * from './
|
3
|
-
export * from './
|
4
|
-
export * from './
|
1
|
+
export * from './assertions/assertIsString';
|
2
|
+
export * from './assertions/assertIsDefined';
|
3
|
+
export * from './assertions/assertIsMapOfStringString';
|
4
|
+
export * from './assertions/assertIsObject';
|
5
|
+
export * from './assertions/assertIsNotAnEmptyString';
|
6
|
+
export * from './assertions/assertAssignWithDefaultUndefinedValue';
|
7
|
+
export * from './assertions/assertAssign';
|
package/lib/index.js
CHANGED
@@ -14,8 +14,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
|
18
|
-
__exportStar(require("./
|
19
|
-
__exportStar(require("./
|
20
|
-
__exportStar(require("./
|
17
|
+
// Common Assertions
|
18
|
+
__exportStar(require("./assertions/assertIsString"), exports);
|
19
|
+
__exportStar(require("./assertions/assertIsDefined"), exports);
|
20
|
+
__exportStar(require("./assertions/assertIsMapOfStringString"), exports);
|
21
|
+
__exportStar(require("./assertions/assertIsObject"), exports);
|
22
|
+
__exportStar(require("./assertions/assertIsNotAnEmptyString"), exports);
|
23
|
+
// Assert assign
|
24
|
+
__exportStar(require("./assertions/assertAssignWithDefaultUndefinedValue"), exports);
|
25
|
+
__exportStar(require("./assertions/assertAssign"), exports);
|
21
26
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,8DAA4C;AAC5C,+DAA6C;AAC7C,yEAAuD;AACvD,8DAA4C;AAC5C,wEAAsD;AAEtD,gBAAgB;AAChB,qFAAmE;AACnE,4DAA0C"}
|
package/package.json
CHANGED
@@ -1,36 +1,30 @@
|
|
1
1
|
{
|
2
2
|
"name": "@squiz/dx-common-lib",
|
3
|
-
"version": "1.2.1-alpha.
|
3
|
+
"version": "1.2.1-alpha.99",
|
4
4
|
"description": "",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"scripts": {
|
7
|
+
"start": "node ./lib/index.js",
|
7
8
|
"compile": "npx tsc",
|
8
9
|
"lint": "eslint ./src --ext .ts",
|
9
10
|
"test": "jest -c jest.config.ts",
|
11
|
+
"test:integration": "jest -c jest.integration.config.ts",
|
10
12
|
"test:update-snapshots": "jest -c jest.config.ts --updateSnapshot",
|
11
13
|
"clean": "rimraf \".tsbuildinfo\" \"./lib\""
|
12
14
|
},
|
13
15
|
"author": "",
|
14
16
|
"license": "ISC",
|
15
|
-
"dependencies": {
|
16
|
-
"@squiz/dx-logger-lib": "^1.2.1-alpha.107",
|
17
|
-
"archiver": "5.3.1",
|
18
|
-
"fs-extra": "10.1.0"
|
19
|
-
},
|
20
17
|
"devDependencies": {
|
21
|
-
"@types/
|
22
|
-
"@types/express": "4.17.13",
|
23
|
-
"@types/fs-extra": "9.0.13",
|
24
|
-
"@types/jest": "28.1.8",
|
18
|
+
"@types/jest": "28.1.6",
|
25
19
|
"@types/node": "17.0.27",
|
26
20
|
"dotenv": "16.0.1",
|
27
21
|
"eslint": "8.22.0",
|
28
22
|
"jest": "28.1.3",
|
29
23
|
"rimraf": "3.0.2",
|
30
|
-
"ts-jest": "28.0.
|
24
|
+
"ts-jest": "28.0.7",
|
31
25
|
"ts-loader": "9.3.1",
|
32
26
|
"ts-node": "10.9.1",
|
33
27
|
"typescript": "4.7.4"
|
34
28
|
},
|
35
|
-
"gitHead": "
|
29
|
+
"gitHead": "36030fd058a84822e5c51f7a9f139fc07ab5fdd9"
|
36
30
|
}
|
@@ -15,8 +15,3 @@ export function assertAssignWithDefaultUndefinedValue<T>(
|
|
15
15
|
|
16
16
|
return assertAssign(value, assertionFunc, errorMessage);
|
17
17
|
}
|
18
|
-
|
19
|
-
export const isSomeEnum =
|
20
|
-
<TEnum>(enumType: TEnum) =>
|
21
|
-
(token: unknown): token is TEnum[keyof TEnum] =>
|
22
|
-
Object.values(enumType).includes(token as TEnum[keyof TEnum]);
|
package/src/index.ts
CHANGED
@@ -1,4 +1,10 @@
|
|
1
|
-
|
2
|
-
export * from './
|
3
|
-
export * from './
|
4
|
-
export * from './
|
1
|
+
// Common Assertions
|
2
|
+
export * from './assertions/assertIsString';
|
3
|
+
export * from './assertions/assertIsDefined';
|
4
|
+
export * from './assertions/assertIsMapOfStringString';
|
5
|
+
export * from './assertions/assertIsObject';
|
6
|
+
export * from './assertions/assertIsNotAnEmptyString';
|
7
|
+
|
8
|
+
// Assert assign
|
9
|
+
export * from './assertions/assertAssignWithDefaultUndefinedValue';
|
10
|
+
export * from './assertions/assertAssign';
|
package/tsconfig.tsbuildinfo
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"program":{"fileNames":["./node_modules/typescript/lib/lib.es5.d.ts","./node_modules/typescript/lib/lib.es2015.d.ts","./node_modules/typescript/lib/lib.es2016.d.ts","./node_modules/typescript/lib/lib.es2017.d.ts","./node_modules/typescript/lib/lib.es2018.d.ts","./node_modules/typescript/lib/lib.es2019.d.ts","./node_modules/typescript/lib/lib.es2020.d.ts","./node_modules/typescript/lib/lib.dom.d.ts","./node_modules/typescript/lib/lib.dom.iterable.d.ts","./node_modules/typescript/lib/lib.webworker.importscripts.d.ts","./node_modules/typescript/lib/lib.scripthost.d.ts","./node_modules/typescript/lib/lib.es2015.core.d.ts","./node_modules/typescript/lib/lib.es2015.collection.d.ts","./node_modules/typescript/lib/lib.es2015.generator.d.ts","./node_modules/typescript/lib/lib.es2015.iterable.d.ts","./node_modules/typescript/lib/lib.es2015.promise.d.ts","./node_modules/typescript/lib/lib.es2015.proxy.d.ts","./node_modules/typescript/lib/lib.es2015.reflect.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2016.array.include.d.ts","./node_modules/typescript/lib/lib.es2017.object.d.ts","./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2017.string.d.ts","./node_modules/typescript/lib/lib.es2017.intl.d.ts","./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","./node_modules/typescript/lib/lib.es2018.intl.d.ts","./node_modules/typescript/lib/lib.es2018.promise.d.ts","./node_modules/typescript/lib/lib.es2018.regexp.d.ts","./node_modules/typescript/lib/lib.es2019.array.d.ts","./node_modules/typescript/lib/lib.es2019.object.d.ts","./node_modules/typescript/lib/lib.es2019.string.d.ts","./node_modules/typescript/lib/lib.es2019.symbol.d.ts","./node_modules/typescript/lib/lib.es2020.bigint.d.ts","./node_modules/typescript/lib/lib.es2020.date.d.ts","./node_modules/typescript/lib/lib.es2020.promise.d.ts","./node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2020.string.d.ts","./node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2020.intl.d.ts","./node_modules/typescript/lib/lib.es2020.number.d.ts","./node_modules/typescript/lib/lib.esnext.intl.d.ts","./node_modules/typescript/lib/lib.es2019.full.d.ts","./src/assertions/assertIsString.ts","./src/assertions/assertIsDefined.ts","./src/assertions/assertIsMapOfStringString.ts","./src/assertions/assertIsObject.ts","./src/assertions/assertIsNotAnEmptyString.ts","./src/assertions/assertIsEnumValue.ts","./src/assertions/assertAssign.ts","./src/assertions/assertAssignWithDefaultUndefinedValue.ts","./src/assertions/index.ts","./src/error/ErrorWithHttpStatusCode.ts","./src/error/BadRequestError.ts","./src/error/InternalServerError.ts","./src/error/ResourceNotFoundError.ts","./src/error/TimeoutError.ts","./src/error/MethodNotImplementedError.ts","./src/error/index.ts","./src/util/getNodeEnv.ts","./src/util/isPathTryingToAccessOutsideOfRoot.ts","./src/util/joinAbsoluteUrlPath.ts","./src/util/parseEnvVarForVar.ts","./node_modules/@types/node/assert.d.ts","./node_modules/@types/node/assert/strict.d.ts","./node_modules/@types/node/globals.d.ts","./node_modules/@types/node/async_hooks.d.ts","./node_modules/@types/node/buffer.d.ts","./node_modules/@types/node/child_process.d.ts","./node_modules/@types/node/cluster.d.ts","./node_modules/@types/node/console.d.ts","./node_modules/@types/node/constants.d.ts","./node_modules/@types/node/crypto.d.ts","./node_modules/@types/node/dgram.d.ts","./node_modules/@types/node/diagnostics_channel.d.ts","./node_modules/@types/node/dns.d.ts","./node_modules/@types/node/dns/promises.d.ts","./node_modules/@types/node/domain.d.ts","./node_modules/@types/node/events.d.ts","./node_modules/@types/node/fs.d.ts","./node_modules/@types/node/fs/promises.d.ts","./node_modules/@types/node/http.d.ts","./node_modules/@types/node/http2.d.ts","./node_modules/@types/node/https.d.ts","./node_modules/@types/node/inspector.d.ts","./node_modules/@types/node/module.d.ts","./node_modules/@types/node/net.d.ts","./node_modules/@types/node/os.d.ts","./node_modules/@types/node/path.d.ts","./node_modules/@types/node/perf_hooks.d.ts","./node_modules/@types/node/process.d.ts","./node_modules/@types/node/punycode.d.ts","./node_modules/@types/node/querystring.d.ts","./node_modules/@types/node/readline.d.ts","./node_modules/@types/node/repl.d.ts","./node_modules/@types/node/stream.d.ts","./node_modules/@types/node/stream/promises.d.ts","./node_modules/@types/node/stream/consumers.d.ts","./node_modules/@types/node/stream/web.d.ts","./node_modules/@types/node/string_decoder.d.ts","./node_modules/@types/node/timers.d.ts","./node_modules/@types/node/timers/promises.d.ts","./node_modules/@types/node/tls.d.ts","./node_modules/@types/node/trace_events.d.ts","./node_modules/@types/node/tty.d.ts","./node_modules/@types/node/url.d.ts","./node_modules/@types/node/util.d.ts","./node_modules/@types/node/v8.d.ts","./node_modules/@types/node/vm.d.ts","./node_modules/@types/node/wasi.d.ts","./node_modules/@types/node/worker_threads.d.ts","./node_modules/@types/node/zlib.d.ts","./node_modules/@types/node/globals.global.d.ts","./node_modules/@types/node/index.d.ts","./node_modules/@types/fs-extra/index.d.ts","./src/util/isReadable.ts","./src/util/never.ts","./src/util/getPageInfo.ts","./src/util/index.ts","./node_modules/@types/minimatch/index.d.ts","./node_modules/@types/glob/index.d.ts","./node_modules/@types/archiver/index.d.ts","./src/zip/zipDirectory.ts","./src/index.ts","./src/assertions/assertAssign.spec.ts","./src/assertions/assertAssignWithDefaultUndefinedValue.spec.ts","./src/assertions/assertIsDefined.spec.ts","./src/assertions/assertIsEnumValue.spec.ts","./src/assertions/assertIsMapOfStringString.spec.ts","./src/assertions/assertIsNotAnEmptyString.spec.ts","./src/assertions/assertIsObject.spec.ts","./src/assertions/assertIsString.spec.ts","./src/util/getNodeEnv.spec.ts","./src/util/isPathTryingToAccessOutsideOfRoot.spec.ts","./src/util/joinAbsoluteUrlPath.spec.ts","./src/util/parseEnvVarForVar.spec.ts","./src/zip/zipDirectory.spec.ts","./node_modules/@jest/expect-utils/build/index.d.ts","./node_modules/chalk/index.d.ts","./node_modules/@sinclair/typebox/typebox.d.ts","./node_modules/@jest/schemas/build/index.d.ts","./node_modules/pretty-format/build/index.d.ts","./node_modules/jest-diff/build/index.d.ts","./node_modules/jest-matcher-utils/build/index.d.ts","./node_modules/expect/build/index.d.ts","./node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3f149f903dd20dfeb7c80e228b659f0e436532de772469980dbd00702cc05cc1","affectsGlobalScope":true},{"version":"1272277fe7daa738e555eb6cc45ded42cc2d0f76c07294142283145d49e96186","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true},"1f03b495671c3a1bd24510f38b8947f0991dfd6bf0278c68eca14af15b306e1f",{"version":"92293014078d62704d990e36ff625a1f5035cf640c29df8bdaca950f7100b850","signature":"fc8bba36188f124c4a8f77cfee3c3866ab69681ae6242f3126db68f66e8dde79"},{"version":"4d7ef907074dd6d8fd9dfe483ed519ea1ea5ba34a7d9cc5780037ae55443cb04","signature":"4574b719c169a0403986def46ead96b1bea45a154c768c73de5f40e6052a2e7c"},{"version":"ca9675e9e23f5334cc287c42dcc147e098c11fe3eec42e621ac2877e33e11790","signature":"79d02ee26ac639c9ec0a64823fdb23cbf800610b33b2a5b833c8fd3fa8300b8c"},{"version":"d6a65dd0e4bac132b0865c36ee08293682cde9329bcd0f7cfa6cb7e8c1bf8201","signature":"83006a0b56727e71bba20e649e2e785b0d48c0b5747e7f6f8777ecc2ad543ba2"},{"version":"c24a63675f9e2be2608639e4b5693d765aaa6cbfd8c50bd894ba1ba82cf1e863","signature":"4dbabe74a0d5da407ca5792b0788deabb100e7575de1dd4343e004aa6f0f6c47"},{"version":"d1c8370a6701ed91049df921bac6211304d804efffc7ec55902cda42a1120d75","signature":"7056e5cd5c019db52a386ab30c69253b09cd6b9153643ee08d6564d7cb9ab810"},{"version":"d3185c2498b4fa0d69126842650d30093d52f61eacf381ee73d09facdf0940a1","signature":"fedf134c6065fc7a0758fcb2719ae5e0ca4a2834280d06661c34eee12ed9e424"},{"version":"ca18b1f892ba9bb9de3f0dbbf230abe8fdf3afe6ec18ca22c20b05a791e588b7","signature":"a2c9cb3094c303f4762d154cd5cef6d5c8be95657bcdba973c17e2bddf3b0258"},{"version":"15d6fa3490b974a84f65f6f2db330c00a0d597cdd82af466c20842cbbe46567d","signature":"0ef0acf28fc8554a8f9a5d3546586ca2f4df2e23d06ad2f2a11bd48b28b1469f"},{"version":"0c8a4a7b206e45d177374cce96be04a8e38c5ffb829a7bce6b32eefb7574ec56","signature":"048c8482f35a0f3abd2ec8c86ba7b3c86af4906ebb7a12e4fbdc8d6896eb19dc"},{"version":"113e5ec8707933688f23511279e519e6ebdcc8661e51799ccd2fab8727a3d2da","signature":"69c97795fcaf5bf566a1efcc24e5a5bf2d8c261ad1851239b0504c9c4a9e9cc0"},{"version":"8c679e99a1fb34368098193ddaa7d71e53ca627c13e4506bbd71ab4275a816a4","signature":"9dfc364342a667c968f9be3ff7865abaf477df206a936b578b2a98eeaff0e318"},{"version":"d8e9caa427bdfa931d78abf06cfe0e385ed90e14d703aeb82b8e46c568935e38","signature":"56d6e24f71ed721db5a196fc6ab8523f0f469f7ae01b663ddea59981e0d82423"},{"version":"96a3592735e3be56edf5bd802d7c545ea5a58b8f4a0903bc4b4c4510bf11ca89","signature":"71d226b08a3b577440d73d4d1923770c2cc9847f92c7e286f4ba972cdbe066de"},{"version":"63ed4dd3280a017a7cb6562029c8cb95a0cea2595603705633de0bc1549653f0","signature":"527b2e684f504cc22b897df087cbe0d7226d1b780f727cabd0bff0b3c64787d7"},"bcf36e9e16ca4d20b335446cf916f4ecc33b17b12b8e5810ed56c677b5b23648",{"version":"207abcfecc54645a12e731392969b055bbfe0899479775a523c61d6133f7020e","signature":"87307be8e09e256fef6f626127e27cb03b10a9a488ebbaa0ec6ee748e9b14b78"},{"version":"679e3bbbdf343193fbe1453140abf18c396df602fa77bf0822ea02fee36153e8","signature":"02d39a917634d874c61968720d803fc08c236a5e5e22dfa910a8582a58d8f772"},{"version":"71271d56ce4e261c1237f4f79c9a7929d0f63ee4a87fb1b798cf6fb01dfdd970","signature":"4889ae7c801238c611fcc96216b4b0bcdf39f0da707c77ca19fe561371029d11"},{"version":"2bf9416ebde5f015048df868ecca9b79465107f39468fea39f1a7f1ef6a421b8","signature":"e5e691ae3d8407aace8fba0029a6092c58eabaeeacc1325fa9c26e44f2776d53"},"0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"c2ab70bbc7a24c42a790890739dd8a0ba9d2e15038b40dff8163a97a5d148c00","affectsGlobalScope":true},"422dbb183fdced59425ca072c8bd09efaa77ce4e2ab928ec0d8a1ce062d2a45a",{"version":"fcdcb42da18dd98dc286b1876dd425791772036012ae61263c011a76b13a190f","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","918a76828d88a73924bb26fef58040a6eb8a9adb7e407ea7264175520dda9450","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","cc0b61316c4f37393f1f9595e93b673f4184e9d07f4c127165a490ec4a928668","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"bfea28e6162ed21a0aeed181b623dcf250aa79abf49e24a6b7e012655af36d81","affectsGlobalScope":true},"b8aca9d0c81abb02bec9b7621983ae65bde71da6727580070602bd2500a9ce2a","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","063f53ff674228c190efa19dd9448bcbd540acdbb48a928f4cf3a1b9f9478e43","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"287b21dc1d1b9701c92e15e7dd673dfe6044b15812956377adffb6f08825b1bc","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"4cd4cff679c9b3d9239fd7bf70293ca4594583767526916af8e5d5a47d0219c7","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"3345c276cab0e76dda86c0fb79104ff915a4580ba0f3e440870e183b1baec476","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","103d70bfbeb3cd3a3f26d1705bf986322d8738c2c143f38ebb743b1e228d7444","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7",{"version":"3a2da34079a2567161c1359316a32e712404b56566c45332ac9dcee015ecce9f","affectsGlobalScope":true},"28a2e7383fd898c386ffdcacedf0ec0845e5d1a86b5a43f25b86bc315f556b79","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8","ed19da84b7dbf00952ad0b98ce5c194f1903bcf7c94d8103e8e0d63b271543ae",{"version":"054183d44133b21725aded6405c2de43b7f4dd70913930b685a922166a0ed5bb","signature":"82826e64197780936ed8ef846ec41e0782bf686ccbbd98e670dc1fe0c4966f35"},{"version":"4ff6b569b4d68fc7cc41259e760ef4a5a4cb32da3f86fb057d2524f6972ed629","signature":"388e0263e21946e0db13080db090e62bd6c024e8fd470c9afa7e139730233622"},{"version":"c5411475fb6004f4799d39efe4c1db6d038e7dd9c13c0d70b2f22c8ebe4e45ef","signature":"14233eb91d28d2e5fad43a60226f2ddeae06d8b55af100a76e8072292c24f1a1"},"6ade1c9c72680273454033629c6f8c2b1ea659c6bc94816613844276f35f96cb","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","51440322bec180cf452ce474b4f69b993b4eb491fecf47abd958d3342747d6b0",{"version":"66d9b577e4fa0bd63d78023650dadd43443328469e69bc063ec710a8bec27bd7","signature":"558e0d1c797f78421be23db3c79a93db5b6c26a42a1e2b55a3efba037f26ab48"},"e078f390c355ceda76b758c96acf291a1ff32424f027c027751891cb992ea203",{"version":"2d77ea3dec511eb6dfc846998a5fa03ea8534c6ffd0fb88df53d88790a8db76f","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"068fd0e5004de5d10debf3e15d89d818295a50a8e208cc33a9991407b33d36ce","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"204d350d82eb67a520690dca145da112ab00b07436bab2af46fc22eb2a6ed9a3","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"f20319a0ff37dee2328d946c8fc44889793edd716d2bab7437a8604265166503","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"c76cb7a210b42a3cd21f7e4da7fe48128c491e3e3fca30cf2c21683a3fc20551","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"4b4e5f386a969632dda611befed2d8be5d96e939077dd8722247fbe251ef9de7","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"e90ff2a7146a4e2801bc50d2c36392296ca89c46cc0f53cba46e0506657c56ee","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"7707bfb61f54d5f09ea4e80aff8465407a492c66ae81705e62e4185f779aad29","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"dd5a03dd282f09ce955a4e975b3f86b64c1174666a35bb5bee1fc0d919a016fa","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"e424bc41a38235e4d25d44e2ba20d89f7f2fb199a8714592294c5e180b4f8716","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"aafc949cad635f9362b540b18158697557f0df0a731b472c0d4c3e86e0d86972","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"e61d5bf38ceb4bdd862eb6d719794efed4a3e9db28fd1b2320b1377f386d88df","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"597f96c999f199aaf722ed76d5c8f95c72b895bc13a3d65f3c9072d4f8cb205e","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"763e521cf114b80e0dd0e21ca49b9f8ae62e8999555a5e7bade8ce36b33001c2","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","d982cdd2610155b3cbcbfa62ccabcf2d2b739f821518ef113348d160ef0010d9","ffcc5500e77223169833fc6eb59b3a507944a1f89574e0a1276b0ea7fc22c4a4","22f13de9e2fe5f0f4724797abd3d34a1cdd6e47ef81fc4933fea3b8bf4ad524b","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","cda0cb09b995489b7f4c57f168cd31b83dcbaa7aad49612734fb3c9c73f6e4f2","f72f8428f3c1caa22e9c247d046603b85b442c0dae7b77a7a0bc092c18867cb7",{"version":"195f63105abc03e72b6a176e3e34dfb5ac932b55db378fdc7874b1617e24b465","affectsGlobalScope":true}],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"module":1,"outDir":"./lib","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":6},"fileIdsList":[[109],[109,142],[82,98,109,114,123],[82,109,116],[81,82,109,116,122],[109,144,147],[66,109],[69,109],[70,75,109],[71,81,82,89,98,108,109],[71,72,81,89,109],[73,109],[74,75,82,90,109],[75,98,105,109],[76,78,81,89,109],[77,109],[78,79,109],[80,81,109],[81,109],[81,82,83,98,108,109],[81,82,83,98,109],[84,89,98,108,109],[81,82,84,85,89,98,105,108,109],[84,86,98,105,108,109],[66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115],[81,87,109],[88,108,109],[78,81,89,98,109],[90,109],[91,109],[69,92,109],[93,107,109,113],[94,109],[95,109],[81,96,109],[96,97,109,111],[81,98,99,100,109],[98,100,109],[98,99,109],[101,109],[102,109],[81,103,104,109],[103,104,109],[75,89,98,105,109],[106,109],[89,107,109],[70,84,95,108,109],[75,109],[98,109,110],[109,111],[109,112],[70,75,81,83,92,98,108,109,111,113],[98,109,114],[109,140,146],[109,144],[109,141,145],[109,143],[46,52,109],[46,49,53,109],[52,109],[47,109],[51,66,109],[48,109],[50,109],[49,109],[46,109],[46,47,48,49,50,51,52,53,109],[55,109],[57,109],[55,56,57,58,59,60,109],[54,61,109,121,125],[62,109],[62,63,64,65,109,118,119,120],[63,109],[82,91,109,117],[64,109],[65,109],[82,91,109,125],[82,91,109,124],[46,47,48,49,50,51,52,53],[55],[57]],"referencedMap":[[140,1],[143,2],[142,1],[124,3],[117,4],[123,5],[148,6],[122,1],[66,7],[67,7],[69,8],[70,9],[71,10],[72,11],[73,12],[74,13],[75,14],[76,15],[77,16],[78,17],[79,17],[80,18],[81,19],[82,20],[83,21],[68,1],[115,1],[84,22],[85,23],[86,24],[116,25],[87,26],[88,27],[89,28],[90,29],[91,30],[92,31],[93,32],[94,33],[95,34],[96,35],[97,36],[98,37],[100,38],[99,39],[101,40],[102,41],[103,42],[104,43],[105,44],[106,45],[107,46],[108,47],[109,48],[110,49],[111,50],[112,51],[113,52],[114,53],[141,1],[147,54],[145,55],[146,56],[144,57],[8,1],[9,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[25,1],[22,1],[23,1],[24,1],[26,1],[27,1],[28,1],[5,1],[29,1],[30,1],[31,1],[32,1],[6,1],[45,1],[33,1],[34,1],[35,1],[36,1],[7,1],[37,1],[42,1],[43,1],[38,1],[39,1],[40,1],[41,1],[1,1],[44,1],[11,1],[10,1],[127,58],[52,7],[128,59],[53,60],[129,61],[47,7],[130,62],[51,7],[131,63],[48,7],[132,64],[50,7],[133,65],[49,7],[134,66],[46,7],[54,67],[56,68],[55,1],[57,68],[60,69],[58,68],[59,68],[61,70],[126,71],[135,72],[62,1],[120,1],[121,73],[136,74],[63,30],[118,75],[137,76],[64,1],[119,1],[138,77],[65,1],[139,78],[125,79]],"exportedModulesMap":[[140,1],[143,2],[142,1],[124,3],[117,4],[123,5],[148,6],[122,1],[66,7],[67,7],[69,8],[70,9],[71,10],[72,11],[73,12],[74,13],[75,14],[76,15],[77,16],[78,17],[79,17],[80,18],[81,19],[82,20],[83,21],[68,1],[115,1],[84,22],[85,23],[86,24],[116,25],[87,26],[88,27],[89,28],[90,29],[91,30],[92,31],[93,32],[94,33],[95,34],[96,35],[97,36],[98,37],[100,38],[99,39],[101,40],[102,41],[103,42],[104,43],[105,44],[106,45],[107,46],[108,47],[109,48],[110,49],[111,50],[112,51],[113,52],[114,53],[141,1],[147,54],[145,55],[146,56],[144,57],[8,1],[9,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[25,1],[22,1],[23,1],[24,1],[26,1],[27,1],[28,1],[5,1],[29,1],[30,1],[31,1],[32,1],[6,1],[45,1],[33,1],[34,1],[35,1],[36,1],[7,1],[37,1],[42,1],[43,1],[38,1],[39,1],[40,1],[41,1],[1,1],[44,1],[11,1],[10,1],[54,80],[56,81],[57,81],[60,82],[58,81],[59,81],[61,70],[126,71],[121,73]],"semanticDiagnosticsPerFile":[140,143,142,124,117,123,148,122,66,67,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,68,115,84,85,86,116,87,88,89,90,91,92,93,94,95,96,97,98,100,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114,141,147,145,146,144,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,45,33,34,35,36,7,37,42,43,38,39,40,41,1,44,11,10,127,52,128,53,129,47,130,51,131,48,132,50,133,49,134,46,54,56,55,57,60,58,59,61,126,135,62,120,121,136,63,118,137,64,119,138,65,139,125]},"version":"4.7.4"}
|
1
|
+
{"program":{"fileNames":["./node_modules/typescript/lib/lib.es5.d.ts","./node_modules/typescript/lib/lib.es2015.d.ts","./node_modules/typescript/lib/lib.es2016.d.ts","./node_modules/typescript/lib/lib.es2017.d.ts","./node_modules/typescript/lib/lib.es2018.d.ts","./node_modules/typescript/lib/lib.es2019.d.ts","./node_modules/typescript/lib/lib.es2020.d.ts","./node_modules/typescript/lib/lib.dom.d.ts","./node_modules/typescript/lib/lib.dom.iterable.d.ts","./node_modules/typescript/lib/lib.webworker.importscripts.d.ts","./node_modules/typescript/lib/lib.scripthost.d.ts","./node_modules/typescript/lib/lib.es2015.core.d.ts","./node_modules/typescript/lib/lib.es2015.collection.d.ts","./node_modules/typescript/lib/lib.es2015.generator.d.ts","./node_modules/typescript/lib/lib.es2015.iterable.d.ts","./node_modules/typescript/lib/lib.es2015.promise.d.ts","./node_modules/typescript/lib/lib.es2015.proxy.d.ts","./node_modules/typescript/lib/lib.es2015.reflect.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2016.array.include.d.ts","./node_modules/typescript/lib/lib.es2017.object.d.ts","./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2017.string.d.ts","./node_modules/typescript/lib/lib.es2017.intl.d.ts","./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","./node_modules/typescript/lib/lib.es2018.intl.d.ts","./node_modules/typescript/lib/lib.es2018.promise.d.ts","./node_modules/typescript/lib/lib.es2018.regexp.d.ts","./node_modules/typescript/lib/lib.es2019.array.d.ts","./node_modules/typescript/lib/lib.es2019.object.d.ts","./node_modules/typescript/lib/lib.es2019.string.d.ts","./node_modules/typescript/lib/lib.es2019.symbol.d.ts","./node_modules/typescript/lib/lib.es2020.bigint.d.ts","./node_modules/typescript/lib/lib.es2020.date.d.ts","./node_modules/typescript/lib/lib.es2020.promise.d.ts","./node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2020.string.d.ts","./node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2020.intl.d.ts","./node_modules/typescript/lib/lib.es2020.number.d.ts","./node_modules/typescript/lib/lib.esnext.intl.d.ts","./node_modules/typescript/lib/lib.es2019.full.d.ts","./src/assertions/assertIsString.ts","./src/assertions/assertIsDefined.ts","./src/assertions/assertIsMapOfStringString.ts","./src/assertions/assertIsObject.ts","./src/assertions/assertIsNotAnEmptyString.ts","./src/assertions/assertAssign.ts","./src/assertions/assertAssignWithDefaultUndefinedValue.ts","./src/index.ts","./src/assertions/assertAssign.spec.ts","./src/assertions/assertAssignWithDefaultUndefinedValue.spec.ts","./src/assertions/assertIsDefined.spec.ts","./src/assertions/assertIsMapOfStringString.spec.ts","./src/assertions/assertIsNotAnEmptyString.spec.ts","./src/assertions/assertIsObject.spec.ts","./src/assertions/assertIsString.spec.ts","./node_modules/chalk/index.d.ts","./node_modules/@sinclair/typebox/typebox.d.ts","./node_modules/@jest/schemas/build/index.d.ts","./node_modules/pretty-format/build/index.d.ts","./node_modules/jest-diff/build/index.d.ts","./node_modules/jest-matcher-utils/build/index.d.ts","./node_modules/@types/jest/index.d.ts","./node_modules/@types/node/assert.d.ts","./node_modules/@types/node/assert/strict.d.ts","./node_modules/@types/node/globals.d.ts","./node_modules/@types/node/async_hooks.d.ts","./node_modules/@types/node/buffer.d.ts","./node_modules/@types/node/child_process.d.ts","./node_modules/@types/node/cluster.d.ts","./node_modules/@types/node/console.d.ts","./node_modules/@types/node/constants.d.ts","./node_modules/@types/node/crypto.d.ts","./node_modules/@types/node/dgram.d.ts","./node_modules/@types/node/diagnostics_channel.d.ts","./node_modules/@types/node/dns.d.ts","./node_modules/@types/node/dns/promises.d.ts","./node_modules/@types/node/domain.d.ts","./node_modules/@types/node/events.d.ts","./node_modules/@types/node/fs.d.ts","./node_modules/@types/node/fs/promises.d.ts","./node_modules/@types/node/http.d.ts","./node_modules/@types/node/http2.d.ts","./node_modules/@types/node/https.d.ts","./node_modules/@types/node/inspector.d.ts","./node_modules/@types/node/module.d.ts","./node_modules/@types/node/net.d.ts","./node_modules/@types/node/os.d.ts","./node_modules/@types/node/path.d.ts","./node_modules/@types/node/perf_hooks.d.ts","./node_modules/@types/node/process.d.ts","./node_modules/@types/node/punycode.d.ts","./node_modules/@types/node/querystring.d.ts","./node_modules/@types/node/readline.d.ts","./node_modules/@types/node/repl.d.ts","./node_modules/@types/node/stream.d.ts","./node_modules/@types/node/stream/promises.d.ts","./node_modules/@types/node/stream/consumers.d.ts","./node_modules/@types/node/stream/web.d.ts","./node_modules/@types/node/string_decoder.d.ts","./node_modules/@types/node/timers.d.ts","./node_modules/@types/node/timers/promises.d.ts","./node_modules/@types/node/tls.d.ts","./node_modules/@types/node/trace_events.d.ts","./node_modules/@types/node/tty.d.ts","./node_modules/@types/node/url.d.ts","./node_modules/@types/node/util.d.ts","./node_modules/@types/node/v8.d.ts","./node_modules/@types/node/vm.d.ts","./node_modules/@types/node/wasi.d.ts","./node_modules/@types/node/worker_threads.d.ts","./node_modules/@types/node/zlib.d.ts","./node_modules/@types/node/globals.global.d.ts","./node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3f149f903dd20dfeb7c80e228b659f0e436532de772469980dbd00702cc05cc1","affectsGlobalScope":true},{"version":"1272277fe7daa738e555eb6cc45ded42cc2d0f76c07294142283145d49e96186","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true},"1f03b495671c3a1bd24510f38b8947f0991dfd6bf0278c68eca14af15b306e1f",{"version":"92293014078d62704d990e36ff625a1f5035cf640c29df8bdaca950f7100b850","signature":"fc8bba36188f124c4a8f77cfee3c3866ab69681ae6242f3126db68f66e8dde79"},{"version":"4d7ef907074dd6d8fd9dfe483ed519ea1ea5ba34a7d9cc5780037ae55443cb04","signature":"4574b719c169a0403986def46ead96b1bea45a154c768c73de5f40e6052a2e7c"},{"version":"ca9675e9e23f5334cc287c42dcc147e098c11fe3eec42e621ac2877e33e11790","signature":"79d02ee26ac639c9ec0a64823fdb23cbf800610b33b2a5b833c8fd3fa8300b8c"},{"version":"d6a65dd0e4bac132b0865c36ee08293682cde9329bcd0f7cfa6cb7e8c1bf8201","signature":"83006a0b56727e71bba20e649e2e785b0d48c0b5747e7f6f8777ecc2ad543ba2"},{"version":"c24a63675f9e2be2608639e4b5693d765aaa6cbfd8c50bd894ba1ba82cf1e863","signature":"4dbabe74a0d5da407ca5792b0788deabb100e7575de1dd4343e004aa6f0f6c47"},{"version":"d3185c2498b4fa0d69126842650d30093d52f61eacf381ee73d09facdf0940a1","signature":"fedf134c6065fc7a0758fcb2719ae5e0ca4a2834280d06661c34eee12ed9e424"},{"version":"f3fddd1882e3d82e536628f7411e007d3397f544b855e7c067cd8c89fd373812","signature":"3dfca62c02f7a0afa0e2303e2b19db0b948b65e326604aea6f904a72b8779c13"},{"version":"142afc3467b3a968fa0e3d17cc3ea9be0e928eaa7055895458dd0579c21f68b5","signature":"f541e6fdee0d27aaf2646923014775d95a28da7396c9cdade080e1d8209f21f5"},{"version":"2d77ea3dec511eb6dfc846998a5fa03ea8534c6ffd0fb88df53d88790a8db76f","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"068fd0e5004de5d10debf3e15d89d818295a50a8e208cc33a9991407b33d36ce","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"204d350d82eb67a520690dca145da112ab00b07436bab2af46fc22eb2a6ed9a3","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"c76cb7a210b42a3cd21f7e4da7fe48128c491e3e3fca30cf2c21683a3fc20551","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"4b4e5f386a969632dda611befed2d8be5d96e939077dd8722247fbe251ef9de7","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"e90ff2a7146a4e2801bc50d2c36392296ca89c46cc0f53cba46e0506657c56ee","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"7707bfb61f54d5f09ea4e80aff8465407a492c66ae81705e62e4185f779aad29","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","d982cdd2610155b3cbcbfa62ccabcf2d2b739f821518ef113348d160ef0010d9","ffcc5500e77223169833fc6eb59b3a507944a1f89574e0a1276b0ea7fc22c4a4","22f13de9e2fe5f0f4724797abd3d34a1cdd6e47ef81fc4933fea3b8bf4ad524b","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","cda0cb09b995489b7f4c57f168cd31b83dcbaa7aad49612734fb3c9c73f6e4f2",{"version":"1de1ad6a1929317171d8cfcd55bb2732257680c1bf89bcd53e1d46a4d8dbda22","affectsGlobalScope":true},"0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"c2ab70bbc7a24c42a790890739dd8a0ba9d2e15038b40dff8163a97a5d148c00","affectsGlobalScope":true},"422dbb183fdced59425ca072c8bd09efaa77ce4e2ab928ec0d8a1ce062d2a45a",{"version":"fcdcb42da18dd98dc286b1876dd425791772036012ae61263c011a76b13a190f","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","918a76828d88a73924bb26fef58040a6eb8a9adb7e407ea7264175520dda9450","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","cc0b61316c4f37393f1f9595e93b673f4184e9d07f4c127165a490ec4a928668","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"bfea28e6162ed21a0aeed181b623dcf250aa79abf49e24a6b7e012655af36d81","affectsGlobalScope":true},"b8aca9d0c81abb02bec9b7621983ae65bde71da6727580070602bd2500a9ce2a","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","063f53ff674228c190efa19dd9448bcbd540acdbb48a928f4cf3a1b9f9478e43","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"287b21dc1d1b9701c92e15e7dd673dfe6044b15812956377adffb6f08825b1bc","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"4cd4cff679c9b3d9239fd7bf70293ca4594583767526916af8e5d5a47d0219c7","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"3345c276cab0e76dda86c0fb79104ff915a4580ba0f3e440870e183b1baec476","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","103d70bfbeb3cd3a3f26d1705bf986322d8738c2c143f38ebb743b1e228d7444","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7",{"version":"3a2da34079a2567161c1359316a32e712404b56566c45332ac9dcee015ecce9f","affectsGlobalScope":true},"28a2e7383fd898c386ffdcacedf0ec0845e5d1a86b5a43f25b86bc315f556b79","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8"],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"module":1,"outDir":"./lib","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":6},"fileIdsList":[[62,111],[111],[64,66,111],[68,111],[71,111],[72,77,111],[73,83,84,91,100,110,111],[73,74,83,91,111],[75,111],[76,77,84,92,111],[77,100,107,111],[78,80,83,91,111],[79,111],[80,81,111],[82,83,111],[83,111],[83,84,85,100,110,111],[83,84,85,100,111],[86,91,100,110,111],[83,84,86,87,91,100,107,110,111],[86,88,100,107,110,111],[68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117],[83,89,111],[90,110,111],[80,83,91,100,111],[92,111],[93,111],[71,94,111],[95,109,111,115],[96,111],[97,111],[83,98,111],[98,99,111,113],[83,100,101,102,111],[100,102,111],[100,101,111],[103,111],[104,111],[83,105,106,111],[105,106,111],[77,91,100,107,111],[108,111],[91,109,111],[72,86,97,110,111],[77,111],[100,111,112],[111,113],[111,114],[72,77,83,85,94,100,110,111,113,115],[100,111,116],[64,111],[61,65,111],[63,111],[46,51,111],[46,49,52,111],[51,111],[47,111],[48,111],[50,111],[49,111],[46,111],[46,47,48,49,50,51,52,111],[46,47,48,49,50,51,52]],"referencedMap":[[63,1],[62,2],[67,3],[68,4],[69,4],[71,5],[72,6],[73,7],[74,8],[75,9],[76,10],[77,11],[78,12],[79,13],[80,14],[81,14],[82,15],[83,16],[84,17],[85,18],[70,2],[117,2],[86,19],[87,20],[88,21],[118,22],[89,23],[90,24],[91,25],[92,26],[93,27],[94,28],[95,29],[96,30],[97,31],[98,32],[99,33],[100,34],[102,35],[101,36],[103,37],[104,38],[105,39],[106,40],[107,41],[108,42],[109,43],[110,44],[111,45],[112,46],[113,47],[114,48],[115,49],[116,50],[61,2],[65,51],[66,52],[64,53],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[45,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[54,54],[51,4],[55,55],[52,56],[56,57],[47,4],[57,58],[48,4],[58,59],[50,4],[59,60],[49,4],[60,61],[46,4],[53,62]],"exportedModulesMap":[[63,1],[62,2],[67,3],[68,4],[69,4],[71,5],[72,6],[73,7],[74,8],[75,9],[76,10],[77,11],[78,12],[79,13],[80,14],[81,14],[82,15],[83,16],[84,17],[85,18],[70,2],[117,2],[86,19],[87,20],[88,21],[118,22],[89,23],[90,24],[91,25],[92,26],[93,27],[94,28],[95,29],[96,30],[97,31],[98,32],[99,33],[100,34],[102,35],[101,36],[103,37],[104,38],[105,39],[106,40],[107,41],[108,42],[109,43],[110,44],[111,45],[112,46],[113,47],[114,48],[115,49],[116,50],[61,2],[65,51],[66,52],[64,53],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[45,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[53,63]],"semanticDiagnosticsPerFile":[63,62,67,68,69,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,70,117,86,87,88,118,89,90,91,92,93,94,95,96,97,98,99,100,102,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,61,65,66,64,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,45,33,34,35,36,7,37,42,43,38,39,40,41,1,44,11,10,54,51,55,52,56,47,57,48,58,50,59,49,60,46,53]},"version":"4.7.4"}
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function assertIsEnumValue<T extends object>(val: unknown, obj: T): asserts val is T[keyof T];
|
@@ -1,18 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.assertIsEnumValue = void 0;
|
4
|
-
const assert_1 = require("assert");
|
5
|
-
function assertIsEnumValue(val, obj) {
|
6
|
-
if (isValueIsEnumValue(val, obj) === false) {
|
7
|
-
throw new assert_1.AssertionError({
|
8
|
-
actual: val,
|
9
|
-
expected: Object.values(obj),
|
10
|
-
operator: 'in',
|
11
|
-
});
|
12
|
-
}
|
13
|
-
}
|
14
|
-
exports.assertIsEnumValue = assertIsEnumValue;
|
15
|
-
function isValueIsEnumValue(val, enumType) {
|
16
|
-
return Object.values(enumType).includes(val);
|
17
|
-
}
|
18
|
-
//# sourceMappingURL=assertIsEnumValue.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"assertIsEnumValue.js","sourceRoot":"","sources":["../../src/assertions/assertIsEnumValue.ts"],"names":[],"mappings":";;;AAAA,mCAAwC;AAExC,SAAgB,iBAAiB,CAAmB,GAAY,EAAE,GAAM;IACtE,IAAI,kBAAkB,CAAC,GAAG,EAAE,GAAG,CAAC,KAAK,KAAK,EAAE;QAC1C,MAAM,IAAI,uBAAc,CAAC;YACvB,MAAM,EAAE,GAAG;YACX,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC;YAC5B,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC;KACJ;AACH,CAAC;AARD,8CAQC;AAED,SAAS,kBAAkB,CAAuB,GAAY,EAAE,QAAe;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,GAAyB,CAAC,CAAC;AACrE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,39 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const assert_1 = require("assert");
|
4
|
-
const assertIsEnumValue_1 = require("./assertIsEnumValue");
|
5
|
-
describe('assertIsEnumValue', () => {
|
6
|
-
let StringEnum;
|
7
|
-
(function (StringEnum) {
|
8
|
-
StringEnum["A"] = "a";
|
9
|
-
StringEnum["B"] = "b";
|
10
|
-
StringEnum["C"] = "c";
|
11
|
-
})(StringEnum || (StringEnum = {}));
|
12
|
-
let NumEnum;
|
13
|
-
(function (NumEnum) {
|
14
|
-
NumEnum[NumEnum["A"] = 0] = "A";
|
15
|
-
NumEnum[NumEnum["B"] = 1] = "B";
|
16
|
-
NumEnum[NumEnum["C"] = 2] = "C";
|
17
|
-
})(NumEnum || (NumEnum = {}));
|
18
|
-
it('should not show an error if input value is in enum object', () => {
|
19
|
-
expect((0, assertIsEnumValue_1.assertIsEnumValue)('a', StringEnum)).toBeUndefined();
|
20
|
-
const val = StringEnum.B;
|
21
|
-
expect((0, assertIsEnumValue_1.assertIsEnumValue)(val, StringEnum)).toBeUndefined();
|
22
|
-
});
|
23
|
-
it('should not show an error if input value is in enum object (with no default values)', () => {
|
24
|
-
expect((0, assertIsEnumValue_1.assertIsEnumValue)(2, NumEnum)).toBeUndefined();
|
25
|
-
const val = NumEnum.C;
|
26
|
-
expect((0, assertIsEnumValue_1.assertIsEnumValue)(val, NumEnum)).toBeUndefined();
|
27
|
-
});
|
28
|
-
it("should throw an AssertionError is value isn't in enum", () => {
|
29
|
-
expect(() => (0, assertIsEnumValue_1.assertIsEnumValue)('zz', StringEnum)).toThrowError(assert_1.AssertionError);
|
30
|
-
expect(() => (0, assertIsEnumValue_1.assertIsEnumValue)('zz', StringEnum)).toThrowErrorMatchingInlineSnapshot(`
|
31
|
-
"'zz' in [
|
32
|
-
'a',
|
33
|
-
'b',
|
34
|
-
'c'
|
35
|
-
]"
|
36
|
-
`);
|
37
|
-
});
|
38
|
-
});
|
39
|
-
//# sourceMappingURL=assertIsEnumValue.spec.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"assertIsEnumValue.spec.js","sourceRoot":"","sources":["../../src/assertions/assertIsEnumValue.spec.ts"],"names":[],"mappings":";;AAAA,mCAAwC;AACxC,2DAAwD;AAExD,QAAQ,CAAC,mBAAmB,EAAE,GAAG,EAAE;IACjC,IAAK,UAIJ;IAJD,WAAK,UAAU;QACb,qBAAO,CAAA;QACP,qBAAO,CAAA;QACP,qBAAO,CAAA;IACT,CAAC,EAJI,UAAU,KAAV,UAAU,QAId;IAED,IAAK,OAIJ;IAJD,WAAK,OAAO;QACV,+BAAC,CAAA;QACD,+BAAC,CAAA;QACD,+BAAC,CAAA;IACH,CAAC,EAJI,OAAO,KAAP,OAAO,QAIX;IAED,EAAE,CAAC,2DAA2D,EAAE,GAAG,EAAE;QACnE,MAAM,CAAC,IAAA,qCAAiB,EAAC,GAAG,EAAE,UAAU,CAAC,CAAC,CAAC,aAAa,EAAE,CAAC;QAC3D,MAAM,GAAG,GAAG,UAAU,CAAC,CAAC,CAAC;QACzB,MAAM,CAAC,IAAA,qCAAiB,EAAC,GAAG,EAAE,UAAU,CAAC,CAAC,CAAC,aAAa,EAAE,CAAC;IAC7D,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,oFAAoF,EAAE,GAAG,EAAE;QAC5F,MAAM,CAAC,IAAA,qCAAiB,EAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,aAAa,EAAE,CAAC;QACtD,MAAM,GAAG,GAAG,OAAO,CAAC,CAAC,CAAC;QACtB,MAAM,CAAC,IAAA,qCAAiB,EAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,aAAa,EAAE,CAAC;IAC1D,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,uDAAuD,EAAE,GAAG,EAAE;QAC/D,MAAM,CAAC,GAAG,EAAE,CAAC,IAAA,qCAAiB,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC,uBAAc,CAAC,CAAC;QAC/E,MAAM,CAAC,GAAG,EAAE,CAAC,IAAA,qCAAiB,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,kCAAkC,CAAC;;;;;;KAMpF,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
export * from './assertIsString';
|
2
|
-
export * from './assertIsDefined';
|
3
|
-
export * from './assertIsMapOfStringString';
|
4
|
-
export * from './assertIsObject';
|
5
|
-
export * from './assertIsNotAnEmptyString';
|
6
|
-
export * from './assertIsEnumValue';
|
7
|
-
export * from './assertAssignWithDefaultUndefinedValue';
|
8
|
-
export * from './assertAssign';
|
package/lib/assertions/index.js
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
-
if (k2 === undefined) k2 = k;
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
-
}
|
8
|
-
Object.defineProperty(o, k2, desc);
|
9
|
-
}) : (function(o, m, k, k2) {
|
10
|
-
if (k2 === undefined) k2 = k;
|
11
|
-
o[k2] = m[k];
|
12
|
-
}));
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
-
};
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
// Common Assertions
|
18
|
-
__exportStar(require("./assertIsString"), exports);
|
19
|
-
__exportStar(require("./assertIsDefined"), exports);
|
20
|
-
__exportStar(require("./assertIsMapOfStringString"), exports);
|
21
|
-
__exportStar(require("./assertIsObject"), exports);
|
22
|
-
__exportStar(require("./assertIsNotAnEmptyString"), exports);
|
23
|
-
__exportStar(require("./assertIsEnumValue"), exports);
|
24
|
-
// Assert assign
|
25
|
-
__exportStar(require("./assertAssignWithDefaultUndefinedValue"), exports);
|
26
|
-
__exportStar(require("./assertAssign"), exports);
|
27
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/assertions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,mDAAiC;AACjC,oDAAkC;AAClC,8DAA4C;AAC5C,mDAAiC;AACjC,6DAA2C;AAC3C,sDAAoC;AAEpC,gBAAgB;AAChB,0EAAwD;AACxD,iDAA+B"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.BadRequestError = void 0;
|
4
|
-
const ErrorWithHttpStatusCode_1 = require("./ErrorWithHttpStatusCode");
|
5
|
-
class BadRequestError extends ErrorWithHttpStatusCode_1.ErrorWithHttpStatusCode {
|
6
|
-
constructor(message) {
|
7
|
-
super(400, message);
|
8
|
-
}
|
9
|
-
}
|
10
|
-
exports.BadRequestError = BadRequestError;
|
11
|
-
//# sourceMappingURL=BadRequestError.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"BadRequestError.js","sourceRoot":"","sources":["../../src/error/BadRequestError.ts"],"names":[],"mappings":";;;AAAA,uEAAoE;AAEpE,MAAa,eAAgB,SAAQ,iDAAuB;IAC1D,YAAY,OAAe;QACzB,KAAK,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;IACtB,CAAC;CACF;AAJD,0CAIC"}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ErrorWithHttpStatusCode = void 0;
|
4
|
-
class ErrorWithHttpStatusCode extends Error {
|
5
|
-
constructor(statusCode, message) {
|
6
|
-
super(message);
|
7
|
-
this.statusCode = statusCode;
|
8
|
-
this.message = message;
|
9
|
-
}
|
10
|
-
}
|
11
|
-
exports.ErrorWithHttpStatusCode = ErrorWithHttpStatusCode;
|
12
|
-
//# sourceMappingURL=ErrorWithHttpStatusCode.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ErrorWithHttpStatusCode.js","sourceRoot":"","sources":["../../src/error/ErrorWithHttpStatusCode.ts"],"names":[],"mappings":";;;AAAA,MAAa,uBAAwB,SAAQ,KAAK;IAChD,YAAmB,UAAkB,EAAS,OAAe;QAC3D,KAAK,CAAC,OAAO,CAAC,CAAC;QADE,eAAU,GAAV,UAAU,CAAQ;QAAS,YAAO,GAAP,OAAO,CAAQ;IAE7D,CAAC;CACF;AAJD,0DAIC"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.InternalServerError = void 0;
|
4
|
-
const ErrorWithHttpStatusCode_1 = require("./ErrorWithHttpStatusCode");
|
5
|
-
class InternalServerError extends ErrorWithHttpStatusCode_1.ErrorWithHttpStatusCode {
|
6
|
-
constructor(message) {
|
7
|
-
super(500, message);
|
8
|
-
}
|
9
|
-
}
|
10
|
-
exports.InternalServerError = InternalServerError;
|
11
|
-
//# sourceMappingURL=InternalServerError.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"InternalServerError.js","sourceRoot":"","sources":["../../src/error/InternalServerError.ts"],"names":[],"mappings":";;;AAAA,uEAAoE;AAEpE,MAAa,mBAAoB,SAAQ,iDAAuB;IAC9D,YAAY,OAAe;QACzB,KAAK,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;IACtB,CAAC;CACF;AAJD,kDAIC"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.MethodNotImplementedError = void 0;
|
4
|
-
const InternalServerError_1 = require("./InternalServerError");
|
5
|
-
class MethodNotImplementedError extends InternalServerError_1.InternalServerError {
|
6
|
-
constructor(message) {
|
7
|
-
super(message !== null && message !== void 0 ? message : 'method is not implemented');
|
8
|
-
}
|
9
|
-
}
|
10
|
-
exports.MethodNotImplementedError = MethodNotImplementedError;
|
11
|
-
//# sourceMappingURL=MethodNotImplementedError.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"MethodNotImplementedError.js","sourceRoot":"","sources":["../../src/error/MethodNotImplementedError.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAE5D,MAAa,yBAA0B,SAAQ,yCAAmB;IAChE,YAAY,OAAgB;QAC1B,KAAK,CAAC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,2BAA2B,CAAC,CAAC;IAChD,CAAC;CACF;AAJD,8DAIC"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ResourceNotFoundError = void 0;
|
4
|
-
const ErrorWithHttpStatusCode_1 = require("./ErrorWithHttpStatusCode");
|
5
|
-
class ResourceNotFoundError extends ErrorWithHttpStatusCode_1.ErrorWithHttpStatusCode {
|
6
|
-
constructor(message) {
|
7
|
-
super(404, message);
|
8
|
-
}
|
9
|
-
}
|
10
|
-
exports.ResourceNotFoundError = ResourceNotFoundError;
|
11
|
-
//# sourceMappingURL=ResourceNotFoundError.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ResourceNotFoundError.js","sourceRoot":"","sources":["../../src/error/ResourceNotFoundError.ts"],"names":[],"mappings":";;;AAAA,uEAAoE;AAEpE,MAAa,qBAAsB,SAAQ,iDAAuB;IAChE,YAAY,OAAe;QACzB,KAAK,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;IACtB,CAAC;CACF;AAJD,sDAIC"}
|