@monorepolint/internal-mrl-config 0.5.0-beta.7 → 0.5.0-beta.9
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/.turbo/turbo-clean.log +4 -0
- package/.turbo/turbo-compile-typescript.log +4 -0
- package/.turbo/turbo-lint.log +4 -0
- package/.turbo/turbo-test.log +5 -0
- package/.turbo/turbo-transpile-typescript.log +14 -0
- package/CHANGELOG.md +14 -55
- package/build/js/index.js +101 -0
- package/build/js/index.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -0
- package/build/types/index.d.ts +2 -0
- package/build/types/index.d.ts.map +1 -0
- package/build/types/monorepolint.config.d.ts +9 -0
- package/build/types/monorepolint.config.d.ts.map +1 -0
- package/package.json +5 -5
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
> @monorepolint/internal-mrl-config@0.5.0-beta.9 transpile-typescript /home/runner/work/monorepolint/monorepolint/packages/internal-mrl-config
|
|
3
|
+
> tsup --config ../../tsup.config.cjs
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v8.0.2
|
|
8
|
+
[34mCLI[39m Using tsup config: /home/runner/work/monorepolint/monorepolint/tsup.config.cjs
|
|
9
|
+
[34mCLI[39m Target: node16
|
|
10
|
+
[34mCLI[39m Cleaning output folder
|
|
11
|
+
[34mESM[39m Build start
|
|
12
|
+
[32mESM[39m [1mbuild/js/index.js [22m[32m2.76 KB[39m
|
|
13
|
+
[32mESM[39m [1mbuild/js/index.js.map [22m[32m4.49 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 30ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,67 +1,26 @@
|
|
|
1
1
|
# @monorepolint/internal-mrl-config
|
|
2
2
|
|
|
3
|
-
## 0.5.0-beta.
|
|
3
|
+
## 0.5.0-beta.9
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- @monorepolint/
|
|
10
|
-
- @monorepolint/
|
|
7
|
+
- Interal changes
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @monorepolint/config@0.5.0-beta.9
|
|
10
|
+
- @monorepolint/core@0.5.0-beta.9
|
|
11
|
+
- @monorepolint/rules@0.5.0-beta.9
|
|
12
|
+
- @monorepolint/utils@0.5.0-beta.9
|
|
11
13
|
|
|
12
|
-
## 0.5.0-beta.
|
|
14
|
+
## 0.5.0-beta.8
|
|
13
15
|
|
|
14
16
|
### Patch Changes
|
|
15
17
|
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
- @monorepolint/
|
|
19
|
-
- @monorepolint/
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- @monorepolint/config@0.5.0-beta.5
|
|
26
|
-
- @monorepolint/core@0.5.0-beta.5
|
|
27
|
-
- @monorepolint/rules@0.5.0-beta.5
|
|
28
|
-
- @monorepolint/utils@0.5.0-beta.5
|
|
29
|
-
|
|
30
|
-
## 0.5.0-beta.4
|
|
31
|
-
|
|
32
|
-
### Patch Changes
|
|
33
|
-
|
|
34
|
-
- @monorepolint/config@0.5.0-beta.4
|
|
35
|
-
- @monorepolint/core@0.5.0-beta.4
|
|
36
|
-
- @monorepolint/rules@0.5.0-beta.4
|
|
37
|
-
- @monorepolint/utils@0.5.0-beta.4
|
|
38
|
-
|
|
39
|
-
## 0.5.0-beta.3
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- @monorepolint/config@0.5.0-beta.3
|
|
44
|
-
- @monorepolint/core@0.5.0-beta.3
|
|
45
|
-
- @monorepolint/rules@0.5.0-beta.3
|
|
46
|
-
- @monorepolint/utils@0.5.0-beta.3
|
|
47
|
-
|
|
48
|
-
## 0.5.0-beta.2
|
|
49
|
-
|
|
50
|
-
### Patch Changes
|
|
51
|
-
|
|
52
|
-
- @monorepolint/config@0.5.0-beta.2
|
|
53
|
-
- @monorepolint/core@0.5.0-beta.2
|
|
54
|
-
- @monorepolint/rules@0.5.0-beta.2
|
|
55
|
-
- @monorepolint/utils@0.5.0-beta.2
|
|
56
|
-
|
|
57
|
-
## 0.5.0-beta.1
|
|
58
|
-
|
|
59
|
-
### Patch Changes
|
|
60
|
-
|
|
61
|
-
- @monorepolint/config@0.5.0-beta.1
|
|
62
|
-
- @monorepolint/core@0.5.0-beta.1
|
|
63
|
-
- @monorepolint/rules@0.5.0-beta.1
|
|
64
|
-
- @monorepolint/utils@0.5.0-beta.1
|
|
18
|
+
- b024660: Internal change to how publish happens
|
|
19
|
+
- Updated dependencies [b024660]
|
|
20
|
+
- @monorepolint/config@0.5.0-beta.8
|
|
21
|
+
- @monorepolint/core@0.5.0-beta.8
|
|
22
|
+
- @monorepolint/rules@0.5.0-beta.8
|
|
23
|
+
- @monorepolint/utils@0.5.0-beta.8
|
|
65
24
|
|
|
66
25
|
## 0.5.0-beta.0
|
|
67
26
|
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
// src/monorepolint.config.ts
|
|
2
|
+
import * as Rules from "@monorepolint/rules";
|
|
3
|
+
var META_PACKAGES = ["monorepolint"];
|
|
4
|
+
var DOCS = "@monorepolint/docs";
|
|
5
|
+
var DELETE_SCRIPT_ENTRTY = { options: [void 0], fixValue: void 0 };
|
|
6
|
+
var config = {
|
|
7
|
+
rules: [
|
|
8
|
+
Rules.standardTsconfig({
|
|
9
|
+
options: {
|
|
10
|
+
templateFile: "./templates/tsconfig.json"
|
|
11
|
+
},
|
|
12
|
+
excludePackages: [DOCS]
|
|
13
|
+
}),
|
|
14
|
+
Rules.fileContents({
|
|
15
|
+
options: {
|
|
16
|
+
file: "jest.config.cjs",
|
|
17
|
+
templateFile: "./templates/jest.config.cjs"
|
|
18
|
+
},
|
|
19
|
+
excludePackages: [DOCS]
|
|
20
|
+
}),
|
|
21
|
+
Rules.packageScript({
|
|
22
|
+
options: {
|
|
23
|
+
scripts: {
|
|
24
|
+
clean: "rm -rf build dist lib node_modules *.tgz tsconfig.tsbuildinfo",
|
|
25
|
+
"compile-typescript": "tsc --build",
|
|
26
|
+
"lint:typescript": DELETE_SCRIPT_ENTRTY,
|
|
27
|
+
jest: DELETE_SCRIPT_ENTRTY,
|
|
28
|
+
// this syntax needs work :(
|
|
29
|
+
"jest:watch": DELETE_SCRIPT_ENTRTY,
|
|
30
|
+
lint: "eslint .",
|
|
31
|
+
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --colors --passWithNoTests --watch",
|
|
32
|
+
test: "NODE_OPTIONS=--experimental-vm-modules jest --colors --passWithNoTests"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
excludePackages: [DOCS, ...META_PACKAGES]
|
|
36
|
+
}),
|
|
37
|
+
Rules.packageScript({
|
|
38
|
+
options: {
|
|
39
|
+
scripts: {
|
|
40
|
+
clean: DELETE_SCRIPT_ENTRTY,
|
|
41
|
+
"compile-typescript": DELETE_SCRIPT_ENTRTY,
|
|
42
|
+
"lint:typescript": DELETE_SCRIPT_ENTRTY,
|
|
43
|
+
jest: DELETE_SCRIPT_ENTRTY,
|
|
44
|
+
// this syntax needs work :(
|
|
45
|
+
"jest:watch": DELETE_SCRIPT_ENTRTY,
|
|
46
|
+
lint: DELETE_SCRIPT_ENTRTY,
|
|
47
|
+
"test:watch": DELETE_SCRIPT_ENTRTY,
|
|
48
|
+
test: DELETE_SCRIPT_ENTRTY
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
includePackages: [...META_PACKAGES]
|
|
52
|
+
}),
|
|
53
|
+
Rules.packageEntry({
|
|
54
|
+
options: {
|
|
55
|
+
entries: {
|
|
56
|
+
exports: {
|
|
57
|
+
".": {
|
|
58
|
+
types: "./build/types/index.d.ts",
|
|
59
|
+
import: "./build/js/index.js"
|
|
60
|
+
},
|
|
61
|
+
"./*": {
|
|
62
|
+
types: "./build/types/public/*.d.ts",
|
|
63
|
+
import: "./build/js/public/*.js"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
engines: {
|
|
67
|
+
node: ">=18"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}),
|
|
72
|
+
Rules.packageOrder({}),
|
|
73
|
+
Rules.alphabeticalDependencies({}),
|
|
74
|
+
Rules.alphabeticalScripts({}),
|
|
75
|
+
Rules.consistentDependencies({}),
|
|
76
|
+
Rules.bannedDependencies({
|
|
77
|
+
options: {
|
|
78
|
+
bannedDependencies: ["lodash"]
|
|
79
|
+
}
|
|
80
|
+
}),
|
|
81
|
+
Rules.requireDependency({
|
|
82
|
+
options: {
|
|
83
|
+
devDependencies: {
|
|
84
|
+
jest: "^29.7.0",
|
|
85
|
+
"@jest/globals": "^29.7.0",
|
|
86
|
+
tslib: "^2.6.2"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
]
|
|
91
|
+
};
|
|
92
|
+
export {
|
|
93
|
+
config as default
|
|
94
|
+
};
|
|
95
|
+
/*!
|
|
96
|
+
* Copyright 2019 Palantir Technologies, Inc.
|
|
97
|
+
*
|
|
98
|
+
* Licensed under the MIT license. See LICENSE file in the project root for details.
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/monorepolint.config.ts"],"sourcesContent":["/*!\n * Copyright 2019 Palantir Technologies, Inc.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n */\n\nimport * as Rules from \"@monorepolint/rules\";\nimport type { Config } from \"@monorepolint/config\";\n\nconst META_PACKAGES = [\"monorepolint\"];\n\nconst DOCS = \"@monorepolint/docs\";\n\n// FIXME: This is still suboptimal\nconst DELETE_SCRIPT_ENTRTY = { options: [undefined], fixValue: undefined };\n\nexport const config: Config = {\n rules: [\n Rules.standardTsconfig({\n options: {\n templateFile: \"./templates/tsconfig.json\",\n },\n excludePackages: [DOCS],\n }),\n Rules.fileContents({\n options: {\n file: \"jest.config.cjs\",\n templateFile: \"./templates/jest.config.cjs\",\n },\n excludePackages: [DOCS],\n }),\n Rules.packageScript({\n options: {\n scripts: {\n clean: \"rm -rf build dist lib node_modules *.tgz tsconfig.tsbuildinfo\",\n \"compile-typescript\": \"tsc --build\",\n \"lint:typescript\": DELETE_SCRIPT_ENTRTY,\n jest: DELETE_SCRIPT_ENTRTY, // this syntax needs work :(\n \"jest:watch\": DELETE_SCRIPT_ENTRTY,\n lint: \"eslint .\",\n \"test:watch\": \"NODE_OPTIONS=--experimental-vm-modules jest --colors --passWithNoTests --watch\",\n test: \"NODE_OPTIONS=--experimental-vm-modules jest --colors --passWithNoTests\",\n },\n },\n excludePackages: [DOCS, ...META_PACKAGES],\n }),\n Rules.packageScript({\n options: {\n scripts: {\n clean: DELETE_SCRIPT_ENTRTY,\n \"compile-typescript\": DELETE_SCRIPT_ENTRTY,\n \"lint:typescript\": DELETE_SCRIPT_ENTRTY,\n jest: DELETE_SCRIPT_ENTRTY, // this syntax needs work :(\n \"jest:watch\": DELETE_SCRIPT_ENTRTY,\n lint: DELETE_SCRIPT_ENTRTY,\n \"test:watch\": DELETE_SCRIPT_ENTRTY,\n test: DELETE_SCRIPT_ENTRTY,\n },\n },\n includePackages: [...META_PACKAGES],\n }),\n Rules.packageEntry({\n options: {\n entries: {\n exports: {\n \".\": {\n types: \"./build/types/index.d.ts\",\n import: \"./build/js/index.js\",\n },\n \"./*\": {\n types: \"./build/types/public/*.d.ts\",\n import: \"./build/js/public/*.js\",\n },\n },\n engines: {\n node: \">=18\",\n },\n },\n },\n }),\n Rules.packageOrder({}),\n Rules.alphabeticalDependencies({}),\n Rules.alphabeticalScripts({}),\n Rules.consistentDependencies({}),\n Rules.bannedDependencies({\n options: {\n bannedDependencies: [\"lodash\"],\n },\n }),\n Rules.requireDependency({\n options: {\n devDependencies: {\n jest: \"^29.7.0\",\n \"@jest/globals\": \"^29.7.0\",\n tslib: \"^2.6.2\",\n },\n },\n }),\n ],\n};\n"],"mappings":";AAOA,YAAY,WAAW;AAGvB,IAAM,gBAAgB,CAAC,cAAc;AAErC,IAAM,OAAO;AAGb,IAAM,uBAAuB,EAAE,SAAS,CAAC,MAAS,GAAG,UAAU,OAAU;AAElE,IAAM,SAAiB;AAAA,EAC5B,OAAO;AAAA,IACC,uBAAiB;AAAA,MACrB,SAAS;AAAA,QACP,cAAc;AAAA,MAChB;AAAA,MACA,iBAAiB,CAAC,IAAI;AAAA,IACxB,CAAC;AAAA,IACK,mBAAa;AAAA,MACjB,SAAS;AAAA,QACP,MAAM;AAAA,QACN,cAAc;AAAA,MAChB;AAAA,MACA,iBAAiB,CAAC,IAAI;AAAA,IACxB,CAAC;AAAA,IACK,oBAAc;AAAA,MAClB,SAAS;AAAA,QACP,SAAS;AAAA,UACP,OAAO;AAAA,UACP,sBAAsB;AAAA,UACtB,mBAAmB;AAAA,UACnB,MAAM;AAAA;AAAA,UACN,cAAc;AAAA,UACd,MAAM;AAAA,UACN,cAAc;AAAA,UACd,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,iBAAiB,CAAC,MAAM,GAAG,aAAa;AAAA,IAC1C,CAAC;AAAA,IACK,oBAAc;AAAA,MAClB,SAAS;AAAA,QACP,SAAS;AAAA,UACP,OAAO;AAAA,UACP,sBAAsB;AAAA,UACtB,mBAAmB;AAAA,UACnB,MAAM;AAAA;AAAA,UACN,cAAc;AAAA,UACd,MAAM;AAAA,UACN,cAAc;AAAA,UACd,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,iBAAiB,CAAC,GAAG,aAAa;AAAA,IACpC,CAAC;AAAA,IACK,mBAAa;AAAA,MACjB,SAAS;AAAA,QACP,SAAS;AAAA,UACP,SAAS;AAAA,YACP,KAAK;AAAA,cACH,OAAO;AAAA,cACP,QAAQ;AAAA,YACV;AAAA,YACA,OAAO;AAAA,cACL,OAAO;AAAA,cACP,QAAQ;AAAA,YACV;AAAA,UACF;AAAA,UACA,SAAS;AAAA,YACP,MAAM;AAAA,UACR;AAAA,QACF;AAAA,MACF;AAAA,IACF,CAAC;AAAA,IACK,mBAAa,CAAC,CAAC;AAAA,IACf,+BAAyB,CAAC,CAAC;AAAA,IAC3B,0BAAoB,CAAC,CAAC;AAAA,IACtB,6BAAuB,CAAC,CAAC;AAAA,IACzB,yBAAmB;AAAA,MACvB,SAAS;AAAA,QACP,oBAAoB,CAAC,QAAQ;AAAA,MAC/B;AAAA,IACF,CAAC;AAAA,IACK,wBAAkB;AAAA,MACtB,SAAS;AAAA,QACP,iBAAiB;AAAA,UACf,MAAM;AAAA,UACN,iBAAiB;AAAA,UACjB,OAAO;AAAA,QACT;AAAA,MACF;AAAA,IACF,CAAC;AAAA,EACH;AACF;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/tslib@2.6.2/node_modules/tslib/tslib.d.ts","../../../node_modules/.pnpm/tslib@2.6.2/node_modules/tslib/modules/index.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/globals.global.d.ts","../../../node_modules/.pnpm/@types+node@18.18.14/node_modules/@types/node/index.d.ts","../../utils/build/types/Host.d.ts","../../utils/build/types/getWorkspacePackageDirs.d.ts","../../utils/build/types/mutateJson.d.ts","../../utils/build/types/PackageJson.d.ts","../../utils/build/types/findWorkspaceDir.d.ts","../../utils/build/types/getPackageNameToDir.d.ts","../../utils/build/types/SimpleHost.d.ts","../../utils/build/types/CachingHost.d.ts","../../utils/build/types/matchesAnyGlob.d.ts","../../utils/build/types/nanosecondsToSanity.d.ts","../../utils/build/types/AggregateTiming.d.ts","../../utils/build/types/Timing.d.ts","../../utils/build/types/Table.d.ts","../../utils/build/types/index.d.ts","../../config/build/types/PackageContext.d.ts","../../config/build/types/WorkspaceContext.d.ts","../../config/build/types/Context.d.ts","../../config/build/types/Config.d.ts","../../config/build/types/index.d.ts","../../rules/build/types/alphabeticalDependencies.d.ts","../../rules/build/types/alphabeticalScripts.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/union.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/literal.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/unknown.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/constraint.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/instanceof.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/reflect.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/runtype.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/result.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/contract.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/asynccontract.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/match.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/errors.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/never.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/void.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/template.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/boolean.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/number.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/bigint.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/string.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/symbol.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/array.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/tuple.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/optional.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/record.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/dictionary.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/intersect.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/function.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/lazy.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/types/brand.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/decorator.d.ts","../../../node_modules/.pnpm/runtypes@6.7.0/node_modules/runtypes/lib/index.d.ts","../../rules/build/types/bannedDependencies.d.ts","../../rules/build/types/consistentDependencies.d.ts","../../rules/build/types/consistentVersions.d.ts","../../rules/build/types/fileContents.d.ts","../../rules/build/types/mustSatisfyPeerDependencies.d.ts","../../rules/build/types/packageOrder.d.ts","../../rules/build/types/packageEntry.d.ts","../../rules/build/types/packageScript.d.ts","../../rules/build/types/standardTsconfig.d.ts","../../rules/build/types/nestedWorkspaces.d.ts","../../rules/build/types/requireDependency.d.ts","../../rules/build/types/index.d.ts","../src/monorepolint.config.ts","../src/index.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","impliedFormat":1},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true,"impliedFormat":1},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true,"impliedFormat":1},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true,"impliedFormat":1},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true,"impliedFormat":1},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true,"impliedFormat":1},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true,"impliedFormat":1},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","impliedFormat":1},{"version":"31973b272be35eab5ecf20a38ea54bec84cdc0317117590cb813c72fe0ef75b3","impliedFormat":99},{"version":"3846d0dcf468a1d1a07e6d00eaa37ec542956fb5fe0357590a6407af20d2ff90","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","impliedFormat":1},{"version":"3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","impliedFormat":1},{"version":"e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","impliedFormat":1},{"version":"471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","impliedFormat":1},{"version":"c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","impliedFormat":1},{"version":"40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","impliedFormat":1},{"version":"8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","impliedFormat":1},{"version":"4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1","impliedFormat":1},{"version":"4d719cfab49ae4045d15cb6bed0f38ad3d7d6eb7f277d2603502a0f862ca3182","affectsGlobalScope":true,"impliedFormat":1},{"version":"39b1a50d543770780b0409a4caacb87f3ff1d510aedfeb7dc06ed44188256f89","impliedFormat":1},{"version":"b6a4a51bc749ad882c33d98563ff5a94716ca884bfde949a8c97bad530e4ee2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"16b872cf5432818bdbf405428b4a1d77bb2a7ab908e8bd6609f9a541cea92f81","impliedFormat":1},{"version":"fe39ceafa361b6d339b518936275eff89a77e7dfe92f2efa5fb97abf9a95ca49","impliedFormat":1},{"version":"4009dd21843fe4a62d1d97b584a2937ca9f045df6fbd65c8b264d8dd04b656fd","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"c9e6ea53a25729dbb5b5bb6960db4387df2f8e88add9cbf36b6ff590481134f9","impliedFormat":1},{"version":"3e95e6310d49db6d575ac6c2896c02761426aa5aab0b18169f971151c709b770","impliedFormat":1},{"version":"7eb0662b995994db248290a0f0a1d8ed685991a162ff9eb4dee36f099cccd0d9","impliedFormat":1},{"version":"bea5c9fc0843a6961411ab4a04df856a8372448bc0d180da0c3a054ff31044b8","impliedFormat":1},{"version":"715873cecbfcebb49f293f0521bd0955d6298486e2eeb9c7bbf5e9f20a6ed152","impliedFormat":1},{"version":"c6cf9428f45f3d78b07df7d7aab1569994c177d36549e3a962f952d89f026bc4","impliedFormat":1},{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c7b9d2139abd8f2e83ed8fa018c3799ab3187755a6665621feb6e93d3429ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"a019c9782ea4e21c83881c780cebce8ad86e3f78122619336eacbd87e47fe674","impliedFormat":1},{"version":"021ca24be8eb8c46f99b4e03ebf872931f590c9b07b88d715c68bd30495b6c44","impliedFormat":1},{"version":"5899ab1898582115c432cccef063298f75477bf2cebe5473360043fddd67bcc6","impliedFormat":1},{"version":"6b97f4106d72ae6b4ebf4e46d2fe90f4d04dd04b3dbff6e294572440a428209d","impliedFormat":1},{"version":"e3baa0c5780c2c805ec33a999722a2f740b572eb3746fd0a5f93a0a5c3dbf7f6","impliedFormat":1},{"version":"48fedd2f8549a2ae7e62f30fdb015779c2a7b536760730c5269406cd3d17cab2","impliedFormat":1},{"version":"e492737de7f023b47ff14ca54b9635ba3dcd64816ed3316c9f3a784cf5897173","affectsGlobalScope":true,"impliedFormat":1},{"version":"c874bfffe38a94b129077eaba4e26575972d545d5d04cd64e90c02d2c029ead6","impliedFormat":1},{"version":"f5ce35485541e817c2d4105d3eb78e3e538bbb009515ed014694363fa3e94ceb","impliedFormat":1},{"version":"323506ce173f7f865f42f493885ee3dacd18db6359ea1141d57676d3781ce10c","impliedFormat":1},{"version":"bd88055918cf8bf30ad7c9269177f7ebeafd4c5f0d28919edccd1c1d24f7e73c","affectsGlobalScope":true,"impliedFormat":1},{"version":"4e87d6463aa0ba359f921387ee468b167300400ff952c9ebddf1310838f531c3","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea3ab3727cd6c222d94003ecafa30e8550c61eadcdabbf59514aee76e86211a5","impliedFormat":1},{"version":"d3cdd41693c5ed6bec4f1a1c399d9501372b14bd341bc46eedacf2854c5df5a7","impliedFormat":1},{"version":"2de7a21c92226fb8abbeed7a0a9bd8aa6d37e4c68a8c7ff7938c644267e9fcc1","impliedFormat":1},{"version":"6d6070c5c81ba0bfe58988c69e3ba3149fc86421fd383f253aeb071cbf29cd41","impliedFormat":1},{"version":"48dab0d6e633b8052e7eaa0efb0bb3d58a733777b248765eafcb0b0349439834","impliedFormat":1},{"version":"6e4b2642721462bf62d19593770659f268a6ca1e9fd15543747efb3ac471cee3","impliedFormat":1},{"version":"269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"cdaaf046791d7d588f28f32197c5d6acc43343e62540a67eed194c9c20535fdc","impliedFormat":1},{"version":"4b1ff655bd8edd879dd4f04f15338ce0109f58ccb424165d44fa07e7ea39c4bf","impliedFormat":1},{"version":"6fa3d3f427475a5d21fed826d6457e7f9ee3a0abeb3124fc41f385f112368d2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"300f8e9de0b0c3482be3e749462b6ebc3dab8a316801f1da0def94aed0cd2018","affectsGlobalScope":true,"impliedFormat":1},{"version":"4e228e78c1e9b0a75c70588d59288f63a6258e8b1fe4a67b0c53fe03461421d9","impliedFormat":1},{"version":"9dee6f8fc3554cbb111713d2ff809b4e5dfda42b04d1ee647c15abcf9c80dc9b","impliedFormat":1},{"version":"76a89af04f2ba1807309320dab5169c0d1243b80738b4a2005989e40a136733e","impliedFormat":1},{"version":"c045b664abf3fc2a4750fa96117ab2735e4ed45ddd571b2a6a91b9917e231a02","impliedFormat":1},{"version":"ca619678b887ae262316673b55bb358c517593d3b6b96c1271972716c699da32","affectsGlobalScope":true,"impliedFormat":1},{"version":"40ed27386f21a739bd0d2e2cfed563760588f2aeaa7ad149c1bf1454a7ec743a","affectsGlobalScope":true,"impliedFormat":1},{"version":"d1ef1d8516286380fd0a6f498f1650d374a8cb5f03d91633b6124e4fb8fb131d","impliedFormat":1},{"version":"04f1ad42872f8b20c70b54161c4d799aac3020e55bf4553be22fb6851b445389","impliedFormat":1},{"version":"2641e5e19268b6f5038ad48a6e2598965301df8a77c48c99d8df760a6a154204","impliedFormat":1},{"version":"6a4a80787c57c10b3ea8314c80d9cc6e1deb99d20adca16106a337825f582420","affectsGlobalScope":true,"impliedFormat":1},{"version":"f2b9440f98d6f94c8105883a2b65aee2fce0248f71f41beafd0a80636f3a565d","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","impliedFormat":1},{"version":"724ef855c964dc215ddf545972d0e9d13d23bbb9701c40ee5dffd7afd38e17eb","impliedFormat":99},{"version":"d0cd3721bfd00535a22adfaa790f78c7e48cac3cf78972c3bb1e9be294072d07","impliedFormat":99},{"version":"866e59736bae2a62433871b029b0e8fac3f81133ee1fecd2968a4e2fbf36c585","impliedFormat":99},{"version":"d615f1bc998932d8c0b983728390033b7b086358a571d1028f029e4a6c78777c","impliedFormat":99},{"version":"0c62cfee4672b3978916b5f42c9d86df359e72a65b235595fdf3fc614d59590f","impliedFormat":99},{"version":"ab71c42b2e9517059da73859f5bc6ca254ffa81bde22c575b844279198548bb2","impliedFormat":99},{"version":"91936947c2623172217992d68719bd1ce8221f1bbfe80de70029def48ea62c79","impliedFormat":99},{"version":"37d11a517fff0983b0d7d9fe6a548813b4bd3d9aedf83feae36ce98ea215aab1","impliedFormat":99},{"version":"90a6ace1248ccd1474f5ccd2031e4c24f9ca23f1f0d7bd9eb72f07c1d81f13a7","impliedFormat":99},{"version":"c4cd90ffa81f741e388390eb2d98ff44b6adf4c665f736febdd3dbffb2fadf0a","impliedFormat":99},{"version":"6660dab483db5bafac7e069d18afddf92d5e4032f111d22d758141472fd98f2c","impliedFormat":99},{"version":"ffa086b0f8036756e3138c05a323b582b1ec4859e409b89f27cdd08ee8bf6833","impliedFormat":99},{"version":"870e5859b9a4ce1de65f770e05412579760cf1e8eb8c93c6582567b368eac291","impliedFormat":99},{"version":"740da95c9a3f8d57e608ef58c3d5e5761c1eda4383fdc9a1fd9ec7bb64f091e4","impliedFormat":99},{"version":"3607e0a50babfc164f6d0dc42ec23c7bdff93a8662a878c0f8f0b899b7df31d1","impliedFormat":99},{"version":"2eb8a176d8d971b89cbe5b954b6b54ff97586317925d218d81aae555289d04ec","impliedFormat":99},{"version":"db552a437f41771a7a8fc0a666f2d31cc4242083146b146d5162c98a053b6b4f","impliedFormat":99},{"version":"80133ab5425fd5a8d6cd3a239a9826440d17866c2c001f066455c09ce4a31596","impliedFormat":99},{"version":"4f558af68ca1086880c760e1eb572155bb51166dbb0e9fecb1342f5c4d1c34a5","impliedFormat":99},{"version":"2b407f1da5d0066450f5b0652b205c96836763576f3080ec460e06bf3e017435","impliedFormat":99},{"version":"a49ec15e37f64268dca21ceb56ff7ca232f608b93cd69f22251a89c85574e932","impliedFormat":99},{"version":"4edd6956984539f858db96d9dc44dbf6bfc64c7067eaca3c4dd0b22215c77027","impliedFormat":1},{"version":"7b32f34cd9de174153a17eca138eec5c891ed2af5d9777c42cf0ba57fb0815b5","impliedFormat":1},{"version":"3123f2c69d51a40a561e9f99c8d15a7038621081abd5f47a71210096ac8e1814","impliedFormat":1},{"version":"9ac27e0391cdc1d6a881e92939f576d57bea61a052af6850e5aba63f7dc75f7e","impliedFormat":1},{"version":"2205fa8d555344622173f9773a6ad41cdafebf5c6acdfd79e30847b2f99a34cf","impliedFormat":1},{"version":"ae4da23624477e9a11bf3311a25f9d6e271dc73d479b0939676e72471bb0c7b9","impliedFormat":1},{"version":"9280c3ef4d017c0ecdf1a845b9aaa655ea877e62fafc42ea9ab46699c86ba401","impliedFormat":1},{"version":"9489e70cbe7d6b151f554504e9fa636214d2763a8c9eee8fb074924bec52687d","impliedFormat":1},{"version":"bab9ae5149daf8cd7f4d0be08394b45abb461c1eb1f37204611f1394129d6de6","impliedFormat":1},{"version":"aee7078023ca1adda134f8cc0a956c2c1ee7c6395900c91122134efbfd9a3b2a","impliedFormat":1},{"version":"e8b22941c184258ee43221dd990fc9536df2b6add7a7660249e7eb6c8fa4c0cf","impliedFormat":1},{"version":"35daeff60ff19ad45bddbd2aa3b698751d2787eb4d93ec96acaaf7600407aaf9","impliedFormat":1},{"version":"e70e5b1e9f5c8fb057dccd80b24ac684043c615f888c06d6a44551e5134535e8","impliedFormat":1},{"version":"bce521f55b95d2a5b0857efdfbec2f50fa491dc80b1d1f8fd1a98d2581afc498","impliedFormat":1},{"version":"da12c82783d1070add63b906b033c30dc29153189452cde21c64aebe5354f560","impliedFormat":1},{"version":"d3f20af05d538b2f5e387ffe9a10fcc5f3bb32bc04671bd08974faa796a59cad","impliedFormat":1},{"version":"1773602916bee106c96ec3ae20a76888d66786b57efa319bce01ac0888465bfe","impliedFormat":1},{"version":"cb22d368f6ff3ccbced04addac26041421baf3c15cf53edd8c2495fc061e077d","impliedFormat":1},{"version":"abe21aeda5df689f1f74e255a84a9457d17f0532105832ecf416b5f3e42b54ff","impliedFormat":1},{"version":"62bc3764e2495024c58cbb96fb39ea9d71128bf437f4085c4a1518eaa63e446e","impliedFormat":1},{"version":"6e35c492cc91608fc858627a9441d714bd2a087e8775ecbe2f664d1c9f140676","impliedFormat":1},{"version":"22aec566956a4070124a9d08718b391d2271a0e4b9e310fc7679cbdf40e9d4f3","impliedFormat":1},{"version":"a6f7d4c6026e67eb8059a73872ef86fc5de394efe1a6d4710f89b057d11a7247","impliedFormat":1},{"version":"a061a4e5b960beb6cbc730640e7c5f1c22dcf8fe812a7530430d7c0dfc51a5d6","impliedFormat":1},{"version":"78f2fae59445f065687b3cb2aa3e35e5dfaa797471636e0f1d4b055dd80a9f8a","impliedFormat":1},{"version":"91e50c7d0494c484898b55231c61c7db1457d5974b51677d382edef8f90b4ed3","impliedFormat":1},{"version":"3055642b3986218f66301a7ec1ddd5c77bc836437cb5ac66186eb079e4dd9e07","impliedFormat":1},{"version":"b420e3fdfd41cd3c2a51ef86c8bb43724643aefe221d2195c8ba6f129a6f8b9b","impliedFormat":1},{"version":"bf78f00132fe84f36678e0d6449afcf3c13e6f49b8fb82b153ef937d26c41141","impliedFormat":1},{"version":"f040e3800469ce990f153622fe508174f7c33a3627014e43587b1c91d8ef6335","impliedFormat":1},{"version":"93b40cccb84adf216109e4f241fd9a871d40029ef43fc0779d9dfb443d007d81","impliedFormat":1},{"version":"d09134cb9e597db10e8afab88759e61a32f886a2953577da2e6c992eba0c34c6","impliedFormat":99},{"version":"fa87c74b93d0ad451d1bfb89552f5eb7ea1370158f279649387fc38b986c2055","impliedFormat":99},{"version":"efef70cd2153dfb8b7d03c8077d340c86c44f96e67e465f900d876e4b0de1aa3","impliedFormat":99},{"version":"0c61330f12669bd19fff429047991ef419bb9d64e67c534e489acb53e68da7a3","impliedFormat":99},{"version":"ca18f338581fb01c4914850c22699c781af8d89ce61edfd791defbd4d0e0bbbd","impliedFormat":99},{"version":"2ee18075fafdd2351a27ff8574fa4df01ace46483eecc146466a727e6e03c4ac","impliedFormat":99},{"version":"7ecd72033dc876cff11ada740d2f520df42c36cbf41e3e84c7f9a3bc7730040a","impliedFormat":99},{"version":"361b016caa746ded68af815969da0da174e1c2e1ca40e3dcbd166d1075de75eb","impliedFormat":99},{"version":"255b29e0eef3173f5daa08c85258e93d7fd4a83a5c77009fecc0bb700b65c802","impliedFormat":99},{"version":"1e172d7e078468e96f18dc4b6f6219f138fbb292a153bbbae3f91833bb9cea00","impliedFormat":99},{"version":"d7daeda8cbe4b2f0870619678afc358f1fa46640d1738f2ee1861d896a93d532","impliedFormat":99},{"version":"4ee6b03b4714439119234cf765ec1ddb48549b793e2e6f0ef3269784098f8e6a","impliedFormat":99},{"version":"f896df98d1b92a84cc72f39bb1ecbc7cbe5e6d5823871f13327dd26f07dcd81a","signature":"6291b6be29da6c196b9274a2c2a7712cc42245174701b0104357628e45329220","impliedFormat":99},{"version":"63d26bb830697985874179fc72094aa70bbab9c47eac5779a27128dd59a08347","impliedFormat":99}],"root":[214,215],"options":{"allowJs":true,"allowSyntheticDefaultImports":false,"composite":true,"declaration":true,"declarationDir":"./types","declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":true,"importHelpers":true,"module":100,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./js","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./tsconfig.tsbuildinfo"},"fileIdsList":[[64,142],[99,142],[100,105,133,142],[101,112,113,120,130,141,142],[101,102,112,120,142],[103,142],[104,105,113,121,142],[105,130,138,142],[106,108,112,120,142],[107,142],[108,109,142],[112,142],[110,112,142],[99,112,142],[112,113,114,130,141,142],[112,113,114,127,130,133,142],[97,142,146],[142],[108,112,115,120,130,141,142],[112,113,115,116,120,130,138,141,142],[115,117,130,138,141,142],[64,65,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148],[112,118,142],[119,141,142,146],[108,112,120,130,142],[121,142],[122,142],[99,123,142],[124,140,142,146],[125,142],[126,142],[112,127,128,142],[127,129,142,144],[100,112,130,131,132,133,142],[100,130,132,142],[130,131,142],[133,142],[134,142],[99,130,142],[112,136,137,142],[136,137,142],[105,120,130,138,142],[139,142],[120,140,142],[100,115,126,141,142],[105,142],[130,142,143],[119,142,144],[142,145],[100,105,112,114,123,130,141,142,144,146],[130,142,147],[142,177],[142,178],[142,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200],[142,171,177],[142,172,174,175,177],[142,176,201],[142,173,177],[142,177,193],[142,172,177],[142,173],[62,142],[74,78,141,142],[74,130,141,142],[69,142],[71,74,138,141,142],[120,138,142],[142,149],[69,142,149],[71,74,120,141,142],[66,67,70,73,100,112,130,141,142],[66,72,142],[70,74,100,133,141,142,149],[100,142,149],[90,100,142,149],[68,69,142,149],[74,142],[68,69,70,71,72,73,74,75,76,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96,142],[74,81,82,142],[72,74,82,83,142],[73,142],[66,69,74,142],[74,78,82,83,142],[78,142],[72,74,77,141,142],[66,71,72,74,78,81,142],[100,130,142],[69,74,90,100,142,146,149],[142,166],[142,163,165,167],[142,164],[142,164,165,166,167],[63,142,214],[63,142,168,213],[142,168],[142,168,201],[142,169,170,202,203,204,205,206,207,208,209,210,211,212],[113,142,149,150],[142,150],[142,150,151,152,153,154,155,156,157,158,159,160,161,162],[168]],"referencedMap":[[64,1],[65,1],[99,2],[100,3],[101,4],[102,5],[103,6],[104,7],[105,8],[106,9],[107,10],[108,11],[109,11],[111,12],[110,13],[112,14],[113,15],[114,16],[98,17],[148,18],[115,19],[116,20],[117,21],[149,22],[118,23],[119,24],[120,25],[121,26],[122,27],[123,28],[124,29],[125,30],[126,31],[127,32],[128,32],[129,33],[130,34],[132,35],[131,36],[133,37],[134,38],[135,39],[136,40],[137,41],[138,42],[139,43],[140,44],[141,45],[142,46],[143,47],[144,48],[145,49],[146,50],[147,51],[180,52],[179,52],[200,52],[182,53],[201,54],[181,55],[176,56],[178,18],[177,57],[191,52],[188,52],[186,52],[199,52],[174,58],[195,59],[197,52],[175,52],[196,52],[198,52],[172,55],[183,52],[187,52],[193,52],[194,59],[189,52],[190,52],[185,60],[192,52],[171,52],[173,52],[184,61],[63,62],[62,18],[60,18],[61,18],[12,18],[11,18],[2,18],[13,18],[14,18],[15,18],[16,18],[17,18],[18,18],[19,18],[20,18],[3,18],[21,18],[4,18],[22,18],[26,18],[23,18],[24,18],[25,18],[27,18],[28,18],[29,18],[5,18],[30,18],[31,18],[32,18],[33,18],[6,18],[37,18],[34,18],[35,18],[36,18],[38,18],[7,18],[39,18],[44,18],[45,18],[40,18],[41,18],[42,18],[43,18],[8,18],[49,18],[46,18],[47,18],[48,18],[50,18],[9,18],[51,18],[52,18],[53,18],[56,18],[54,18],[55,18],[57,18],[58,18],[10,18],[1,18],[59,18],[81,63],[88,64],[80,63],[95,65],[72,66],[71,67],[94,68],[89,69],[92,70],[74,71],[73,72],[69,73],[68,74],[91,75],[70,76],[75,77],[76,18],[79,77],[66,18],[97,78],[96,77],[83,79],[84,80],[86,81],[82,82],[85,83],[90,68],[77,84],[78,85],[87,86],[67,87],[93,88],[167,89],[166,90],[164,89],[165,91],[168,92],[215,93],[214,94],[169,95],[170,95],[202,96],[203,96],[204,96],[205,95],[213,97],[206,96],[211,96],[208,96],[207,95],[209,96],[212,95],[210,96],[160,18],[157,98],[150,68],[153,18],[156,98],[162,18],[161,18],[154,99],[155,99],[151,99],[163,100],[158,18],[152,99],[159,18]],"exportedModulesMap":[[64,1],[65,1],[99,2],[100,3],[101,4],[102,5],[103,6],[104,7],[105,8],[106,9],[107,10],[108,11],[109,11],[111,12],[110,13],[112,14],[113,15],[114,16],[98,17],[148,18],[115,19],[116,20],[117,21],[149,22],[118,23],[119,24],[120,25],[121,26],[122,27],[123,28],[124,29],[125,30],[126,31],[127,32],[128,32],[129,33],[130,34],[132,35],[131,36],[133,37],[134,38],[135,39],[136,40],[137,41],[138,42],[139,43],[140,44],[141,45],[142,46],[143,47],[144,48],[145,49],[146,50],[147,51],[180,52],[179,52],[200,52],[182,53],[201,54],[181,55],[176,56],[178,18],[177,57],[191,52],[188,52],[186,52],[199,52],[174,58],[195,59],[197,52],[175,52],[196,52],[198,52],[172,55],[183,52],[187,52],[193,52],[194,59],[189,52],[190,52],[185,60],[192,52],[171,52],[173,52],[184,61],[63,62],[62,18],[60,18],[61,18],[12,18],[11,18],[2,18],[13,18],[14,18],[15,18],[16,18],[17,18],[18,18],[19,18],[20,18],[3,18],[21,18],[4,18],[22,18],[26,18],[23,18],[24,18],[25,18],[27,18],[28,18],[29,18],[5,18],[30,18],[31,18],[32,18],[33,18],[6,18],[37,18],[34,18],[35,18],[36,18],[38,18],[7,18],[39,18],[44,18],[45,18],[40,18],[41,18],[42,18],[43,18],[8,18],[49,18],[46,18],[47,18],[48,18],[50,18],[9,18],[51,18],[52,18],[53,18],[56,18],[54,18],[55,18],[57,18],[58,18],[10,18],[1,18],[59,18],[81,63],[88,64],[80,63],[95,65],[72,66],[71,67],[94,68],[89,69],[92,70],[74,71],[73,72],[69,73],[68,74],[91,75],[70,76],[75,77],[76,18],[79,77],[66,18],[97,78],[96,77],[83,79],[84,80],[86,81],[82,82],[85,83],[90,68],[77,84],[78,85],[87,86],[67,87],[93,88],[167,89],[166,90],[164,89],[165,91],[168,92],[215,93],[214,101],[169,95],[170,95],[202,96],[203,96],[204,96],[205,95],[213,97],[206,96],[211,96],[208,96],[207,95],[209,96],[212,95],[210,96],[160,18],[157,98],[150,68],[153,18],[156,98],[162,18],[161,18],[154,99],[155,99],[151,99],[163,100],[158,18],[152,99],[159,18]],"semanticDiagnosticsPerFile":[64,65,99,100,101,102,103,104,105,106,107,108,109,111,110,112,113,114,98,148,115,116,117,149,118,119,120,121,122,123,124,125,126,127,128,129,130,132,131,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,180,179,200,182,201,181,176,178,177,191,188,186,199,174,195,197,175,196,198,172,183,187,193,194,189,190,185,192,171,173,184,63,62,60,61,12,11,2,13,14,15,16,17,18,19,20,3,21,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,56,54,55,57,58,10,1,59,81,88,80,95,72,71,94,89,92,74,73,69,68,91,70,75,76,79,66,97,96,83,84,86,82,85,90,77,78,87,67,93,167,166,164,165,168,215,214,169,170,202,203,204,205,213,206,211,208,207,209,212,210,160,157,150,153,156,162,161,154,155,151,163,158,152,159],"latestChangedDtsFile":"./types/index.d.ts"},"version":"5.4.5"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2019 Palantir Technologies, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the MIT license. See LICENSE file in the project root for details.
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
import type { Config } from "@monorepolint/config";
|
|
8
|
+
export declare const config: Config;
|
|
9
|
+
//# sourceMappingURL=monorepolint.config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monorepolint.config.d.ts","sourceRoot":"","sources":["../../src/monorepolint.config.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AASnD,eAAO,MAAM,MAAM,EAAE,MAmFpB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monorepolint/internal-mrl-config",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.9",
|
|
4
4
|
"author": "Eric L Anderson (https://github.com/ericanderson)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.6.2",
|
|
22
|
-
"@monorepolint/
|
|
23
|
-
"@monorepolint/
|
|
24
|
-
"@monorepolint/rules": "^0.5.0-beta.
|
|
25
|
-
"@monorepolint/utils": "^0.5.0-beta.
|
|
22
|
+
"@monorepolint/core": "^0.5.0-beta.9",
|
|
23
|
+
"@monorepolint/config": "^0.5.0-beta.9",
|
|
24
|
+
"@monorepolint/rules": "^0.5.0-beta.9",
|
|
25
|
+
"@monorepolint/utils": "^0.5.0-beta.9"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@jest/globals": "^29.7.0",
|