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 +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.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.esnext.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.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.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":[[90,121,176,193,194],[94,121,176,193,194],[93,94,98,121,176,193,194],[93,94,95,99,100,104,121,176,193,194],[93,121,176,193,194],[121,176,193,194],[121,176,190,193,194,226,290],[121,176,187,190,193,194,219,226,292,293,294],[96,97,121,176,193,194],[121,176,190,193,194,226],[121,176,193,194,299],[121,176,190,193,194,196,208,226,301],[121,176,187,193,194,208,226,301,302],[121,176,193,194,304,305,306],[121,176,193,194,307],[121,176,187,190,193,194,226,308,309,310],[121,176,181,187,193,194,314],[121,176,193,194,291,311,313],[121,176,193,194,317],[121,176,193,194,318],[121,176,187,193,194,226],[121,176,177,193,194,226],[121,176,181,193,194,226],[121,176,184,193,194,226],[121,176,188,193,194,226],[121,176,193,194,226,324,325,326,327,328,329],[121,176,193,194,203,226],[121,176,193,194,225,226],[121,176,187,188,190,193,194,226,323],[121,173,174,176,193,194],[121,175,176,193,194],[176,193,194],[121,176,181,193,194,211],[121,176,177,182,187,193,194,196,208,219],[121,176,177,178,187,193,194,196],[121,176,179,193,194,220],[121,176,180,181,188,193,194,197],[121,176,181,193,194,208,216],[121,176,182,184,187,193,194,196],[121,175,176,183,193,194],[121,176,184,185,193,194],[121,176,186,187,193,194],[121,175,176,187,193,194],[121,176,187,188,189,193,194,208,219],[121,176,187,188,189,193,194,203,208,211],[121,168,176,184,187,190,193,194,196,208,219],[121,176,187,188,190,191,193,194,196,208,216,219],[121,176,190,192,193,194,208,216,219],[119,120,121,122,123,124,125,126,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225],[121,176,187,193,194],[121,176,193,194,195,219],[121,176,184,187,193,194,196,208],[121,176,193,194,197],[121,176,193,194,198],[121,175,176,193,194,199],[121,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225],[121,176,193,194,201],[121,176,193,194,202],[121,176,187,193,194,203,204],[121,176,193,194,203,205,220,222],[121,176,188,193,194],[121,176,187,193,194,208,209,211],[121,176,193,194,210,211],[121,176,193,194,208,209],[121,176,193,194,211],[121,176,193,194,212],[121,173,176,193,194,208,213],[121,176,187,193,194,214,215],[121,176,193,194,214,215],[121,176,181,193,194,196,208,216],[121,176,193,194,217],[121,176,193,194,196,218],[121,176,190,193,194,202,219],[121,176,181,193,194,220],[121,176,193,194,208,221],[121,176,193,194,195,222],[121,176,193,194,223],[121,176,181,193,194],[121,168,176,193,194],[121,176,193,194,224],[121,168,176,187,189,193,194,199,208,211,219,221,222,224],[121,176,193,194,208,225],[121,176,193,194,336],[121,176,193,194,336,340],[121,176,193,194,339,340,341,342,343],[121,176,193,194,333,334,335],[121,176,190,193,194,208,226],[121,176,188,193,194,208,226],[121,176,190,193,194,226,312],[121,176,187,190,192,193,194,196,208,226],[121,176,187,190,192,193,194,196,208,216,219,225,226],[121,176,193,194,352],[121,176,187,193,194,208,226],[121,176,188,193,194,296,298],[121,176,187,188,193,194,296,297],[121,176,193,194,264],[121,176,193,194,271],[121,176,177,193,194,208,226,263,264,265,270],[121,176,188,193,194,208],[121,134,137,140,141,176,193,194,219],[121,137,176,193,194,208,219],[121,137,141,176,193,194,219],[121,176,193,194,208],[121,131,176,193,194],[121,135,176,193,194],[121,133,134,137,176,193,194,219],[121,176,193,194,196,216],[121,176,193,194,226],[121,131,176,193,194,226],[121,133,137,176,193,194,196,219],[121,128,129,130,132,136,176,187,193,194,208,219],[121,137,145,153,176,193,194],[121,129,135,176,193,194],[121,137,162,163,176,193,194],[121,129,132,137,176,193,194,211,219,226],[121,137,176,193,194],[121,133,137,176,193,194,219],[121,128,176,193,194],[121,131,132,133,135,136,137,138,139,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,163,164,165,166,167,176,193,194],[121,137,155,158,176,184,193,194],[121,137,145,146,147,176,193,194],[121,135,137,146,148,176,193,194],[121,136,176,193,194],[121,129,131,137,176,193,194],[121,137,141,146,148,176,193,194],[121,141,176,193,194],[121,135,137,140,176,193,194,219],[121,129,133,137,145,176,193,194],[121,137,155,176,193,194],[121,148,176,193,194],[121,131,137,162,176,193,194,211,224,226],[121,176,193,194,266,267,268],[121,176,193,194,266,267,268,269],[121,176,177,188,193,194,198],[121,176,188,193,194,238],[90,121,176,193,194,238],[90,121,176,188,193,194,238],[121,176,193,194,195,238],[90,121,176,188,193,194],[107,121,176,193,194],[88,121,176,193,194,249],[121,176,193,194,249],[104,121,176,193,194,246,247,248,249,250,251,252],[83,85,86,88,121,176,193,194],[85,88,121,176,193,194],[86,88,121,176,193,194],[88,89,121,176,193,194],[83,88,89,121,176,193,194],[83,84,85,86,88,89,121,176,193,194],[88,121,176,193,194],[87,121,176,193,194],[83,84,88,121,176,193,194],[88,89,101,121,176,188,193,194],[88,89,101,102,103,121,176,193,194],[83,84,85,86,88,121,176,193,194],[88,89,101,121,176,193,194],[121,176,188,193,194,198],[121,176,193,194,257],[89,90,121,176,193,194,198],[90,121,176,181,188,193,194,198,238],[90,121,176,193,194,238,241,242,243,245],[90,121,176,193,194,238,259,260],[121,176,193,194,272],[90,121,176,188,193,194,198,238,259,262,272],[90,110,121,176,188,193,194,203,234],[90,110,121,176,193,194],[90,109,110,111,112,113,114,115,116,117,118,121,176,177,188,193,194,198,220,233],[90,110,121,176,188,190,193,194,198,229,230,231],[90,110,121,176,193,194,227,228,232],[90,121,176,193,194,196],[90,121,176,189,193,194,235,236],[121,176,193,194,278,279,280,281,282,283,284,285],[121,176,188,193,194,198,278,280,281],[121,176,193,194,278,280,281],[90,121,176,193,194,278,280,281],[90,121,176,193,194,278],[121,176,193,194,278,280],[121,176,190,193,194,219,226,356,357]],"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":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","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":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","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":[[83,95],[99,110],[112,118],[228,237],[239,262],[273,277],[279,289]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"alwaysStrict":true,"declaration":false,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":99,"noImplicitAny":false,"outDir":"./","skipLibCheck":true,"strict":false,"strictNullChecks":true,"target":4,"useDefineForClassFields":false},"referencedMap":[[91,1],[95,2],[99,3],[100,2],[105,4],[94,5],[93,6],[92,6],[291,7],[295,8],[98,9],[290,10],[300,11],[96,6],[302,12],[303,13],[307,14],[306,15],[304,6],[311,16],[315,17],[314,18],[316,6],[293,6],[312,6],[317,6],[318,19],[319,20],[305,6],[320,6],[321,21],[323,6],[299,6],[324,22],[325,23],[326,24],[327,25],[330,26],[328,27],[329,28],[331,29],[173,30],[174,30],[175,31],[121,32],[176,33],[177,34],[178,35],[119,6],[179,36],[180,37],[181,38],[182,39],[183,40],[184,41],[185,41],[186,42],[187,43],[188,44],[189,45],[122,6],[120,6],[190,46],[191,47],[192,48],[226,49],[193,50],[194,6],[195,51],[196,52],[197,53],[198,54],[199,55],[200,56],[201,57],[202,58],[203,59],[204,59],[205,60],[206,6],[207,61],[208,62],[210,63],[209,64],[211,65],[212,66],[213,67],[214,68],[215,69],[216,70],[217,71],[218,72],[219,73],[220,74],[221,75],[222,76],[223,77],[123,6],[124,78],[125,6],[126,6],[169,79],[170,80],[171,6],[172,65],[224,81],[225,82],[332,6],[333,6],[309,6],[310,6],[337,83],[338,83],[339,6],[341,84],[344,85],[342,83],[340,83],[343,84],[334,6],[336,86],[345,25],[294,87],[346,6],[347,6],[308,88],[313,89],[301,90],[348,6],[349,6],[350,6],[227,91],[351,6],[352,6],[353,92],[354,93],[111,6],[97,6],[127,6],[297,94],[298,95],[335,6],[265,96],[264,6],[238,6],[292,50],[322,6],[272,97],[271,98],[296,99],[263,6],[81,6],[82,6],[13,6],[14,6],[16,6],[15,6],[2,6],[17,6],[18,6],[19,6],[20,6],[21,6],[22,6],[23,6],[24,6],[3,6],[25,6],[26,6],[4,6],[27,6],[31,6],[28,6],[29,6],[30,6],[32,6],[33,6],[34,6],[5,6],[35,6],[36,6],[37,6],[38,6],[6,6],[42,6],[39,6],[40,6],[41,6],[43,6],[7,6],[44,6],[49,6],[50,6],[45,6],[46,6],[47,6],[48,6],[8,6],[54,6],[51,6],[52,6],[53,6],[55,6],[9,6],[56,6],[57,6],[58,6],[60,6],[59,6],[61,6],[62,6],[10,6],[63,6],[64,6],[65,6],[11,6],[66,6],[67,6],[68,6],[69,6],[70,6],[1,6],[71,6],[72,6],[12,6],[76,6],[74,6],[79,6],[78,6],[73,6],[77,6],[75,6],[80,6],[145,100],[157,101],[143,102],[158,103],[167,104],[134,105],[135,106],[133,107],[166,108],[161,109],[165,110],[137,111],[154,112],[136,113],[164,114],[131,115],[132,109],[138,116],[139,6],[144,117],[142,116],[129,118],[168,119],[159,120],[148,121],[147,116],[149,122],[152,123],[146,124],[150,125],[162,108],[140,126],[141,127],[153,128],[130,103],[156,129],[155,116],[151,130],[160,6],[128,6],[163,131],[278,6],[266,6],[269,132],[267,6],[268,6],[270,133],[106,134],[239,135],[240,6],[241,54],[242,136],[243,137],[244,138],[245,139],[108,140],[107,61],[250,141],[251,142],[253,143],[246,144],[247,145],[248,146],[252,142],[249,6],[83,147],[84,148],[85,147],[101,149],[86,150],[88,151],[89,152],[102,153],[104,154],[87,155],[103,156],[109,1],[257,157],[258,158],[254,159],[255,6],[256,6],[259,160],[112,1],[113,1],[114,1],[260,161],[261,162],[115,1],[116,1],[117,1],[118,1],[262,161],[273,163],[274,164],[235,165],[231,166],[234,167],[275,6],[232,168],[233,169],[276,6],[277,6],[230,6],[229,6],[228,6],[110,170],[237,171],[90,149],[286,172],[285,173],[283,174],[284,174],[287,174],[282,175],[279,176],[281,177],[280,6],[288,6],[289,6],[236,1],[355,6],[357,6],[358,178],[359,6],[360,6],[356,87]],"semanticDiagnosticsPerFile":[[83,[{"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}]}]],[84,[{"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}]}]],[88,[{"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}]],[89,[{"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}]}}]],[94,[{"start":34,"length":18,"messageText":"Cannot find module '../src/CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[95,[{"start":29,"length":18,"messageText":"Cannot find module '../src/CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[99,[{"start":130,"length":18,"messageText":"Cannot find module '../src/CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[100,[{"start":101,"length":18,"messageText":"Cannot find module '../src/CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[101,[{"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}]}]],[102,[{"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}]}}]],[112,[{"start":1549,"length":12,"messageText":"Cannot find name 'IBuiltConfig'.","category":1,"code":2304}]],[113,[{"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}]],[114,[{"start":411,"length":3,"code":2339,"category":1,"messageText":"Property 'env' does not exist on type 'ITestconfigV2'."}]],[115,[{"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}]],[116,[{"start":9,"length":7,"messageText":"Module '\"../../../Types\"' has no exported member 'IConfig'.","category":1,"code":2305}]],[117,[{"start":9,"length":7,"messageText":"Module '\"../../../Types\"' has no exported member 'IConfig'.","category":1,"code":2305}]],[118,[{"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}]],[233,[{"start":4519,"length":22,"messageText":"Cannot invoke an object which is possibly 'undefined'.","category":1,"code":2722}]],[234,[{"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'."}]],[237,[{"start":1736,"length":29,"messageText":"An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.","category":1,"code":5097}]],[246,[{"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}]}}]],[249,[{"start":34,"length":13,"messageText":"Cannot find module './CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[250,[{"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}]}]],[251,[{"start":36,"length":13,"messageText":"Cannot find module './CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[252,[{"start":35,"length":13,"messageText":"Cannot find module './CoreTypes' or its corresponding type declarations.","category":1,"code":2307}]],[254,[{"start":83,"length":11,"messageText":"'\"../Types\"' has no exported member named 'ITestconfig'. Did you mean 'ITestconfigV2'?","category":1,"code":2724}]],[259,[{"start":115,"length":12,"messageText":"Module '\"../../Types\"' has no exported member 'IBuiltConfig'.","category":1,"code":2305}]],[260,[{"start":1837,"length":7,"code":2339,"category":1,"messageText":"Property 'plugins' does not exist on type 'object'."}]],[262,[{"start":333,"length":11,"messageText":"'\"../../../Types.js\"' has no exported member named 'ITestconfig'. Did you mean 'ITestconfigV2'?","category":1,"code":2724}]],[274,[{"start":76,"length":12,"messageText":"Module '\"../../../Types\"' has no exported member 'IBuiltConfig'.","category":1,"code":2305}]],[279,[{"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'."}]],[281,[{"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}]],[282,[{"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}]],[283,[{"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}]],[284,[{"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'."}]],[285,[{"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}]],[286,[{"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}]}}]],[287,[{"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,162 +0,0 @@
|
|
|
1
|
-
// src/server/runtimes/common.ts
|
|
2
|
-
import path from "path";
|
|
3
|
-
import fs from "fs";
|
|
4
|
-
import crypto from "crypto";
|
|
5
|
-
async function processMetafile(config, metafile, runtime) {
|
|
6
|
-
if (!metafile || !metafile.outputs) {
|
|
7
|
-
return;
|
|
8
|
-
}
|
|
9
|
-
for (const [outputFile, outputInfo] of Object.entries(metafile.outputs)) {
|
|
10
|
-
let collectFileDependencies2 = function(filePath) {
|
|
11
|
-
if (collectedFiles.has(filePath)) {
|
|
12
|
-
return;
|
|
13
|
-
}
|
|
14
|
-
collectedFiles.add(filePath);
|
|
15
|
-
const fileInfo = metafile.inputs?.[filePath];
|
|
16
|
-
if (fileInfo?.imports) {
|
|
17
|
-
for (const importInfo of fileInfo.imports) {
|
|
18
|
-
const importPath = importInfo.path;
|
|
19
|
-
if (metafile.inputs?.[importPath]) {
|
|
20
|
-
collectFileDependencies2(importPath);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
};
|
|
25
|
-
var collectFileDependencies = collectFileDependencies2;
|
|
26
|
-
const outputInfoTyped = outputInfo;
|
|
27
|
-
if (!outputInfoTyped.entryPoint) {
|
|
28
|
-
console.log(`[${runtime} Builder] Skipping output without entryPoint: ${outputFile}`);
|
|
29
|
-
continue;
|
|
30
|
-
}
|
|
31
|
-
const entryPoint = outputInfoTyped.entryPoint;
|
|
32
|
-
const isTestFile = /\.(test|spec)\.(ts|js)$/.test(entryPoint);
|
|
33
|
-
if (!isTestFile) {
|
|
34
|
-
console.log(`[${runtime} Builder] Skipping non-test entryPoint: ${entryPoint}`);
|
|
35
|
-
continue;
|
|
36
|
-
}
|
|
37
|
-
const outputInputs = outputInfoTyped.inputs || {};
|
|
38
|
-
const collectedFiles = /* @__PURE__ */ new Set();
|
|
39
|
-
for (const inputFile of Object.keys(outputInputs)) {
|
|
40
|
-
collectFileDependencies2(inputFile);
|
|
41
|
-
}
|
|
42
|
-
const allInputFiles = Array.from(collectedFiles).map(
|
|
43
|
-
(filePath) => path.isAbsolute(filePath) ? filePath : path.resolve(process.cwd(), filePath)
|
|
44
|
-
);
|
|
45
|
-
const workspaceRoot = "/workspace";
|
|
46
|
-
const relativeFiles = allInputFiles.map((file) => {
|
|
47
|
-
const absolutePath = path.isAbsolute(file) ? file : path.resolve(process.cwd(), file);
|
|
48
|
-
if (absolutePath.startsWith(workspaceRoot)) {
|
|
49
|
-
return absolutePath.slice(workspaceRoot.length);
|
|
50
|
-
}
|
|
51
|
-
return path.relative(process.cwd(), absolutePath);
|
|
52
|
-
}).filter(Boolean);
|
|
53
|
-
const outputBaseName = entryPoint.split(".").slice(0, -1).join(".");
|
|
54
|
-
const inputFilesPath = `testeranto/bundles/allTests/${runtime}/${outputBaseName}.mjs-inputFiles.json`;
|
|
55
|
-
fs.writeFileSync(inputFilesPath, JSON.stringify(relativeFiles, null, 2));
|
|
56
|
-
console.log(`[${runtime} Builder] Wrote ${relativeFiles.length} input files to ${inputFilesPath}`);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// src/esbuildConfigs/featuresPlugin.ts
|
|
61
|
-
import path2 from "path";
|
|
62
|
-
var featuresPlugin_default = {
|
|
63
|
-
name: "feature-markdown",
|
|
64
|
-
setup(build) {
|
|
65
|
-
build.onResolve({ filter: /\.md$/ }, (args) => {
|
|
66
|
-
if (args.resolveDir === "") return;
|
|
67
|
-
return {
|
|
68
|
-
path: path2.isAbsolute(args.path) ? args.path : path2.join(args.resolveDir, args.path),
|
|
69
|
-
namespace: "feature-markdown"
|
|
70
|
-
};
|
|
71
|
-
});
|
|
72
|
-
build.onLoad(
|
|
73
|
-
{ filter: /.*/, namespace: "feature-markdown" },
|
|
74
|
-
async (args) => {
|
|
75
|
-
return {
|
|
76
|
-
contents: `file://${args.path}`,
|
|
77
|
-
loader: "text"
|
|
78
|
-
// contents: JSON.stringify({ path: args.path }),
|
|
79
|
-
// loader: "json",
|
|
80
|
-
// contents: JSON.stringify({
|
|
81
|
-
// // html: markdownHTML,
|
|
82
|
-
// raw: markdownContent,
|
|
83
|
-
// filename: args.path, //path.basename(args.path),
|
|
84
|
-
// }),
|
|
85
|
-
// loader: "json",
|
|
86
|
-
};
|
|
87
|
-
}
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
// src/esbuildConfigs/index.ts
|
|
93
|
-
var esbuildConfigs_default = (config) => {
|
|
94
|
-
return {
|
|
95
|
-
// packages: "external",
|
|
96
|
-
target: "esnext",
|
|
97
|
-
format: "esm",
|
|
98
|
-
splitting: true,
|
|
99
|
-
outExtension: { ".js": ".mjs" },
|
|
100
|
-
outbase: ".",
|
|
101
|
-
jsx: "transform",
|
|
102
|
-
bundle: true,
|
|
103
|
-
// minify: config.minify === true,
|
|
104
|
-
write: true,
|
|
105
|
-
loader: {
|
|
106
|
-
".js": "jsx",
|
|
107
|
-
".png": "binary",
|
|
108
|
-
".jpg": "binary"
|
|
109
|
-
}
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
|
|
113
|
-
// src/esbuildConfigs/inputFilesPlugin.ts
|
|
114
|
-
import fs2 from "fs";
|
|
115
|
-
var otherInputs = {};
|
|
116
|
-
var register = (entrypoint, sources) => {
|
|
117
|
-
if (!otherInputs[entrypoint]) {
|
|
118
|
-
otherInputs[entrypoint] = /* @__PURE__ */ new Set();
|
|
119
|
-
}
|
|
120
|
-
sources.forEach((s) => otherInputs[entrypoint].add(s));
|
|
121
|
-
};
|
|
122
|
-
var inputFilesPlugin_default = (platform, testName) => {
|
|
123
|
-
const f = `${testName}`;
|
|
124
|
-
return {
|
|
125
|
-
register,
|
|
126
|
-
inputFilesPluginFactory: {
|
|
127
|
-
name: "metafileWriter",
|
|
128
|
-
setup(build) {
|
|
129
|
-
build.onEnd((result) => {
|
|
130
|
-
fs2.writeFileSync(f, JSON.stringify(result, null, 2));
|
|
131
|
-
});
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
};
|
|
136
|
-
|
|
137
|
-
// src/esbuildConfigs/rebuildPlugin.ts
|
|
138
|
-
import fs3 from "fs";
|
|
139
|
-
var rebuildPlugin_default = (r) => {
|
|
140
|
-
return {
|
|
141
|
-
name: "rebuild-notify",
|
|
142
|
-
setup: (build) => {
|
|
143
|
-
build.onEnd((result) => {
|
|
144
|
-
console.log(`${r} > build ended with ${result.errors.length} errors`);
|
|
145
|
-
if (result.errors.length > 0) {
|
|
146
|
-
fs3.writeFileSync(
|
|
147
|
-
`./testeranto/reports${r}_build_errors`,
|
|
148
|
-
JSON.stringify(result, null, 2)
|
|
149
|
-
);
|
|
150
|
-
}
|
|
151
|
-
});
|
|
152
|
-
}
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
|
|
156
|
-
export {
|
|
157
|
-
processMetafile,
|
|
158
|
-
featuresPlugin_default,
|
|
159
|
-
esbuildConfigs_default,
|
|
160
|
-
inputFilesPlugin_default,
|
|
161
|
-
rebuildPlugin_default
|
|
162
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
// src/esbuildConfigs/eslint-formatter-testeranto.ts
|
|
2
|
-
function eslint_formatter_testeranto_default(results) {
|
|
3
|
-
return results.filter((r) => r.messages.length).map((r) => {
|
|
4
|
-
const path = r.filePath.replace(process.cwd() + "/", "");
|
|
5
|
-
return [
|
|
6
|
-
path,
|
|
7
|
-
...r.messages.map(
|
|
8
|
-
(m) => [
|
|
9
|
-
`${m.line}:${m.column} ${m.message} (${m.ruleId || ""})`,
|
|
10
|
-
...m.suggestions?.map(
|
|
11
|
-
(s) => `- ${s.message}${s.fix ? " (fix)" : ""}`
|
|
12
|
-
) || []
|
|
13
|
-
].join("\n")
|
|
14
|
-
)
|
|
15
|
-
].join("\n");
|
|
16
|
-
}).join("\n\n");
|
|
17
|
-
}
|
|
18
|
-
export {
|
|
19
|
-
eslint_formatter_testeranto_default as default
|
|
20
|
-
};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
// src/Init.ts
|
|
2
|
-
import fs from "fs";
|
|
3
|
-
var Init_default = async () => {
|
|
4
|
-
[
|
|
5
|
-
`testeranto/`,
|
|
6
|
-
`testeranto/bundles/`,
|
|
7
|
-
`testeranto/bundles/node`,
|
|
8
|
-
`testeranto/bundles/web`,
|
|
9
|
-
`testeranto/bundles/pure`,
|
|
10
|
-
`testeranto/bundles/golang`,
|
|
11
|
-
`testeranto/bundles/python`,
|
|
12
|
-
`testeranto/reports/`,
|
|
13
|
-
`testeranto/features/`,
|
|
14
|
-
`testeranto/metafiles/`,
|
|
15
|
-
`testeranto/metafiles/node`,
|
|
16
|
-
`testeranto/metafiles/web`,
|
|
17
|
-
`testeranto/metafiles/pure`,
|
|
18
|
-
`testeranto/metafiles/golang`,
|
|
19
|
-
`testeranto/metafiles/python`
|
|
20
|
-
].forEach((f) => {
|
|
21
|
-
try {
|
|
22
|
-
fs.mkdirSync(`${process.cwd()}/${f}`);
|
|
23
|
-
} catch (e) {
|
|
24
|
-
console.error(e);
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
fs.copyFileSync(
|
|
28
|
-
`node_modules/testeranto/dist/prebuild/Report.js`,
|
|
29
|
-
`testeranto/Report.js`
|
|
30
|
-
);
|
|
31
|
-
fs.copyFileSync(
|
|
32
|
-
`node_modules/testeranto/dist/prebuild/Report.css`,
|
|
33
|
-
`testeranto/Report.css`
|
|
34
|
-
);
|
|
35
|
-
fs.copyFileSync(
|
|
36
|
-
`node_modules/testeranto/dist/prebuild/ProcessManager.js`,
|
|
37
|
-
`testeranto/ProcessManager.js`
|
|
38
|
-
);
|
|
39
|
-
fs.copyFileSync(
|
|
40
|
-
`node_modules/testeranto/dist/prebuild/ProcessManager.css`,
|
|
41
|
-
`testeranto/ProcessManager.css`
|
|
42
|
-
);
|
|
43
|
-
fs.copyFileSync(
|
|
44
|
-
`node_modules/testeranto/dist/prebuild/Features.js`,
|
|
45
|
-
`testeranto/ProcessManager.js`
|
|
46
|
-
);
|
|
47
|
-
fs.copyFileSync(
|
|
48
|
-
`node_modules/testeranto/dist/prebuild/Features.css`,
|
|
49
|
-
`testeranto/ProcessManager.css`
|
|
50
|
-
);
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
// src/init-docs.ts
|
|
54
|
-
console.log("Initializing a testeranto project");
|
|
55
|
-
Init_default();
|
|
56
|
-
console.log("testeranto project initialized");
|