@continuous-excellence/coupling-cli 1.1.514 → 1.1.516
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/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +39 -38
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +19 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +23 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +6 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +56 -12
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +22 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +163 -97
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +29 -28
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +164 -120
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +44 -41
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +72 -50
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +73 -74
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +101 -49
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +231 -170
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +117 -112
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +95 -95
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +21 -21
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +189 -189
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +29 -29
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +227 -227
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +4 -3
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +64 -64
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +24 -24
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +119 -119
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +132 -132
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +60 -60
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +65 -65
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +225 -225
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +138 -138
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +16 -16
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +107 -107
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/package.json +1 -1
|
@@ -1,61 +1,130 @@
|
|
|
1
1
|
import { KProperty1ca4yb4wlo496 as KProperty1 } from '../../../../../../kotlin-kotlin-stdlib/kotlin/reflect/KPropertyJs.mjs';
|
|
2
2
|
import { getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs';
|
|
3
|
-
import { ContributionContext11gr0e7fhjnfl as ContributionContext } from './Contribution.mjs';
|
|
4
|
-
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
5
|
-
import { fire2xk63tpdsh7fi as fire } from '../../../../../../Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs';
|
|
6
3
|
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
equals2au1ep9vhcato as equals,
|
|
5
|
+
hashCodeq5arwsb9dgti as hashCode,
|
|
6
|
+
toString1pkumu07cwy4m as toString,
|
|
7
|
+
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
8
|
+
import { FunctionAdapter3lcrrz3moet5b as FunctionAdapter } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/FunctionAdapter.mjs';
|
|
11
9
|
import {
|
|
12
10
|
isInterface3d6p8outrmvmk as isInterface,
|
|
13
11
|
isCharSequence1ju9jr1w86plq as isCharSequence,
|
|
14
12
|
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs';
|
|
13
|
+
import { ReadOnlyPropertyhimsujm8ri3k as ReadOnlyProperty } from '../../../../../../kotlin-kotlin-stdlib/kotlin/properties/Interfaces.mjs';
|
|
15
14
|
import {
|
|
16
|
-
initMetadataForLambda3af3he42mmnh as initMetadataForLambda,
|
|
17
15
|
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
16
|
+
initMetadataForLambda3af3he42mmnh as initMetadataForLambda,
|
|
18
17
|
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
19
18
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
19
|
+
import { ContributionContext11gr0e7fhjnfl as ContributionContext } from './Contribution.mjs';
|
|
20
|
+
import { selfAndAncestors2dend8wm8aud9 as selfAndAncestors } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/core/Context.mjs';
|
|
21
|
+
import {
|
|
22
|
+
mapNotNull3b8ce5hky4k2l as mapNotNull,
|
|
23
|
+
firstOrNull175qkyx53x0vd as firstOrNull,
|
|
24
|
+
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs';
|
|
25
|
+
import {
|
|
26
|
+
ensureNotNull1e947j3ixpazm as ensureNotNull,
|
|
27
|
+
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
28
|
+
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
29
|
+
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
30
|
+
import { fire2xk63tpdsh7fi as fire } from '../../../../../../Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs';
|
|
31
|
+
import { ActionCannon17qqlawtblrps as ActionCannon } from '../../../../../../testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs';
|
|
20
32
|
import { SuspendingCliktCommand1zyftwh5k9ke9 as SuspendingCliktCommand } from '../../../../../../clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs';
|
|
21
33
|
import { option2wnxma00ykjjp as option } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs';
|
|
22
34
|
import { default2v6m45aspyoyr as default_0 } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs';
|
|
23
35
|
import { flag3dod1qr8no54f as flag } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs';
|
|
36
|
+
import {
|
|
37
|
+
cannonSdkProvider1nchhyom0m9lv as cannonSdkProvider,
|
|
38
|
+
withSdk224uta8ich308 as withSdk,
|
|
39
|
+
} from '../WithSdk.mjs';
|
|
24
40
|
import { loadFilezf2qy6x6rlff as loadFile } from './Contribution.js.mjs';
|
|
25
|
-
import {
|
|
26
|
-
import { toString1pkumu07cwy4m as toString } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
41
|
+
import { CliktError136b5l5psfi1n as CliktError } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs';
|
|
27
42
|
import { ContributionParser_getInstance32m0gmpo6i2di as ContributionParser_getInstance } from '../../../../../../tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs';
|
|
28
43
|
import {
|
|
29
44
|
trim11nh7r46at6sx as trim,
|
|
30
45
|
isBlank1dvkhjjvox3p0 as isBlank,
|
|
31
46
|
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/text/Strings.mjs';
|
|
32
|
-
import { selfAndAncestors2dend8wm8aud9 as selfAndAncestors } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/core/Context.mjs';
|
|
33
|
-
import {
|
|
34
|
-
mapNotNull3b8ce5hky4k2l as mapNotNull,
|
|
35
|
-
firstOrNull175qkyx53x0vd as firstOrNull,
|
|
36
|
-
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs';
|
|
37
47
|
import { ArrayList3it5z8td81qkl as ArrayList } from '../../../../../../kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs';
|
|
38
48
|
import { collectionSizeOrDefault36dulx8yinfqm as collectionSizeOrDefault } from '../../../../../../kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs';
|
|
39
49
|
import { cycleTimeFromFirstCommitjxlqe3jhxmq9 as cycleTimeFromFirstCommit } from './CycleTimeFromFirstCommit.mjs';
|
|
40
50
|
import { contributionInput37607zpg1r14u as contributionInput } from './ContributionInput.mjs';
|
|
41
51
|
import { chunked1umgsyuj0x9u1 as chunked } from '../../../../../../kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs';
|
|
42
52
|
import { SaveContributionCommandrtzwcn2tt3zv as SaveContributionCommand } from '../../../../../../Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs';
|
|
43
|
-
import { withSdk35tk3ax9pa40k as withSdk } from '../WithSdk.mjs';
|
|
44
53
|
//region block: imports
|
|
45
54
|
//endregion
|
|
46
55
|
//region block: pre-declaration
|
|
47
56
|
//endregion
|
|
57
|
+
function _get_contributionContext__ud5ble($this) {
|
|
58
|
+
var tmp = KProperty1();
|
|
59
|
+
return $this.c73_1.zp($this, getPropertyCallableRef('contributionContext', 1, tmp, BatchContribution$_get_contributionContext_$ref_ktwvzt(), null));
|
|
60
|
+
}
|
|
48
61
|
function _get_file__d6iv67($this) {
|
|
49
62
|
var tmp = KProperty1();
|
|
50
|
-
return $this.
|
|
63
|
+
return $this.d73_1.zp($this, getPropertyCallableRef('file', 1, tmp, BatchContribution$_get_file_$ref_fvayxk_0(), null));
|
|
51
64
|
}
|
|
52
65
|
function _get_inputJson__zeyf3($this) {
|
|
53
66
|
var tmp = KProperty1();
|
|
54
|
-
return $this.
|
|
67
|
+
return $this.e73_1.zp($this, getPropertyCallableRef('inputJson', 1, tmp, BatchContribution$_get_inputJson_$ref_uxucks_0(), null));
|
|
55
68
|
}
|
|
56
69
|
function _get_cycleTimeFromFirstCommit__2fkwv5($this) {
|
|
57
70
|
var tmp = KProperty1();
|
|
58
|
-
return $this.
|
|
71
|
+
return $this.h73_1.zp($this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa_0(), null));
|
|
72
|
+
}
|
|
73
|
+
var sam$kotlin_properties_ReadOnlyProperty$0Class;
|
|
74
|
+
function sam$kotlin_properties_ReadOnlyProperty$0() {
|
|
75
|
+
if (sam$kotlin_properties_ReadOnlyProperty$0Class === VOID) {
|
|
76
|
+
class $ {
|
|
77
|
+
constructor(function_0) {
|
|
78
|
+
this.i73_1 = function_0;
|
|
79
|
+
}
|
|
80
|
+
zp(thisRef, property) {
|
|
81
|
+
return this.i73_1(thisRef, property);
|
|
82
|
+
}
|
|
83
|
+
c5() {
|
|
84
|
+
return this.i73_1;
|
|
85
|
+
}
|
|
86
|
+
equals(other) {
|
|
87
|
+
var tmp;
|
|
88
|
+
if (!(other == null) ? isInterface(other, ReadOnlyProperty()) : false) {
|
|
89
|
+
var tmp_0;
|
|
90
|
+
if (!(other == null) ? isInterface(other, FunctionAdapter()) : false) {
|
|
91
|
+
tmp_0 = equals(this.c5(), other.c5());
|
|
92
|
+
} else {
|
|
93
|
+
tmp_0 = false;
|
|
94
|
+
}
|
|
95
|
+
tmp = tmp_0;
|
|
96
|
+
} else {
|
|
97
|
+
tmp = false;
|
|
98
|
+
}
|
|
99
|
+
return tmp;
|
|
100
|
+
}
|
|
101
|
+
hashCode() {
|
|
102
|
+
return hashCode(this.c5());
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
initMetadataForClass($, 'sam$kotlin_properties_ReadOnlyProperty$0', VOID, VOID, [ReadOnlyProperty(), FunctionAdapter()]);
|
|
106
|
+
sam$kotlin_properties_ReadOnlyProperty$0Class = $;
|
|
107
|
+
}
|
|
108
|
+
return sam$kotlin_properties_ReadOnlyProperty$0Class;
|
|
109
|
+
}
|
|
110
|
+
function BatchContribution$contributionContext$delegate$lambda$lambda($key) {
|
|
111
|
+
return (it) => {
|
|
112
|
+
var tmp = it.e5u_1.j4($key);
|
|
113
|
+
return tmp instanceof ContributionContext() ? tmp : null;
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
function BatchContribution$contributionContext$delegate$lambda($key) {
|
|
117
|
+
return (thisRef, _unused_var__etf5q3) => {
|
|
118
|
+
var tmp0 = thisRef.c5t();
|
|
119
|
+
// Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
|
|
120
|
+
var key = $key;
|
|
121
|
+
var tmp = selfAndAncestors(tmp0);
|
|
122
|
+
var tmp$ret$0 = firstOrNull(mapNotNull(tmp, BatchContribution$contributionContext$delegate$lambda$lambda(key)));
|
|
123
|
+
return ensureNotNull(tmp$ret$0);
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
function BatchContribution$_get_contributionContext_$ref_ktwvzt() {
|
|
127
|
+
return (p0) => _get_contributionContext__ud5ble(p0);
|
|
59
128
|
}
|
|
60
129
|
function BatchContribution$_get_file_$ref_fvayxk() {
|
|
61
130
|
return (p0) => _get_file__d6iv67(p0);
|
|
@@ -70,16 +139,16 @@ function BatchContribution$_get_inputJson_$ref_uxucks_0() {
|
|
|
70
139
|
return (p0) => _get_inputJson__zeyf3(p0);
|
|
71
140
|
}
|
|
72
141
|
function BatchContribution$_get_label_$ref_jbf4aa() {
|
|
73
|
-
return (p0) => p0.
|
|
142
|
+
return (p0) => p0.j73();
|
|
74
143
|
}
|
|
75
144
|
function BatchContribution$_get_label_$ref_jbf4aa_0() {
|
|
76
|
-
return (p0) => p0.
|
|
145
|
+
return (p0) => p0.j73();
|
|
77
146
|
}
|
|
78
147
|
function BatchContribution$_get_link_$ref_arx8yi() {
|
|
79
|
-
return (p0) => p0.
|
|
148
|
+
return (p0) => p0.k73();
|
|
80
149
|
}
|
|
81
150
|
function BatchContribution$_get_link_$ref_arx8yi_0() {
|
|
82
|
-
return (p0) => p0.
|
|
151
|
+
return (p0) => p0.k73();
|
|
83
152
|
}
|
|
84
153
|
function BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa() {
|
|
85
154
|
return (p0) => _get_cycleTimeFromFirstCommit__2fkwv5(p0);
|
|
@@ -87,15 +156,9 @@ function BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa() {
|
|
|
87
156
|
function BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa_0() {
|
|
88
157
|
return (p0) => _get_cycleTimeFromFirstCommit__2fkwv5(p0);
|
|
89
158
|
}
|
|
90
|
-
function BatchContribution$run$lambda($key) {
|
|
91
|
-
return (it) => {
|
|
92
|
-
var tmp = it.c5u_1.j4($key);
|
|
93
|
-
return tmp instanceof ContributionContext() ? tmp : null;
|
|
94
|
-
};
|
|
95
|
-
}
|
|
96
159
|
function BatchContribution$echo$ref(p0) {
|
|
97
160
|
return (receiver) => {
|
|
98
|
-
p0.
|
|
161
|
+
p0.n5t(receiver);
|
|
99
162
|
return Unit_instance;
|
|
100
163
|
};
|
|
101
164
|
}
|
|
@@ -104,11 +167,11 @@ function BatchContribution$run$slambda() {
|
|
|
104
167
|
if (BatchContribution$run$slambdaClass === VOID) {
|
|
105
168
|
class $ {
|
|
106
169
|
constructor($commands) {
|
|
107
|
-
this.
|
|
170
|
+
this.l73_1 = $commands;
|
|
108
171
|
}
|
|
109
|
-
*
|
|
172
|
+
*m73(sdk, $completion) {
|
|
110
173
|
// Inline function 'kotlin.collections.forEach' call
|
|
111
|
-
var _iterator__ex2g4s = this.
|
|
174
|
+
var _iterator__ex2g4s = this.l73_1.l1();
|
|
112
175
|
while (_iterator__ex2g4s.m1()) {
|
|
113
176
|
var element = _iterator__ex2g4s.n1();
|
|
114
177
|
yield* fire(sdk, element, $completion);
|
|
@@ -116,7 +179,7 @@ function BatchContribution$run$slambda() {
|
|
|
116
179
|
return Unit_instance;
|
|
117
180
|
}
|
|
118
181
|
vd(p1, $completion) {
|
|
119
|
-
return this.
|
|
182
|
+
return this.m73((!(p1 == null) ? isInterface(p1, ActionCannon()) : false) ? p1 : THROW_CCE(), $completion);
|
|
120
183
|
}
|
|
121
184
|
}
|
|
122
185
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -126,7 +189,7 @@ function BatchContribution$run$slambda() {
|
|
|
126
189
|
}
|
|
127
190
|
function BatchContribution$run$slambda_0($commands) {
|
|
128
191
|
var i = new (BatchContribution$run$slambda())($commands);
|
|
129
|
-
var l = (sdk, $completion) => i.
|
|
192
|
+
var l = (sdk, $completion) => i.m73(sdk, $completion);
|
|
130
193
|
l.$arity = 1;
|
|
131
194
|
return l;
|
|
132
195
|
}
|
|
@@ -134,61 +197,63 @@ var BatchContributionClass;
|
|
|
134
197
|
function BatchContribution() {
|
|
135
198
|
if (BatchContributionClass === VOID) {
|
|
136
199
|
class $ extends SuspendingCliktCommand() {
|
|
137
|
-
|
|
200
|
+
static n73(sdkProvider) {
|
|
201
|
+
var $this = this.z6w('batch');
|
|
202
|
+
$this.b73_1 = sdkProvider;
|
|
203
|
+
var tmp = $this;
|
|
204
|
+
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
205
|
+
var key = 'default_object';
|
|
206
|
+
var tmp_0 = BatchContribution$contributionContext$delegate$lambda(key);
|
|
207
|
+
tmp.c73_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_0);
|
|
208
|
+
var tmp_1 = $this;
|
|
209
|
+
var tmp_2 = default_0(option($this, []), '');
|
|
210
|
+
var tmp_3 = KProperty1();
|
|
211
|
+
tmp_1.d73_1 = tmp_2.l68($this, getPropertyCallableRef('file', 1, tmp_3, BatchContribution$_get_file_$ref_fvayxk(), null));
|
|
212
|
+
var tmp_4 = $this;
|
|
213
|
+
var tmp_5 = option($this, []);
|
|
214
|
+
var tmp_6 = KProperty1();
|
|
215
|
+
tmp_4.e73_1 = tmp_5.l68($this, getPropertyCallableRef('inputJson', 1, tmp_6, BatchContribution$_get_inputJson_$ref_uxucks(), null));
|
|
216
|
+
var tmp_7 = $this;
|
|
217
|
+
var tmp_8 = default_0(option($this, []), '');
|
|
218
|
+
var tmp_9 = KProperty1();
|
|
219
|
+
tmp_7.f73_1 = tmp_8.l68($this, getPropertyCallableRef('label', 1, tmp_9, BatchContribution$_get_label_$ref_jbf4aa(), null));
|
|
220
|
+
var tmp_10 = $this;
|
|
221
|
+
var tmp_11 = default_0(option($this, []), '');
|
|
222
|
+
var tmp_12 = KProperty1();
|
|
223
|
+
tmp_10.g73_1 = tmp_11.l68($this, getPropertyCallableRef('link', 1, tmp_12, BatchContribution$_get_link_$ref_arx8yi(), null));
|
|
224
|
+
var tmp_13 = $this;
|
|
225
|
+
var tmp_14 = flag(option($this, []), []);
|
|
226
|
+
var tmp_15 = KProperty1();
|
|
227
|
+
tmp_13.h73_1 = tmp_14.l68($this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp_15, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa(), null));
|
|
228
|
+
return $this;
|
|
229
|
+
}
|
|
230
|
+
static o73(cannon) {
|
|
138
231
|
cannon = cannon === VOID ? null : cannon;
|
|
139
|
-
|
|
140
|
-
this.e72_1 = cannon;
|
|
141
|
-
var tmp = this;
|
|
142
|
-
var tmp_0 = default_0(option(this, []), '');
|
|
143
|
-
var tmp_1 = KProperty1();
|
|
144
|
-
tmp.f72_1 = tmp_0.j68(this, getPropertyCallableRef('file', 1, tmp_1, BatchContribution$_get_file_$ref_fvayxk(), null));
|
|
145
|
-
var tmp_2 = this;
|
|
146
|
-
var tmp_3 = option(this, []);
|
|
147
|
-
var tmp_4 = KProperty1();
|
|
148
|
-
tmp_2.g72_1 = tmp_3.j68(this, getPropertyCallableRef('inputJson', 1, tmp_4, BatchContribution$_get_inputJson_$ref_uxucks(), null));
|
|
149
|
-
var tmp_5 = this;
|
|
150
|
-
var tmp_6 = default_0(option(this, []), '');
|
|
151
|
-
var tmp_7 = KProperty1();
|
|
152
|
-
tmp_5.h72_1 = tmp_6.j68(this, getPropertyCallableRef('label', 1, tmp_7, BatchContribution$_get_label_$ref_jbf4aa(), null));
|
|
153
|
-
var tmp_8 = this;
|
|
154
|
-
var tmp_9 = default_0(option(this, []), '');
|
|
155
|
-
var tmp_10 = KProperty1();
|
|
156
|
-
tmp_8.i72_1 = tmp_9.j68(this, getPropertyCallableRef('link', 1, tmp_10, BatchContribution$_get_link_$ref_arx8yi(), null));
|
|
157
|
-
var tmp_11 = this;
|
|
158
|
-
var tmp_12 = flag(option(this, []), []);
|
|
159
|
-
var tmp_13 = KProperty1();
|
|
160
|
-
tmp_11.j72_1 = tmp_12.j68(this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp_13, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa(), null));
|
|
232
|
+
return this.n73(cannonSdkProvider(cannon));
|
|
161
233
|
}
|
|
162
|
-
|
|
234
|
+
j73() {
|
|
163
235
|
var tmp = KProperty1();
|
|
164
|
-
return this.
|
|
236
|
+
return this.f73_1.zp(this, getPropertyCallableRef('label', 1, tmp, BatchContribution$_get_label_$ref_jbf4aa_0(), null));
|
|
165
237
|
}
|
|
166
|
-
|
|
238
|
+
k73() {
|
|
167
239
|
var tmp = KProperty1();
|
|
168
|
-
return this.
|
|
240
|
+
return this.g73_1.zp(this, getPropertyCallableRef('link', 1, tmp, BatchContribution$_get_link_$ref_arx8yi_0(), null));
|
|
169
241
|
}
|
|
170
242
|
*g5i($completion) {
|
|
171
243
|
var tmp0_elvis_lhs = _get_inputJson__zeyf3(this);
|
|
172
244
|
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? loadFile(_get_file__d6iv67(this)) : tmp0_elvis_lhs;
|
|
173
245
|
var tmp;
|
|
174
246
|
if (tmp1_elvis_lhs == null) {
|
|
175
|
-
|
|
176
|
-
var message = 'Could not load file';
|
|
177
|
-
throw IllegalStateException().o(toString(message));
|
|
247
|
+
throw CliktError().r5x('Could not load file', VOID, VOID, true);
|
|
178
248
|
} else {
|
|
179
249
|
tmp = tmp1_elvis_lhs;
|
|
180
250
|
}
|
|
181
251
|
var inputJson = tmp;
|
|
182
252
|
var tmp_0 = ContributionParser_getInstance();
|
|
183
253
|
// Inline function 'kotlin.text.trim' call
|
|
184
|
-
var tmp$ret$
|
|
185
|
-
var contributions = tmp_0.
|
|
186
|
-
|
|
187
|
-
var this_0 = this.a5t();
|
|
188
|
-
var key = 'default_object';
|
|
189
|
-
var tmp_1 = selfAndAncestors(this_0);
|
|
190
|
-
var contributionContext = firstOrNull(mapNotNull(tmp_1, BatchContribution$run$lambda(key)));
|
|
191
|
-
var partyId = ensureNotNull(contributionContext).o72_1;
|
|
254
|
+
var tmp$ret$0 = toString(trim(isCharSequence(inputJson) ? inputJson : THROW_CCE()));
|
|
255
|
+
var contributions = tmp_0.f6y(tmp$ret$0);
|
|
256
|
+
var partyId = _get_contributionContext__ud5ble(this).p73_1;
|
|
192
257
|
// Inline function 'kotlin.collections.map' call
|
|
193
258
|
// Inline function 'kotlin.collections.mapTo' call
|
|
194
259
|
var destination = ArrayList().r2(collectionSizeOrDefault(contributions, 10));
|
|
@@ -196,7 +261,17 @@ function BatchContribution() {
|
|
|
196
261
|
while (_iterator__ex2g4s.m1()) {
|
|
197
262
|
var item = _iterator__ex2g4s.n1();
|
|
198
263
|
// Inline function 'kotlin.takeIf' call
|
|
199
|
-
var
|
|
264
|
+
var this_0 = this.k73();
|
|
265
|
+
var tmp_1;
|
|
266
|
+
// Inline function 'kotlin.text.isNotBlank' call
|
|
267
|
+
if (!isBlank(this_0)) {
|
|
268
|
+
tmp_1 = this_0;
|
|
269
|
+
} else {
|
|
270
|
+
tmp_1 = null;
|
|
271
|
+
}
|
|
272
|
+
var tmp0_link = tmp_1;
|
|
273
|
+
// Inline function 'kotlin.takeIf' call
|
|
274
|
+
var this_1 = this.j73();
|
|
200
275
|
var tmp_2;
|
|
201
276
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
202
277
|
if (!isBlank(this_1)) {
|
|
@@ -204,45 +279,36 @@ function BatchContribution() {
|
|
|
204
279
|
} else {
|
|
205
280
|
tmp_2 = null;
|
|
206
281
|
}
|
|
207
|
-
var
|
|
208
|
-
// Inline function 'kotlin.takeIf' call
|
|
209
|
-
var this_2 = this.k72();
|
|
282
|
+
var tmp1_label = tmp_2;
|
|
210
283
|
var tmp_3;
|
|
211
|
-
// Inline function 'kotlin.text.isNotBlank' call
|
|
212
|
-
if (!isBlank(this_2)) {
|
|
213
|
-
tmp_3 = this_2;
|
|
214
|
-
} else {
|
|
215
|
-
tmp_3 = null;
|
|
216
|
-
}
|
|
217
|
-
var tmp1_label = tmp_3;
|
|
218
|
-
var tmp_4;
|
|
219
284
|
if (_get_cycleTimeFromFirstCommit__2fkwv5(this)) {
|
|
220
|
-
|
|
285
|
+
tmp_3 = cycleTimeFromFirstCommit(this, item, null);
|
|
221
286
|
} else {
|
|
222
|
-
|
|
287
|
+
tmp_3 = null;
|
|
223
288
|
}
|
|
224
|
-
var tmp2_cycleTime =
|
|
225
|
-
var tmp$ret$
|
|
226
|
-
destination.o2(tmp$ret$
|
|
289
|
+
var tmp2_cycleTime = tmp_3;
|
|
290
|
+
var tmp$ret$3 = contributionInput(item, tmp2_cycleTime, tmp0_link, tmp1_label);
|
|
291
|
+
destination.o2(tmp$ret$3);
|
|
227
292
|
}
|
|
228
293
|
var inputs = destination;
|
|
229
294
|
// Inline function 'kotlin.collections.map' call
|
|
230
|
-
var
|
|
295
|
+
var this_2 = chunked(inputs, 100);
|
|
231
296
|
// Inline function 'kotlin.collections.mapTo' call
|
|
232
|
-
var destination_0 = ArrayList().r2(collectionSizeOrDefault(
|
|
233
|
-
var _iterator__ex2g4s_0 =
|
|
297
|
+
var destination_0 = ArrayList().r2(collectionSizeOrDefault(this_2, 10));
|
|
298
|
+
var _iterator__ex2g4s_0 = this_2.l1();
|
|
234
299
|
while (_iterator__ex2g4s_0.m1()) {
|
|
235
300
|
var item_0 = _iterator__ex2g4s_0.n1();
|
|
236
|
-
var tmp$ret$
|
|
237
|
-
destination_0.o2(tmp$ret$
|
|
301
|
+
var tmp$ret$12 = new (SaveContributionCommand())(partyId, item_0);
|
|
302
|
+
destination_0.o2(tmp$ret$12);
|
|
238
303
|
}
|
|
239
304
|
var commands = destination_0;
|
|
305
|
+
var tmp_4 = _get_contributionContext__ud5ble(this).q73_1;
|
|
240
306
|
var tmp_5 = BatchContribution$echo$ref(this);
|
|
241
|
-
yield* withSdk(
|
|
307
|
+
yield* withSdk(tmp_4, tmp_5, this.b73_1, BatchContribution$run$slambda_0(commands), $completion);
|
|
242
308
|
return Unit_instance;
|
|
243
309
|
}
|
|
244
310
|
}
|
|
245
|
-
initMetadataForClass($, 'BatchContribution',
|
|
311
|
+
initMetadataForClass($, 'BatchContribution', $.o73, VOID, VOID, [0]);
|
|
246
312
|
BatchContributionClass = $;
|
|
247
313
|
}
|
|
248
314
|
return BatchContributionClass;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/BatchContribution.kt","
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/BatchContribution.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/common/src/generated/_Collections.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/text/Strings.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-contributionContext>","$this","<get-file>","<get-inputJson>","<get-cycleTimeFromFirstCommit>","getValue","thisRef","property","equals","hashCode","BatchContribution$contributionContext$delegate$lambda$lambda","BatchContribution$contributionContext$delegate$lambda$lambda$lambda","BatchContribution$contributionContext$delegate$lambda","BatchContribution$echo$ref","p0","BatchContribution$echo$ref$lambda","invoke","$completion","element","BatchContribution$run$slambda","BatchContribution$run$slambda$lambda","sdkProvider","cannon","<get-label>","<get-link>","run","inputJson","contributions","partyId","item","inputs","commands"],"mappings":"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"}
|
|
@@ -31,15 +31,15 @@ function ContributionContext() {
|
|
|
31
31
|
if (ContributionContextClass === VOID) {
|
|
32
32
|
class $ {
|
|
33
33
|
constructor(partyId, env) {
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
34
|
+
this.p73_1 = partyId;
|
|
35
|
+
this.q73_1 = env;
|
|
36
36
|
}
|
|
37
37
|
toString() {
|
|
38
|
-
return 'ContributionContext(partyId=' + this.
|
|
38
|
+
return 'ContributionContext(partyId=' + this.p73_1.toString() + ', env=' + this.q73_1 + ')';
|
|
39
39
|
}
|
|
40
40
|
hashCode() {
|
|
41
|
-
var result = this.
|
|
42
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
41
|
+
var result = this.p73_1.hashCode();
|
|
42
|
+
result = imul(result, 31) + getStringHashCode(this.q73_1) | 0;
|
|
43
43
|
return result;
|
|
44
44
|
}
|
|
45
45
|
equals(other) {
|
|
@@ -47,9 +47,9 @@ function ContributionContext() {
|
|
|
47
47
|
return true;
|
|
48
48
|
if (!(other instanceof ContributionContext()))
|
|
49
49
|
return false;
|
|
50
|
-
if (!this.
|
|
50
|
+
if (!this.p73_1.equals(other.p73_1))
|
|
51
51
|
return false;
|
|
52
|
-
if (!(this.
|
|
52
|
+
if (!(this.q73_1 === other.q73_1))
|
|
53
53
|
return false;
|
|
54
54
|
return true;
|
|
55
55
|
}
|
|
@@ -61,20 +61,20 @@ function ContributionContext() {
|
|
|
61
61
|
}
|
|
62
62
|
function _get_env__e67txg($this) {
|
|
63
63
|
var tmp = KProperty1();
|
|
64
|
-
return $this.
|
|
64
|
+
return $this.g74_1.zp($this, getPropertyCallableRef('env', 1, tmp, Contribution$_get_env_$ref_faf1oh_0(), null));
|
|
65
65
|
}
|
|
66
66
|
var sam$kotlin_properties_ReadOnlyProperty$0Class;
|
|
67
67
|
function sam$kotlin_properties_ReadOnlyProperty$0() {
|
|
68
68
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class === VOID) {
|
|
69
69
|
class $ {
|
|
70
70
|
constructor(function_0) {
|
|
71
|
-
this.
|
|
71
|
+
this.i74_1 = function_0;
|
|
72
72
|
}
|
|
73
73
|
zp(thisRef, property) {
|
|
74
|
-
return this.
|
|
74
|
+
return this.i74_1(thisRef, property);
|
|
75
75
|
}
|
|
76
76
|
c5() {
|
|
77
|
-
return this.
|
|
77
|
+
return this.i74_1;
|
|
78
78
|
}
|
|
79
79
|
equals(other) {
|
|
80
80
|
var tmp;
|
|
@@ -108,13 +108,13 @@ function Contribution$_get_env_$ref_faf1oh_0() {
|
|
|
108
108
|
}
|
|
109
109
|
function Contribution$partyId$delegate$lambda$lambda($key) {
|
|
110
110
|
return (it) => {
|
|
111
|
-
var tmp = it.
|
|
111
|
+
var tmp = it.e5u_1.j4($key);
|
|
112
112
|
return tmp instanceof PartyId() ? tmp : null;
|
|
113
113
|
};
|
|
114
114
|
}
|
|
115
115
|
function Contribution$partyId$delegate$lambda($key) {
|
|
116
116
|
return (thisRef, _unused_var__etf5q3) => {
|
|
117
|
-
var tmp0 = thisRef.
|
|
117
|
+
var tmp0 = thisRef.c5t();
|
|
118
118
|
// Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
|
|
119
119
|
var key = $key;
|
|
120
120
|
var tmp = selfAndAncestors(tmp0);
|
|
@@ -123,11 +123,11 @@ function Contribution$partyId$delegate$lambda($key) {
|
|
|
123
123
|
};
|
|
124
124
|
}
|
|
125
125
|
function Contribution$_get_partyId_$ref_xh1jat() {
|
|
126
|
-
return (p0) => p0.
|
|
126
|
+
return (p0) => p0.j74();
|
|
127
127
|
}
|
|
128
128
|
function Contribution$run$lambda($key) {
|
|
129
129
|
return (it) => {
|
|
130
|
-
var tmp = it.
|
|
130
|
+
var tmp = it.e5u_1.j4($key);
|
|
131
131
|
return tmp instanceof ContributionContext() ? tmp : null;
|
|
132
132
|
};
|
|
133
133
|
}
|
|
@@ -135,24 +135,25 @@ var ContributionClass;
|
|
|
135
135
|
function Contribution() {
|
|
136
136
|
if (ContributionClass === VOID) {
|
|
137
137
|
class $ extends SuspendingCliktCommand() {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
var tmp = this;
|
|
141
|
-
var tmp_0 = default_0(option(this, []), 'production');
|
|
138
|
+
static k74() {
|
|
139
|
+
var $this = this.z6w();
|
|
140
|
+
var tmp = $this;
|
|
141
|
+
var tmp_0 = default_0(option($this, []), 'production');
|
|
142
142
|
var tmp_1 = KProperty1();
|
|
143
|
-
tmp.
|
|
144
|
-
var tmp_2 = this;
|
|
143
|
+
tmp.g74_1 = tmp_0.l68($this, getPropertyCallableRef('env', 1, tmp_1, Contribution$_get_env_$ref_faf1oh(), null));
|
|
144
|
+
var tmp_2 = $this;
|
|
145
145
|
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
146
146
|
var tmp_3 = Contribution$partyId$delegate$lambda('partyId');
|
|
147
|
-
tmp_2.
|
|
147
|
+
tmp_2.h74_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_3);
|
|
148
|
+
return $this;
|
|
148
149
|
}
|
|
149
|
-
|
|
150
|
+
j74() {
|
|
150
151
|
var tmp = KProperty1();
|
|
151
|
-
return this.
|
|
152
|
+
return this.h74_1.zp(this, getPropertyCallableRef('partyId', 1, tmp, Contribution$_get_partyId_$ref_xh1jat(), null));
|
|
152
153
|
}
|
|
153
154
|
*g5i($completion) {
|
|
154
155
|
// Inline function 'com.github.ajalt.clikt.core.Context.findOrSetObject' call
|
|
155
|
-
var this_0 = this.
|
|
156
|
+
var this_0 = this.c5t();
|
|
156
157
|
var key = 'default_object';
|
|
157
158
|
// Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
|
|
158
159
|
var tmp = selfAndAncestors(this_0);
|
|
@@ -160,9 +161,9 @@ function Contribution() {
|
|
|
160
161
|
var tmp_0;
|
|
161
162
|
if (tmp0_elvis_lhs == null) {
|
|
162
163
|
// Inline function 'kotlin.also' call
|
|
163
|
-
var this_1 = new (ContributionContext())(this.
|
|
164
|
+
var this_1 = new (ContributionContext())(this.j74(), _get_env__e67txg(this));
|
|
164
165
|
// Inline function 'kotlin.collections.set' call
|
|
165
|
-
this_0.
|
|
166
|
+
this_0.e5u_1.q4(key, this_1);
|
|
166
167
|
tmp_0 = this_1;
|
|
167
168
|
} else {
|
|
168
169
|
tmp_0 = tmp0_elvis_lhs;
|
|
@@ -170,7 +171,7 @@ function Contribution() {
|
|
|
170
171
|
return Unit_instance;
|
|
171
172
|
}
|
|
172
173
|
}
|
|
173
|
-
initMetadataForClass($, 'Contribution',
|
|
174
|
+
initMetadataForClass($, 'Contribution', $.k74, VOID, VOID, [0]);
|
|
174
175
|
ContributionClass = $;
|
|
175
176
|
}
|
|
176
177
|
return ContributionClass;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/Contribution.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/collections/Maps.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["partyId","env","result","<get-env>","$this","getValue","thisRef","property","equals","hashCode","Contribution$partyId$delegate$lambda$lambda","Contribution$partyId$delegate$lambda$lambda$lambda","Contribution$partyId$delegate$lambda","Contribution$run$lambda","Contribution$run$lambda$lambda","<get-partyId>","run","$completion"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAQ+BA,O,EAAsBC,G;QAAtB,oB;QAAsB,gB;;iBARrD;A,QAAA,2F;MAAA,C;iBAAA;A,YAAAC,8B;QAAA,6D;QAAA,a;MAAA,C;oBAAA;A,QAAA,mB;UAAA,W;QAAA,8C;UAAA,Y;QAAA,oC;UAAA,Y;QAAA,kC;UAAA,Y;QAAA,W;MAAA,C;;;;;;;yBAWYC,CAAAC,KAAAD,EAAW;A;EAAA,gH;AAA6B,C;;;;;;QAcs0jB,uB;;QAAAE,CAAtsjBC,O,EAAYC,QAA0rjBF,E;;O;;;;YAzB13jBG,C,KAAAA,E;;;;;;;;;;;;;;O;cAAAC,CAAAA,E;;O;;;;;;;;iBAWuB,oB;;;iBAAA,oB;;oDAcs7JC,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,OAAlB,qC;EAAmB,C;C;6CAAy6ZC,C,IAAAA,E;SAAAF,CAAE,O,EAAS,mBAAXA,KAAA;A,eAAgB,OAAQ,M;;cAA0B,I;cC4H96jB,sB;QAAP,YAA4D,YAAlC,gBAAW,gDAAX,CAAkC,C;ID5H+3jB,OAAxC,cAAuB,SAAvB,C;EAAyC,C;C;;iBAbj7jB,Q;;gCAa07JG,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,OAAlB,iD;EAAmB,C;C;;;;;;;kBAd38J,
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/Contribution.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/collections/Maps.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["partyId","env","result","<get-env>","$this","getValue","thisRef","property","equals","hashCode","Contribution$partyId$delegate$lambda$lambda","Contribution$partyId$delegate$lambda$lambda$lambda","Contribution$partyId$delegate$lambda","Contribution$run$lambda","Contribution$run$lambda$lambda","<get-partyId>","run","$completion"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAQ+BA,O,EAAsBC,G;QAAtB,oB;QAAsB,gB;;iBARrD;A,QAAA,2F;MAAA,C;iBAAA;A,YAAAC,8B;QAAA,6D;QAAA,a;MAAA,C;oBAAA;A,QAAA,mB;UAAA,W;QAAA,8C;UAAA,Y;QAAA,oC;UAAA,Y;QAAA,kC;UAAA,Y;QAAA,W;MAAA,C;;;;;;;yBAWYC,CAAAC,KAAAD,EAAW;A;EAAA,gH;AAA6B,C;;;;;;QAcs0jB,uB;;QAAAE,CAAtsjBC,O,EAAYC,QAA0rjBF,E;;O;;;;YAzB13jBG,C,KAAAA,E;;;;;;;;;;;;;;O;cAAAC,CAAAA,E;;O;;;;;;;;iBAWuB,oB;;;iBAAA,oB;;oDAcs7JC,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,OAAlB,qC;EAAmB,C;C;6CAAy6ZC,C,IAAAA,E;SAAAF,CAAE,O,EAAS,mBAAXA,KAAA;A,eAAgB,OAAQ,M;;cAA0B,I;cC4H96jB,sB;QAAP,YAA4D,YAAlC,gBAAW,gDAAX,CAAkC,C;ID5H+3jB,OAAxC,cAAuB,SAAvB,C;EAAyC,C;C;;iBAbj7jB,Q;;gCAa07JG,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,OAAlB,iD;EAAmB,C;C;;;;;;;kBAd38J,K;oBAAS,UAAT,iBAAS,EAAQ,YAAR,C;;QAAT,gH;oBACJ,K;;YCydS,6CDzdc,SCydd,C;QDzdT,+DCydS,KDzdT,C;;;SAAfC,CAAAA,EAAe;A;QAAA,oH;MAAgC,C;UAC9BC,CAAAC,WAAAD,EAAU;A;qBACvB,U;kBC4Ic,gB;;kBALP,iBAQA,MARA,C;YAQA,iBARqD,YAAlC,gBAAW,wBAQnB,GARmB,CAAX,CAAkC,C;;QAQrD,2B;;mDD/I8C,U,EAAS,sB;;UC+Id,MC2GpD,CD3GoD,KC2GpD,ID3GyD,GC2GzD,EClKM,MDkKN,C;kBCjKO,M;;kBFsDI,c;;QD9IX,oB;MAAA,C;;;;;;;;;;;"}
|
|
@@ -13,15 +13,15 @@ import { ContributionInput13asb0faxwkkm as ContributionInput } from '../../../..
|
|
|
13
13
|
//endregion
|
|
14
14
|
function contributionInput(_this__u8e3s4, cycleTime, link, label) {
|
|
15
15
|
// Inline function 'kotlin.getOrThrow' call
|
|
16
|
-
var this_0 = toNotBlankString(_this__u8e3s4.
|
|
16
|
+
var this_0 = toNotBlankString(_this__u8e3s4.t6x_1);
|
|
17
17
|
throwOnFailure(this_0);
|
|
18
18
|
var tmp$ret$0 = _Result___get_value__impl__bjfvqg(this_0).j52_1;
|
|
19
19
|
var tmp2_contributionId = new (ContributionId())(tmp$ret$0);
|
|
20
|
-
var tmp3_participantEmails = toSet(_this__u8e3s4.
|
|
21
|
-
var tmp4_hash = _this__u8e3s4.
|
|
22
|
-
var tmp5_dateTime = _this__u8e3s4.
|
|
23
|
-
var tmp6_ease = _this__u8e3s4.
|
|
24
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
20
|
+
var tmp3_participantEmails = toSet(_this__u8e3s4.u6x_1);
|
|
21
|
+
var tmp4_hash = _this__u8e3s4.s6x_1;
|
|
22
|
+
var tmp5_dateTime = _this__u8e3s4.w6x_1;
|
|
23
|
+
var tmp6_ease = _this__u8e3s4.y6x_1;
|
|
24
|
+
var tmp0_safe_receiver = _this__u8e3s4.z6x_1;
|
|
25
25
|
var tmp;
|
|
26
26
|
if (tmp0_safe_receiver == null) {
|
|
27
27
|
tmp = null;
|
|
@@ -36,13 +36,13 @@ function contributionInput(_this__u8e3s4, cycleTime, link, label) {
|
|
|
36
36
|
tmp = tmp_0;
|
|
37
37
|
}
|
|
38
38
|
var tmp7_story = tmp;
|
|
39
|
-
var tmp8_semver = _this__u8e3s4.
|
|
40
|
-
var tmp9_label = label == null ? _this__u8e3s4.
|
|
41
|
-
var tmp10_firstCommit = _this__u8e3s4.
|
|
42
|
-
var tmp11_firstCommitDateTime = _this__u8e3s4.
|
|
43
|
-
var tmp12_commitCount = _this__u8e3s4.
|
|
44
|
-
var tmp13_name = _this__u8e3s4.
|
|
45
|
-
var tmp14_integrationDateTime = _this__u8e3s4.
|
|
39
|
+
var tmp8_semver = _this__u8e3s4.a6y_1;
|
|
40
|
+
var tmp9_label = label == null ? _this__u8e3s4.b6y_1 : label;
|
|
41
|
+
var tmp10_firstCommit = _this__u8e3s4.t6x_1;
|
|
42
|
+
var tmp11_firstCommitDateTime = _this__u8e3s4.x6x_1;
|
|
43
|
+
var tmp12_commitCount = _this__u8e3s4.v6x_1;
|
|
44
|
+
var tmp13_name = _this__u8e3s4.c6y_1;
|
|
45
|
+
var tmp14_integrationDateTime = _this__u8e3s4.d6y_1;
|
|
46
46
|
return new (ContributionInput())(tmp2_contributionId, tmp3_participantEmails, tmp4_hash, tmp5_dateTime, tmp6_ease, tmp7_story, link, tmp8_semver, tmp9_label, tmp10_firstCommit, tmp11_firstCommitDateTime, tmp14_integrationDateTime, cycleTime, tmp12_commitCount, tmp13_name);
|
|
47
47
|
}
|
|
48
48
|
//region block: exports
|