projen 0.100.7 → 0.101.0
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/.jsii +602 -95
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +1 -1
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +3 -3
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-build.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/cli/task-runtime.js +115 -104
- package/lib/common.d.ts +1 -1
- package/lib/common.js +2 -2
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/bump-version.d.ts +1 -1
- package/lib/release/bump-version.js +6 -2
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.cjs +107 -131
- package/lib/sample-file.js +2 -2
- package/lib/source-code.js +1 -1
- package/lib/task-model.d.ts +119 -3
- package/lib/task-model.js +1 -1
- package/lib/task-shell.d.ts +63 -0
- package/lib/task-shell.js +87 -0
- package/lib/task.d.ts +19 -2
- package/lib/task.js +46 -11
- package/lib/tasks.d.ts +13 -0
- package/lib/tasks.js +19 -2
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +5 -5
- package/lib/util/exec.d.ts +33 -69
- package/lib/util/exec.js +57 -51
- package/lib/version.d.ts +1 -1
- package/lib/version.js +5 -5
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +3 -3
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -92,49 +92,49 @@
|
|
|
92
92
|
"projen.awscdk": {
|
|
93
93
|
"locationInModule": {
|
|
94
94
|
"filename": "src/index.ts",
|
|
95
|
-
"line":
|
|
95
|
+
"line": 55
|
|
96
96
|
},
|
|
97
97
|
"symbolId": "src/awscdk/index:"
|
|
98
98
|
},
|
|
99
99
|
"projen.build": {
|
|
100
100
|
"locationInModule": {
|
|
101
101
|
"filename": "src/index.ts",
|
|
102
|
-
"line":
|
|
102
|
+
"line": 59
|
|
103
103
|
},
|
|
104
104
|
"symbolId": "src/build/index:"
|
|
105
105
|
},
|
|
106
106
|
"projen.cdk": {
|
|
107
107
|
"locationInModule": {
|
|
108
108
|
"filename": "src/index.ts",
|
|
109
|
-
"line":
|
|
109
|
+
"line": 58
|
|
110
110
|
},
|
|
111
111
|
"symbolId": "src/cdk/index:"
|
|
112
112
|
},
|
|
113
113
|
"projen.cdk8s": {
|
|
114
114
|
"locationInModule": {
|
|
115
115
|
"filename": "src/index.ts",
|
|
116
|
-
"line":
|
|
116
|
+
"line": 56
|
|
117
117
|
},
|
|
118
118
|
"symbolId": "src/cdk8s/index:"
|
|
119
119
|
},
|
|
120
120
|
"projen.cdktf": {
|
|
121
121
|
"locationInModule": {
|
|
122
122
|
"filename": "src/index.ts",
|
|
123
|
-
"line":
|
|
123
|
+
"line": 57
|
|
124
124
|
},
|
|
125
125
|
"symbolId": "src/cdktf/index:"
|
|
126
126
|
},
|
|
127
127
|
"projen.circleci": {
|
|
128
128
|
"locationInModule": {
|
|
129
129
|
"filename": "src/index.ts",
|
|
130
|
-
"line":
|
|
130
|
+
"line": 48
|
|
131
131
|
},
|
|
132
132
|
"symbolId": "src/circleci/index:"
|
|
133
133
|
},
|
|
134
134
|
"projen.github": {
|
|
135
135
|
"locationInModule": {
|
|
136
136
|
"filename": "src/index.ts",
|
|
137
|
-
"line":
|
|
137
|
+
"line": 46
|
|
138
138
|
},
|
|
139
139
|
"symbolId": "src/github/index:"
|
|
140
140
|
},
|
|
@@ -148,21 +148,21 @@
|
|
|
148
148
|
"projen.gitlab": {
|
|
149
149
|
"locationInModule": {
|
|
150
150
|
"filename": "src/index.ts",
|
|
151
|
-
"line":
|
|
151
|
+
"line": 47
|
|
152
152
|
},
|
|
153
153
|
"symbolId": "src/gitlab/index:"
|
|
154
154
|
},
|
|
155
155
|
"projen.java": {
|
|
156
156
|
"locationInModule": {
|
|
157
157
|
"filename": "src/index.ts",
|
|
158
|
-
"line":
|
|
158
|
+
"line": 50
|
|
159
159
|
},
|
|
160
160
|
"symbolId": "src/java/index:"
|
|
161
161
|
},
|
|
162
162
|
"projen.javascript": {
|
|
163
163
|
"locationInModule": {
|
|
164
164
|
"filename": "src/index.ts",
|
|
165
|
-
"line":
|
|
165
|
+
"line": 53
|
|
166
166
|
},
|
|
167
167
|
"symbolId": "src/javascript/index:"
|
|
168
168
|
},
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"projen.python": {
|
|
177
177
|
"locationInModule": {
|
|
178
178
|
"filename": "src/index.ts",
|
|
179
|
-
"line":
|
|
179
|
+
"line": 51
|
|
180
180
|
},
|
|
181
181
|
"symbolId": "src/python/index:"
|
|
182
182
|
},
|
|
@@ -190,28 +190,28 @@
|
|
|
190
190
|
"projen.release": {
|
|
191
191
|
"locationInModule": {
|
|
192
192
|
"filename": "src/index.ts",
|
|
193
|
-
"line":
|
|
193
|
+
"line": 54
|
|
194
194
|
},
|
|
195
195
|
"symbolId": "src/release/index:"
|
|
196
196
|
},
|
|
197
197
|
"projen.typescript": {
|
|
198
198
|
"locationInModule": {
|
|
199
199
|
"filename": "src/index.ts",
|
|
200
|
-
"line":
|
|
200
|
+
"line": 52
|
|
201
201
|
},
|
|
202
202
|
"symbolId": "src/typescript/index:"
|
|
203
203
|
},
|
|
204
204
|
"projen.vscode": {
|
|
205
205
|
"locationInModule": {
|
|
206
206
|
"filename": "src/index.ts",
|
|
207
|
-
"line":
|
|
207
|
+
"line": 49
|
|
208
208
|
},
|
|
209
209
|
"symbolId": "src/vscode/index:"
|
|
210
210
|
},
|
|
211
211
|
"projen.web": {
|
|
212
212
|
"locationInModule": {
|
|
213
213
|
"filename": "src/index.ts",
|
|
214
|
-
"line":
|
|
214
|
+
"line": 45
|
|
215
215
|
},
|
|
216
216
|
"symbolId": "src/web/index:"
|
|
217
217
|
}
|
|
@@ -9290,7 +9290,7 @@
|
|
|
9290
9290
|
{
|
|
9291
9291
|
"docs": {
|
|
9292
9292
|
"example": "\"git log --oneline $LATEST_TAG..HEAD -- .\"",
|
|
9293
|
-
"remarks": "A new release will be initiated, if the number of returned commits is greater than zero.\nMust return a newline separate list of commits that should considered releasable.\n`$LATEST_TAG`
|
|
9293
|
+
"remarks": "A new release will be initiated, if the number of returned commits is greater than zero.\nMust return a newline separate list of commits that should considered releasable.\n`$LATEST_TAG` is available as an environment variable (set to the actual latest tag for the given prefix).",
|
|
9294
9294
|
"stability": "experimental",
|
|
9295
9295
|
"summary": "Use an arbitrary shell command to find releasable commits since the latest tag."
|
|
9296
9296
|
},
|
|
@@ -10526,7 +10526,7 @@
|
|
|
10526
10526
|
},
|
|
10527
10527
|
"locationInModule": {
|
|
10528
10528
|
"filename": "src/task.ts",
|
|
10529
|
-
"line":
|
|
10529
|
+
"line": 78
|
|
10530
10530
|
},
|
|
10531
10531
|
"parameters": [
|
|
10532
10532
|
{
|
|
@@ -10547,7 +10547,7 @@
|
|
|
10547
10547
|
"kind": "class",
|
|
10548
10548
|
"locationInModule": {
|
|
10549
10549
|
"filename": "src/task.ts",
|
|
10550
|
-
"line":
|
|
10550
|
+
"line": 62
|
|
10551
10551
|
},
|
|
10552
10552
|
"methods": [
|
|
10553
10553
|
{
|
|
@@ -10559,7 +10559,7 @@
|
|
|
10559
10559
|
},
|
|
10560
10560
|
"locationInModule": {
|
|
10561
10561
|
"filename": "src/task.ts",
|
|
10562
|
-
"line":
|
|
10562
|
+
"line": 180
|
|
10563
10563
|
},
|
|
10564
10564
|
"name": "addCondition",
|
|
10565
10565
|
"parameters": [
|
|
@@ -10584,7 +10584,7 @@
|
|
|
10584
10584
|
},
|
|
10585
10585
|
"locationInModule": {
|
|
10586
10586
|
"filename": "src/task.ts",
|
|
10587
|
-
"line":
|
|
10587
|
+
"line": 211
|
|
10588
10588
|
},
|
|
10589
10589
|
"name": "addSteps",
|
|
10590
10590
|
"parameters": [
|
|
@@ -10609,7 +10609,7 @@
|
|
|
10609
10609
|
},
|
|
10610
10610
|
"locationInModule": {
|
|
10611
10611
|
"filename": "src/task.ts",
|
|
10612
|
-
"line":
|
|
10612
|
+
"line": 255
|
|
10613
10613
|
},
|
|
10614
10614
|
"name": "builtin",
|
|
10615
10615
|
"parameters": [
|
|
@@ -10631,7 +10631,7 @@
|
|
|
10631
10631
|
},
|
|
10632
10632
|
"locationInModule": {
|
|
10633
10633
|
"filename": "src/task.ts",
|
|
10634
|
-
"line":
|
|
10634
|
+
"line": 357
|
|
10635
10635
|
},
|
|
10636
10636
|
"name": "env",
|
|
10637
10637
|
"parameters": [
|
|
@@ -10663,7 +10663,7 @@
|
|
|
10663
10663
|
},
|
|
10664
10664
|
"locationInModule": {
|
|
10665
10665
|
"filename": "src/task.ts",
|
|
10666
|
-
"line":
|
|
10666
|
+
"line": 220
|
|
10667
10667
|
},
|
|
10668
10668
|
"name": "exec",
|
|
10669
10669
|
"parameters": [
|
|
@@ -10697,7 +10697,7 @@
|
|
|
10697
10697
|
},
|
|
10698
10698
|
"locationInModule": {
|
|
10699
10699
|
"filename": "src/task.ts",
|
|
10700
|
-
"line":
|
|
10700
|
+
"line": 238
|
|
10701
10701
|
},
|
|
10702
10702
|
"name": "execArgs",
|
|
10703
10703
|
"parameters": [
|
|
@@ -10734,7 +10734,7 @@
|
|
|
10734
10734
|
},
|
|
10735
10735
|
"locationInModule": {
|
|
10736
10736
|
"filename": "src/task.ts",
|
|
10737
|
-
"line":
|
|
10737
|
+
"line": 388
|
|
10738
10738
|
},
|
|
10739
10739
|
"name": "insertStep",
|
|
10740
10740
|
"parameters": [
|
|
@@ -10768,7 +10768,7 @@
|
|
|
10768
10768
|
},
|
|
10769
10769
|
"locationInModule": {
|
|
10770
10770
|
"filename": "src/task.ts",
|
|
10771
|
-
"line":
|
|
10771
|
+
"line": 114
|
|
10772
10772
|
},
|
|
10773
10773
|
"name": "lock"
|
|
10774
10774
|
},
|
|
@@ -10779,7 +10779,7 @@
|
|
|
10779
10779
|
},
|
|
10780
10780
|
"locationInModule": {
|
|
10781
10781
|
"filename": "src/task.ts",
|
|
10782
|
-
"line":
|
|
10782
|
+
"line": 291
|
|
10783
10783
|
},
|
|
10784
10784
|
"name": "prependExec",
|
|
10785
10785
|
"parameters": [
|
|
@@ -10787,7 +10787,7 @@
|
|
|
10787
10787
|
"docs": {
|
|
10788
10788
|
"summary": "The command to add."
|
|
10789
10789
|
},
|
|
10790
|
-
"name": "
|
|
10790
|
+
"name": "command",
|
|
10791
10791
|
"type": {
|
|
10792
10792
|
"primitive": "string"
|
|
10793
10793
|
}
|
|
@@ -10808,7 +10808,7 @@
|
|
|
10808
10808
|
},
|
|
10809
10809
|
"locationInModule": {
|
|
10810
10810
|
"filename": "src/task.ts",
|
|
10811
|
-
"line":
|
|
10811
|
+
"line": 311
|
|
10812
10812
|
},
|
|
10813
10813
|
"name": "prependSay",
|
|
10814
10814
|
"parameters": [
|
|
@@ -10837,7 +10837,7 @@
|
|
|
10837
10837
|
},
|
|
10838
10838
|
"locationInModule": {
|
|
10839
10839
|
"filename": "src/task.ts",
|
|
10840
|
-
"line":
|
|
10840
|
+
"line": 301
|
|
10841
10841
|
},
|
|
10842
10842
|
"name": "prependSpawn",
|
|
10843
10843
|
"parameters": [
|
|
@@ -10866,7 +10866,7 @@
|
|
|
10866
10866
|
},
|
|
10867
10867
|
"locationInModule": {
|
|
10868
10868
|
"filename": "src/task.ts",
|
|
10869
|
-
"line":
|
|
10869
|
+
"line": 283
|
|
10870
10870
|
},
|
|
10871
10871
|
"name": "prependSteps",
|
|
10872
10872
|
"parameters": [
|
|
@@ -10889,7 +10889,7 @@
|
|
|
10889
10889
|
},
|
|
10890
10890
|
"locationInModule": {
|
|
10891
10891
|
"filename": "src/task.ts",
|
|
10892
|
-
"line":
|
|
10892
|
+
"line": 432
|
|
10893
10893
|
},
|
|
10894
10894
|
"name": "removeStep",
|
|
10895
10895
|
"parameters": [
|
|
@@ -10911,7 +10911,7 @@
|
|
|
10911
10911
|
},
|
|
10912
10912
|
"locationInModule": {
|
|
10913
10913
|
"filename": "src/task.ts",
|
|
10914
|
-
"line":
|
|
10914
|
+
"line": 188
|
|
10915
10915
|
},
|
|
10916
10916
|
"name": "reset",
|
|
10917
10917
|
"parameters": [
|
|
@@ -10941,7 +10941,7 @@
|
|
|
10941
10941
|
},
|
|
10942
10942
|
"locationInModule": {
|
|
10943
10943
|
"filename": "src/task.ts",
|
|
10944
|
-
"line":
|
|
10944
|
+
"line": 264
|
|
10945
10945
|
},
|
|
10946
10946
|
"name": "say",
|
|
10947
10947
|
"parameters": [
|
|
@@ -10973,7 +10973,7 @@
|
|
|
10973
10973
|
},
|
|
10974
10974
|
"locationInModule": {
|
|
10975
10975
|
"filename": "src/task.ts",
|
|
10976
|
-
"line":
|
|
10976
|
+
"line": 272
|
|
10977
10977
|
},
|
|
10978
10978
|
"name": "spawn",
|
|
10979
10979
|
"parameters": [
|
|
@@ -11001,7 +11001,7 @@
|
|
|
11001
11001
|
},
|
|
11002
11002
|
"locationInModule": {
|
|
11003
11003
|
"filename": "src/task.ts",
|
|
11004
|
-
"line":
|
|
11004
|
+
"line": 410
|
|
11005
11005
|
},
|
|
11006
11006
|
"name": "updateStep",
|
|
11007
11007
|
"parameters": [
|
|
@@ -11036,7 +11036,7 @@
|
|
|
11036
11036
|
"immutable": true,
|
|
11037
11037
|
"locationInModule": {
|
|
11038
11038
|
"filename": "src/task.ts",
|
|
11039
|
-
"line":
|
|
11039
|
+
"line": 365
|
|
11040
11040
|
},
|
|
11041
11041
|
"name": "envVars",
|
|
11042
11042
|
"type": {
|
|
@@ -11056,7 +11056,7 @@
|
|
|
11056
11056
|
"immutable": true,
|
|
11057
11057
|
"locationInModule": {
|
|
11058
11058
|
"filename": "src/task.ts",
|
|
11059
|
-
"line":
|
|
11059
|
+
"line": 66
|
|
11060
11060
|
},
|
|
11061
11061
|
"name": "name",
|
|
11062
11062
|
"type": {
|
|
@@ -11071,7 +11071,7 @@
|
|
|
11071
11071
|
"immutable": true,
|
|
11072
11072
|
"locationInModule": {
|
|
11073
11073
|
"filename": "src/task.ts",
|
|
11074
|
-
"line":
|
|
11074
|
+
"line": 372
|
|
11075
11075
|
},
|
|
11076
11076
|
"name": "steps",
|
|
11077
11077
|
"type": {
|
|
@@ -11092,7 +11092,7 @@
|
|
|
11092
11092
|
"immutable": true,
|
|
11093
11093
|
"locationInModule": {
|
|
11094
11094
|
"filename": "src/task.ts",
|
|
11095
|
-
"line":
|
|
11095
|
+
"line": 166
|
|
11096
11096
|
},
|
|
11097
11097
|
"name": "condition",
|
|
11098
11098
|
"optional": true,
|
|
@@ -11108,7 +11108,7 @@
|
|
|
11108
11108
|
},
|
|
11109
11109
|
"locationInModule": {
|
|
11110
11110
|
"filename": "src/task.ts",
|
|
11111
|
-
"line":
|
|
11111
|
+
"line": 121
|
|
11112
11112
|
},
|
|
11113
11113
|
"name": "cwd",
|
|
11114
11114
|
"optional": true,
|
|
@@ -11124,13 +11124,30 @@
|
|
|
11124
11124
|
},
|
|
11125
11125
|
"locationInModule": {
|
|
11126
11126
|
"filename": "src/task.ts",
|
|
11127
|
-
"line":
|
|
11127
|
+
"line": 151
|
|
11128
11128
|
},
|
|
11129
11129
|
"name": "description",
|
|
11130
11130
|
"optional": true,
|
|
11131
11131
|
"type": {
|
|
11132
11132
|
"primitive": "string"
|
|
11133
11133
|
}
|
|
11134
|
+
},
|
|
11135
|
+
{
|
|
11136
|
+
"docs": {
|
|
11137
|
+
"remarks": "Sets the shell used to run this task's commands.",
|
|
11138
|
+
"see": "{@link TaskCommonOptions.shell }",
|
|
11139
|
+
"stability": "experimental",
|
|
11140
|
+
"summary": "The shell used to run this task's commands, or `undefined` when inheriting the built-in default shell."
|
|
11141
|
+
},
|
|
11142
|
+
"locationInModule": {
|
|
11143
|
+
"filename": "src/task.ts",
|
|
11144
|
+
"line": 137
|
|
11145
|
+
},
|
|
11146
|
+
"name": "shell",
|
|
11147
|
+
"optional": true,
|
|
11148
|
+
"type": {
|
|
11149
|
+
"fqn": "projen.TaskShell"
|
|
11150
|
+
}
|
|
11134
11151
|
}
|
|
11135
11152
|
],
|
|
11136
11153
|
"symbolId": "src/task:Task"
|
|
@@ -11145,7 +11162,7 @@
|
|
|
11145
11162
|
"kind": "interface",
|
|
11146
11163
|
"locationInModule": {
|
|
11147
11164
|
"filename": "src/task-model.ts",
|
|
11148
|
-
"line":
|
|
11165
|
+
"line": 36
|
|
11149
11166
|
},
|
|
11150
11167
|
"name": "TaskCommonOptions",
|
|
11151
11168
|
"properties": [
|
|
@@ -11159,7 +11176,7 @@
|
|
|
11159
11176
|
"immutable": true,
|
|
11160
11177
|
"locationInModule": {
|
|
11161
11178
|
"filename": "src/task-model.ts",
|
|
11162
|
-
"line":
|
|
11179
|
+
"line": 61
|
|
11163
11180
|
},
|
|
11164
11181
|
"name": "condition",
|
|
11165
11182
|
"optional": true,
|
|
@@ -11177,7 +11194,7 @@
|
|
|
11177
11194
|
"immutable": true,
|
|
11178
11195
|
"locationInModule": {
|
|
11179
11196
|
"filename": "src/task-model.ts",
|
|
11180
|
-
"line":
|
|
11197
|
+
"line": 69
|
|
11181
11198
|
},
|
|
11182
11199
|
"name": "cwd",
|
|
11183
11200
|
"optional": true,
|
|
@@ -11195,7 +11212,7 @@
|
|
|
11195
11212
|
"immutable": true,
|
|
11196
11213
|
"locationInModule": {
|
|
11197
11214
|
"filename": "src/task-model.ts",
|
|
11198
|
-
"line":
|
|
11215
|
+
"line": 41
|
|
11199
11216
|
},
|
|
11200
11217
|
"name": "description",
|
|
11201
11218
|
"optional": true,
|
|
@@ -11214,7 +11231,7 @@
|
|
|
11214
11231
|
"immutable": true,
|
|
11215
11232
|
"locationInModule": {
|
|
11216
11233
|
"filename": "src/task-model.ts",
|
|
11217
|
-
"line":
|
|
11234
|
+
"line": 48
|
|
11218
11235
|
},
|
|
11219
11236
|
"name": "env",
|
|
11220
11237
|
"optional": true,
|
|
@@ -11237,7 +11254,7 @@
|
|
|
11237
11254
|
"immutable": true,
|
|
11238
11255
|
"locationInModule": {
|
|
11239
11256
|
"filename": "src/task-model.ts",
|
|
11240
|
-
"line":
|
|
11257
|
+
"line": 54
|
|
11241
11258
|
},
|
|
11242
11259
|
"name": "requiredEnv",
|
|
11243
11260
|
"optional": true,
|
|
@@ -11249,6 +11266,24 @@
|
|
|
11249
11266
|
"kind": "array"
|
|
11250
11267
|
}
|
|
11251
11268
|
}
|
|
11269
|
+
},
|
|
11270
|
+
{
|
|
11271
|
+
"abstract": true,
|
|
11272
|
+
"docs": {
|
|
11273
|
+
"default": "- inherited from the task/project, otherwise the built-in projen shell",
|
|
11274
|
+
"stability": "experimental",
|
|
11275
|
+
"summary": "The shell used to run this task's commands, including its `condition` and `$(...)` environment evaluation. Use {@link TaskShell} to pick a built-in or an explicit invocation. Set at project, task or step level; the nearest declared level wins."
|
|
11276
|
+
},
|
|
11277
|
+
"immutable": true,
|
|
11278
|
+
"locationInModule": {
|
|
11279
|
+
"filename": "src/task-model.ts",
|
|
11280
|
+
"line": 79
|
|
11281
|
+
},
|
|
11282
|
+
"name": "shell",
|
|
11283
|
+
"optional": true,
|
|
11284
|
+
"type": {
|
|
11285
|
+
"fqn": "projen.TaskShell"
|
|
11286
|
+
}
|
|
11252
11287
|
}
|
|
11253
11288
|
],
|
|
11254
11289
|
"symbolId": "src/task-model:TaskCommonOptions"
|
|
@@ -11266,7 +11301,7 @@
|
|
|
11266
11301
|
"kind": "interface",
|
|
11267
11302
|
"locationInModule": {
|
|
11268
11303
|
"filename": "src/task.ts",
|
|
11269
|
-
"line":
|
|
11304
|
+
"line": 10
|
|
11270
11305
|
},
|
|
11271
11306
|
"name": "TaskOptions",
|
|
11272
11307
|
"properties": [
|
|
@@ -11281,7 +11316,7 @@
|
|
|
11281
11316
|
"immutable": true,
|
|
11282
11317
|
"locationInModule": {
|
|
11283
11318
|
"filename": "src/task.ts",
|
|
11284
|
-
"line":
|
|
11319
|
+
"line": 55
|
|
11285
11320
|
},
|
|
11286
11321
|
"name": "args",
|
|
11287
11322
|
"optional": true,
|
|
@@ -11305,7 +11340,7 @@
|
|
|
11305
11340
|
"immutable": true,
|
|
11306
11341
|
"locationInModule": {
|
|
11307
11342
|
"filename": "src/task.ts",
|
|
11308
|
-
"line":
|
|
11343
|
+
"line": 18
|
|
11309
11344
|
},
|
|
11310
11345
|
"name": "exec",
|
|
11311
11346
|
"optional": true,
|
|
@@ -11325,7 +11360,7 @@
|
|
|
11325
11360
|
"immutable": true,
|
|
11326
11361
|
"locationInModule": {
|
|
11327
11362
|
"filename": "src/task.ts",
|
|
11328
|
-
"line":
|
|
11363
|
+
"line": 34
|
|
11329
11364
|
},
|
|
11330
11365
|
"name": "execArgs",
|
|
11331
11366
|
"optional": true,
|
|
@@ -11349,7 +11384,7 @@
|
|
|
11349
11384
|
"immutable": true,
|
|
11350
11385
|
"locationInModule": {
|
|
11351
11386
|
"filename": "src/task.ts",
|
|
11352
|
-
"line":
|
|
11387
|
+
"line": 47
|
|
11353
11388
|
},
|
|
11354
11389
|
"name": "receiveArgs",
|
|
11355
11390
|
"optional": true,
|
|
@@ -11366,7 +11401,7 @@
|
|
|
11366
11401
|
"immutable": true,
|
|
11367
11402
|
"locationInModule": {
|
|
11368
11403
|
"filename": "src/task.ts",
|
|
11369
|
-
"line":
|
|
11404
|
+
"line": 39
|
|
11370
11405
|
},
|
|
11371
11406
|
"name": "steps",
|
|
11372
11407
|
"optional": true,
|
|
@@ -11382,21 +11417,143 @@
|
|
|
11382
11417
|
],
|
|
11383
11418
|
"symbolId": "src/task:TaskOptions"
|
|
11384
11419
|
},
|
|
11420
|
+
"projen.TaskShell": {
|
|
11421
|
+
"assembly": "projen",
|
|
11422
|
+
"docs": {
|
|
11423
|
+
"remarks": "Choose one of the built-in shells, or provide an explicit shell invocation:\n\n- {@link TaskShell.projen} (the default) - the built-in cross-platform shell.\n- {@link TaskShell.system} - the operating system's native shell.\n- {@link TaskShell.bash} / {@link TaskShell.sh} - common POSIX shells.\n- {@link TaskShell.command} - an arbitrary shell invocation given as an\n explicit argument list, e.g. `TaskShell.command([\"npx\", \"-c\"])`.\n\nA `shell` can be set at the project (tasks), task and step level, and the\nnearest declared level wins (it is a scalar override, not merged).",
|
|
11424
|
+
"stability": "experimental",
|
|
11425
|
+
"summary": "The shell used to run a task's commands - including its `condition` and any `$(...)` environment-variable evaluation."
|
|
11426
|
+
},
|
|
11427
|
+
"fqn": "projen.TaskShell",
|
|
11428
|
+
"kind": "class",
|
|
11429
|
+
"locationInModule": {
|
|
11430
|
+
"filename": "src/task-shell.ts",
|
|
11431
|
+
"line": 16
|
|
11432
|
+
},
|
|
11433
|
+
"methods": [
|
|
11434
|
+
{
|
|
11435
|
+
"docs": {
|
|
11436
|
+
"stability": "experimental",
|
|
11437
|
+
"summary": "Runs commands through `bash -c`."
|
|
11438
|
+
},
|
|
11439
|
+
"locationInModule": {
|
|
11440
|
+
"filename": "src/task-shell.ts",
|
|
11441
|
+
"line": 40
|
|
11442
|
+
},
|
|
11443
|
+
"name": "bash",
|
|
11444
|
+
"returns": {
|
|
11445
|
+
"type": {
|
|
11446
|
+
"fqn": "projen.TaskShell"
|
|
11447
|
+
}
|
|
11448
|
+
},
|
|
11449
|
+
"static": true
|
|
11450
|
+
},
|
|
11451
|
+
{
|
|
11452
|
+
"docs": {
|
|
11453
|
+
"example": "TaskShell.command([\"npx\", \"-c\"]);",
|
|
11454
|
+
"remarks": "The task\ncommand is appended as the final argument, so the invocation must accept\nthe command as its last argument (e.g. `bash -c`, `sh -c`, `npx -c`,\n`yarn exec`).",
|
|
11455
|
+
"stability": "experimental",
|
|
11456
|
+
"summary": "An arbitrary shell invocation, given as an explicit argument list."
|
|
11457
|
+
},
|
|
11458
|
+
"locationInModule": {
|
|
11459
|
+
"filename": "src/task-shell.ts",
|
|
11460
|
+
"line": 64
|
|
11461
|
+
},
|
|
11462
|
+
"name": "command",
|
|
11463
|
+
"parameters": [
|
|
11464
|
+
{
|
|
11465
|
+
"docs": {
|
|
11466
|
+
"remarks": "Must not be\nempty.",
|
|
11467
|
+
"summary": "The shell program followed by its arguments."
|
|
11468
|
+
},
|
|
11469
|
+
"name": "command",
|
|
11470
|
+
"type": {
|
|
11471
|
+
"collection": {
|
|
11472
|
+
"elementtype": {
|
|
11473
|
+
"primitive": "string"
|
|
11474
|
+
},
|
|
11475
|
+
"kind": "array"
|
|
11476
|
+
}
|
|
11477
|
+
}
|
|
11478
|
+
}
|
|
11479
|
+
],
|
|
11480
|
+
"returns": {
|
|
11481
|
+
"type": {
|
|
11482
|
+
"fqn": "projen.TaskShell"
|
|
11483
|
+
}
|
|
11484
|
+
},
|
|
11485
|
+
"static": true
|
|
11486
|
+
},
|
|
11487
|
+
{
|
|
11488
|
+
"docs": {
|
|
11489
|
+
"remarks": "It interprets POSIX-style\ntask syntax (`mkdir -p`, `&&`, `$VAR`, ...) identically on every platform,\nincluding Windows.",
|
|
11490
|
+
"stability": "experimental",
|
|
11491
|
+
"summary": "The built-in cross-platform shell (the default)."
|
|
11492
|
+
},
|
|
11493
|
+
"locationInModule": {
|
|
11494
|
+
"filename": "src/task-shell.ts",
|
|
11495
|
+
"line": 22
|
|
11496
|
+
},
|
|
11497
|
+
"name": "projen",
|
|
11498
|
+
"returns": {
|
|
11499
|
+
"type": {
|
|
11500
|
+
"fqn": "projen.TaskShell"
|
|
11501
|
+
}
|
|
11502
|
+
},
|
|
11503
|
+
"static": true
|
|
11504
|
+
},
|
|
11505
|
+
{
|
|
11506
|
+
"docs": {
|
|
11507
|
+
"stability": "experimental",
|
|
11508
|
+
"summary": "Runs commands through `sh -c`."
|
|
11509
|
+
},
|
|
11510
|
+
"locationInModule": {
|
|
11511
|
+
"filename": "src/task-shell.ts",
|
|
11512
|
+
"line": 47
|
|
11513
|
+
},
|
|
11514
|
+
"name": "sh",
|
|
11515
|
+
"returns": {
|
|
11516
|
+
"type": {
|
|
11517
|
+
"fqn": "projen.TaskShell"
|
|
11518
|
+
}
|
|
11519
|
+
},
|
|
11520
|
+
"static": true
|
|
11521
|
+
},
|
|
11522
|
+
{
|
|
11523
|
+
"docs": {
|
|
11524
|
+
"remarks": "Use this to opt out of the cross-platform shell and run commands through\nwhatever shell the host provides.",
|
|
11525
|
+
"stability": "experimental",
|
|
11526
|
+
"summary": "The operating system's native shell (`/bin/sh` on POSIX, `cmd.exe` on Windows)."
|
|
11527
|
+
},
|
|
11528
|
+
"locationInModule": {
|
|
11529
|
+
"filename": "src/task-shell.ts",
|
|
11530
|
+
"line": 33
|
|
11531
|
+
},
|
|
11532
|
+
"name": "system",
|
|
11533
|
+
"returns": {
|
|
11534
|
+
"type": {
|
|
11535
|
+
"fqn": "projen.TaskShell"
|
|
11536
|
+
}
|
|
11537
|
+
},
|
|
11538
|
+
"static": true
|
|
11539
|
+
}
|
|
11540
|
+
],
|
|
11541
|
+
"name": "TaskShell",
|
|
11542
|
+
"symbolId": "src/task-shell:TaskShell"
|
|
11543
|
+
},
|
|
11385
11544
|
"projen.TaskSpec": {
|
|
11386
11545
|
"assembly": "projen",
|
|
11387
11546
|
"datatype": true,
|
|
11388
11547
|
"docs": {
|
|
11548
|
+
"remarks": "The `tasks.json` (manifest) form of a task. {@link TaskCommonOptions} is the\nform used to define one; they differ only in the rendered `shell` field.",
|
|
11389
11549
|
"stability": "experimental",
|
|
11390
11550
|
"summary": "Specification of a single task."
|
|
11391
11551
|
},
|
|
11392
11552
|
"fqn": "projen.TaskSpec",
|
|
11393
|
-
"interfaces": [
|
|
11394
|
-
"projen.TaskCommonOptions"
|
|
11395
|
-
],
|
|
11396
11553
|
"kind": "interface",
|
|
11397
11554
|
"locationInModule": {
|
|
11398
11555
|
"filename": "src/task-model.ts",
|
|
11399
|
-
"line":
|
|
11556
|
+
"line": 88
|
|
11400
11557
|
},
|
|
11401
11558
|
"name": "TaskSpec",
|
|
11402
11559
|
"properties": [
|
|
@@ -11409,13 +11566,146 @@
|
|
|
11409
11566
|
"immutable": true,
|
|
11410
11567
|
"locationInModule": {
|
|
11411
11568
|
"filename": "src/task-model.ts",
|
|
11412
|
-
"line":
|
|
11569
|
+
"line": 92
|
|
11413
11570
|
},
|
|
11414
11571
|
"name": "name",
|
|
11415
11572
|
"type": {
|
|
11416
11573
|
"primitive": "string"
|
|
11417
11574
|
}
|
|
11418
11575
|
},
|
|
11576
|
+
{
|
|
11577
|
+
"abstract": true,
|
|
11578
|
+
"docs": {
|
|
11579
|
+
"remarks": "If\nthe program exits with a zero exit code, steps will be executed. A non-zero\ncode means that task will be skipped.",
|
|
11580
|
+
"stability": "experimental",
|
|
11581
|
+
"summary": "A shell command which determines if the this task should be executed."
|
|
11582
|
+
},
|
|
11583
|
+
"immutable": true,
|
|
11584
|
+
"locationInModule": {
|
|
11585
|
+
"filename": "src/task-model.ts",
|
|
11586
|
+
"line": 118
|
|
11587
|
+
},
|
|
11588
|
+
"name": "condition",
|
|
11589
|
+
"optional": true,
|
|
11590
|
+
"type": {
|
|
11591
|
+
"primitive": "string"
|
|
11592
|
+
}
|
|
11593
|
+
},
|
|
11594
|
+
{
|
|
11595
|
+
"abstract": true,
|
|
11596
|
+
"docs": {
|
|
11597
|
+
"default": "- process.cwd()",
|
|
11598
|
+
"stability": "experimental",
|
|
11599
|
+
"summary": "The working directory for all steps in this task (unless overridden by the step)."
|
|
11600
|
+
},
|
|
11601
|
+
"immutable": true,
|
|
11602
|
+
"locationInModule": {
|
|
11603
|
+
"filename": "src/task-model.ts",
|
|
11604
|
+
"line": 126
|
|
11605
|
+
},
|
|
11606
|
+
"name": "cwd",
|
|
11607
|
+
"optional": true,
|
|
11608
|
+
"type": {
|
|
11609
|
+
"primitive": "string"
|
|
11610
|
+
}
|
|
11611
|
+
},
|
|
11612
|
+
{
|
|
11613
|
+
"abstract": true,
|
|
11614
|
+
"docs": {
|
|
11615
|
+
"default": "- the task name",
|
|
11616
|
+
"stability": "experimental",
|
|
11617
|
+
"summary": "The description of this build command."
|
|
11618
|
+
},
|
|
11619
|
+
"immutable": true,
|
|
11620
|
+
"locationInModule": {
|
|
11621
|
+
"filename": "src/task-model.ts",
|
|
11622
|
+
"line": 98
|
|
11623
|
+
},
|
|
11624
|
+
"name": "description",
|
|
11625
|
+
"optional": true,
|
|
11626
|
+
"type": {
|
|
11627
|
+
"primitive": "string"
|
|
11628
|
+
}
|
|
11629
|
+
},
|
|
11630
|
+
{
|
|
11631
|
+
"abstract": true,
|
|
11632
|
+
"docs": {
|
|
11633
|
+
"default": "{}",
|
|
11634
|
+
"remarks": "Values in this map will be evaluated in a shell, so you can do stuff like `$(echo \"foo\")`.",
|
|
11635
|
+
"stability": "experimental",
|
|
11636
|
+
"summary": "Defines environment variables for the execution of this task."
|
|
11637
|
+
},
|
|
11638
|
+
"immutable": true,
|
|
11639
|
+
"locationInModule": {
|
|
11640
|
+
"filename": "src/task-model.ts",
|
|
11641
|
+
"line": 105
|
|
11642
|
+
},
|
|
11643
|
+
"name": "env",
|
|
11644
|
+
"optional": true,
|
|
11645
|
+
"type": {
|
|
11646
|
+
"collection": {
|
|
11647
|
+
"elementtype": {
|
|
11648
|
+
"primitive": "string"
|
|
11649
|
+
},
|
|
11650
|
+
"kind": "map"
|
|
11651
|
+
}
|
|
11652
|
+
}
|
|
11653
|
+
},
|
|
11654
|
+
{
|
|
11655
|
+
"abstract": true,
|
|
11656
|
+
"docs": {
|
|
11657
|
+
"remarks": "Task execution will fail if one of these is not defined.",
|
|
11658
|
+
"stability": "experimental",
|
|
11659
|
+
"summary": "A set of environment variables that must be defined in order to execute this task."
|
|
11660
|
+
},
|
|
11661
|
+
"immutable": true,
|
|
11662
|
+
"locationInModule": {
|
|
11663
|
+
"filename": "src/task-model.ts",
|
|
11664
|
+
"line": 111
|
|
11665
|
+
},
|
|
11666
|
+
"name": "requiredEnv",
|
|
11667
|
+
"optional": true,
|
|
11668
|
+
"type": {
|
|
11669
|
+
"collection": {
|
|
11670
|
+
"elementtype": {
|
|
11671
|
+
"primitive": "string"
|
|
11672
|
+
},
|
|
11673
|
+
"kind": "array"
|
|
11674
|
+
}
|
|
11675
|
+
}
|
|
11676
|
+
},
|
|
11677
|
+
{
|
|
11678
|
+
"abstract": true,
|
|
11679
|
+
"docs": {
|
|
11680
|
+
"default": "- the built-in projen shell",
|
|
11681
|
+
"stability": "experimental",
|
|
11682
|
+
"summary": "The task shell in `tasks.json` form: a keyword (`\"projen\"` or `\"system\"`) or an invocation argument list."
|
|
11683
|
+
},
|
|
11684
|
+
"immutable": true,
|
|
11685
|
+
"locationInModule": {
|
|
11686
|
+
"filename": "src/task-model.ts",
|
|
11687
|
+
"line": 134
|
|
11688
|
+
},
|
|
11689
|
+
"name": "shell",
|
|
11690
|
+
"optional": true,
|
|
11691
|
+
"type": {
|
|
11692
|
+
"union": {
|
|
11693
|
+
"types": [
|
|
11694
|
+
{
|
|
11695
|
+
"primitive": "string"
|
|
11696
|
+
},
|
|
11697
|
+
{
|
|
11698
|
+
"collection": {
|
|
11699
|
+
"elementtype": {
|
|
11700
|
+
"primitive": "string"
|
|
11701
|
+
},
|
|
11702
|
+
"kind": "array"
|
|
11703
|
+
}
|
|
11704
|
+
}
|
|
11705
|
+
]
|
|
11706
|
+
}
|
|
11707
|
+
}
|
|
11708
|
+
},
|
|
11419
11709
|
{
|
|
11420
11710
|
"abstract": true,
|
|
11421
11711
|
"docs": {
|
|
@@ -11425,7 +11715,7 @@
|
|
|
11425
11715
|
"immutable": true,
|
|
11426
11716
|
"locationInModule": {
|
|
11427
11717
|
"filename": "src/task-model.ts",
|
|
11428
|
-
"line":
|
|
11718
|
+
"line": 139
|
|
11429
11719
|
},
|
|
11430
11720
|
"name": "steps",
|
|
11431
11721
|
"optional": true,
|
|
@@ -11445,21 +11735,42 @@
|
|
|
11445
11735
|
"assembly": "projen",
|
|
11446
11736
|
"datatype": true,
|
|
11447
11737
|
"docs": {
|
|
11448
|
-
"remarks": "The step could either be the execution of a\nshell command or execution of a sub-task, by name.",
|
|
11738
|
+
"remarks": "The step could either be the execution of a\nshell command or execution of a sub-task, by name.\n\nThe `tasks.json` (manifest) form of a step. {@link TaskStepOptions} is the\nform used to define steps (via `task.exec()` etc.); they differ only in the\nrendered `shell` field.",
|
|
11449
11739
|
"stability": "experimental",
|
|
11450
11740
|
"summary": "A single step within a task."
|
|
11451
11741
|
},
|
|
11452
11742
|
"fqn": "projen.TaskStep",
|
|
11453
|
-
"interfaces": [
|
|
11454
|
-
"projen.TaskStepOptions"
|
|
11455
|
-
],
|
|
11456
11743
|
"kind": "interface",
|
|
11457
11744
|
"locationInModule": {
|
|
11458
11745
|
"filename": "src/task-model.ts",
|
|
11459
|
-
"line":
|
|
11746
|
+
"line": 234
|
|
11460
11747
|
},
|
|
11461
11748
|
"name": "TaskStep",
|
|
11462
11749
|
"properties": [
|
|
11750
|
+
{
|
|
11751
|
+
"abstract": true,
|
|
11752
|
+
"docs": {
|
|
11753
|
+
"default": "- no arguments are passed to the step",
|
|
11754
|
+
"see": "{@link TaskStepOptions.args }",
|
|
11755
|
+
"stability": "experimental",
|
|
11756
|
+
"summary": "A list of fixed arguments always passed to the step."
|
|
11757
|
+
},
|
|
11758
|
+
"immutable": true,
|
|
11759
|
+
"locationInModule": {
|
|
11760
|
+
"filename": "src/task-model.ts",
|
|
11761
|
+
"line": 270
|
|
11762
|
+
},
|
|
11763
|
+
"name": "args",
|
|
11764
|
+
"optional": true,
|
|
11765
|
+
"type": {
|
|
11766
|
+
"collection": {
|
|
11767
|
+
"elementtype": {
|
|
11768
|
+
"primitive": "string"
|
|
11769
|
+
},
|
|
11770
|
+
"kind": "array"
|
|
11771
|
+
}
|
|
11772
|
+
}
|
|
11773
|
+
},
|
|
11463
11774
|
{
|
|
11464
11775
|
"abstract": true,
|
|
11465
11776
|
"docs": {
|
|
@@ -11471,7 +11782,7 @@
|
|
|
11471
11782
|
"immutable": true,
|
|
11472
11783
|
"locationInModule": {
|
|
11473
11784
|
"filename": "src/task-model.ts",
|
|
11474
|
-
"line":
|
|
11785
|
+
"line": 345
|
|
11475
11786
|
},
|
|
11476
11787
|
"name": "builtin",
|
|
11477
11788
|
"optional": true,
|
|
@@ -11479,6 +11790,66 @@
|
|
|
11479
11790
|
"primitive": "string"
|
|
11480
11791
|
}
|
|
11481
11792
|
},
|
|
11793
|
+
{
|
|
11794
|
+
"abstract": true,
|
|
11795
|
+
"docs": {
|
|
11796
|
+
"remarks": "If\nthe program exits with a zero exit code, the step will be executed. A non-zero\ncode means the step will be skipped (subsequent task steps will still be evaluated/executed).",
|
|
11797
|
+
"stability": "experimental",
|
|
11798
|
+
"summary": "A shell command which determines if the this step should be executed."
|
|
11799
|
+
},
|
|
11800
|
+
"immutable": true,
|
|
11801
|
+
"locationInModule": {
|
|
11802
|
+
"filename": "src/task-model.ts",
|
|
11803
|
+
"line": 254
|
|
11804
|
+
},
|
|
11805
|
+
"name": "condition",
|
|
11806
|
+
"optional": true,
|
|
11807
|
+
"type": {
|
|
11808
|
+
"primitive": "string"
|
|
11809
|
+
}
|
|
11810
|
+
},
|
|
11811
|
+
{
|
|
11812
|
+
"abstract": true,
|
|
11813
|
+
"docs": {
|
|
11814
|
+
"default": "- determined by the task",
|
|
11815
|
+
"stability": "experimental",
|
|
11816
|
+
"summary": "The working directory for this step."
|
|
11817
|
+
},
|
|
11818
|
+
"immutable": true,
|
|
11819
|
+
"locationInModule": {
|
|
11820
|
+
"filename": "src/task-model.ts",
|
|
11821
|
+
"line": 247
|
|
11822
|
+
},
|
|
11823
|
+
"name": "cwd",
|
|
11824
|
+
"optional": true,
|
|
11825
|
+
"type": {
|
|
11826
|
+
"primitive": "string"
|
|
11827
|
+
}
|
|
11828
|
+
},
|
|
11829
|
+
{
|
|
11830
|
+
"abstract": true,
|
|
11831
|
+
"docs": {
|
|
11832
|
+
"default": "- no environment variables defined in step",
|
|
11833
|
+
"see": "{@link TaskStepOptions.env }",
|
|
11834
|
+
"stability": "experimental",
|
|
11835
|
+
"summary": "Defines environment variables for the execution of this step (`exec` and `builtin` only)."
|
|
11836
|
+
},
|
|
11837
|
+
"immutable": true,
|
|
11838
|
+
"locationInModule": {
|
|
11839
|
+
"filename": "src/task-model.ts",
|
|
11840
|
+
"line": 278
|
|
11841
|
+
},
|
|
11842
|
+
"name": "env",
|
|
11843
|
+
"optional": true,
|
|
11844
|
+
"type": {
|
|
11845
|
+
"collection": {
|
|
11846
|
+
"elementtype": {
|
|
11847
|
+
"primitive": "string"
|
|
11848
|
+
},
|
|
11849
|
+
"kind": "map"
|
|
11850
|
+
}
|
|
11851
|
+
}
|
|
11852
|
+
},
|
|
11482
11853
|
{
|
|
11483
11854
|
"abstract": true,
|
|
11484
11855
|
"docs": {
|
|
@@ -11490,7 +11861,7 @@
|
|
|
11490
11861
|
"immutable": true,
|
|
11491
11862
|
"locationInModule": {
|
|
11492
11863
|
"filename": "src/task-model.ts",
|
|
11493
|
-
"line":
|
|
11864
|
+
"line": 297
|
|
11494
11865
|
},
|
|
11495
11866
|
"name": "exec",
|
|
11496
11867
|
"optional": true,
|
|
@@ -11510,7 +11881,7 @@
|
|
|
11510
11881
|
"immutable": true,
|
|
11511
11882
|
"locationInModule": {
|
|
11512
11883
|
"filename": "src/task-model.ts",
|
|
11513
|
-
"line":
|
|
11884
|
+
"line": 318
|
|
11514
11885
|
},
|
|
11515
11886
|
"name": "execArgs",
|
|
11516
11887
|
"optional": true,
|
|
@@ -11523,6 +11894,43 @@
|
|
|
11523
11894
|
}
|
|
11524
11895
|
}
|
|
11525
11896
|
},
|
|
11897
|
+
{
|
|
11898
|
+
"abstract": true,
|
|
11899
|
+
"docs": {
|
|
11900
|
+
"default": "- no name",
|
|
11901
|
+
"stability": "experimental",
|
|
11902
|
+
"summary": "Step name."
|
|
11903
|
+
},
|
|
11904
|
+
"immutable": true,
|
|
11905
|
+
"locationInModule": {
|
|
11906
|
+
"filename": "src/task-model.ts",
|
|
11907
|
+
"line": 240
|
|
11908
|
+
},
|
|
11909
|
+
"name": "name",
|
|
11910
|
+
"optional": true,
|
|
11911
|
+
"type": {
|
|
11912
|
+
"primitive": "string"
|
|
11913
|
+
}
|
|
11914
|
+
},
|
|
11915
|
+
{
|
|
11916
|
+
"abstract": true,
|
|
11917
|
+
"docs": {
|
|
11918
|
+
"default": "false",
|
|
11919
|
+
"see": "{@link TaskStepOptions.receiveArgs }",
|
|
11920
|
+
"stability": "experimental",
|
|
11921
|
+
"summary": "Should this step receive args passed to the task."
|
|
11922
|
+
},
|
|
11923
|
+
"immutable": true,
|
|
11924
|
+
"locationInModule": {
|
|
11925
|
+
"filename": "src/task-model.ts",
|
|
11926
|
+
"line": 262
|
|
11927
|
+
},
|
|
11928
|
+
"name": "receiveArgs",
|
|
11929
|
+
"optional": true,
|
|
11930
|
+
"type": {
|
|
11931
|
+
"primitive": "boolean"
|
|
11932
|
+
}
|
|
11933
|
+
},
|
|
11526
11934
|
{
|
|
11527
11935
|
"abstract": true,
|
|
11528
11936
|
"docs": {
|
|
@@ -11533,7 +11941,7 @@
|
|
|
11533
11941
|
"immutable": true,
|
|
11534
11942
|
"locationInModule": {
|
|
11535
11943
|
"filename": "src/task-model.ts",
|
|
11536
|
-
"line":
|
|
11944
|
+
"line": 331
|
|
11537
11945
|
},
|
|
11538
11946
|
"name": "say",
|
|
11539
11947
|
"optional": true,
|
|
@@ -11541,6 +11949,38 @@
|
|
|
11541
11949
|
"primitive": "string"
|
|
11542
11950
|
}
|
|
11543
11951
|
},
|
|
11952
|
+
{
|
|
11953
|
+
"abstract": true,
|
|
11954
|
+
"docs": {
|
|
11955
|
+
"default": "- the task's (or project's) shell",
|
|
11956
|
+
"stability": "experimental",
|
|
11957
|
+
"summary": "The step shell in `tasks.json` form: a keyword (`\"projen\"` or `\"system\"`) or an invocation argument list."
|
|
11958
|
+
},
|
|
11959
|
+
"immutable": true,
|
|
11960
|
+
"locationInModule": {
|
|
11961
|
+
"filename": "src/task-model.ts",
|
|
11962
|
+
"line": 286
|
|
11963
|
+
},
|
|
11964
|
+
"name": "shell",
|
|
11965
|
+
"optional": true,
|
|
11966
|
+
"type": {
|
|
11967
|
+
"union": {
|
|
11968
|
+
"types": [
|
|
11969
|
+
{
|
|
11970
|
+
"primitive": "string"
|
|
11971
|
+
},
|
|
11972
|
+
{
|
|
11973
|
+
"collection": {
|
|
11974
|
+
"elementtype": {
|
|
11975
|
+
"primitive": "string"
|
|
11976
|
+
},
|
|
11977
|
+
"kind": "array"
|
|
11978
|
+
}
|
|
11979
|
+
}
|
|
11980
|
+
]
|
|
11981
|
+
}
|
|
11982
|
+
}
|
|
11983
|
+
},
|
|
11544
11984
|
{
|
|
11545
11985
|
"abstract": true,
|
|
11546
11986
|
"docs": {
|
|
@@ -11551,7 +11991,7 @@
|
|
|
11551
11991
|
"immutable": true,
|
|
11552
11992
|
"locationInModule": {
|
|
11553
11993
|
"filename": "src/task-model.ts",
|
|
11554
|
-
"line":
|
|
11994
|
+
"line": 325
|
|
11555
11995
|
},
|
|
11556
11996
|
"name": "spawn",
|
|
11557
11997
|
"optional": true,
|
|
@@ -11573,7 +12013,7 @@
|
|
|
11573
12013
|
"kind": "interface",
|
|
11574
12014
|
"locationInModule": {
|
|
11575
12015
|
"filename": "src/task-model.ts",
|
|
11576
|
-
"line":
|
|
12016
|
+
"line": 145
|
|
11577
12017
|
},
|
|
11578
12018
|
"name": "TaskStepOptions",
|
|
11579
12019
|
"properties": [
|
|
@@ -11589,7 +12029,7 @@
|
|
|
11589
12029
|
"immutable": true,
|
|
11590
12030
|
"locationInModule": {
|
|
11591
12031
|
"filename": "src/task-model.ts",
|
|
11592
|
-
"line":
|
|
12032
|
+
"line": 205
|
|
11593
12033
|
},
|
|
11594
12034
|
"name": "args",
|
|
11595
12035
|
"optional": true,
|
|
@@ -11612,7 +12052,7 @@
|
|
|
11612
12052
|
"immutable": true,
|
|
11613
12053
|
"locationInModule": {
|
|
11614
12054
|
"filename": "src/task-model.ts",
|
|
11615
|
-
"line":
|
|
12055
|
+
"line": 165
|
|
11616
12056
|
},
|
|
11617
12057
|
"name": "condition",
|
|
11618
12058
|
"optional": true,
|
|
@@ -11630,7 +12070,7 @@
|
|
|
11630
12070
|
"immutable": true,
|
|
11631
12071
|
"locationInModule": {
|
|
11632
12072
|
"filename": "src/task-model.ts",
|
|
11633
|
-
"line":
|
|
12073
|
+
"line": 158
|
|
11634
12074
|
},
|
|
11635
12075
|
"name": "cwd",
|
|
11636
12076
|
"optional": true,
|
|
@@ -11650,7 +12090,7 @@
|
|
|
11650
12090
|
"immutable": true,
|
|
11651
12091
|
"locationInModule": {
|
|
11652
12092
|
"filename": "src/task-model.ts",
|
|
11653
|
-
"line":
|
|
12093
|
+
"line": 215
|
|
11654
12094
|
},
|
|
11655
12095
|
"name": "env",
|
|
11656
12096
|
"optional": true,
|
|
@@ -11673,7 +12113,7 @@
|
|
|
11673
12113
|
"immutable": true,
|
|
11674
12114
|
"locationInModule": {
|
|
11675
12115
|
"filename": "src/task-model.ts",
|
|
11676
|
-
"line":
|
|
12116
|
+
"line": 151
|
|
11677
12117
|
},
|
|
11678
12118
|
"name": "name",
|
|
11679
12119
|
"optional": true,
|
|
@@ -11686,20 +12126,39 @@
|
|
|
11686
12126
|
"docs": {
|
|
11687
12127
|
"default": "false",
|
|
11688
12128
|
"example": "task.exec(\"echo Hello $@ World!\", { receiveArgs: true });",
|
|
11689
|
-
"remarks": "If `true`, args are passed through at the end of the `exec` shell command.\\\nThe position of the args can be changed by including the marker `$@` inside the command string.\n\nIf the marker is explicitly double-quoted (\"$@\") arguments will be wrapped in
|
|
12129
|
+
"remarks": "If `true`, args are passed through at the end of the `exec` shell command.\\\nThe position of the args can be changed by including the marker `$@` inside the command string.\n\nIf the marker is explicitly double-quoted (\"$@\") arguments will be wrapped in double quotes, approximating\nthe whitespace preserving behavior of bash variable expansion.\n\nIf the step spawns a subtask, args are passed to the subtask.\nThe subtask must define steps receiving args for this to have any effect.",
|
|
11690
12130
|
"stability": "experimental",
|
|
11691
12131
|
"summary": "Should this step receive args passed to the task."
|
|
11692
12132
|
},
|
|
11693
12133
|
"immutable": true,
|
|
11694
12134
|
"locationInModule": {
|
|
11695
12135
|
"filename": "src/task-model.ts",
|
|
11696
|
-
"line":
|
|
12136
|
+
"line": 183
|
|
11697
12137
|
},
|
|
11698
12138
|
"name": "receiveArgs",
|
|
11699
12139
|
"optional": true,
|
|
11700
12140
|
"type": {
|
|
11701
12141
|
"primitive": "boolean"
|
|
11702
12142
|
}
|
|
12143
|
+
},
|
|
12144
|
+
{
|
|
12145
|
+
"abstract": true,
|
|
12146
|
+
"docs": {
|
|
12147
|
+
"default": "- the task's (or project's) shell",
|
|
12148
|
+
"see": "{@link TaskCommonOptions.shell }",
|
|
12149
|
+
"stability": "experimental",
|
|
12150
|
+
"summary": "The shell used to run this step, overriding the task/project shell."
|
|
12151
|
+
},
|
|
12152
|
+
"immutable": true,
|
|
12153
|
+
"locationInModule": {
|
|
12154
|
+
"filename": "src/task-model.ts",
|
|
12155
|
+
"line": 223
|
|
12156
|
+
},
|
|
12157
|
+
"name": "shell",
|
|
12158
|
+
"optional": true,
|
|
12159
|
+
"type": {
|
|
12160
|
+
"fqn": "projen.TaskShell"
|
|
12161
|
+
}
|
|
11703
12162
|
}
|
|
11704
12163
|
],
|
|
11705
12164
|
"symbolId": "src/task-model:TaskStepOptions"
|
|
@@ -11719,7 +12178,7 @@
|
|
|
11719
12178
|
},
|
|
11720
12179
|
"locationInModule": {
|
|
11721
12180
|
"filename": "src/tasks.ts",
|
|
11722
|
-
"line":
|
|
12181
|
+
"line": 25
|
|
11723
12182
|
},
|
|
11724
12183
|
"parameters": [
|
|
11725
12184
|
{
|
|
@@ -11733,7 +12192,7 @@
|
|
|
11733
12192
|
"kind": "class",
|
|
11734
12193
|
"locationInModule": {
|
|
11735
12194
|
"filename": "src/tasks.ts",
|
|
11736
|
-
"line":
|
|
12195
|
+
"line": 19
|
|
11737
12196
|
},
|
|
11738
12197
|
"methods": [
|
|
11739
12198
|
{
|
|
@@ -11743,7 +12202,7 @@
|
|
|
11743
12202
|
},
|
|
11744
12203
|
"locationInModule": {
|
|
11745
12204
|
"filename": "src/tasks.ts",
|
|
11746
|
-
"line":
|
|
12205
|
+
"line": 92
|
|
11747
12206
|
},
|
|
11748
12207
|
"name": "addEnvironment",
|
|
11749
12208
|
"parameters": [
|
|
@@ -11774,7 +12233,7 @@
|
|
|
11774
12233
|
},
|
|
11775
12234
|
"locationInModule": {
|
|
11776
12235
|
"filename": "src/tasks.ts",
|
|
11777
|
-
"line":
|
|
12236
|
+
"line": 49
|
|
11778
12237
|
},
|
|
11779
12238
|
"name": "addTask",
|
|
11780
12239
|
"parameters": [
|
|
@@ -11812,7 +12271,7 @@
|
|
|
11812
12271
|
},
|
|
11813
12272
|
"locationInModule": {
|
|
11814
12273
|
"filename": "src/tasks.ts",
|
|
11815
|
-
"line":
|
|
12274
|
+
"line": 67
|
|
11816
12275
|
},
|
|
11817
12276
|
"name": "removeTask",
|
|
11818
12277
|
"parameters": [
|
|
@@ -11839,7 +12298,7 @@
|
|
|
11839
12298
|
},
|
|
11840
12299
|
"locationInModule": {
|
|
11841
12300
|
"filename": "src/tasks.ts",
|
|
11842
|
-
"line":
|
|
12301
|
+
"line": 164
|
|
11843
12302
|
},
|
|
11844
12303
|
"name": "resolveTasksManifest",
|
|
11845
12304
|
"parameters": [
|
|
@@ -11863,7 +12322,7 @@
|
|
|
11863
12322
|
},
|
|
11864
12323
|
"locationInModule": {
|
|
11865
12324
|
"filename": "src/tasks.ts",
|
|
11866
|
-
"line":
|
|
12325
|
+
"line": 136
|
|
11867
12326
|
},
|
|
11868
12327
|
"name": "runTask",
|
|
11869
12328
|
"parameters": [
|
|
@@ -11909,7 +12368,7 @@
|
|
|
11909
12368
|
},
|
|
11910
12369
|
"locationInModule": {
|
|
11911
12370
|
"filename": "src/tasks.ts",
|
|
11912
|
-
"line":
|
|
12371
|
+
"line": 144
|
|
11913
12372
|
},
|
|
11914
12373
|
"name": "synthesize",
|
|
11915
12374
|
"overrides": "projen.Component"
|
|
@@ -11922,7 +12381,7 @@
|
|
|
11922
12381
|
},
|
|
11923
12382
|
"locationInModule": {
|
|
11924
12383
|
"filename": "src/tasks.ts",
|
|
11925
|
-
"line":
|
|
12384
|
+
"line": 126
|
|
11926
12385
|
},
|
|
11927
12386
|
"name": "tryFind",
|
|
11928
12387
|
"parameters": [
|
|
@@ -11954,7 +12413,7 @@
|
|
|
11954
12413
|
"immutable": true,
|
|
11955
12414
|
"locationInModule": {
|
|
11956
12415
|
"filename": "src/tasks.ts",
|
|
11957
|
-
"line":
|
|
12416
|
+
"line": 40
|
|
11958
12417
|
},
|
|
11959
12418
|
"name": "all",
|
|
11960
12419
|
"type": {
|
|
@@ -11974,7 +12433,7 @@
|
|
|
11974
12433
|
"immutable": true,
|
|
11975
12434
|
"locationInModule": {
|
|
11976
12435
|
"filename": "src/tasks.ts",
|
|
11977
|
-
"line":
|
|
12436
|
+
"line": 99
|
|
11978
12437
|
},
|
|
11979
12438
|
"name": "env",
|
|
11980
12439
|
"type": {
|
|
@@ -11985,6 +12444,23 @@
|
|
|
11985
12444
|
"kind": "map"
|
|
11986
12445
|
}
|
|
11987
12446
|
}
|
|
12447
|
+
},
|
|
12448
|
+
{
|
|
12449
|
+
"docs": {
|
|
12450
|
+
"remarks": "Individual tasks and steps can\noverride this.\nSets the default shell used to run all task commands.",
|
|
12451
|
+
"see": "{@link TaskCommonOptions.shell }",
|
|
12452
|
+
"stability": "experimental",
|
|
12453
|
+
"summary": "The default shell used to run all task commands, or `undefined` for the built-in cross-platform projen shell."
|
|
12454
|
+
},
|
|
12455
|
+
"locationInModule": {
|
|
12456
|
+
"filename": "src/tasks.ts",
|
|
12457
|
+
"line": 111
|
|
12458
|
+
},
|
|
12459
|
+
"name": "shell",
|
|
12460
|
+
"optional": true,
|
|
12461
|
+
"type": {
|
|
12462
|
+
"fqn": "projen.TaskShell"
|
|
12463
|
+
}
|
|
11988
12464
|
}
|
|
11989
12465
|
],
|
|
11990
12466
|
"symbolId": "src/tasks:Tasks"
|
|
@@ -12000,7 +12476,7 @@
|
|
|
12000
12476
|
"kind": "interface",
|
|
12001
12477
|
"locationInModule": {
|
|
12002
12478
|
"filename": "src/task-model.ts",
|
|
12003
|
-
"line":
|
|
12479
|
+
"line": 6
|
|
12004
12480
|
},
|
|
12005
12481
|
"name": "TasksManifest",
|
|
12006
12482
|
"properties": [
|
|
@@ -12013,7 +12489,7 @@
|
|
|
12013
12489
|
"immutable": true,
|
|
12014
12490
|
"locationInModule": {
|
|
12015
12491
|
"filename": "src/task-model.ts",
|
|
12016
|
-
"line":
|
|
12492
|
+
"line": 26
|
|
12017
12493
|
},
|
|
12018
12494
|
"name": "env",
|
|
12019
12495
|
"optional": true,
|
|
@@ -12037,7 +12513,7 @@
|
|
|
12037
12513
|
"immutable": true,
|
|
12038
12514
|
"locationInModule": {
|
|
12039
12515
|
"filename": "src/task-model.ts",
|
|
12040
|
-
"line":
|
|
12516
|
+
"line": 16
|
|
12041
12517
|
},
|
|
12042
12518
|
"name": "manifestVersion",
|
|
12043
12519
|
"optional": true,
|
|
@@ -12045,6 +12521,37 @@
|
|
|
12045
12521
|
"primitive": "number"
|
|
12046
12522
|
}
|
|
12047
12523
|
},
|
|
12524
|
+
{
|
|
12525
|
+
"abstract": true,
|
|
12526
|
+
"docs": {
|
|
12527
|
+
"stability": "experimental",
|
|
12528
|
+
"summary": "The default task shell, in `tasks.json` form: a keyword (`\"projen\"` or `\"system\"`) or an invocation argument list. See {@link TaskCommonOptions.shell}."
|
|
12529
|
+
},
|
|
12530
|
+
"immutable": true,
|
|
12531
|
+
"locationInModule": {
|
|
12532
|
+
"filename": "src/task-model.ts",
|
|
12533
|
+
"line": 33
|
|
12534
|
+
},
|
|
12535
|
+
"name": "shell",
|
|
12536
|
+
"optional": true,
|
|
12537
|
+
"type": {
|
|
12538
|
+
"union": {
|
|
12539
|
+
"types": [
|
|
12540
|
+
{
|
|
12541
|
+
"primitive": "string"
|
|
12542
|
+
},
|
|
12543
|
+
{
|
|
12544
|
+
"collection": {
|
|
12545
|
+
"elementtype": {
|
|
12546
|
+
"primitive": "string"
|
|
12547
|
+
},
|
|
12548
|
+
"kind": "array"
|
|
12549
|
+
}
|
|
12550
|
+
}
|
|
12551
|
+
]
|
|
12552
|
+
}
|
|
12553
|
+
}
|
|
12554
|
+
},
|
|
12048
12555
|
{
|
|
12049
12556
|
"abstract": true,
|
|
12050
12557
|
"docs": {
|
|
@@ -12054,7 +12561,7 @@
|
|
|
12054
12561
|
"immutable": true,
|
|
12055
12562
|
"locationInModule": {
|
|
12056
12563
|
"filename": "src/task-model.ts",
|
|
12057
|
-
"line":
|
|
12564
|
+
"line": 21
|
|
12058
12565
|
},
|
|
12059
12566
|
"name": "tasks",
|
|
12060
12567
|
"optional": true,
|
|
@@ -82317,6 +82824,6 @@
|
|
|
82317
82824
|
"usedFeatures": [
|
|
82318
82825
|
"class-covariant-overrides"
|
|
82319
82826
|
],
|
|
82320
|
-
"version": "0.
|
|
82321
|
-
"fingerprint": "
|
|
82827
|
+
"version": "0.101.0",
|
|
82828
|
+
"fingerprint": "BGjjsI3QkQI4hi7MIJUczqwF4kXN1seEj8Q+SMJC7eg="
|
|
82322
82829
|
}
|