testeranto 0.219.13 → 0.219.15
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/package.json +1 -1
- package/src/testeranto.ts +1 -1
- package/dist/common/allTestsUtils.js +0 -17
- package/dist/common/package.json +0 -3
- package/dist/common/scripts/build-example.js +0 -105
- package/dist/common/src/Init.js +0 -38
- package/dist/common/src/Types.js +0 -63
- package/dist/common/src/esbuildConfigs/consoleDetectorPlugin.js +0 -38
- package/dist/common/src/esbuildConfigs/eslint-formatter-testeranto.js +0 -21
- package/dist/common/src/esbuildConfigs/featuresPlugin.js +0 -39
- package/dist/common/src/esbuildConfigs/index.js +0 -22
- package/dist/common/src/esbuildConfigs/inputFilesPlugin.js +0 -30
- package/dist/common/src/esbuildConfigs/nativeImportDetectorPlugin.js +0 -24
- package/dist/common/src/esbuildConfigs/rebuildPlugin.js +0 -19
- package/dist/common/src/init-docs.js +0 -9
- package/dist/common/src/lib/tiposkripto/BaseGiven.js +0 -96
- package/dist/common/src/lib/tiposkripto/BaseSuite.js +0 -134
- package/dist/common/src/lib/tiposkripto/BaseThen.js +0 -65
- package/dist/common/src/lib/tiposkripto/BaseTiposkripto.js +0 -193
- package/dist/common/src/lib/tiposkripto/BaseWhen.js +0 -46
- package/dist/common/src/lib/tiposkripto/CoreTypes.js +0 -2
- package/dist/common/src/lib/tiposkripto/Node.js +0 -40
- package/dist/common/src/lib/tiposkripto/Tiposkripto.js +0 -49
- package/dist/common/src/lib/tiposkripto/Types.js +0 -2
- package/dist/common/src/lib/tiposkripto/Web.js +0 -70
- package/dist/common/src/lib/tiposkripto/abstractBase.test/MockGiven.js +0 -22
- package/dist/common/src/lib/tiposkripto/abstractBase.test/MockThen.js +0 -16
- package/dist/common/src/lib/tiposkripto/abstractBase.test/MockWhen.js +0 -18
- package/dist/common/src/lib/tiposkripto/abstractBase.test/adapter.js +0 -24
- package/dist/common/src/lib/tiposkripto/abstractBase.test/implementation.js +0 -38
- package/dist/common/src/lib/tiposkripto/abstractBase.test/index.js +0 -17
- package/dist/common/src/lib/tiposkripto/abstractBase.test/specification.js +0 -19
- package/dist/common/src/lib/tiposkripto/abstractBase.test/types.js +0 -2
- package/dist/common/src/lib/tiposkripto/index.js +0 -29
- package/dist/common/src/runtimes.js +0 -4
- package/dist/common/src/server/aider/configParser.js +0 -124
- package/dist/common/src/server/aider/docker.js +0 -30
- package/dist/common/src/server/getRunnables.js +0 -36
- package/dist/common/src/server/htmlTemplate.js +0 -44
- package/dist/common/src/server/nodeVersion.js +0 -5
- package/dist/common/src/server/runtimes/common.js +0 -136
- package/dist/common/src/server/runtimes/golang/docker.js +0 -62
- package/dist/common/src/server/runtimes/java/docker.js +0 -46
- package/dist/common/src/server/runtimes/node/docker.js +0 -42
- package/dist/common/src/server/runtimes/node/esbuild.js +0 -40
- package/dist/common/src/server/runtimes/node/node.js +0 -75
- package/dist/common/src/server/runtimes/python/docker.js +0 -31
- package/dist/common/src/server/runtimes/ruby/docker.js +0 -34
- package/dist/common/src/server/runtimes/rust/docker.js +0 -35
- package/dist/common/src/server/runtimes/web/docker.js +0 -42
- package/dist/common/src/server/runtimes/web/esbuild.js +0 -29
- package/dist/common/src/server/runtimes/web/hoist.js +0 -16
- package/dist/common/src/server/runtimes/web/web.js +0 -157
- package/dist/common/src/server/serverClasees/Server.js +0 -47
- package/dist/common/src/server/serverClasees/Server_Base.js +0 -18
- package/dist/common/src/server/serverClasees/Server_Docker.js +0 -904
- package/dist/common/src/server/serverClasees/Server_FS.js +0 -119
- package/dist/common/src/server/serverClasees/Server_HTTP.js +0 -189
- package/dist/common/src/server/serverClasees/Server_WS.js +0 -262
- package/dist/common/src/server/serverManagers/DockerManager.js +0 -28
- package/dist/common/src/server/serverManagers/HttpManager.js +0 -114
- package/dist/common/src/server/serverManagers/WsManager.js +0 -230
- package/dist/common/src/server/serverManagers/fs.js +0 -32
- package/dist/common/src/server/serverManagers/tcp.js +0 -51
- package/dist/common/src/server/types.js +0 -2
- package/dist/common/src/testeranto.js +0 -75
- package/dist/common/src/vscode/TerminalManager.js +0 -129
- package/dist/common/src/vscode/TestTreeItem.js +0 -77
- package/dist/common/src/vscode/extension.js +0 -185
- package/dist/common/src/vscode/providers/FeaturesTreeDataProvider.js +0 -445
- package/dist/common/src/vscode/providers/FileTreeDataProvider.js +0 -190
- package/dist/common/src/vscode/providers/ProcessesTreeDataProvider.js +0 -270
- package/dist/common/src/vscode/providers/ResultsTreeDataProvider.js +0 -87
- package/dist/common/src/vscode/providers/TestTreeDataProvider.js +0 -309
- package/dist/common/src/vscode/types.js +0 -9
- package/dist/common/testeranto/runtimes/node/node.js +0 -7
- package/dist/common/testeranto/runtimes/web/web.js +0 -6
- package/dist/common/testeranto/testeranto.js +0 -70
- package/dist/common/tsconfig.common.tsbuildinfo +0 -1
- package/dist/module/allTestsUtils.js +0 -13
- package/dist/module/package.json +0 -3
- package/dist/module/scripts/build-example.js +0 -100
- package/dist/module/src/Init.js +0 -33
- package/dist/module/src/Types.js +0 -62
- package/dist/module/src/esbuildConfigs/consoleDetectorPlugin.js +0 -32
- package/dist/module/src/esbuildConfigs/eslint-formatter-testeranto.js +0 -18
- package/dist/module/src/esbuildConfigs/featuresPlugin.js +0 -34
- package/dist/module/src/esbuildConfigs/index.js +0 -20
- package/dist/module/src/esbuildConfigs/inputFilesPlugin.js +0 -25
- package/dist/module/src/esbuildConfigs/nativeImportDetectorPlugin.js +0 -21
- package/dist/module/src/esbuildConfigs/rebuildPlugin.js +0 -14
- package/dist/module/src/init-docs.js +0 -4
- package/dist/module/src/lib/tiposkripto/BaseGiven.js +0 -92
- package/dist/module/src/lib/tiposkripto/BaseSuite.js +0 -130
- package/dist/module/src/lib/tiposkripto/BaseThen.js +0 -61
- package/dist/module/src/lib/tiposkripto/BaseTiposkripto.js +0 -190
- package/dist/module/src/lib/tiposkripto/BaseWhen.js +0 -42
- package/dist/module/src/lib/tiposkripto/CoreTypes.js +0 -1
- package/dist/module/src/lib/tiposkripto/Node.js +0 -33
- package/dist/module/src/lib/tiposkripto/Tiposkripto.js +0 -14
- package/dist/module/src/lib/tiposkripto/Types.js +0 -1
- package/dist/module/src/lib/tiposkripto/Web.js +0 -63
- package/dist/module/src/lib/tiposkripto/abstractBase.test/MockGiven.js +0 -18
- package/dist/module/src/lib/tiposkripto/abstractBase.test/MockThen.js +0 -12
- package/dist/module/src/lib/tiposkripto/abstractBase.test/MockWhen.js +0 -14
- package/dist/module/src/lib/tiposkripto/abstractBase.test/adapter.js +0 -21
- package/dist/module/src/lib/tiposkripto/abstractBase.test/implementation.js +0 -35
- package/dist/module/src/lib/tiposkripto/abstractBase.test/index.js +0 -12
- package/dist/module/src/lib/tiposkripto/abstractBase.test/specification.js +0 -15
- package/dist/module/src/lib/tiposkripto/abstractBase.test/types.js +0 -1
- package/dist/module/src/lib/tiposkripto/index.js +0 -24
- package/dist/module/src/runtimes.js +0 -1
- package/dist/module/src/server/aider/configParser.js +0 -116
- package/dist/module/src/server/aider/docker.js +0 -28
- package/dist/module/src/server/getRunnables.js +0 -29
- package/dist/module/src/server/htmlTemplate.js +0 -40
- package/dist/module/src/server/nodeVersion.js +0 -2
- package/dist/module/src/server/runtimes/common.js +0 -127
- package/dist/module/src/server/runtimes/golang/docker.js +0 -55
- package/dist/module/src/server/runtimes/java/docker.js +0 -40
- package/dist/module/src/server/runtimes/node/docker.js +0 -36
- package/dist/module/src/server/runtimes/node/esbuild.js +0 -35
- package/dist/module/src/server/runtimes/node/node.js +0 -37
- package/dist/module/src/server/runtimes/python/docker.js +0 -25
- package/dist/module/src/server/runtimes/ruby/docker.js +0 -28
- package/dist/module/src/server/runtimes/rust/docker.js +0 -29
- package/dist/module/src/server/runtimes/web/docker.js +0 -36
- package/dist/module/src/server/runtimes/web/esbuild.js +0 -24
- package/dist/module/src/server/runtimes/web/hoist.js +0 -11
- package/dist/module/src/server/runtimes/web/web.js +0 -119
- package/dist/module/src/server/serverClasees/Server.js +0 -40
- package/dist/module/src/server/serverClasees/Server_Base.js +0 -14
- package/dist/module/src/server/serverClasees/Server_Docker.js +0 -897
- package/dist/module/src/server/serverClasees/Server_FS.js +0 -119
- package/dist/module/src/server/serverClasees/Server_HTTP.js +0 -182
- package/dist/module/src/server/serverClasees/Server_WS.js +0 -258
- package/dist/module/src/server/serverManagers/DockerManager.js +0 -28
- package/dist/module/src/server/serverManagers/HttpManager.js +0 -110
- package/dist/module/src/server/serverManagers/WsManager.js +0 -226
- package/dist/module/src/server/serverManagers/fs.js +0 -32
- package/dist/module/src/server/serverManagers/tcp.js +0 -47
- package/dist/module/src/server/types.js +0 -1
- package/dist/module/src/testeranto.js +0 -40
- package/dist/module/src/vscode/TerminalManager.js +0 -92
- package/dist/module/src/vscode/TestTreeItem.js +0 -40
- package/dist/module/src/vscode/extension.js +0 -148
- package/dist/module/src/vscode/providers/FeaturesTreeDataProvider.js +0 -408
- package/dist/module/src/vscode/providers/FileTreeDataProvider.js +0 -153
- package/dist/module/src/vscode/providers/ProcessesTreeDataProvider.js +0 -233
- package/dist/module/src/vscode/providers/ResultsTreeDataProvider.js +0 -50
- package/dist/module/src/vscode/providers/TestTreeDataProvider.js +0 -272
- package/dist/module/src/vscode/types.js +0 -6
- package/dist/module/testeranto/runtimes/node/node.js +0 -5
- package/dist/module/testeranto/runtimes/web/web.js +0 -4
- package/dist/module/testeranto/testeranto.js +0 -68
- package/dist/module/tsconfig.module.tsbuildinfo +0 -1
- package/dist/prebuild/chunk-QLT7PNPK.mjs +0 -162
- package/dist/prebuild/esbuildConfigs/eslint-formatter-testeranto.mjs +0 -20
- package/dist/prebuild/init-docs.mjs +0 -56
- package/dist/prebuild/server/runtimes/node/node.mjs +0 -80
- package/dist/prebuild/server/runtimes/web/hoist.mjs +0 -12
- package/dist/prebuild/server/runtimes/web/web.mjs +0 -162
- package/dist/prebuild/testeranto-6SAYRVSE.mjs +0 -72
- package/dist/prebuild/testeranto.mjs +0 -1692
- package/dist/types/src/Init.d.ts +0 -2
- package/dist/types/src/Types.d.ts +0 -87
- package/dist/types/src/esbuildConfigs/consoleDetectorPlugin.d.ts +0 -2
- package/dist/types/src/esbuildConfigs/eslint-formatter-testeranto.d.ts +0 -2
- package/dist/types/src/esbuildConfigs/featuresPlugin.d.ts +0 -5
- package/dist/types/src/esbuildConfigs/index.d.ts +0 -3
- package/dist/types/src/esbuildConfigs/inputFilesPlugin.d.ts +0 -7
- package/dist/types/src/esbuildConfigs/nativeImportDetectorPlugin.d.ts +0 -2
- package/dist/types/src/esbuildConfigs/rebuildPlugin.d.ts +0 -6
- package/dist/types/src/init-docs.d.ts +0 -1
- package/dist/types/src/lib/tiposkripto/BaseGiven.d.ts +0 -42
- package/dist/types/src/lib/tiposkripto/BaseSuite.d.ts +0 -46
- package/dist/types/src/lib/tiposkripto/BaseThen.d.ts +0 -28
- package/dist/types/src/lib/tiposkripto/BaseTiposkripto.d.ts +0 -35
- package/dist/types/src/lib/tiposkripto/BaseWhen.d.ts +0 -27
- package/dist/types/src/lib/tiposkripto/CoreTypes.d.ts +0 -51
- package/dist/types/src/lib/tiposkripto/Node.d.ts +0 -9
- package/dist/types/src/lib/tiposkripto/Tiposkripto.d.ts +0 -5
- package/dist/types/src/lib/tiposkripto/Types.d.ts +0 -9
- package/dist/types/src/lib/tiposkripto/Web.d.ts +0 -9
- package/dist/types/src/lib/tiposkripto/abstractBase.test/MockGiven.d.ts +0 -9
- package/dist/types/src/lib/tiposkripto/abstractBase.test/MockThen.d.ts +0 -6
- package/dist/types/src/lib/tiposkripto/abstractBase.test/MockWhen.d.ts +0 -6
- package/dist/types/src/lib/tiposkripto/abstractBase.test/adapter.d.ts +0 -3
- package/dist/types/src/lib/tiposkripto/abstractBase.test/implementation.d.ts +0 -3
- package/dist/types/src/lib/tiposkripto/abstractBase.test/index.d.ts +0 -28
- package/dist/types/src/lib/tiposkripto/abstractBase.test/specification.d.ts +0 -3
- package/dist/types/src/lib/tiposkripto/abstractBase.test/types.d.ts +0 -39
- package/dist/types/src/lib/tiposkripto/index.d.ts +0 -56
- package/dist/types/src/runtimes.d.ts +0 -2
- package/dist/types/src/server/aider/configParser.d.ts +0 -11
- package/dist/types/src/server/aider/docker.d.ts +0 -2
- package/dist/types/src/server/getRunnables.d.ts +0 -3
- package/dist/types/src/server/htmlTemplate.d.ts +0 -2
- package/dist/types/src/server/nodeVersion.d.ts +0 -2
- package/dist/types/src/server/runtimes/common.d.ts +0 -12
- package/dist/types/src/server/runtimes/golang/docker.d.ts +0 -5
- package/dist/types/src/server/runtimes/java/docker.d.ts +0 -14
- package/dist/types/src/server/runtimes/node/docker.d.ts +0 -14
- package/dist/types/src/server/runtimes/node/esbuild.d.ts +0 -4
- package/dist/types/src/server/runtimes/node/node.d.ts +0 -1
- package/dist/types/src/server/runtimes/python/docker.d.ts +0 -14
- package/dist/types/src/server/runtimes/ruby/docker.d.ts +0 -14
- package/dist/types/src/server/runtimes/rust/docker.d.ts +0 -14
- package/dist/types/src/server/runtimes/web/docker.d.ts +0 -15
- package/dist/types/src/server/runtimes/web/esbuild.d.ts +0 -4
- package/dist/types/src/server/runtimes/web/hoist.d.ts +0 -1
- package/dist/types/src/server/runtimes/web/web.d.ts +0 -1
- package/dist/types/src/server/serverClasees/Server.d.ts +0 -8
- package/dist/types/src/server/serverClasees/Server_Base.d.ts +0 -9
- package/dist/types/src/server/serverClasees/Server_Docker.d.ts +0 -81
- package/dist/types/src/server/serverClasees/Server_FS.d.ts +0 -0
- package/dist/types/src/server/serverClasees/Server_HTTP.d.ts +0 -20
- package/dist/types/src/server/serverClasees/Server_WS.d.ts +0 -23
- package/dist/types/src/server/serverManagers/DockerManager.d.ts +0 -0
- package/dist/types/src/server/serverManagers/HttpManager.d.ts +0 -9
- package/dist/types/src/server/serverManagers/WsManager.d.ts +0 -10
- package/dist/types/src/server/serverManagers/fs.d.ts +0 -0
- package/dist/types/src/server/serverManagers/tcp.d.ts +0 -27
- package/dist/types/src/server/types.d.ts +0 -68
- package/dist/types/src/testeranto.d.ts +0 -1
- package/dist/types/src/vscode/TerminalManager.d.ts +0 -18
- package/dist/types/src/vscode/TestTreeItem.d.ts +0 -13
- package/dist/types/src/vscode/extension.d.ts +0 -3
- package/dist/types/src/vscode/providers/FeaturesTreeDataProvider.d.ts +0 -17
- package/dist/types/src/vscode/providers/FileTreeDataProvider.d.ts +0 -13
- package/dist/types/src/vscode/providers/ProcessesTreeDataProvider.d.ts +0 -23
- package/dist/types/src/vscode/providers/ResultsTreeDataProvider.d.ts +0 -10
- package/dist/types/src/vscode/providers/TestTreeDataProvider.d.ts +0 -16
- package/dist/types/src/vscode/types.d.ts +0 -14
- package/dist/types/testeranto/testeranto.d.ts +0 -3
- package/dist/types/tsconfig.types.tsbuildinfo +0 -1
- package/dist/vscode/extension.mjs +0 -5116
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const config = {
|
|
4
|
-
featureIngestor: function (s) {
|
|
5
|
-
throw new Error("Function not implemented.");
|
|
6
|
-
},
|
|
7
|
-
runtimes: {
|
|
8
|
-
nodetests: ({
|
|
9
|
-
runtime: "node",
|
|
10
|
-
tests: ["example/Calculator.test.ts"],
|
|
11
|
-
checks: [
|
|
12
|
-
(x) => `yarn eslint`,
|
|
13
|
-
(x) => `yarn tsc --noEmit`,
|
|
14
|
-
],
|
|
15
|
-
dockerfile: `testeranto/runtimes/node/node.Dockerfile`,
|
|
16
|
-
buildOptions: `testeranto/runtimes/node/node.ts`
|
|
17
|
-
}),
|
|
18
|
-
webtests: ({
|
|
19
|
-
runtime: "web",
|
|
20
|
-
tests: ["example/Calculator.test.ts"],
|
|
21
|
-
checks: [
|
|
22
|
-
(x) => `yarn eslint`,
|
|
23
|
-
(x) => `yarn tsc --noEmit`,
|
|
24
|
-
],
|
|
25
|
-
dockerfile: `testeranto/runtimes/web/web.Dockerfile`,
|
|
26
|
-
buildOptions: `testeranto/runtimes/web/web.ts`
|
|
27
|
-
}),
|
|
28
|
-
pythontests: ({
|
|
29
|
-
runtime: "python",
|
|
30
|
-
tests: ["example/Calculator.test.py"],
|
|
31
|
-
checks: [
|
|
32
|
-
(x) => `yarn eslint`,
|
|
33
|
-
(x) => `yarn tsc --noEmit`,
|
|
34
|
-
],
|
|
35
|
-
dockerfile: `testeranto/runtimes/python/python.Dockerfile`,
|
|
36
|
-
buildOptions: `testeranto/runtimes/python/python.ts`
|
|
37
|
-
}),
|
|
38
|
-
golangtests: ({
|
|
39
|
-
runtime: "golang",
|
|
40
|
-
tests: ["example/Calculator.test.go"],
|
|
41
|
-
checks: [
|
|
42
|
-
(x) => `yarn eslint`,
|
|
43
|
-
(x) => `yarn tsc --noEmit`,
|
|
44
|
-
],
|
|
45
|
-
dockerfile: `testeranto/runtimes/golang/golang.Dockerfile`,
|
|
46
|
-
buildOptions: `testeranto/runtimes/golang/golang.ts`
|
|
47
|
-
}),
|
|
48
|
-
rusttests: ({
|
|
49
|
-
runtime: "rust",
|
|
50
|
-
tests: ["example/Calculator.test.rs"],
|
|
51
|
-
checks: [
|
|
52
|
-
(x) => `yarn eslint`,
|
|
53
|
-
(x) => `yarn tsc --noEmit`,
|
|
54
|
-
],
|
|
55
|
-
dockerfile: `testeranto/runtimes/rust/rust.Dockerfile`,
|
|
56
|
-
buildOptions: `testeranto/runtimes/rust/rust.ts`
|
|
57
|
-
}),
|
|
58
|
-
rubytests: ({
|
|
59
|
-
runtime: "ruby",
|
|
60
|
-
tests: ["example/Calculator.test.rb"],
|
|
61
|
-
checks: [
|
|
62
|
-
(x) => `yarn eslint`,
|
|
63
|
-
(x) => `yarn tsc --noEmit`,
|
|
64
|
-
],
|
|
65
|
-
dockerfile: `testeranto/runtimes/ruby/ruby.Dockerfile`,
|
|
66
|
-
buildOptions: `testeranto/runtimes/ruby/ruby.ts`
|
|
67
|
-
}),
|
|
68
|
-
},
|
|
69
|
-
};
|
|
70
|
-
exports.default = config;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"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.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.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.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.es2019.intl.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.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../src/lib/tiposkripto/basegiven.ts","../../src/lib/tiposkripto/basesuite.ts","../../src/lib/tiposkripto/basethen.ts","../../src/lib/tiposkripto/basewhen.ts","../../src/lib/tiposkripto/types.ts","../../src/lib/tiposkripto/coretypes.ts","../../src/lib/tiposkripto/index.ts","../../src/types.ts","../../alltestsutils.ts","../../index.d.ts","../../example/calculator.ts","../../example/calculator.test.types.ts","../../example/calculator.test.adapter.ts","../../node_modules/@types/deep-eql/index.d.ts","../../node_modules/assertion-error/index.d.ts","../../node_modules/@types/chai/index.d.ts","../../example/calculator.test.implementation.ts","../../example/calculator.test.specification.ts","../../src/lib/tiposkripto/basetiposkripto.ts","../../src/lib/tiposkripto/node.ts","../../src/lib/tiposkripto/web.ts","../../src/lib/tiposkripto/tiposkripto.ts","../../example/calculator.test.ts","../../scripts/build-example.ts","../../src/init.ts","../../src/init-docs.ts","../../src/runtimes.ts","../../src/server/types.ts","../../node_modules/ansi-colors/types/index.d.ts","../../src/server/runtimes/golang/docker.ts","../../src/server/runtimes/java/docker.ts","../../src/server/runtimes/node/docker.ts","../../src/server/runtimes/python/docker.ts","../../src/server/runtimes/ruby/docker.ts","../../src/server/runtimes/rust/docker.ts","../../src/server/runtimes/web/docker.ts","../../node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/@types/node/web-globals/crypto.d.ts","../../node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/@types/node/web-globals/events.d.ts","../../node_modules/buffer/index.d.ts","../../node_modules/undici-types/utility.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client-stats.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/h2c-client.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-call-history.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/snapshot-agent.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/undici-types/retry-handler.d.ts","../../node_modules/undici-types/retry-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/cache-interceptor.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/util.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/eventsource.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/@types/node/web-globals/navigator.d.ts","../../node_modules/@types/node/web-globals/storage.d.ts","../../node_modules/@types/node/web-globals/streams.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.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/inspector.generated.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/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/sqlite.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/test.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/index.d.ts","../../node_modules/@types/ws/index.d.ts","../../src/server/servermanagers/wsmanager.ts","../../src/server/servermanagers/tcp.ts","../../src/server/servermanagers/httpmanager.ts","../../src/server/serverclasees/server_base.ts","../../src/server/serverclasees/server_http.ts","../../src/server/serverclasees/server_ws.ts","../../src/server/serverclasees/server_docker.ts","../../src/server/serverclasees/server.ts","../../testeranto/testeranto.ts","../../src/testeranto.ts","../../node_modules/esbuild/lib/main.d.ts","../../src/esbuildconfigs/consoledetectorplugin.ts","../../src/esbuildconfigs/eslint-formatter-testeranto.ts","../../src/esbuildconfigs/featuresplugin.ts","../../src/esbuildconfigs/index.ts","../../src/esbuildconfigs/inputfilesplugin.ts","../../src/esbuildconfigs/nativeimportdetectorplugin.ts","../../src/esbuildconfigs/rebuildplugin.ts","../../src/lib/tiposkripto/abstractbase.test/mockgiven.ts","../../src/lib/tiposkripto/abstractbase.test/mockthen.ts","../../src/lib/tiposkripto/abstractbase.test/mockwhen.ts","../../src/lib/tiposkripto/abstractbase.test/types.ts","../../src/lib/tiposkripto/abstractbase.test/adapter.ts","../../src/lib/tiposkripto/abstractbase.test/implementation.ts","../../src/lib/tiposkripto/abstractbase.test/specification.ts","../../src/lib/tiposkripto/abstractbase.test/index.ts","../../src/server/getrunnables.ts","../../src/server/htmltemplate.ts","../../src/server/nodeversion.ts","../../src/server/aider/configparser.ts","../../src/server/aider/docker.ts","../../src/server/runtimes/common.ts","../../src/server/runtimes/node/esbuild.ts","../../src/server/runtimes/node/node.ts","../../src/server/runtimes/web/esbuild.ts","../../node_modules/typed-query-selector/parser.d.ts","../../node_modules/devtools-protocol/types/protocol.d.ts","../../node_modules/devtools-protocol/types/protocol-mapping.d.ts","../../node_modules/webdriver-bidi-protocol/out/gen/main.d.ts","../../node_modules/webdriver-bidi-protocol/out/gen/permissions.d.ts","../../node_modules/webdriver-bidi-protocol/out/gen/web-bluetooth.d.ts","../../node_modules/webdriver-bidi-protocol/out/gen/mapping.d.ts","../../node_modules/webdriver-bidi-protocol/out/index.d.ts","../../node_modules/puppeteer/node_modules/puppeteer-core/lib/types.d.ts","../../node_modules/puppeteer/lib/types.d.ts","../../src/server/runtimes/web/hoist.ts","../../src/server/runtimes/web/web.ts","../../src/server/serverclasees/server_fs.ts","../../src/server/servermanagers/dockermanager.ts","../../src/server/servermanagers/fs.ts","../../node_modules/vscode/vscode.d.ts","../../src/vscode/terminalmanager.ts","../../src/vscode/types.ts","../../src/vscode/testtreeitem.ts","../../src/vscode/providers/testtreedataprovider.ts","../../src/vscode/providers/filetreedataprovider.ts","../../src/vscode/providers/processestreedataprovider.ts","../../src/vscode/providers/featurestreedataprovider.ts","../../src/vscode/extension.ts","../../src/vscode/providers/resultstreedataprovider.ts","../../testeranto/runtimes/node/node.ts","../../testeranto/runtimes/web/web.ts","../../node_modules/@types/connect/index.d.ts","../../node_modules/@types/body-parser/index.d.ts","../../node_modules/keyv/src/index.d.ts","../../node_modules/@types/http-cache-semantics/index.d.ts","../../node_modules/@types/responselike/index.d.ts","../../node_modules/@types/cacheable-request/index.d.ts","../../node_modules/readdirp/index.d.ts","../../node_modules/chokidar/handler.d.ts","../../node_modules/chokidar/index.d.ts","../../node_modules/@types/ms/index.d.ts","../../node_modules/@types/debug/index.d.ts","../../node_modules/@types/ssh2/index.d.ts","../../node_modules/@types/docker-modem/index.d.ts","../../node_modules/@types/dockerode/index.d.ts","../../node_modules/@types/estree/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@types/eslint/use-at-your-own-risk.d.ts","../../node_modules/@types/eslint/index.d.ts","../../node_modules/@types/send/index.d.ts","../../node_modules/@types/qs/index.d.ts","../../node_modules/@types/range-parser/index.d.ts","../../node_modules/@types/express-serve-static-core/index.d.ts","../../node_modules/@types/http-errors/index.d.ts","../../node_modules/@types/serve-static/index.d.ts","../../node_modules/@types/express/index.d.ts","../../node_modules/@types/express-session/index.d.ts","../../node_modules/@types/file-saver/index.d.ts","../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../node_modules/@types/istanbul-lib-report/index.d.ts","../../node_modules/@types/istanbul-reports/index.d.ts","../../node_modules/@types/json5/index.d.ts","../../node_modules/@types/keyv/index.d.ts","../../node_modules/marked/lib/marked.d.ts","../../node_modules/@types/mime/index.d.ts","../../node_modules/@types/mz/child_process.d.ts","../../node_modules/@types/mz/crypto.d.ts","../../node_modules/@types/mz/dns.d.ts","../../node_modules/@types/mz/fs.d.ts","../../node_modules/@types/mz/readline.d.ts","../../node_modules/@types/mz/zlib.d.ts","../../node_modules/@types/mz/index.d.ts","../../node_modules/@types/node-static/index.d.ts","../../node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/@types/prop-types/index.d.ts","../../node_modules/@types/react/global.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@types/react/index.d.ts","../../node_modules/@types/react-dom/index.d.ts","../../node_modules/@types/react-test-renderer/index.d.ts","../../node_modules/@types/react-transition-group/config.d.ts","../../node_modules/@types/react-transition-group/transition.d.ts","../../node_modules/@types/react-transition-group/csstransition.d.ts","../../node_modules/@types/react-transition-group/switchtransition.d.ts","../../node_modules/@types/react-transition-group/transitiongroup.d.ts","../../node_modules/@types/react-transition-group/index.d.ts","../../node_modules/@types/recursive-readdir/index.d.ts","../../node_modules/@types/sarif/index.d.ts","../../node_modules/@types/scheduler/index.d.ts","../../node_modules/@types/stack-utils/index.d.ts","../../node_modules/@types/uuid/index.d.ts","../../node_modules/@types/warning/index.d.ts","../../node_modules/@types/xmldom/index.d.ts","../../node_modules/@types/yargs-parser/index.d.ts","../../node_modules/@types/yargs/index.d.ts","../../node_modules/@types/yauzl/index.d.ts","../../../../node_modules/@types/long/index.d.ts","../../../../node_modules/form-data/index.d.ts","../../../../node_modules/@types/node-fetch/externals.d.ts","../../../../node_modules/@types/node-fetch/index.d.ts","../../../../node_modules/@types/offscreencanvas/index.d.ts","../../../../node_modules/@types/seedrandom/index.d.ts"],"fileIdsList":[[57,88,143,160,161],[61,88,143,160,161],[60,61,65,88,143,160,161],[60,61,62,66,67,71,88,143,160,161],[60,88,143,160,161],[88,143,160,161],[88,143,157,160,161,193,257],[88,143,154,157,160,161,186,193,259,260,261],[63,64,88,143,160,161],[88,143,157,160,161,193],[88,143,160,161,266],[88,143,157,160,161,163,175,193,268],[88,143,154,160,161,175,193,268,269],[88,143,160,161,271,272,273],[88,143,160,161,274],[88,143,154,157,160,161,193,275,276,277],[88,143,148,154,160,161,281],[88,143,160,161,258,278,280],[88,143,160,161,284],[88,143,160,161,285],[88,143,154,160,161,193],[88,143,144,160,161,193],[88,143,148,160,161,193],[88,143,151,160,161,193],[88,143,155,160,161,193],[88,143,160,161,193,291,292,293,294,295,296],[88,143,160,161,170,193],[88,143,160,161,192,193],[88,143,154,155,157,160,161,193,290],[88,140,141,143,160,161],[88,142,143,160,161],[143,160,161],[88,143,148,160,161,178],[88,143,144,149,154,160,161,163,175,186],[88,143,144,145,154,160,161,163],[88,143,146,160,161,187],[88,143,147,148,155,160,161,164],[88,143,148,160,161,175,183],[88,143,149,151,154,160,161,163],[88,142,143,150,160,161],[88,143,151,152,160,161],[88,143,153,154,160,161],[88,142,143,154,160,161],[88,143,154,155,156,160,161,175,186],[88,143,154,155,156,160,161,170,175,178],[88,135,143,151,154,157,160,161,163,175,186],[88,143,154,155,157,158,160,161,163,175,183,186],[88,143,157,159,160,161,175,183,186],[86,87,88,89,90,91,92,93,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192],[88,143,154,160,161],[88,143,160,161,162,186],[88,143,151,154,160,161,163,175],[88,143,160,161,164],[88,143,160,161,165],[88,142,143,160,161,166],[88,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192],[88,143,160,161,168],[88,143,160,161,169],[88,143,154,160,161,170,171],[88,143,160,161,170,172,187,189],[88,143,155,160,161],[88,143,154,160,161,175,176,178],[88,143,160,161,177,178],[88,143,160,161,175,176],[88,143,160,161,178],[88,143,160,161,179],[88,140,143,160,161,175,180],[88,143,154,160,161,181,182],[88,143,160,161,181,182],[88,143,148,160,161,163,175,183],[88,143,160,161,184],[88,143,160,161,163,185],[88,143,157,160,161,169,186],[88,143,148,160,161,187],[88,143,160,161,175,188],[88,143,160,161,162,189],[88,143,160,161,190],[88,143,148,160,161],[88,135,143,160,161],[88,143,160,161,191],[88,135,143,154,156,160,161,166,175,178,186,188,189,191],[88,143,160,161,175,192],[88,143,160,161,303],[88,143,160,161,303,307],[88,143,160,161,306,307,308,309,310],[88,143,160,161,300,301,302],[88,143,157,160,161,175,193],[88,143,155,160,161,175,193],[88,143,157,160,161,193,279],[88,143,154,157,159,160,161,163,175,193],[88,143,154,157,159,160,161,163,175,183,186,192,193],[88,143,160,161,319],[88,143,154,160,161,175,193],[88,143,155,160,161,263,265],[88,143,154,155,160,161,263,264],[88,143,160,161,231],[88,143,160,161,238],[88,143,144,160,161,175,193,230,231,232,237],[88,143,155,160,161,175],[88,101,104,107,108,143,160,161,186],[88,104,143,160,161,175,186],[88,104,108,143,160,161,186],[88,143,160,161,175],[88,98,143,160,161],[88,102,143,160,161],[88,100,101,104,143,160,161,186],[88,143,160,161,163,183],[88,143,160,161,193],[88,98,143,160,161,193],[88,100,104,143,160,161,163,186],[88,95,96,97,99,103,143,154,160,161,175,186],[88,104,112,120,143,160,161],[88,96,102,143,160,161],[88,104,129,130,143,160,161],[88,96,99,104,143,160,161,178,186,193],[88,104,143,160,161],[88,100,104,143,160,161,186],[88,95,143,160,161],[88,98,99,100,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,143,160,161],[88,104,122,125,143,151,160,161],[88,104,112,113,114,143,160,161],[88,102,104,113,115,143,160,161],[88,103,143,160,161],[88,96,98,104,143,160,161],[88,104,108,113,115,143,160,161],[88,108,143,160,161],[88,102,104,107,143,160,161,186],[88,96,100,104,112,143,160,161],[88,104,122,143,160,161],[88,115,143,160,161],[88,98,104,129,143,160,161,178,191,193],[88,143,160,161,233,234,235],[88,143,160,161,233,234,235,236],[88,143,144,155,160,161,165],[88,143,155,160,161,205],[57,88,143,160,161,205],[57,88,143,155,160,161,205],[88,143,160,161,162,205],[57,88,143,155,160,161],[74,88,143,160,161],[55,88,143,160,161,216],[88,143,160,161,216],[71,88,143,160,161,213,214,215,216,217,218,219],[50,52,53,55,88,143,160,161],[52,55,88,143,160,161],[53,55,88,143,160,161],[55,56,88,143,160,161],[50,55,56,88,143,160,161],[50,51,52,53,55,56,88,143,160,161],[55,88,143,160,161],[54,88,143,160,161],[50,51,55,88,143,160,161],[55,56,68,88,143,155,160,161],[55,56,68,69,70,88,143,160,161],[50,51,52,53,55,88,143,160,161],[55,56,68,88,143,160,161],[88,143,155,160,161,165],[88,143,160,161,224],[56,57,88,143,160,161,165],[57,88,143,148,155,160,161,165,205],[57,88,143,160,161,205,208,209,210,212],[57,88,143,160,161,205,226,227],[88,143,160,161,239],[57,88,143,155,160,161,165,205,226,229,239],[57,77,88,143,155,160,161,170,201],[57,77,88,143,160,161],[57,76,77,78,79,80,81,82,83,84,85,88,143,144,155,160,161,165,187,200],[57,77,88,143,155,157,160,161,165,196,197,198],[57,77,88,143,160,161,194,195,199],[57,88,143,160,161,163],[57,88,143,156,160,161,202,203],[88,143,160,161,245,246,247,248,249,250,251,252],[88,143,155,160,161,165,245,247,248],[88,143,160,161,245,247,248],[57,88,143,160,161,245,247,248],[57,88,143,160,161,245],[88,143,160,161,245,247],[88,143,157,160,161,186,193,323,324]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","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":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","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":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},"5dd1909aa09ea1cb4341fbd998e6db9822a36d42c6fe16293f243857a573d30c","21de69f8b7fd83225dad0880df06ee1955e7ef74dd2a070268c4b0c95b7b5b0f","f36b3be0dea2d503c74cc27463cb3de28908aca419c69f9c8ee7203555a09dd5","0ddf1f9673bf0a18522690421efcb7c3616d3d0211b4abaa721f8aa81f5301b2","aa2087b32e1fe5a1e8052c200026a6ecf447fa77bdf85f7511551a52b15e469e","2626413072ef595122b0592db037f50ca88d870293428eec3e547b7003460458","3a10ea355db5f5513a11fdc7c56ba0165f8fc79885f262313e1c76f027389ddc","6ad437baa365fee8645c3e898d102c810223bd5525dbeb63c5b86157025ecab9","0241df8f1e2ac5cb24bb2e2ef7f48bc0cb4b456e1f8d2275e05c407d9785c95c","a9c03394453690c8afb3acc25c03e4ab84961dff8b74a95523747af1dce1ab16","c15eed609c70b62bb12503fb5e1457f79e56515cf4940db009fcb6cbccf60232","d03f5c864af73641077e53f1cc1f7dd39fff45da6354099601b8abedadfbb906","5ab49add112268ee892836aa247dda4da58bc890b63a7fb23298903fe8d7945d",{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"2eeffcee5c1661ddca53353929558037b8cf305ffb86a803512982f99bcab50d","impliedFormat":99},{"version":"9afb4cb864d297e4092a79ee2871b5d3143ea14153f62ef0bb04ede25f432030","affectsGlobalScope":true,"impliedFormat":99},"71d383bf2de14b423413b92d97db0619a9a934ce3fa5d00e71a2989e05b5750e","7a082a6a813ea828912c3cb74241924cb01594a580dfa9277636beedae93fe39","bddc9827d8ce1770ebd8864375561d4959afd52ca8d11027151bd114cf501a9d","bb446e7f31fbc71ed44e9443efc62319e8fd6246bbbe2c61451263201f866082","2cd34bad544cdc2d2e3933ed4d55a1854940c638153e3cdedddde7d11da0ab25","13c65af8aee3074bf240eb6372f8cbf7abdc036bc70f4af95795831d8702c215","6d3ef84575948fced5a9914294e5b669db5b4a21fa858f7e462d779f2b8ea364","bb890398c51ef7a5fb3d716190147db045e7ae4be98ff47cad11c6e3f3895827","99bfd6d7e8e7c8494cf92ed9900947b01d4675dbf42955da348a414b9ad55fca","5e475f93321a19ab58d2c98054d50e88ab81fabcacd6532162ba9086027caba6","1f8cb4effcf3fb8eead3ac52832229a48d7155440f8f9c4f9931dc1ddfe987d9","504874edbf9d3f174ae368e58a696fabfbdf36dbafea68879a67f9993cfc94e2",{"version":"a3a48fbe8782048f74752a1ef300ade63777f62bca44aadd9bd99a4ebdf9b9eb","impliedFormat":1},"8814b8983184378cff175cf75a221ed4239b1770b31662dbf20a47d6ea9d4180","79db9f82bcf52ed3b4d5c17f3f376a6870dbb0e6d2ba6ed7f7c2c36d5dcbf68d","0c8e745bf11a472417144b3bf841ea1fc9be18512af08a3e1bed54703397d085","1ff51913ae7298ee5ffd47df5d49d943434d8b26901f2b5442479eac67d121d1","5f01e5a0b08d83680d40c74f0917629e8203e531dc291aecb7f3ae250f2df88a","64044afc96dcaf29590750309bcdcd345912a496e972d9ce377e392cd521c401","2dcdd628b11206466263e4095bc483bec4d9a55c7e75e1287ea60288f568b24f",{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"378281aa35786c27d5811af7e6bcaa492eebd0c7013d48137c35bbc69a2b9751","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"830171b27c5fdf9bcbe4cf7d428fcf3ae2c67780fb7fbdccdf70d1623d938bc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","impliedFormat":1},{"version":"7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b21e13ed07d0df176ae31d6b7f01f7b17d66dbeb489c0d31d00de2ca14883da","impliedFormat":1},{"version":"51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee","impliedFormat":1},{"version":"9d8f9e63e29a3396285620908e7f14d874d066caea747dc4b2c378f0599166b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"f929f0b6b3421a2d34344b0f421f45aeb2c84ad365ebf29d04312023b3accc58","impliedFormat":1},{"version":"db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","impliedFormat":1},{"version":"9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","impliedFormat":1},{"version":"0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true,"impliedFormat":1},{"version":"d8cf132379078d0974a59df26069689a2d33c7dc826b5be56231841cb2f32e58","impliedFormat":1},{"version":"fbf413fc617837453c878a9174a1f1b383616857a3f8366bc41cf30df4aea7d5","impliedFormat":1},{"version":"148c73ec11318850f571172ceae3e55ce479d850fe18ec8eae0abd99d9f6c319","impliedFormat":1},{"version":"230bdc111d7578276e4a3bb9d075d85c78c6b68f428c3a9935e2eaa10f4ae1f5","impliedFormat":1},{"version":"e8aabbee5e7b9101b03bb4222607d57f38859b8115a8050a4eb91b4ee43a3a73","impliedFormat":1},{"version":"bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","impliedFormat":1},{"version":"c0bb1b65757c72bbf8ddf7eaa532223bacf58041ff16c883e76f45506596e925","impliedFormat":1},{"version":"c8b85f7aed29f8f52b813f800611406b0bfe5cf3224d20a4bdda7c7f73ce368e","affectsGlobalScope":true,"impliedFormat":1},{"version":"145dcf25fd4967c610c53d93d7bc4dce8fbb1b6dd7935362472d4ae49363c7ba","impliedFormat":1},{"version":"ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","impliedFormat":1},{"version":"76957a6d92b94b9e2852cf527fea32ad2dc0ef50f67fe2b14bd027c9ceef2d86","impliedFormat":1},{"version":"9043daec15206650fa119bad6b8d70136021ea7d52673a71f79a87a42ee38d44","affectsGlobalScope":true,"impliedFormat":1},{"version":"4e2de7ab2f74e36d7078bccdf831585b10dc6330bab56054921531b03f9beaf3","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","impliedFormat":1},{"version":"65faec1b4bd63564aeec33eab9cacfaefd84ce2400f03903a71a1841fbce195f","impliedFormat":1},{"version":"b33b74b97952d9bf4fbd2951dcfbb5136656ddb310ce1c84518aaa77dbca9992","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"6b306cd4282bbb54d4a6bb23cfb7a271160983dfc38c67b5a132504cfcc34896","affectsGlobalScope":true,"impliedFormat":1},{"version":"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","impliedFormat":1},{"version":"450172a56b944c2d83f45cc11c9a388ea967cd301a21202aa0a23c34c7506a18","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"72f8936aebf0c4a1adab767b97d34ba7d3a308afcf76de4417b9c16fb92ed548","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"69e0a41d620fb678a899c65e073413b452f4db321b858fe422ad93fd686cd49a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3585d6891e9ea18e07d0755a6d90d71331558ba5dc5561933553209f886db106","affectsGlobalScope":true,"impliedFormat":1},{"version":"86be71cbb0593468644932a6eb96d527cfa600cecfc0b698af5f52e51804451d","impliedFormat":1},{"version":"84dd6b0fd2505135692935599d6606f50a421389e8d4535194bcded307ee5cf2","impliedFormat":1},{"version":"0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a","impliedFormat":1},{"version":"db19ea066fdc5f97df3f769e582ae3000380ab7942e266654bdb1a4650d19eaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"2a034894bf28c220a331c7a0229d33564803abe2ac1b9a5feee91b6b9b6e88ea","impliedFormat":1},{"version":"d7e9ab1b0996639047c61c1e62f85c620e4382206b3abb430d9a21fb7bc23c77","impliedFormat":1},{"version":"1ba59c8bbeed2cb75b239bb12041582fa3e8ef32f8d0bd0ec802e38442d3f317","impliedFormat":1},"bae594236ae4ae878b78df8e7d4f24db8b6e500fd2dfc7422e3c2c6a8bc7195a","5005efd6cd633399ca1b9d6b89185704759b16a3ce7d3a42302c5505cba7f481","bee60a5419be441c2bdb9dabb74e28f19da656abd284c45b9a6581e39c0ffe88","a9698595506c5eb4ac4b1bb5be005aa69e8bae82eabb35070cb48630258297f1","b261accac8fb4376026484950f6fa619c3be520406fcb43bde821a7203248ba3","9ff1ce87e7db4c97eddb5715ec32c8fe0408aa0a1cc45ee3695146dd1bbbd764","3d38cd50d0d00e4b3421a40b7d6642fca15f1d522e1e98b94c8fb9f931ea382c","531305a09bf7614a7651578ef03eadeafb56b45c0d9a3b2436731a370d4c567a","46885737c52bc8f1e640508e526dd18b74ccafc45a2f8f81b3392281280c7e6e","75ca5eb681f1caf0e120e258bc2a5c474d3a793003f44574bf4f16e703dc0852",{"version":"161c8e0690c46021506e32fda85956d785b70f309ae97011fd27374c065cac9b","affectsGlobalScope":true,"impliedFormat":1},"fb6bb86654fb9b526391996b6ff76f4ffdb7bdea6be5845ac0bc08475e014013","d0766281e5cf0632a2fd45ec71b0bfe328c815d33446f7001c07ef00d0f42eda","99754e0aecbc2259ec46128ec6f789f4ba156b30b10e3dc77ad9bb2ffa3816cb","ef4daad34024a4bbdb6cf7604b58ae8df9fa5fd59c60e9f7f5cd3302ea7e7c44","caed2b4c6b4e455e91dc1ab0ee6faafc82c27d15df2d78ff92acc6ae01a2b2d9","23b5d416bc4d5abf5d869c72eaf1ad1dcec0d97d05a29ac7baac0ea93fdec6a8","f1ece6768691cba62626923ca52ea3a838db1cec4a40b1aebadc40d29f4bfce6","02ff2390235518a8c00eb8405ccda020523bc41f7b10a5160e9042aecee4b18e","983e0bc56ebd97e89dedb599bd84ed42e5c331561accef5ede558e6ea48aa2c1","2aeba3f3d0714bbc00fc1488ccc5650dc6a49db2bb6d2de5f3813166a5e96910","11f2171417780f19a1a8f307ce24f39dfd5a34c54a47844b60b75f4a3e449578","aef10799b109b854e188e50050ce00d0b46aa46f62eac9281c4c43822c0c5444","e91d0601b8126cfa596e060ff7ebdbde54149f8718d60df820ccc4437f47bb28","1fffd03ff014821d8bd90e5dd1ff603f590e0f85782d3edbc01658e6e15183d7","383c22ab724f79baca79930b30d08e56f6ac54649f6fe5c108007f74bcf2263e","b65cc20854709c2913d1efbe7f2a92d9221ae9fabf4f60b8c3a56cfae85b55af","2d798841145234ecaeeb863dad9c36109ed0709868ad72cd3b5ef9b2dd5b4bb9","7d6209f36bbecf62689c782e20189915c14df8652c1360a1bfe2672e0d178807","75b5abf725290c0e115ba2fdabbc7c3fab1471e9c1cd9f28454b3e12614be80d","3be86ce5c84890e08bd68b8bd0445fc6ece548c97d14d13df08346e864df1c2b","0226c2e1fe99593810547c9742c857f27cdcb833c9c74301cc51c161898a5367","db0959116aa098b3b4a0d21d47e0990e96d6938ea83d3a460c37676d691b1e29","f33c4bb3fa7362ad196db9256aed05fe3828a6f9ad4d9d385d4a567c87bec646","53d27772890dc60f7c1d633582481a1fa77445e030b7261efa380dd794842a67",{"version":"f21ce049835dad382b22691fb6b34076d0717307d46d92320893765be010cd56","impliedFormat":1},{"version":"ce716e98885829c34cfa5c5443d1fbe297ed81338608c662c6e558dbe74dfd1b","impliedFormat":1},{"version":"1d7f505cc2b3ed9a56db5af0c64e9907f4a1b55d4a04e3f42dd688d12e7bbf9b","impliedFormat":1},{"version":"58aaa1325ed597476013493a1576803fae88513b371ef165a4af37331ab3f878","impliedFormat":1},{"version":"a081114975823082bd7f2a7743f2634e8669b00c2bd41eaf75ff4d7825dd2e4d","impliedFormat":1},{"version":"b1fc7cad221e8d71166e2109224e6a98894b78325138ce2f423d6eab3ee53d63","impliedFormat":1},{"version":"5bc686312c34ae4dd75ca59aa2494ae0bc942d0fbbc5ede784bdaaf80997d264","impliedFormat":1},{"version":"0f20037ef966866d2e7681ea5ae70940d6ea4e22e5cd6ca11fdf082651b17712","impliedFormat":1},{"version":"ec3f5d99c5b9372c72138a1ffacbe0c37a10b9d30e58a46a544abefa5e0eecc7","impliedFormat":1},{"version":"b5ab035868e112944676d66f50efffc97522cd1e7fe191774fac1b9bbd008e02","impliedFormat":1},"c9831e29fdef78acbfec98e7f32c9fb3e85882a3fe6f68e2137dfcea0199220f","cacc5a4dcae607772ba6362232c25e1912b6ee3b889eb20e0cc357106da950f3","d22f1cfcf543cb321e1334a7ac628c3b71ef81cc7db7aee6651db4581855f4d2","3c9f218e922f99662da15e0fd1a1900ce1157bd04692208a8bf0501835e940ca","0c60e97892dc5ba74ee3b692a3d8a5b9c03a167aee64ce4c74472ad55a78727a",{"version":"f6812ffe66c4c9c70d4f9cb9647b5b363dd0a4d28ffbb1e3e47b73758c448224","affectsGlobalScope":true,"impliedFormat":1},"6c291ad32827fef853407300f423fa882edc97aae0505c9e671c9d6a67563da3","292cd1e797a990110f5a67107529aa37242c01a9cbf866ac857870ecbde45c28","adde79eb27419ed29db8c4b6ff2b536af6b566c391c0ff43250363133cc9a762","eb8e003ce1d2b4853ea67d4e853e22d234e70a5e045ed9d02915057660ddc9a4","504b2e3ce32c591676c93ead71ba2eb37b05c6dc83604f5caaf32ffad35b1752","0c5c4d19fc88ee1b78a32bed6cfedc0e3c7ebf79f1eee3d67a9fb0ae04534bf3","114446c415f8ff3341179ca705c74007a7df3c5e8c5f83732482f5db3d547b00","7d41d5828fca458d655ac6fb3458ce16eb2cd27da2bf764abec3eff3ef55d3a4","0fc78f0f0014b1e9e620f6f21b4d6597d2dfa320c2de9cfcdccd0dc702a2b2ba","f64e8c882dc35e3aef40553f21719d0ef7e83a3ba42ab5475df64578d6e625a5","28b7ffff62d2a76436abf2df44842d3e690e61d3e6aa697e208fc1aaa7bee8bc",{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","impliedFormat":1},{"version":"42baf4ca38c38deaf411ea73f37bc39ff56c6e5c761a968b64ac1b25c92b5cd8","impliedFormat":1},{"version":"d7dbe0ad36bdca8a6ecf143422a48e72cc8927bab7b23a1a2485c2f78a7022c6","impliedFormat":1},{"version":"8718fa41d7cf4aa91de4e8f164c90f88e0bf343aa92a1b9b725a9c675c64e16b","impliedFormat":1},{"version":"f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562","impliedFormat":1},{"version":"d3a6e1ff56a0a760b1b36eb34925042a8148d8e0ab4c2d28fcbdbf40fb5a8acc","impliedFormat":1},{"version":"839114ddc4236b8304df6a6c7cc6784913b7c69a63afd4ecb36fc5c9c57276fc","impliedFormat":1},{"version":"cc4ecb6238b32248c6b58577a2ac2a6223c002c1a9e3f1f9424a89f44aa84f0a","impliedFormat":1},{"version":"fb893a0dfc3c9fb0f9ca93d0648694dd95f33cbad2c0f2c629f842981dfd4e2e","impliedFormat":1},{"version":"3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","impliedFormat":1},{"version":"4371055bb001f40596e2e236b27583e13bf11e75d937962f8947d56519237fb8","impliedFormat":1},{"version":"89189df027e8910200a4b65af1e29a996225cf25975f5c438fbe9361c008fc6b","impliedFormat":1},{"version":"a94a57c1750d25bf2b5c35b313a010f604b856e4b3a9a40481c910d9e35a3b50","impliedFormat":1},{"version":"151ff381ef9ff8da2da9b9663ebf657eac35c4c9a19183420c05728f31a6761d","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"a4a39b5714adfcadd3bbea6698ca2e942606d833bde62ad5fb6ec55f5e438ff8","impliedFormat":1},{"version":"bbc1d029093135d7d9bfa4b38cbf8761db505026cc458b5e9c8b74f4000e5e75","impliedFormat":1},{"version":"d34aa8df2d0b18fb56b1d772ff9b3c7aea7256cf0d692f969be6e1d27b74d660","impliedFormat":1},{"version":"baac9896d29bcc55391d769e408ff400d61273d832dd500f21de766205255acb","impliedFormat":1},{"version":"2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed","impliedFormat":1},{"version":"f429b61e369208ef7668ebf1dc63176e506fbfaea7b0ecc13d586a5839ebb071","affectsGlobalScope":true,"impliedFormat":1},{"version":"b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","impliedFormat":1},{"version":"168d88e14e0d81fe170e0dadd38ae9d217476c11435ea640ddb9b7382bdb6c1f","impliedFormat":1},{"version":"8e04cf0688e0d921111659c2b55851957017148fa7b977b02727477d155b3c47","impliedFormat":1},{"version":"cc137d7ea6ad91ac1579463f2d25c0df4853c4e068e7fd9be5b6c27088760797","affectsGlobalScope":true,"impliedFormat":1},{"version":"ba854883a418fca4343b51cb93718d481770f3b81e978bbf6378a2385264e55c","impliedFormat":1},{"version":"035a5df183489c2e22f3cf59fc1ed2b043d27f357eecc0eb8d8e840059d44245","impliedFormat":1},{"version":"a4809f4d92317535e6b22b01019437030077a76fec1d93b9881c9ed4738fcc54","impliedFormat":1},{"version":"5f53fa0bd22096d2a78533f94e02c899143b8f0f9891a46965294ee8b91a9434","impliedFormat":1},{"version":"96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","impliedFormat":1},{"version":"fec943fdb3275eb6e006b35e04a8e2e99e9adf3f4b969ddf15315ac7575a93e4","impliedFormat":1},{"version":"635249f685e47cf879da61942191066a84f181e9a8dc03e7ed9b9668ebe69bf3","impliedFormat":99},{"version":"d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","impliedFormat":1},{"version":"c4494ef0db9a14d77401bf1703c28b72c8423354b33749729be1cab9ce710ebc","impliedFormat":1},{"version":"1ef1ce00d53ea0e647b86c38980e774cf39d9893fab23d0c1efcf440c9988ed2","impliedFormat":1},{"version":"2d4e59ab3a1fcdec40ad09ef2e5c6a40f67856b6c06919d3e1b4981fe61d9d01","impliedFormat":1},{"version":"08b5422b6fcc160d099df9d710cff2a1142175d4a4bf5dcc9808ddcea577043f","impliedFormat":1},{"version":"4f80ee53bba81c3742f1dc5e6cb053d54a877aac74f7a620af4da73a4ba86828","impliedFormat":1},{"version":"817c03c1b48aef1e718f84549e6dfd285ad10ee0bb6b8109f6920f6082db3d1d","impliedFormat":1},{"version":"ad1f3ffcde31019536358bab477c4dd6146e8a5ff10952b5b87051c22d10a839","impliedFormat":1},{"version":"ed130454222a32b2c5a86ed37f07abf4254c601d49ab34d4b85da22ecbd3355b","impliedFormat":1},{"version":"22293bd6fa12747929f8dfca3ec1684a3fe08638aa18023dd286ab337e88a592","impliedFormat":1},{"version":"87d9d29dbc745f182683f63187bf3d53fd8673e5fca38ad5eaab69798ed29fbc","impliedFormat":1},{"version":"549df62b64a71004aee17685b445a8289013daf96246ce4d9b087d13d7a27a61","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"f6c80864402c15ee5477383b4503cabf80976913c5a789995a529fdb45264950","affectsGlobalScope":true,"impliedFormat":1},{"version":"a95b76aef31395752eb5cb7b386be2e287fdc32dfdf7bdbbb666e333133b1ef7","impliedFormat":1},{"version":"df508df6a1aadae4499d327c2360816978e28839560c044099e4acffcde5489d","impliedFormat":1},{"version":"960a68ced7820108787135bdae5265d2cc4b511b7dcfd5b8f213432a8483daf1","impliedFormat":1},{"version":"7c52a6d05a6e68269e63bc63fad6e869368a141ad23a20e2350c831dc499c5f2","impliedFormat":1},{"version":"2e7ebdc7d8af978c263890bbde991e88d6aa31cc29d46735c9c5f45f0a41243b","impliedFormat":1},{"version":"b57fd1c0a680d220e714b76d83eff51a08670f56efcc5d68abc82f5a2684f0c0","impliedFormat":1},{"version":"8cf121e98669f724256d06bebafec912b92bb042a06d4944f7fb27a56c545109","impliedFormat":1},{"version":"1084565c68b2aed5d6d5cea394799bd688afdf4dc99f4e3615957857c15bb231","impliedFormat":1},{"version":"d11fa46d7f23e3401b91365c332417529a0965ee7a3a1f94caf4dc8edcfda7c7","impliedFormat":1},{"version":"d1e9031cfefebb12d6672ef7d85faf2c5a23472f5b5be1909358db426fe82eef","impliedFormat":1},{"version":"4ef960df4f672e93b479f88211ed8b5cfa8a598b97aafa3396cacdc3341e3504","impliedFormat":1},{"version":"ab82804a14454734010dcdcd43f564ff7b0389bee4c5692eec76ff5b30d4cf66","impliedFormat":1},{"version":"f874ea4d0091b0a44362a5f74d26caab2e66dec306c2bf7e8965f5106e784c3b","impliedFormat":1},{"version":"f05afa17cfc95a95923f48614bf3eb5ab2598850ee27a7c29f1b116a71090c5d","impliedFormat":1},{"version":"c2eb1bc18bcba42184bd385ae433db3657f9f0f2804c40a3df3b233e448f6899","impliedFormat":1},{"version":"bae8d023ef6b23df7da26f51cea44321f95817c190342a36882e93b80d07a960","impliedFormat":1},{"version":"26a770cec4bd2e7dbba95c6e536390fffe83c6268b78974a93727903b515c4e7","impliedFormat":1},{"version":"74d5a87c3616cd5d8691059d531504403aa857e09cbaecb1c64dfb9ace0db185","impliedFormat":1},{"version":"0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","impliedFormat":1},{"version":"736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","impliedFormat":1},{"version":"4340936f4e937c452ae783514e7c7bbb7fc06d0c97993ff4865370d0962bb9cf","impliedFormat":1},{"version":"b70c7ea83a7d0de17a791d9b5283f664033a96362c42cc4d2b2e0bdaa65ef7d1","impliedFormat":1},{"version":"fc35a74dd14f55d6fea9e5a4804ae812d559519352fa3836eb5f5555a64dd0ac","affectsGlobalScope":true,"impliedFormat":1},{"version":"874b0c03e2ad8ea8c44102a50c97de70c63a40443a96c807becbec912733c993","affectsGlobalScope":true,"impliedFormat":1}],"root":[[50,62],[66,77],[79,85],[195,204],[206,229],[240,244],[246,256]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"alwaysStrict":true,"declaration":false,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":1,"noImplicitAny":false,"outDir":"./","skipLibCheck":true,"strict":false,"strictNullChecks":true,"target":4,"useDefineForClassFields":false},"referencedMap":[[58,1],[62,2],[66,3],[67,2],[72,4],[61,5],[60,6],[59,6],[258,7],[262,8],[65,9],[257,10],[267,11],[63,6],[269,12],[270,13],[274,14],[273,15],[271,6],[278,16],[282,17],[281,18],[283,6],[260,6],[279,6],[284,6],[285,19],[286,20],[272,6],[287,6],[288,21],[290,6],[266,6],[291,22],[292,23],[293,24],[294,25],[297,26],[295,27],[296,28],[298,29],[140,30],[141,30],[142,31],[88,32],[143,33],[144,34],[145,35],[86,6],[146,36],[147,37],[148,38],[149,39],[150,40],[151,41],[152,41],[153,42],[154,43],[155,44],[156,45],[89,6],[87,6],[157,46],[158,47],[159,48],[193,49],[160,50],[161,6],[162,51],[163,52],[164,53],[165,54],[166,55],[167,56],[168,57],[169,58],[170,59],[171,59],[172,60],[173,6],[174,61],[175,62],[177,63],[176,64],[178,65],[179,66],[180,67],[181,68],[182,69],[183,70],[184,71],[185,72],[186,73],[187,74],[188,75],[189,76],[190,77],[90,6],[91,78],[92,6],[93,6],[136,79],[137,80],[138,6],[139,65],[191,81],[192,82],[299,6],[300,6],[276,6],[277,6],[304,83],[305,83],[306,6],[308,84],[311,85],[309,83],[307,83],[310,84],[301,6],[303,86],[312,25],[261,87],[313,6],[314,6],[275,88],[280,89],[268,90],[315,6],[316,6],[317,6],[194,91],[318,6],[319,6],[320,92],[321,93],[78,6],[64,6],[94,6],[264,94],[265,95],[302,6],[232,96],[231,6],[205,6],[259,50],[289,6],[239,97],[238,98],[263,99],[230,6],[48,6],[49,6],[8,6],[9,6],[11,6],[10,6],[2,6],[12,6],[13,6],[14,6],[15,6],[16,6],[17,6],[18,6],[19,6],[3,6],[20,6],[21,6],[4,6],[22,6],[26,6],[23,6],[24,6],[25,6],[27,6],[28,6],[29,6],[5,6],[30,6],[31,6],[32,6],[33,6],[6,6],[37,6],[34,6],[35,6],[36,6],[38,6],[7,6],[39,6],[44,6],[45,6],[40,6],[41,6],[42,6],[43,6],[1,6],[46,6],[47,6],[112,100],[124,101],[110,102],[125,103],[134,104],[101,105],[102,106],[100,107],[133,108],[128,109],[132,110],[104,111],[121,112],[103,113],[131,114],[98,115],[99,109],[105,116],[106,6],[111,117],[109,116],[96,118],[135,119],[126,120],[115,121],[114,116],[116,122],[119,123],[113,124],[117,125],[129,108],[107,126],[108,127],[120,128],[97,103],[123,129],[122,116],[118,130],[127,6],[95,6],[130,131],[245,6],[233,6],[236,132],[234,6],[235,6],[237,133],[73,134],[206,135],[207,6],[208,54],[209,136],[210,137],[211,138],[212,139],[75,140],[74,61],[217,141],[218,142],[220,143],[213,144],[214,145],[215,146],[219,142],[216,6],[50,147],[51,148],[52,147],[68,149],[53,150],[55,151],[56,152],[69,153],[71,154],[54,155],[70,156],[76,1],[224,157],[225,158],[221,159],[222,6],[223,6],[226,160],[79,1],[80,1],[81,1],[227,161],[228,162],[82,1],[83,1],[84,1],[85,1],[229,161],[240,163],[241,164],[202,165],[198,166],[201,167],[242,6],[199,168],[200,169],[243,6],[244,6],[197,6],[196,6],[195,6],[77,170],[204,171],[57,149],[253,172],[252,173],[250,174],[251,174],[254,174],[249,175],[246,176],[248,177],[247,6],[255,6],[256,6],[203,1],[322,6],[324,6],[325,178],[326,6],[327,6],[323,87]],"semanticDiagnosticsPerFile":[[50,[{"start":1536,"length":5,"code":2551,"category":1,"messageText":"Property 'fails' does not exist on type 'BaseGiven<I>'. Did you mean 'fail'?","relatedInformation":[{"start":710,"length":4,"messageText":"'fail' is declared here.","category":3,"code":2728}]},{"start":2757,"length":5,"code":2551,"category":1,"messageText":"Property 'fails' does not exist on type 'BaseGiven<I>'. Did you mean 'fail'?","relatedInformation":[{"start":710,"length":4,"messageText":"'fail' is declared here.","category":3,"code":2728}]},{"start":3333,"length":5,"code":2551,"category":1,"messageText":"Property 'fails' does not exist on type 'BaseGiven<I>'. Did you mean 'fail'?","relatedInformation":[{"start":710,"length":4,"messageText":"'fail' is declared here.","category":3,"code":2728}]},{"start":3904,"length":5,"code":2551,"category":1,"messageText":"Property 'fails' does not exist on type 'BaseGiven<I>'. Did you mean 'fail'?","relatedInformation":[{"start":710,"length":4,"messageText":"'fail' is declared here.","category":3,"code":2728}]},{"start":4195,"length":9,"messageText":"Expected 3 arguments, but got 2.","category":1,"code":2554,"relatedInformation":[{"start":2407,"length":29,"messageText":"An argument for 'artifactory' was not provided.","category":3,"code":6210}]},{"start":4289,"length":5,"code":2551,"category":1,"messageText":"Property 'fails' does not exist on type 'BaseGiven<I>'. Did you mean 'fail'?","relatedInformation":[{"start":710,"length":4,"messageText":"'fail' is declared here.","category":3,"code":2728}]}]],[51,[{"start":2148,"length":4,"code":2339,"category":1,"messageText":"Property 'name' does not exist on type 'never'."},{"start":3994,"length":5,"messageText":"Expected 3 arguments, but got 2.","category":1,"code":2554,"relatedInformation":[{"start":3398,"length":30,"messageText":"An argument for 'tr' was not provided.","category":3,"code":6210}]},{"start":4243,"length":4,"messageText":"Expected 6 arguments, but got 5.","category":1,"code":2554,"relatedInformation":[{"file":"../../src/lib/tiposkripto/basegiven.ts","start":2705,"length":16,"messageText":"An argument for 'suiteNdx' was not provided.","category":3,"code":6210}]},{"start":4477,"length":5,"code":2551,"category":1,"messageText":"Property 'fails' does not exist on type 'BaseGiven<I>'. Did you mean 'fail'?","relatedInformation":[{"file":"../../src/lib/tiposkripto/basegiven.ts","start":710,"length":4,"messageText":"'fail' is declared here.","category":3,"code":2728}]},{"start":4682,"length":5,"code":2551,"category":1,"messageText":"Property 'fails' does not exist on type 'BaseGiven<I>'. Did you mean 'fail'?","relatedInformation":[{"file":"../../src/lib/tiposkripto/basegiven.ts","start":710,"length":4,"messageText":"'fail' is declared here.","category":3,"code":2728}]},{"start":4721,"length":5,"code":2551,"category":1,"messageText":"Property 'fails' does not exist on type 'BaseGiven<I>'. Did you mean 'fail'?","relatedInformation":[{"file":"../../src/lib/tiposkripto/basegiven.ts","start":710,"length":4,"messageText":"'fail' is declared here.","category":3,"code":2728}]},{"start":5057,"length":8,"messageText":"Expected 2 arguments, but got 1.","category":1,"code":2554,"relatedInformation":[{"start":3686,"length":29,"messageText":"An argument for 'artifactory' was not provided.","category":3,"code":6210}]}]],[55,[{"start":43,"length":19,"messageText":"Cannot find module './lib/tiposkripto' or its corresponding type declarations.","category":1,"code":2307},{"start":90,"length":29,"messageText":"Cannot find module './lib/tiposkripto/BaseSuite' or its corresponding type declarations.","category":1,"code":2307},{"start":132,"length":18,"messageText":"Module '\"./Types\"' has no exported member 'GivenSpecification'.","category":1,"code":2305},{"start":154,"length":17,"messageText":"Module '\"./Types\"' has no exported member 'WhenSpecification'.","category":1,"code":2305},{"start":175,"length":17,"messageText":"Module '\"./Types\"' has no exported member 'ThenSpecification'.","category":1,"code":2305},{"start":196,"length":22,"messageText":"Module '\"./Types\"' has no exported member 'TestWhenImplementation'.","category":1,"code":2305},{"start":222,"length":6,"messageText":"Module '\"./Types\"' has no exported member 'Modify'.","category":1,"code":2305},{"start":232,"length":23,"messageText":"Module '\"./Types\"' has no exported member 'TestSuiteImplementation'.","category":1,"code":2305},{"start":259,"length":23,"messageText":"Module '\"./Types\"' has no exported member 'TestGivenImplementation'.","category":1,"code":2305},{"start":286,"length":22,"messageText":"Module '\"./Types\"' has no exported member 'TestThenImplementation'.","category":1,"code":2305},{"start":312,"length":14,"messageText":"Module '\"./Types\"' has no exported member 'TestSuiteShape'.","category":1,"code":2305},{"start":330,"length":14,"messageText":"Module '\"./Types\"' has no exported member 'TestGivenShape'.","category":1,"code":2305},{"start":348,"length":13,"messageText":"Module '\"./Types\"' has no exported member 'TestWhenShape'.","category":1,"code":2305},{"start":365,"length":13,"messageText":"Module '\"./Types\"' has no exported member 'TestThenShape'.","category":1,"code":2305},{"start":382,"length":18,"messageText":"Module '\"./Types\"' has no exported member 'SuiteSpecification'.","category":1,"code":2305}]],[56,[{"start":885,"length":6,"code":2349,"category":1,"messageText":{"messageText":"This expression is not callable.","category":1,"code":2349,"next":[{"messageText":"Type 'unknown' has no call signatures.","category":1,"code":2757}]}},{"start":1036,"length":6,"code":2349,"category":1,"messageText":{"messageText":"This expression is not callable.","category":1,"code":2349,"next":[{"messageText":"Type 'unknown' has no call signatures.","category":1,"code":2757}]}}]],[61,[{"start":34,"length":18,"messageText":"Cannot find module '../src/CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[62,[{"start":29,"length":18,"messageText":"Cannot find module '../src/CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[66,[{"start":130,"length":18,"messageText":"Cannot find module '../src/CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[67,[{"start":101,"length":18,"messageText":"Cannot find module '../src/CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[68,[{"start":1827,"length":25,"code":2339,"category":1,"messageText":"Property 'testResourceConfiguration' does not exist on type 'BaseTiposkripto<I, O, M>'."},{"start":2711,"length":5,"code":2416,"category":1,"messageText":{"messageText":"Property 'setup' in type '(Anonymous class)' is not assignable to the same property in base type 'BaseSuite<I, O>'.","category":1,"code":2416,"next":[{"messageText":"Type '(s: I[\"iinput\"], tr: ITestResourceConfiguration) => Promise<I[\"isubject\"]>' is not assignable to type '(s: I[\"iinput\"], artifactory: ITestArtifactory, tr: ITestResourceConfiguration) => Promise<I[\"isubject\"]>'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'tr' and 'artifactory' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'ITestArtifactory' is not assignable to type 'ITestResourceConfiguration'.","category":1,"code":2322}]}]}]}},{"start":6371,"length":249,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'ITestResourceConfiguration | { name: string; fs: string; ports: never[]; timeout: number; retries: number; environment: {}; }' is not assignable to parameter of type 'ITestResourceConfiguration'.","category":1,"code":2345,"next":[{"messageText":"Property 'files' is missing in type '{ name: string; fs: string; ports: never[]; timeout: number; retries: number; environment: {}; }' but required in type 'ITestResourceConfiguration'.","category":1,"code":2741,"canonicalHead":{"code":2322,"messageText":"Type '{ name: string; fs: string; ports: never[]; timeout: number; retries: number; environment: {}; }' is not assignable to type 'ITestResourceConfiguration'."}}]},"relatedInformation":[{"file":"../../src/lib/tiposkripto/index.ts","start":1394,"length":5,"messageText":"'files' is declared here.","category":3,"code":2728}]}]],[69,[{"start":1074,"length":6,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ ports: number[]; fs: string; }' is not assignable to parameter of type 'ITestResourceConfiguration'.","category":1,"code":2345,"next":[{"messageText":"Type '{ ports: number[]; fs: string; }' is missing the following properties from type 'ITestResourceConfiguration': name, files","category":1,"code":2739}]}}]],[71,[{"start":401,"length":5,"messageText":"Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher.","category":1,"code":1378},{"start":464,"length":5,"messageText":"Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher.","category":1,"code":1378}]],[73,[{"start":234,"length":11,"messageText":"The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', or 'nodenext'.","category":1,"code":1343}]],[79,[{"start":1549,"length":12,"messageText":"Cannot find name 'IBuiltConfig'.","category":1,"code":2304}]],[80,[{"start":9,"length":12,"messageText":"Module '\"../../../Types\"' has no exported member 'IBuiltConfig'.","category":1,"code":2305},{"start":23,"length":7,"messageText":"Module '\"../../../Types\"' has no exported member 'IConfig'.","category":1,"code":2305}]],[81,[{"start":411,"length":3,"code":2339,"category":1,"messageText":"Property 'env' does not exist on type 'ITestconfigV2'."}]],[82,[{"start":9,"length":12,"messageText":"Module '\"../../../Types\"' has no exported member 'IBuiltConfig'.","category":1,"code":2305},{"start":23,"length":7,"messageText":"Module '\"../../../Types\"' has no exported member 'IConfig'.","category":1,"code":2305}]],[83,[{"start":9,"length":7,"messageText":"Module '\"../../../Types\"' has no exported member 'IConfig'.","category":1,"code":2305}]],[84,[{"start":9,"length":7,"messageText":"Module '\"../../../Types\"' has no exported member 'IConfig'.","category":1,"code":2305}]],[85,[{"start":9,"length":12,"messageText":"Module '\"../../../Types\"' has no exported member 'IBuiltConfig'.","category":1,"code":2305},{"start":23,"length":7,"messageText":"Module '\"../../../Types\"' has no exported member 'IConfig'.","category":1,"code":2305}]],[200,[{"start":4519,"length":22,"messageText":"Cannot invoke an object which is possibly 'undefined'.","category":1,"code":2722}]],[201,[{"start":8118,"length":10,"code":2550,"category":1,"messageText":"Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later."},{"start":19385,"length":10,"code":2550,"category":1,"messageText":"Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later."},{"start":20915,"length":10,"code":2550,"category":1,"messageText":"Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later."},{"start":22623,"length":10,"code":2550,"category":1,"messageText":"Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later."},{"start":31446,"length":48,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{}' is not assignable to parameter of type '{ cwd: string; }'.","category":1,"code":2345,"next":[{"messageText":"Property 'cwd' is missing in type '{}' but required in type '{ cwd: string; }'.","category":1,"code":2741}]},"relatedInformation":[{"start":29219,"length":3,"messageText":"'cwd' is declared here.","category":3,"code":2728}]},{"start":32085,"length":48,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{}' is not assignable to parameter of type '{ cwd: string; }'.","category":1,"code":2345,"next":[{"messageText":"Property 'cwd' is missing in type '{}' but required in type '{ cwd: string; }'.","category":1,"code":2741}]},"relatedInformation":[{"start":29219,"length":3,"messageText":"'cwd' is declared here.","category":3,"code":2728}]},{"start":32619,"length":48,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{}' is not assignable to parameter of type '{ cwd: string; }'.","category":1,"code":2345,"next":[{"messageText":"Property 'cwd' is missing in type '{}' but required in type '{ cwd: string; }'.","category":1,"code":2741}]},"relatedInformation":[{"start":29219,"length":3,"messageText":"'cwd' is declared here.","category":3,"code":2728}]},{"start":34902,"length":8,"code":2322,"category":1,"messageText":"Type 'number' is not assignable to type 'null'."}]],[204,[{"start":11,"length":5,"messageText":"Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher.","category":1,"code":1378},{"start":1736,"length":29,"messageText":"An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.","category":1,"code":5097}]],[213,[{"start":450,"length":13,"messageText":"Expected 5 arguments, but got 6.","category":1,"code":2554},{"start":738,"length":7,"code":2349,"category":1,"messageText":{"messageText":"This expression is not callable.","category":1,"code":2349,"next":[{"messageText":"Type 'unknown' has no call signatures.","category":1,"code":2757}]}}]],[216,[{"start":34,"length":13,"messageText":"Cannot find module './CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[217,[{"start":447,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '(store: any, whenCB: any, testResource: any, pm: any) => Promise<any>' is not assignable to type '(store: Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>, whenCB: Ibdd_in<...>, testResource: ITestResourceConfiguration)...'.","category":1,"code":2322,"next":[{"messageText":"Target signature provides too few arguments. Expected 4 or more, but got 3.","category":1,"code":2849}]},"relatedInformation":[{"file":"../../src/lib/tiposkripto/coretypes.ts","start":512,"length":7,"messageText":"The expected type comes from property 'andWhen' which is declared here on type 'ITestAdapter<Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>>'","category":3,"code":6500}]},{"start":534,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '(store: any, thenCB: any, testResource: any, pm: any) => Promise<any>' is not assignable to type '(store: Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>, thenCB: Ibdd_in<...>, testResource: ITestResourceConfiguration)...'.","category":1,"code":2322,"next":[{"messageText":"Target signature provides too few arguments. Expected 4 or more, but got 3.","category":1,"code":2849}]},"relatedInformation":[{"file":"../../src/lib/tiposkripto/coretypes.ts","start":646,"length":7,"messageText":"The expected type comes from property 'butThen' which is declared here on type 'ITestAdapter<Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>>'","category":3,"code":6500}]},{"start":621,"length":9,"code":2322,"category":1,"messageText":{"messageText":"Type '(store: any, key: any, pm: any) => Promise<any>' is not assignable to type '(store: Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>, key: string) => Promise<...>'.","category":1,"code":2322,"next":[{"messageText":"Target signature provides too few arguments. Expected 3 or more, but got 2.","category":1,"code":2849}]},"relatedInformation":[{"file":"../../src/lib/tiposkripto/coretypes.ts","start":825,"length":9,"messageText":"The expected type comes from property 'afterEach' which is declared here on type 'ITestAdapter<Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>>'","category":3,"code":6500}]},{"start":684,"length":8,"code":2322,"category":1,"messageText":{"messageText":"Type '(store: any, pm: any) => Promise<void>' is not assignable to type '(store: Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>) => any'.","category":1,"code":2322,"next":[{"messageText":"Target signature provides too few arguments. Expected 2 or more, but got 1.","category":1,"code":2849}]},"relatedInformation":[{"file":"../../src/lib/tiposkripto/coretypes.ts","start":784,"length":8,"messageText":"The expected type comes from property 'afterAll' which is declared here on type 'ITestAdapter<Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>>'","category":3,"code":6500}]},{"start":758,"length":9,"code":2322,"category":1,"messageText":{"messageText":"Type '(input: any, testResource: any, pm: any) => Promise<any>' is not assignable to type '(input: Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>, testResource: ITestResourceConfiguration) => Promise<...>'.","category":1,"code":2322,"next":[{"messageText":"Target signature provides too few arguments. Expected 3 or more, but got 2.","category":1,"code":2849}]},"relatedInformation":[{"file":"../../src/lib/tiposkripto/coretypes.ts","start":893,"length":9,"messageText":"The expected type comes from property 'beforeAll' which is declared here on type 'ITestAdapter<Ibdd_in<{}, {}, { testStore: { value: string; }; error?: Error | undefined; }, { testSelection: { selected: boolean; }; }, () => () => { testStore: { value: string; }; }, (store: any) => (store: any) => any, (store: any) => (store: any) => any>>'","category":3,"code":6500}]}]],[218,[{"start":36,"length":13,"messageText":"Cannot find module './CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[219,[{"start":35,"length":13,"messageText":"Cannot find module './CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[221,[{"start":83,"length":11,"messageText":"'\"../Types\"' has no exported member named 'ITestconfig'. Did you mean 'ITestconfigV2'?","category":1,"code":2724}]],[226,[{"start":115,"length":12,"messageText":"Module '\"../../Types\"' has no exported member 'IBuiltConfig'.","category":1,"code":2305}]],[227,[{"start":1837,"length":7,"code":2339,"category":1,"messageText":"Property 'plugins' does not exist on type 'object'."}]],[229,[{"start":333,"length":11,"messageText":"'\"../../../Types.js\"' has no exported member named 'ITestconfig'. Did you mean 'ITestconfigV2'?","category":1,"code":2724}]],[241,[{"start":76,"length":12,"messageText":"Module '\"../../../Types\"' has no exported member 'IBuiltConfig'.","category":1,"code":2305}]],[246,[{"start":2212,"length":21,"code":2345,"category":1,"messageText":"Argument of type '{ runtime: string; testName: string; }' is not assignable to parameter of type 'never'."},{"start":2482,"length":10,"code":2339,"category":1,"messageText":"Property 'exitStatus' does not exist on type 'Terminal'."}]],[248,[{"start":755,"length":40,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":842,"length":30,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":919,"length":28,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673}]],[249,[{"start":553,"length":19,"code":2416,"category":1,"messageText":{"messageText":"Property 'onDidChangeTreeData' in type 'TestTreeDataProvider' is not assignable to the same property in base type 'TreeDataProvider<TestTreeItem>'.","category":1,"code":2416,"next":[{"messageText":"Type 'Event<void | TestTreeItem | null | undefined>' is not assignable to type 'Event<TestTreeItem | null | undefined>'.","category":1,"code":2322,"next":[{"messageText":"Type 'void | TestTreeItem | null | undefined' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'void' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322}]}]}]}},{"start":1250,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'string | undefined' is not assignable to parameter of type 'IRunTime'.","category":1,"code":2345,"next":[{"messageText":"Type 'undefined' is not assignable to type 'IRunTime'.","category":1,"code":2322}]}},{"start":1550,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'string | undefined' is not assignable to parameter of type 'IRunTime'.","category":1,"code":2345,"next":[{"messageText":"Type 'undefined' is not assignable to type 'IRunTime'.","category":1,"code":2322}]}},{"start":4175,"length":8,"code":2339,"category":1,"messageText":"Property 'joinPath' does not exist on type 'typeof Uri'."},{"start":4355,"length":2,"code":2339,"category":1,"messageText":"Property 'fs' does not exist on type 'typeof workspace'."},{"start":5532,"length":13,"messageText":"Expected 3 arguments, but got 4.","category":1,"code":2554},{"start":7239,"length":8,"code":2339,"category":1,"messageText":"Property 'joinPath' does not exist on type 'typeof Uri'."},{"start":7327,"length":2,"code":2339,"category":1,"messageText":"Property 'fs' does not exist on type 'typeof workspace'."},{"start":7581,"length":8,"code":2339,"category":1,"messageText":"Property 'joinPath' does not exist on type 'typeof Uri'."},{"start":7729,"length":2,"code":2339,"category":1,"messageText":"Property 'fs' does not exist on type 'typeof workspace'."},{"start":7837,"length":2,"code":2339,"category":1,"messageText":"Property 'fs' does not exist on type 'typeof workspace'."},{"start":10528,"length":28,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":10559,"length":30,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673}]],[250,[{"start":513,"length":19,"code":2416,"category":1,"messageText":{"messageText":"Property 'onDidChangeTreeData' in type 'FileTreeDataProvider' is not assignable to the same property in base type 'TreeDataProvider<TestTreeItem>'.","category":1,"code":2416,"next":[{"messageText":"Type 'Event<void | TestTreeItem | null | undefined>' is not assignable to type 'Event<TestTreeItem | null | undefined>'.","category":1,"code":2322,"next":[{"messageText":"Type 'void | TestTreeItem | null | undefined' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'void' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322}]}]}]}},{"start":2707,"length":8,"code":2339,"category":1,"messageText":"Property 'joinPath' does not exist on type 'typeof Uri'."},{"start":2797,"length":2,"code":2339,"category":1,"messageText":"Property 'fs' does not exist on type 'typeof workspace'."},{"start":3225,"length":8,"code":2339,"category":1,"messageText":"Property 'joinPath' does not exist on type 'typeof Uri'."},{"start":3367,"length":2,"code":2339,"category":1,"messageText":"Property 'fs' does not exist on type 'typeof workspace'."},{"start":3471,"length":2,"code":2339,"category":1,"messageText":"Property 'fs' does not exist on type 'typeof workspace'."},{"start":5852,"length":28,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":5883,"length":30,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673}]],[251,[{"start":404,"length":19,"code":2416,"category":1,"messageText":{"messageText":"Property 'onDidChangeTreeData' in type 'ProcessesTreeDataProvider' is not assignable to the same property in base type 'TreeDataProvider<TestTreeItem>'.","category":1,"code":2416,"next":[{"messageText":"Type 'Event<void | TestTreeItem | null | undefined>' is not assignable to type 'Event<TestTreeItem | null | undefined>'.","category":1,"code":2322,"next":[{"messageText":"Type 'void | TestTreeItem | null | undefined' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'void' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322}]}]}]}},{"start":1887,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":2178,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":2514,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":2773,"length":76,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":3121,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":3242,"length":72,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":3565,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":3764,"length":73,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":4108,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":4348,"length":76,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":4738,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":4867,"length":72,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":5109,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":5330,"length":76,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":5678,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":5802,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":6032,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":6234,"length":76,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":6594,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":6789,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":6895,"length":82,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":7309,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."}]],[252,[{"start":1388,"length":19,"code":2416,"category":1,"messageText":{"messageText":"Property 'onDidChangeTreeData' in type 'FeaturesTreeDataProvider' is not assignable to the same property in base type 'TreeDataProvider<TestTreeItem>'.","category":1,"code":2416,"next":[{"messageText":"Type 'Event<void | TestTreeItem | null | undefined>' is not assignable to type 'Event<TestTreeItem | null | undefined>'.","category":1,"code":2322,"next":[{"messageText":"Type 'void | TestTreeItem | null | undefined' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'void' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322}]}]}]}},{"start":2374,"length":10,"code":2339,"category":1,"messageText":"Property 'sourcePath' does not exist on type 'TreeItemData'."},{"start":2514,"length":10,"code":2339,"category":1,"messageText":"Property 'sourcePath' does not exist on type 'TreeItemData'."},{"start":2557,"length":8,"code":2339,"category":1,"messageText":"Property 'testFile' does not exist on type 'TreeItemData'."},{"start":2574,"length":15,"code":2339,"category":1,"messageText":"Property 'testResultIndex' does not exist on type 'TreeItemData'."},{"start":2744,"length":8,"code":2339,"category":1,"messageText":"Property 'testFile' does not exist on type 'TreeItemData'."},{"start":2785,"length":15,"code":2339,"category":1,"messageText":"Property 'testResultIndex' does not exist on type 'TreeItemData'."},{"start":2882,"length":8,"code":2339,"category":1,"messageText":"Property 'testFile' does not exist on type 'TreeItemData'."},{"start":2897,"length":15,"code":2339,"category":1,"messageText":"Property 'testResultIndex' does not exist on type 'TreeItemData'."},{"start":3369,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":3528,"length":28,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":4028,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":4147,"length":28,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":6380,"length":5,"messageText":"'child' is of type 'unknown'.","category":1,"code":18046},{"start":6499,"length":10,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'sourcePath' does not exist in type 'TreeItemData'."},{"start":6511,"length":5,"messageText":"'child' is of type 'unknown'.","category":1,"code":18046},{"start":6557,"length":5,"messageText":"'child' is of type 'unknown'.","category":1,"code":18046},{"start":6603,"length":5,"messageText":"'child' is of type 'unknown'.","category":1,"code":18046},{"start":6721,"length":5,"messageText":"'child' is of type 'unknown'.","category":1,"code":18046},{"start":6796,"length":5,"messageText":"'child' is of type 'unknown'.","category":1,"code":18046},{"start":6811,"length":33,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":6847,"length":30,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":7755,"length":10,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'sourcePath' does not exist in type 'TreeItemData'."},{"start":7890,"length":30,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":9351,"length":6,"code":2339,"category":1,"messageText":"Property 'failed' does not exist on type 'TestResult'."},{"start":10034,"length":10,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'sourcePath' does not exist in type 'TreeItemData'."},{"start":10346,"length":78,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":10455,"length":78,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":11380,"length":33,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":11747,"length":6,"code":2339,"category":1,"messageText":"Property 'failed' does not exist on type 'TestResult'."},{"start":11798,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":11982,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":12268,"length":31,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":12538,"length":10,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'sourcePath' does not exist in type 'TreeItemData'."},{"start":14092,"length":6,"code":2339,"category":1,"messageText":"Property 'failed' does not exist on type 'TestResult'."},{"start":14139,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":14321,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":14702,"length":8,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'testFile' does not exist in type 'TreeItemData'."},{"start":15105,"length":8,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'testFile' does not exist in type 'TreeItemData'."},{"start":15253,"length":31,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":15753,"length":6,"code":2339,"category":1,"messageText":"Property 'failed' does not exist on type 'TestResult'."},{"start":16043,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":16244,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":16345,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":16818,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":16925,"length":36,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":17415,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":17531,"length":33,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":18169,"length":8,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'testFile' does not exist in type 'TreeItemData'."},{"start":18440,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":18545,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":19019,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":19120,"length":29,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":19795,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":19900,"length":31,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":20436,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":20575,"length":29,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":20631,"length":29,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":21039,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":21141,"length":36,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":21550,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":21643,"length":37,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":22084,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":22171,"length":36,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":22699,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":22972,"length":29,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":23036,"length":30,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":23480,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":23567,"length":33,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":24153,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":24442,"length":29,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":24506,"length":29,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":24923,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":25010,"length":31,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":25374,"length":11,"code":2353,"category":1,"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'TreeItemData'."},{"start":25455,"length":29,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673}]],[253,[{"start":2146,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'string | undefined' is not assignable to parameter of type 'string'.","category":1,"code":2345,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]}},{"start":2909,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'string | undefined' is not assignable to parameter of type 'IRunTime'.","category":1,"code":2345,"next":[{"messageText":"Type 'undefined' is not assignable to type 'IRunTime'.","category":1,"code":2322}]}},{"start":3525,"length":10,"code":2550,"category":1,"messageText":"Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later."}]],[254,[{"start":402,"length":19,"code":2416,"category":1,"messageText":{"messageText":"Property 'onDidChangeTreeData' in type 'ResultsTreeDataProvider' is not assignable to the same property in base type 'TreeDataProvider<TestTreeItem>'.","category":1,"code":2416,"next":[{"messageText":"Type 'Event<void | TestTreeItem | null | undefined>' is not assignable to type 'Event<TestTreeItem | null | undefined>'.","category":1,"code":2322,"next":[{"messageText":"Type 'void | TestTreeItem | null | undefined' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'void' is not assignable to type 'TestTreeItem | null | undefined'.","category":1,"code":2322}]}]}]}},{"start":1037,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":1269,"length":73,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":1502,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673},{"start":1730,"length":74,"messageText":"Constructor of class 'ThemeIcon' is private and only accessible within the class declaration.","category":1,"code":2673}]]],"version":"5.9.3"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export const createLangConfig = (testFile, checks, dockerfile, options) => {
|
|
2
|
-
return {
|
|
3
|
-
plugins: (options === null || options === void 0 ? void 0 : options.plugins) || [],
|
|
4
|
-
loaders: (options === null || options === void 0 ? void 0 : options.loaders) || {},
|
|
5
|
-
tests: { [testFile]: { ports: 0 } },
|
|
6
|
-
externals: (options === null || options === void 0 ? void 0 : options.externals) || [],
|
|
7
|
-
test: options === null || options === void 0 ? void 0 : options.testBlocks,
|
|
8
|
-
prod: options === null || options === void 0 ? void 0 : options.prodBlocks,
|
|
9
|
-
checks,
|
|
10
|
-
volumes: options === null || options === void 0 ? void 0 : options.volumes,
|
|
11
|
-
dockerfile,
|
|
12
|
-
};
|
|
13
|
-
};
|
package/dist/module/package.json
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { execSync } from "child_process";
|
|
2
|
-
import fs from "fs";
|
|
3
|
-
import path from "path";
|
|
4
|
-
console.log("Building example project (ES module version)...");
|
|
5
|
-
try {
|
|
6
|
-
// Always work from the project root
|
|
7
|
-
const projectRoot = path.resolve(import.meta.dirname, "..");
|
|
8
|
-
console.log(`Project root: ${projectRoot}`);
|
|
9
|
-
// Change to project root
|
|
10
|
-
process.chdir(projectRoot);
|
|
11
|
-
console.log(`Current working directory (build-example): ${projectRoot}`);
|
|
12
|
-
// The example directory is now relative to project root
|
|
13
|
-
const exampleDir = path.join(projectRoot, "example");
|
|
14
|
-
console.log(`Example directory: ${exampleDir}`);
|
|
15
|
-
// Ensure go.mod exists - create one if it doesn't
|
|
16
|
-
const goModPath = path.join(exampleDir, "go.mod");
|
|
17
|
-
if (!fs.existsSync(goModPath)) {
|
|
18
|
-
console.log("go.mod not found, creating a new one...");
|
|
19
|
-
const defaultGoMod = `module example
|
|
20
|
-
|
|
21
|
-
go 1.19
|
|
22
|
-
`;
|
|
23
|
-
fs.writeFileSync(goModPath, defaultGoMod);
|
|
24
|
-
console.log("Created default go.mod");
|
|
25
|
-
}
|
|
26
|
-
else {
|
|
27
|
-
// Read the existing go.mod and remove any replace directives
|
|
28
|
-
let goModContent = fs.readFileSync(goModPath, "utf8");
|
|
29
|
-
// Remove any replace directives that might cause issues
|
|
30
|
-
const lines = goModContent.split('\n').filter(line => !line.trim().startsWith('replace '));
|
|
31
|
-
// Also remove any require directives for testeranto
|
|
32
|
-
const cleanedLines = lines.filter(line => !line.trim().startsWith('require github.com/adamwong246/testeranto'));
|
|
33
|
-
goModContent = cleanedLines.join('\n');
|
|
34
|
-
fs.writeFileSync(goModPath, goModContent);
|
|
35
|
-
console.log("Cleaned up go.mod by removing replace and testeranto require directives");
|
|
36
|
-
}
|
|
37
|
-
// Read the current go.mod content
|
|
38
|
-
let goModContent = fs.readFileSync(goModPath, "utf8");
|
|
39
|
-
// Ensure the module is properly set up
|
|
40
|
-
if (!goModContent.includes("module ")) {
|
|
41
|
-
console.log("Initializing go module...");
|
|
42
|
-
execSync("go mod init example", {
|
|
43
|
-
stdio: "pipe",
|
|
44
|
-
cwd: exampleDir,
|
|
45
|
-
});
|
|
46
|
-
// Re-read the content
|
|
47
|
-
goModContent = fs.readFileSync(goModPath, "utf8");
|
|
48
|
-
}
|
|
49
|
-
// Add the replace directive to point to the local testeranto
|
|
50
|
-
// This tells Go to use the local directory instead of trying to download from GitHub
|
|
51
|
-
if (!goModContent.includes("replace github.com/adamwong246/testeranto")) {
|
|
52
|
-
console.log("Adding replace directive...");
|
|
53
|
-
execSync("go mod edit -replace github.com/adamwong246/testeranto=../", {
|
|
54
|
-
stdio: "pipe",
|
|
55
|
-
cwd: exampleDir,
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
// Add the require directive to explicitly list the dependency
|
|
59
|
-
// This ensures the dependency is tracked even if it's not imported directly in the example
|
|
60
|
-
console.log("Adding require directive...");
|
|
61
|
-
try {
|
|
62
|
-
execSync("go mod edit -require github.com/adamwong246/testeranto@v0.0.0", {
|
|
63
|
-
stdio: "pipe",
|
|
64
|
-
cwd: exampleDir,
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
catch (error) {
|
|
68
|
-
// It's okay if this fails - the require might already be there
|
|
69
|
-
console.log("Require directive may already exist");
|
|
70
|
-
}
|
|
71
|
-
// Read the updated content
|
|
72
|
-
goModContent = fs.readFileSync(goModPath, "utf8");
|
|
73
|
-
console.log("Updated go.mod content:");
|
|
74
|
-
console.log(goModContent);
|
|
75
|
-
// Run go mod tidy to ensure dependencies are correct
|
|
76
|
-
console.log("Running go mod tidy...");
|
|
77
|
-
try {
|
|
78
|
-
const tidyOutput = execSync("go mod tidy -v", {
|
|
79
|
-
stdio: "pipe",
|
|
80
|
-
encoding: "utf-8",
|
|
81
|
-
cwd: exampleDir,
|
|
82
|
-
});
|
|
83
|
-
console.log("go mod tidy output:");
|
|
84
|
-
console.log(tidyOutput);
|
|
85
|
-
}
|
|
86
|
-
catch (error) {
|
|
87
|
-
console.error("go mod tidy failed:");
|
|
88
|
-
if (error.stdout)
|
|
89
|
-
console.error("stdout:", error.stdout.toString());
|
|
90
|
-
if (error.stderr)
|
|
91
|
-
console.error("stderr:", error.stderr.toString());
|
|
92
|
-
console.error("Continuing despite go mod tidy error...");
|
|
93
|
-
}
|
|
94
|
-
console.log("Example project built successfully!");
|
|
95
|
-
}
|
|
96
|
-
catch (error) {
|
|
97
|
-
console.error("Failed to build example project:");
|
|
98
|
-
console.error(error);
|
|
99
|
-
process.exit(1);
|
|
100
|
-
}
|
package/dist/module/src/Init.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import fs from "fs";
|
|
2
|
-
export default async () => {
|
|
3
|
-
[
|
|
4
|
-
`testeranto/`,
|
|
5
|
-
`testeranto/bundles/`,
|
|
6
|
-
`testeranto/bundles/node`,
|
|
7
|
-
`testeranto/bundles/web`,
|
|
8
|
-
`testeranto/bundles/pure`,
|
|
9
|
-
`testeranto/bundles/golang`,
|
|
10
|
-
`testeranto/bundles/python`,
|
|
11
|
-
`testeranto/reports/`,
|
|
12
|
-
`testeranto/features/`,
|
|
13
|
-
`testeranto/metafiles/`,
|
|
14
|
-
`testeranto/metafiles/node`,
|
|
15
|
-
`testeranto/metafiles/web`,
|
|
16
|
-
`testeranto/metafiles/pure`,
|
|
17
|
-
`testeranto/metafiles/golang`,
|
|
18
|
-
`testeranto/metafiles/python`,
|
|
19
|
-
].forEach((f) => {
|
|
20
|
-
try {
|
|
21
|
-
fs.mkdirSync(`${process.cwd()}/${f}`);
|
|
22
|
-
}
|
|
23
|
-
catch (e) {
|
|
24
|
-
console.error(e);
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
fs.copyFileSync(`node_modules/testeranto/dist/prebuild/Report.js`, `testeranto/Report.js`);
|
|
28
|
-
fs.copyFileSync(`node_modules/testeranto/dist/prebuild/Report.css`, `testeranto/Report.css`);
|
|
29
|
-
fs.copyFileSync(`node_modules/testeranto/dist/prebuild/ProcessManager.js`, `testeranto/ProcessManager.js`);
|
|
30
|
-
fs.copyFileSync(`node_modules/testeranto/dist/prebuild/ProcessManager.css`, `testeranto/ProcessManager.css`);
|
|
31
|
-
fs.copyFileSync(`node_modules/testeranto/dist/prebuild/Features.js`, `testeranto/ProcessManager.js`);
|
|
32
|
-
fs.copyFileSync(`node_modules/testeranto/dist/prebuild/Features.css`, `testeranto/ProcessManager.css`);
|
|
33
|
-
};
|
package/dist/module/src/Types.js
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
// export type ITestconfig = {
|
|
3
|
-
// httpPort: number;
|
|
4
|
-
// featureIngestor: (s: string) => Promise<string>;
|
|
5
|
-
// importPlugins: IPluginFactory[];
|
|
6
|
-
// ports: string[];
|
|
7
|
-
// src: string;
|
|
8
|
-
// check: string;
|
|
9
|
-
// java: {
|
|
10
|
-
// plugins: any[];
|
|
11
|
-
// tests: Record<string, { ports: number }>;
|
|
12
|
-
// loaders: Record<string, string>;
|
|
13
|
-
// checks: IChecks;
|
|
14
|
-
// dockerfile: string;
|
|
15
|
-
// };
|
|
16
|
-
// rust: {
|
|
17
|
-
// plugins: any[];
|
|
18
|
-
// tests: Record<string, { ports: number }>;
|
|
19
|
-
// loaders: Record<string, string>;
|
|
20
|
-
// checks: IChecks;
|
|
21
|
-
// dockerfile: string;
|
|
22
|
-
// };
|
|
23
|
-
// ruby: {
|
|
24
|
-
// plugins: any[];
|
|
25
|
-
// tests: Record<string, { ports: number }>;
|
|
26
|
-
// loaders: Record<string, string>;
|
|
27
|
-
// checks: IChecks;
|
|
28
|
-
// dockerfile: string;
|
|
29
|
-
// };
|
|
30
|
-
// golang: {
|
|
31
|
-
// plugins: any[];
|
|
32
|
-
// tests: Record<string, { ports: number }>;
|
|
33
|
-
// loaders: Record<string, string>;
|
|
34
|
-
// checks: IChecks;
|
|
35
|
-
// dockerfile: string;
|
|
36
|
-
// };
|
|
37
|
-
// python: {
|
|
38
|
-
// plugins: any[];
|
|
39
|
-
// tests: Record<string, { ports: number }>;
|
|
40
|
-
// loaders: Record<string, string>;
|
|
41
|
-
// checks: IChecks;
|
|
42
|
-
// dockerfile: string;
|
|
43
|
-
// };
|
|
44
|
-
// node: {
|
|
45
|
-
// plugins: any[];
|
|
46
|
-
// tests: Record<string, { ports: number }>;
|
|
47
|
-
// loaders: Record<string, string>;
|
|
48
|
-
// externals: string[];
|
|
49
|
-
// checks: IChecks;
|
|
50
|
-
// dockerfile: string;
|
|
51
|
-
// };
|
|
52
|
-
// web: {
|
|
53
|
-
// plugins: any[];
|
|
54
|
-
// tests: Record<string, { ports: number }>;
|
|
55
|
-
// loaders: Record<string, string>;
|
|
56
|
-
// externals: string[];
|
|
57
|
-
// checks: IChecks;
|
|
58
|
-
// dockerfile: string;
|
|
59
|
-
// };
|
|
60
|
-
// };
|
|
61
|
-
// export type IBuiltConfig = { buildDir: string } & ITestconfig;
|
|
62
|
-
// export type IConfig = Map<string, [IRunTime, string, string, { tests: string[] }]>
|