projen 0.84.0 → 0.84.2
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 +273 -176
- package/lib/awscdk/auto-discover.js +5 -5
- 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 +2 -2
- 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 +1 -1
- 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/consts.js +2 -2
- package/lib/cdk/integration-test-base.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/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/dependabot.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/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 +3 -3
- package/lib/gitlab/configuration-model.d.ts +1 -0
- package/lib/gitlab/configuration-model.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/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 +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.d.ts +20 -0
- package/lib/javascript/jest.js +35 -10
- 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.d.ts +4 -1
- package/lib/javascript/projenrc.js +6 -3
- 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 +2 -2
- 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/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/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +3 -3
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- 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 +7 -2
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +17 -10
- package/lib/version.js +2 -2
- 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 +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +5 -3
package/.jsii
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"stability": "experimental"
|
|
61
61
|
},
|
|
62
62
|
"homepage": "https://github.com/projen/projen.git",
|
|
63
|
-
"jsiiVersion": "5.4.
|
|
63
|
+
"jsiiVersion": "5.4.26 (build 23f0c56)",
|
|
64
64
|
"keywords": [
|
|
65
65
|
"cdk",
|
|
66
66
|
"cicd",
|
|
@@ -31708,7 +31708,7 @@
|
|
|
31708
31708
|
"kind": "enum",
|
|
31709
31709
|
"locationInModule": {
|
|
31710
31710
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31711
|
-
"line":
|
|
31711
|
+
"line": 393
|
|
31712
31712
|
},
|
|
31713
31713
|
"members": [
|
|
31714
31714
|
{
|
|
@@ -31747,7 +31747,7 @@
|
|
|
31747
31747
|
"kind": "interface",
|
|
31748
31748
|
"locationInModule": {
|
|
31749
31749
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31750
|
-
"line":
|
|
31750
|
+
"line": 282
|
|
31751
31751
|
},
|
|
31752
31752
|
"name": "AllowFailure",
|
|
31753
31753
|
"namespace": "gitlab",
|
|
@@ -31760,7 +31760,7 @@
|
|
|
31760
31760
|
"immutable": true,
|
|
31761
31761
|
"locationInModule": {
|
|
31762
31762
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31763
|
-
"line":
|
|
31763
|
+
"line": 283
|
|
31764
31764
|
},
|
|
31765
31765
|
"name": "exitCodes",
|
|
31766
31766
|
"type": {
|
|
@@ -31965,7 +31965,7 @@
|
|
|
31965
31965
|
"kind": "interface",
|
|
31966
31966
|
"locationInModule": {
|
|
31967
31967
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31968
|
-
"line":
|
|
31968
|
+
"line": 509
|
|
31969
31969
|
},
|
|
31970
31970
|
"name": "Assets",
|
|
31971
31971
|
"namespace": "gitlab",
|
|
@@ -31979,7 +31979,7 @@
|
|
|
31979
31979
|
"immutable": true,
|
|
31980
31980
|
"locationInModule": {
|
|
31981
31981
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31982
|
-
"line":
|
|
31982
|
+
"line": 511
|
|
31983
31983
|
},
|
|
31984
31984
|
"name": "links",
|
|
31985
31985
|
"type": {
|
|
@@ -33206,7 +33206,7 @@
|
|
|
33206
33206
|
"kind": "enum",
|
|
33207
33207
|
"locationInModule": {
|
|
33208
33208
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33209
|
-
"line":
|
|
33209
|
+
"line": 454
|
|
33210
33210
|
},
|
|
33211
33211
|
"members": [
|
|
33212
33212
|
{
|
|
@@ -33284,7 +33284,7 @@
|
|
|
33284
33284
|
"kind": "enum",
|
|
33285
33285
|
"locationInModule": {
|
|
33286
33286
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33287
|
-
"line":
|
|
33287
|
+
"line": 403
|
|
33288
33288
|
},
|
|
33289
33289
|
"members": [
|
|
33290
33290
|
{
|
|
@@ -33333,7 +33333,7 @@
|
|
|
33333
33333
|
"kind": "interface",
|
|
33334
33334
|
"locationInModule": {
|
|
33335
33335
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33336
|
-
"line":
|
|
33336
|
+
"line": 562
|
|
33337
33337
|
},
|
|
33338
33338
|
"name": "Engine",
|
|
33339
33339
|
"namespace": "gitlab",
|
|
@@ -33347,7 +33347,7 @@
|
|
|
33347
33347
|
"immutable": true,
|
|
33348
33348
|
"locationInModule": {
|
|
33349
33349
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33350
|
-
"line":
|
|
33350
|
+
"line": 564
|
|
33351
33351
|
},
|
|
33352
33352
|
"name": "name",
|
|
33353
33353
|
"type": {
|
|
@@ -33363,7 +33363,7 @@
|
|
|
33363
33363
|
"immutable": true,
|
|
33364
33364
|
"locationInModule": {
|
|
33365
33365
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33366
|
-
"line":
|
|
33366
|
+
"line": 566
|
|
33367
33367
|
},
|
|
33368
33368
|
"name": "path",
|
|
33369
33369
|
"type": {
|
|
@@ -33384,7 +33384,7 @@
|
|
|
33384
33384
|
"kind": "interface",
|
|
33385
33385
|
"locationInModule": {
|
|
33386
33386
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33387
|
-
"line":
|
|
33387
|
+
"line": 371
|
|
33388
33388
|
},
|
|
33389
33389
|
"name": "Environment",
|
|
33390
33390
|
"namespace": "gitlab",
|
|
@@ -33398,7 +33398,7 @@
|
|
|
33398
33398
|
"immutable": true,
|
|
33399
33399
|
"locationInModule": {
|
|
33400
33400
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33401
|
-
"line":
|
|
33401
|
+
"line": 381
|
|
33402
33402
|
},
|
|
33403
33403
|
"name": "name",
|
|
33404
33404
|
"type": {
|
|
@@ -33415,7 +33415,7 @@
|
|
|
33415
33415
|
"immutable": true,
|
|
33416
33416
|
"locationInModule": {
|
|
33417
33417
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33418
|
-
"line":
|
|
33418
|
+
"line": 373
|
|
33419
33419
|
},
|
|
33420
33420
|
"name": "action",
|
|
33421
33421
|
"optional": true,
|
|
@@ -33433,7 +33433,7 @@
|
|
|
33433
33433
|
"immutable": true,
|
|
33434
33434
|
"locationInModule": {
|
|
33435
33435
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33436
|
-
"line":
|
|
33436
|
+
"line": 375
|
|
33437
33437
|
},
|
|
33438
33438
|
"name": "autoStopIn",
|
|
33439
33439
|
"optional": true,
|
|
@@ -33450,7 +33450,7 @@
|
|
|
33450
33450
|
"immutable": true,
|
|
33451
33451
|
"locationInModule": {
|
|
33452
33452
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33453
|
-
"line":
|
|
33453
|
+
"line": 377
|
|
33454
33454
|
},
|
|
33455
33455
|
"name": "deploymentTier",
|
|
33456
33456
|
"optional": true,
|
|
@@ -33468,7 +33468,7 @@
|
|
|
33468
33468
|
"immutable": true,
|
|
33469
33469
|
"locationInModule": {
|
|
33470
33470
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33471
|
-
"line":
|
|
33471
|
+
"line": 379
|
|
33472
33472
|
},
|
|
33473
33473
|
"name": "kubernetes",
|
|
33474
33474
|
"optional": true,
|
|
@@ -33485,7 +33485,7 @@
|
|
|
33485
33485
|
"immutable": true,
|
|
33486
33486
|
"locationInModule": {
|
|
33487
33487
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33488
|
-
"line":
|
|
33488
|
+
"line": 383
|
|
33489
33489
|
},
|
|
33490
33490
|
"name": "onStop",
|
|
33491
33491
|
"optional": true,
|
|
@@ -33502,7 +33502,7 @@
|
|
|
33502
33502
|
"immutable": true,
|
|
33503
33503
|
"locationInModule": {
|
|
33504
33504
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33505
|
-
"line":
|
|
33505
|
+
"line": 385
|
|
33506
33506
|
},
|
|
33507
33507
|
"name": "url",
|
|
33508
33508
|
"optional": true,
|
|
@@ -33524,7 +33524,7 @@
|
|
|
33524
33524
|
"kind": "interface",
|
|
33525
33525
|
"locationInModule": {
|
|
33526
33526
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33527
|
-
"line":
|
|
33527
|
+
"line": 423
|
|
33528
33528
|
},
|
|
33529
33529
|
"name": "Filter",
|
|
33530
33530
|
"namespace": "gitlab",
|
|
@@ -33538,7 +33538,7 @@
|
|
|
33538
33538
|
"immutable": true,
|
|
33539
33539
|
"locationInModule": {
|
|
33540
33540
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33541
|
-
"line":
|
|
33541
|
+
"line": 425
|
|
33542
33542
|
},
|
|
33543
33543
|
"name": "changes",
|
|
33544
33544
|
"optional": true,
|
|
@@ -33560,7 +33560,7 @@
|
|
|
33560
33560
|
"immutable": true,
|
|
33561
33561
|
"locationInModule": {
|
|
33562
33562
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33563
|
-
"line":
|
|
33563
|
+
"line": 427
|
|
33564
33564
|
},
|
|
33565
33565
|
"name": "kubernetes",
|
|
33566
33566
|
"optional": true,
|
|
@@ -33577,7 +33577,7 @@
|
|
|
33577
33577
|
"immutable": true,
|
|
33578
33578
|
"locationInModule": {
|
|
33579
33579
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33580
|
-
"line":
|
|
33580
|
+
"line": 429
|
|
33581
33581
|
},
|
|
33582
33582
|
"name": "refs",
|
|
33583
33583
|
"optional": true,
|
|
@@ -33600,7 +33600,7 @@
|
|
|
33600
33600
|
"immutable": true,
|
|
33601
33601
|
"locationInModule": {
|
|
33602
33602
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33603
|
-
"line":
|
|
33603
|
+
"line": 431
|
|
33604
33604
|
},
|
|
33605
33605
|
"name": "variables",
|
|
33606
33606
|
"optional": true,
|
|
@@ -34078,6 +34078,27 @@
|
|
|
34078
34078
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34079
34079
|
"line": 267
|
|
34080
34080
|
},
|
|
34081
|
+
"name": "needs",
|
|
34082
|
+
"optional": true,
|
|
34083
|
+
"type": {
|
|
34084
|
+
"collection": {
|
|
34085
|
+
"elementtype": {
|
|
34086
|
+
"primitive": "string"
|
|
34087
|
+
},
|
|
34088
|
+
"kind": "array"
|
|
34089
|
+
}
|
|
34090
|
+
}
|
|
34091
|
+
},
|
|
34092
|
+
{
|
|
34093
|
+
"abstract": true,
|
|
34094
|
+
"docs": {
|
|
34095
|
+
"stability": "experimental"
|
|
34096
|
+
},
|
|
34097
|
+
"immutable": true,
|
|
34098
|
+
"locationInModule": {
|
|
34099
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
34100
|
+
"line": 269
|
|
34101
|
+
},
|
|
34081
34102
|
"name": "startIn",
|
|
34082
34103
|
"optional": true,
|
|
34083
34104
|
"type": {
|
|
@@ -34092,7 +34113,7 @@
|
|
|
34092
34113
|
"immutable": true,
|
|
34093
34114
|
"locationInModule": {
|
|
34094
34115
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34095
|
-
"line":
|
|
34116
|
+
"line": 271
|
|
34096
34117
|
},
|
|
34097
34118
|
"name": "variables",
|
|
34098
34119
|
"optional": true,
|
|
@@ -34113,7 +34134,7 @@
|
|
|
34113
34134
|
"immutable": true,
|
|
34114
34135
|
"locationInModule": {
|
|
34115
34136
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34116
|
-
"line":
|
|
34137
|
+
"line": 273
|
|
34117
34138
|
},
|
|
34118
34139
|
"name": "when",
|
|
34119
34140
|
"optional": true,
|
|
@@ -34136,7 +34157,7 @@
|
|
|
34136
34157
|
"kind": "interface",
|
|
34137
34158
|
"locationInModule": {
|
|
34138
34159
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34139
|
-
"line":
|
|
34160
|
+
"line": 447
|
|
34140
34161
|
},
|
|
34141
34162
|
"name": "Inherit",
|
|
34142
34163
|
"namespace": "gitlab",
|
|
@@ -34151,7 +34172,7 @@
|
|
|
34151
34172
|
"immutable": true,
|
|
34152
34173
|
"locationInModule": {
|
|
34153
34174
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34154
|
-
"line":
|
|
34175
|
+
"line": 449
|
|
34155
34176
|
},
|
|
34156
34177
|
"name": "default",
|
|
34157
34178
|
"optional": true,
|
|
@@ -34183,7 +34204,7 @@
|
|
|
34183
34204
|
"immutable": true,
|
|
34184
34205
|
"locationInModule": {
|
|
34185
34206
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34186
|
-
"line":
|
|
34207
|
+
"line": 451
|
|
34187
34208
|
},
|
|
34188
34209
|
"name": "variables",
|
|
34189
34210
|
"optional": true,
|
|
@@ -34220,7 +34241,7 @@
|
|
|
34220
34241
|
"kind": "interface",
|
|
34221
34242
|
"locationInModule": {
|
|
34222
34243
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34223
|
-
"line":
|
|
34244
|
+
"line": 303
|
|
34224
34245
|
},
|
|
34225
34246
|
"name": "Job",
|
|
34226
34247
|
"namespace": "gitlab",
|
|
@@ -34233,7 +34254,7 @@
|
|
|
34233
34254
|
"immutable": true,
|
|
34234
34255
|
"locationInModule": {
|
|
34235
34256
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34236
|
-
"line":
|
|
34257
|
+
"line": 305
|
|
34237
34258
|
},
|
|
34238
34259
|
"name": "afterScript",
|
|
34239
34260
|
"optional": true,
|
|
@@ -34255,7 +34276,7 @@
|
|
|
34255
34276
|
"immutable": true,
|
|
34256
34277
|
"locationInModule": {
|
|
34257
34278
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34258
|
-
"line":
|
|
34279
|
+
"line": 307
|
|
34259
34280
|
},
|
|
34260
34281
|
"name": "allowFailure",
|
|
34261
34282
|
"optional": true,
|
|
@@ -34280,7 +34301,7 @@
|
|
|
34280
34301
|
"immutable": true,
|
|
34281
34302
|
"locationInModule": {
|
|
34282
34303
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34283
|
-
"line":
|
|
34304
|
+
"line": 309
|
|
34284
34305
|
},
|
|
34285
34306
|
"name": "artifacts",
|
|
34286
34307
|
"optional": true,
|
|
@@ -34296,7 +34317,7 @@
|
|
|
34296
34317
|
"immutable": true,
|
|
34297
34318
|
"locationInModule": {
|
|
34298
34319
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34299
|
-
"line":
|
|
34320
|
+
"line": 311
|
|
34300
34321
|
},
|
|
34301
34322
|
"name": "beforeScript",
|
|
34302
34323
|
"optional": true,
|
|
@@ -34317,7 +34338,7 @@
|
|
|
34317
34338
|
"immutable": true,
|
|
34318
34339
|
"locationInModule": {
|
|
34319
34340
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34320
|
-
"line":
|
|
34341
|
+
"line": 313
|
|
34321
34342
|
},
|
|
34322
34343
|
"name": "cache",
|
|
34323
34344
|
"optional": true,
|
|
@@ -34340,7 +34361,7 @@
|
|
|
34340
34361
|
"immutable": true,
|
|
34341
34362
|
"locationInModule": {
|
|
34342
34363
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34343
|
-
"line":
|
|
34364
|
+
"line": 315
|
|
34344
34365
|
},
|
|
34345
34366
|
"name": "coverage",
|
|
34346
34367
|
"optional": true,
|
|
@@ -34358,7 +34379,7 @@
|
|
|
34358
34379
|
"immutable": true,
|
|
34359
34380
|
"locationInModule": {
|
|
34360
34381
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34361
|
-
"line":
|
|
34382
|
+
"line": 317
|
|
34362
34383
|
},
|
|
34363
34384
|
"name": "dependencies",
|
|
34364
34385
|
"optional": true,
|
|
@@ -34381,7 +34402,7 @@
|
|
|
34381
34402
|
"immutable": true,
|
|
34382
34403
|
"locationInModule": {
|
|
34383
34404
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34384
|
-
"line":
|
|
34405
|
+
"line": 319
|
|
34385
34406
|
},
|
|
34386
34407
|
"name": "environment",
|
|
34387
34408
|
"optional": true,
|
|
@@ -34407,7 +34428,7 @@
|
|
|
34407
34428
|
"immutable": true,
|
|
34408
34429
|
"locationInModule": {
|
|
34409
34430
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34410
|
-
"line":
|
|
34431
|
+
"line": 321
|
|
34411
34432
|
},
|
|
34412
34433
|
"name": "except",
|
|
34413
34434
|
"optional": true,
|
|
@@ -34438,7 +34459,7 @@
|
|
|
34438
34459
|
"immutable": true,
|
|
34439
34460
|
"locationInModule": {
|
|
34440
34461
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34441
|
-
"line":
|
|
34462
|
+
"line": 323
|
|
34442
34463
|
},
|
|
34443
34464
|
"name": "extends",
|
|
34444
34465
|
"optional": true,
|
|
@@ -34460,7 +34481,7 @@
|
|
|
34460
34481
|
"immutable": true,
|
|
34461
34482
|
"locationInModule": {
|
|
34462
34483
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34463
|
-
"line":
|
|
34484
|
+
"line": 325
|
|
34464
34485
|
},
|
|
34465
34486
|
"name": "idTokens",
|
|
34466
34487
|
"optional": true,
|
|
@@ -34481,7 +34502,7 @@
|
|
|
34481
34502
|
"immutable": true,
|
|
34482
34503
|
"locationInModule": {
|
|
34483
34504
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34484
|
-
"line":
|
|
34505
|
+
"line": 327
|
|
34485
34506
|
},
|
|
34486
34507
|
"name": "image",
|
|
34487
34508
|
"optional": true,
|
|
@@ -34499,7 +34520,7 @@
|
|
|
34499
34520
|
"immutable": true,
|
|
34500
34521
|
"locationInModule": {
|
|
34501
34522
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34502
|
-
"line":
|
|
34523
|
+
"line": 329
|
|
34503
34524
|
},
|
|
34504
34525
|
"name": "inherit",
|
|
34505
34526
|
"optional": true,
|
|
@@ -34515,7 +34536,7 @@
|
|
|
34515
34536
|
"immutable": true,
|
|
34516
34537
|
"locationInModule": {
|
|
34517
34538
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34518
|
-
"line":
|
|
34539
|
+
"line": 331
|
|
34519
34540
|
},
|
|
34520
34541
|
"name": "interruptible",
|
|
34521
34542
|
"optional": true,
|
|
@@ -34532,7 +34553,7 @@
|
|
|
34532
34553
|
"immutable": true,
|
|
34533
34554
|
"locationInModule": {
|
|
34534
34555
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34535
|
-
"line":
|
|
34556
|
+
"line": 333
|
|
34536
34557
|
},
|
|
34537
34558
|
"name": "needs",
|
|
34538
34559
|
"optional": true,
|
|
@@ -34563,7 +34584,7 @@
|
|
|
34563
34584
|
"immutable": true,
|
|
34564
34585
|
"locationInModule": {
|
|
34565
34586
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34566
|
-
"line":
|
|
34587
|
+
"line": 335
|
|
34567
34588
|
},
|
|
34568
34589
|
"name": "only",
|
|
34569
34590
|
"optional": true,
|
|
@@ -34594,7 +34615,7 @@
|
|
|
34594
34615
|
"immutable": true,
|
|
34595
34616
|
"locationInModule": {
|
|
34596
34617
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34597
|
-
"line":
|
|
34618
|
+
"line": 337
|
|
34598
34619
|
},
|
|
34599
34620
|
"name": "parallel",
|
|
34600
34621
|
"optional": true,
|
|
@@ -34620,7 +34641,7 @@
|
|
|
34620
34641
|
"immutable": true,
|
|
34621
34642
|
"locationInModule": {
|
|
34622
34643
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34623
|
-
"line":
|
|
34644
|
+
"line": 339
|
|
34624
34645
|
},
|
|
34625
34646
|
"name": "release",
|
|
34626
34647
|
"optional": true,
|
|
@@ -34638,7 +34659,7 @@
|
|
|
34638
34659
|
"immutable": true,
|
|
34639
34660
|
"locationInModule": {
|
|
34640
34661
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34641
|
-
"line":
|
|
34662
|
+
"line": 341
|
|
34642
34663
|
},
|
|
34643
34664
|
"name": "resourceGroup",
|
|
34644
34665
|
"optional": true,
|
|
@@ -34654,7 +34675,7 @@
|
|
|
34654
34675
|
"immutable": true,
|
|
34655
34676
|
"locationInModule": {
|
|
34656
34677
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34657
|
-
"line":
|
|
34678
|
+
"line": 343
|
|
34658
34679
|
},
|
|
34659
34680
|
"name": "retry",
|
|
34660
34681
|
"optional": true,
|
|
@@ -34671,7 +34692,7 @@
|
|
|
34671
34692
|
"immutable": true,
|
|
34672
34693
|
"locationInModule": {
|
|
34673
34694
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34674
|
-
"line":
|
|
34695
|
+
"line": 345
|
|
34675
34696
|
},
|
|
34676
34697
|
"name": "rules",
|
|
34677
34698
|
"optional": true,
|
|
@@ -34694,7 +34715,7 @@
|
|
|
34694
34715
|
"immutable": true,
|
|
34695
34716
|
"locationInModule": {
|
|
34696
34717
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34697
|
-
"line":
|
|
34718
|
+
"line": 347
|
|
34698
34719
|
},
|
|
34699
34720
|
"name": "script",
|
|
34700
34721
|
"optional": true,
|
|
@@ -34716,7 +34737,7 @@
|
|
|
34716
34737
|
"immutable": true,
|
|
34717
34738
|
"locationInModule": {
|
|
34718
34739
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34719
|
-
"line":
|
|
34740
|
+
"line": 349
|
|
34720
34741
|
},
|
|
34721
34742
|
"name": "secrets",
|
|
34722
34743
|
"optional": true,
|
|
@@ -34742,7 +34763,7 @@
|
|
|
34742
34763
|
"immutable": true,
|
|
34743
34764
|
"locationInModule": {
|
|
34744
34765
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34745
|
-
"line":
|
|
34766
|
+
"line": 351
|
|
34746
34767
|
},
|
|
34747
34768
|
"name": "services",
|
|
34748
34769
|
"optional": true,
|
|
@@ -34764,7 +34785,7 @@
|
|
|
34764
34785
|
"immutable": true,
|
|
34765
34786
|
"locationInModule": {
|
|
34766
34787
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34767
|
-
"line":
|
|
34788
|
+
"line": 353
|
|
34768
34789
|
},
|
|
34769
34790
|
"name": "stage",
|
|
34770
34791
|
"optional": true,
|
|
@@ -34780,7 +34801,7 @@
|
|
|
34780
34801
|
"immutable": true,
|
|
34781
34802
|
"locationInModule": {
|
|
34782
34803
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34783
|
-
"line":
|
|
34804
|
+
"line": 355
|
|
34784
34805
|
},
|
|
34785
34806
|
"name": "startIn",
|
|
34786
34807
|
"optional": true,
|
|
@@ -34796,7 +34817,7 @@
|
|
|
34796
34817
|
"immutable": true,
|
|
34797
34818
|
"locationInModule": {
|
|
34798
34819
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34799
|
-
"line":
|
|
34820
|
+
"line": 357
|
|
34800
34821
|
},
|
|
34801
34822
|
"name": "tags",
|
|
34802
34823
|
"optional": true,
|
|
@@ -34817,7 +34838,7 @@
|
|
|
34817
34838
|
"immutable": true,
|
|
34818
34839
|
"locationInModule": {
|
|
34819
34840
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34820
|
-
"line":
|
|
34841
|
+
"line": 359
|
|
34821
34842
|
},
|
|
34822
34843
|
"name": "timeout",
|
|
34823
34844
|
"optional": true,
|
|
@@ -34835,7 +34856,7 @@
|
|
|
34835
34856
|
"immutable": true,
|
|
34836
34857
|
"locationInModule": {
|
|
34837
34858
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34838
|
-
"line":
|
|
34859
|
+
"line": 361
|
|
34839
34860
|
},
|
|
34840
34861
|
"name": "trigger",
|
|
34841
34862
|
"optional": true,
|
|
@@ -34861,7 +34882,7 @@
|
|
|
34861
34882
|
"immutable": true,
|
|
34862
34883
|
"locationInModule": {
|
|
34863
34884
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34864
|
-
"line":
|
|
34885
|
+
"line": 363
|
|
34865
34886
|
},
|
|
34866
34887
|
"name": "variables",
|
|
34867
34888
|
"optional": true,
|
|
@@ -34884,7 +34905,7 @@
|
|
|
34884
34905
|
"immutable": true,
|
|
34885
34906
|
"locationInModule": {
|
|
34886
34907
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34887
|
-
"line":
|
|
34908
|
+
"line": 365
|
|
34888
34909
|
},
|
|
34889
34910
|
"name": "when",
|
|
34890
34911
|
"optional": true,
|
|
@@ -34907,7 +34928,7 @@
|
|
|
34907
34928
|
"kind": "enum",
|
|
34908
34929
|
"locationInModule": {
|
|
34909
34930
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34910
|
-
"line":
|
|
34931
|
+
"line": 290
|
|
34911
34932
|
},
|
|
34912
34933
|
"members": [
|
|
34913
34934
|
{
|
|
@@ -34963,7 +34984,7 @@
|
|
|
34963
34984
|
"kind": "interface",
|
|
34964
34985
|
"locationInModule": {
|
|
34965
34986
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34966
|
-
"line":
|
|
34987
|
+
"line": 415
|
|
34967
34988
|
},
|
|
34968
34989
|
"name": "KubernetesConfig",
|
|
34969
34990
|
"namespace": "gitlab",
|
|
@@ -34977,7 +34998,7 @@
|
|
|
34977
34998
|
"immutable": true,
|
|
34978
34999
|
"locationInModule": {
|
|
34979
35000
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34980
|
-
"line":
|
|
35001
|
+
"line": 417
|
|
34981
35002
|
},
|
|
34982
35003
|
"name": "namespace",
|
|
34983
35004
|
"optional": true,
|
|
@@ -34998,7 +35019,7 @@
|
|
|
34998
35019
|
"kind": "enum",
|
|
34999
35020
|
"locationInModule": {
|
|
35000
35021
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35001
|
-
"line":
|
|
35022
|
+
"line": 437
|
|
35002
35023
|
},
|
|
35003
35024
|
"members": [
|
|
35004
35025
|
{
|
|
@@ -35023,7 +35044,7 @@
|
|
|
35023
35044
|
"kind": "interface",
|
|
35024
35045
|
"locationInModule": {
|
|
35025
35046
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35026
|
-
"line":
|
|
35047
|
+
"line": 517
|
|
35027
35048
|
},
|
|
35028
35049
|
"name": "Link",
|
|
35029
35050
|
"namespace": "gitlab",
|
|
@@ -35037,7 +35058,7 @@
|
|
|
35037
35058
|
"immutable": true,
|
|
35038
35059
|
"locationInModule": {
|
|
35039
35060
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35040
|
-
"line":
|
|
35061
|
+
"line": 523
|
|
35041
35062
|
},
|
|
35042
35063
|
"name": "name",
|
|
35043
35064
|
"type": {
|
|
@@ -35053,7 +35074,7 @@
|
|
|
35053
35074
|
"immutable": true,
|
|
35054
35075
|
"locationInModule": {
|
|
35055
35076
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35056
|
-
"line":
|
|
35077
|
+
"line": 525
|
|
35057
35078
|
},
|
|
35058
35079
|
"name": "url",
|
|
35059
35080
|
"type": {
|
|
@@ -35069,7 +35090,7 @@
|
|
|
35069
35090
|
"immutable": true,
|
|
35070
35091
|
"locationInModule": {
|
|
35071
35092
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35072
|
-
"line":
|
|
35093
|
+
"line": 519
|
|
35073
35094
|
},
|
|
35074
35095
|
"name": "filepath",
|
|
35075
35096
|
"optional": true,
|
|
@@ -35086,7 +35107,7 @@
|
|
|
35086
35107
|
"immutable": true,
|
|
35087
35108
|
"locationInModule": {
|
|
35088
35109
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35089
|
-
"line":
|
|
35110
|
+
"line": 521
|
|
35090
35111
|
},
|
|
35091
35112
|
"name": "linkType",
|
|
35092
35113
|
"optional": true,
|
|
@@ -35107,7 +35128,7 @@
|
|
|
35107
35128
|
"kind": "enum",
|
|
35108
35129
|
"locationInModule": {
|
|
35109
35130
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35110
|
-
"line":
|
|
35131
|
+
"line": 531
|
|
35111
35132
|
},
|
|
35112
35133
|
"members": [
|
|
35113
35134
|
{
|
|
@@ -35150,7 +35171,7 @@
|
|
|
35150
35171
|
"kind": "interface",
|
|
35151
35172
|
"locationInModule": {
|
|
35152
35173
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35153
|
-
"line":
|
|
35174
|
+
"line": 470
|
|
35154
35175
|
},
|
|
35155
35176
|
"name": "Need",
|
|
35156
35177
|
"namespace": "gitlab",
|
|
@@ -35163,7 +35184,7 @@
|
|
|
35163
35184
|
"immutable": true,
|
|
35164
35185
|
"locationInModule": {
|
|
35165
35186
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35166
|
-
"line":
|
|
35187
|
+
"line": 472
|
|
35167
35188
|
},
|
|
35168
35189
|
"name": "job",
|
|
35169
35190
|
"type": {
|
|
@@ -35178,7 +35199,7 @@
|
|
|
35178
35199
|
"immutable": true,
|
|
35179
35200
|
"locationInModule": {
|
|
35180
35201
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35181
|
-
"line":
|
|
35202
|
+
"line": 471
|
|
35182
35203
|
},
|
|
35183
35204
|
"name": "artifacts",
|
|
35184
35205
|
"optional": true,
|
|
@@ -35194,7 +35215,7 @@
|
|
|
35194
35215
|
"immutable": true,
|
|
35195
35216
|
"locationInModule": {
|
|
35196
35217
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35197
|
-
"line":
|
|
35218
|
+
"line": 473
|
|
35198
35219
|
},
|
|
35199
35220
|
"name": "optional",
|
|
35200
35221
|
"optional": true,
|
|
@@ -35210,7 +35231,7 @@
|
|
|
35210
35231
|
"immutable": true,
|
|
35211
35232
|
"locationInModule": {
|
|
35212
35233
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35213
|
-
"line":
|
|
35234
|
+
"line": 474
|
|
35214
35235
|
},
|
|
35215
35236
|
"name": "pipeline",
|
|
35216
35237
|
"optional": true,
|
|
@@ -35226,7 +35247,7 @@
|
|
|
35226
35247
|
"immutable": true,
|
|
35227
35248
|
"locationInModule": {
|
|
35228
35249
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35229
|
-
"line":
|
|
35250
|
+
"line": 475
|
|
35230
35251
|
},
|
|
35231
35252
|
"name": "project",
|
|
35232
35253
|
"optional": true,
|
|
@@ -35242,7 +35263,7 @@
|
|
|
35242
35263
|
"immutable": true,
|
|
35243
35264
|
"locationInModule": {
|
|
35244
35265
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35245
|
-
"line":
|
|
35266
|
+
"line": 476
|
|
35246
35267
|
},
|
|
35247
35268
|
"name": "ref",
|
|
35248
35269
|
"optional": true,
|
|
@@ -35336,7 +35357,7 @@
|
|
|
35336
35357
|
"kind": "interface",
|
|
35337
35358
|
"locationInModule": {
|
|
35338
35359
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35339
|
-
"line":
|
|
35360
|
+
"line": 482
|
|
35340
35361
|
},
|
|
35341
35362
|
"name": "Parallel",
|
|
35342
35363
|
"namespace": "gitlab",
|
|
@@ -35350,7 +35371,7 @@
|
|
|
35350
35371
|
"immutable": true,
|
|
35351
35372
|
"locationInModule": {
|
|
35352
35373
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35353
|
-
"line":
|
|
35374
|
+
"line": 484
|
|
35354
35375
|
},
|
|
35355
35376
|
"name": "matrix",
|
|
35356
35377
|
"type": {
|
|
@@ -35423,7 +35444,7 @@
|
|
|
35423
35444
|
"kind": "interface",
|
|
35424
35445
|
"locationInModule": {
|
|
35425
35446
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35426
|
-
"line":
|
|
35447
|
+
"line": 490
|
|
35427
35448
|
},
|
|
35428
35449
|
"name": "Release",
|
|
35429
35450
|
"namespace": "gitlab",
|
|
@@ -35437,7 +35458,7 @@
|
|
|
35437
35458
|
"immutable": true,
|
|
35438
35459
|
"locationInModule": {
|
|
35439
35460
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35440
|
-
"line":
|
|
35461
|
+
"line": 493
|
|
35441
35462
|
},
|
|
35442
35463
|
"name": "description",
|
|
35443
35464
|
"type": {
|
|
@@ -35454,7 +35475,7 @@
|
|
|
35454
35475
|
"immutable": true,
|
|
35455
35476
|
"locationInModule": {
|
|
35456
35477
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35457
|
-
"line":
|
|
35478
|
+
"line": 503
|
|
35458
35479
|
},
|
|
35459
35480
|
"name": "tagName",
|
|
35460
35481
|
"type": {
|
|
@@ -35469,7 +35490,7 @@
|
|
|
35469
35490
|
"immutable": true,
|
|
35470
35491
|
"locationInModule": {
|
|
35471
35492
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35472
|
-
"line":
|
|
35493
|
+
"line": 491
|
|
35473
35494
|
},
|
|
35474
35495
|
"name": "assets",
|
|
35475
35496
|
"optional": true,
|
|
@@ -35486,7 +35507,7 @@
|
|
|
35486
35507
|
"immutable": true,
|
|
35487
35508
|
"locationInModule": {
|
|
35488
35509
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35489
|
-
"line":
|
|
35510
|
+
"line": 495
|
|
35490
35511
|
},
|
|
35491
35512
|
"name": "milestones",
|
|
35492
35513
|
"optional": true,
|
|
@@ -35509,7 +35530,7 @@
|
|
|
35509
35530
|
"immutable": true,
|
|
35510
35531
|
"locationInModule": {
|
|
35511
35532
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35512
|
-
"line":
|
|
35533
|
+
"line": 497
|
|
35513
35534
|
},
|
|
35514
35535
|
"name": "name",
|
|
35515
35536
|
"optional": true,
|
|
@@ -35527,7 +35548,7 @@
|
|
|
35527
35548
|
"immutable": true,
|
|
35528
35549
|
"locationInModule": {
|
|
35529
35550
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35530
|
-
"line":
|
|
35551
|
+
"line": 499
|
|
35531
35552
|
},
|
|
35532
35553
|
"name": "ref",
|
|
35533
35554
|
"optional": true,
|
|
@@ -35545,7 +35566,7 @@
|
|
|
35545
35566
|
"immutable": true,
|
|
35546
35567
|
"locationInModule": {
|
|
35547
35568
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35548
|
-
"line":
|
|
35569
|
+
"line": 501
|
|
35549
35570
|
},
|
|
35550
35571
|
"name": "releasedAt",
|
|
35551
35572
|
"optional": true,
|
|
@@ -36012,7 +36033,7 @@
|
|
|
36012
36033
|
"kind": "interface",
|
|
36013
36034
|
"locationInModule": {
|
|
36014
36035
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36015
|
-
"line":
|
|
36036
|
+
"line": 541
|
|
36016
36037
|
},
|
|
36017
36038
|
"name": "Secret",
|
|
36018
36039
|
"namespace": "gitlab",
|
|
@@ -36025,7 +36046,7 @@
|
|
|
36025
36046
|
"immutable": true,
|
|
36026
36047
|
"locationInModule": {
|
|
36027
36048
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36028
|
-
"line":
|
|
36049
|
+
"line": 543
|
|
36029
36050
|
},
|
|
36030
36051
|
"name": "vault",
|
|
36031
36052
|
"type": {
|
|
@@ -36195,7 +36216,7 @@
|
|
|
36195
36216
|
"kind": "enum",
|
|
36196
36217
|
"locationInModule": {
|
|
36197
36218
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36198
|
-
"line":
|
|
36219
|
+
"line": 612
|
|
36199
36220
|
},
|
|
36200
36221
|
"members": [
|
|
36201
36222
|
{
|
|
@@ -36222,7 +36243,7 @@
|
|
|
36222
36243
|
"kind": "interface",
|
|
36223
36244
|
"locationInModule": {
|
|
36224
36245
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36225
|
-
"line":
|
|
36246
|
+
"line": 574
|
|
36226
36247
|
},
|
|
36227
36248
|
"name": "Trigger",
|
|
36228
36249
|
"namespace": "gitlab",
|
|
@@ -36236,7 +36257,7 @@
|
|
|
36236
36257
|
"immutable": true,
|
|
36237
36258
|
"locationInModule": {
|
|
36238
36259
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36239
|
-
"line":
|
|
36260
|
+
"line": 576
|
|
36240
36261
|
},
|
|
36241
36262
|
"name": "branch",
|
|
36242
36263
|
"optional": true,
|
|
@@ -36253,7 +36274,7 @@
|
|
|
36253
36274
|
"immutable": true,
|
|
36254
36275
|
"locationInModule": {
|
|
36255
36276
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36256
|
-
"line":
|
|
36277
|
+
"line": 582
|
|
36257
36278
|
},
|
|
36258
36279
|
"name": "include",
|
|
36259
36280
|
"optional": true,
|
|
@@ -36275,7 +36296,7 @@
|
|
|
36275
36296
|
"immutable": true,
|
|
36276
36297
|
"locationInModule": {
|
|
36277
36298
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36278
|
-
"line":
|
|
36299
|
+
"line": 578
|
|
36279
36300
|
},
|
|
36280
36301
|
"name": "project",
|
|
36281
36302
|
"optional": true,
|
|
@@ -36292,7 +36313,7 @@
|
|
|
36292
36313
|
"immutable": true,
|
|
36293
36314
|
"locationInModule": {
|
|
36294
36315
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36295
|
-
"line":
|
|
36316
|
+
"line": 580
|
|
36296
36317
|
},
|
|
36297
36318
|
"name": "strategy",
|
|
36298
36319
|
"optional": true,
|
|
@@ -36315,7 +36336,7 @@
|
|
|
36315
36336
|
"kind": "interface",
|
|
36316
36337
|
"locationInModule": {
|
|
36317
36338
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36318
|
-
"line":
|
|
36339
|
+
"line": 590
|
|
36319
36340
|
},
|
|
36320
36341
|
"name": "TriggerInclude",
|
|
36321
36342
|
"namespace": "gitlab",
|
|
@@ -36329,7 +36350,7 @@
|
|
|
36329
36350
|
"immutable": true,
|
|
36330
36351
|
"locationInModule": {
|
|
36331
36352
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36332
|
-
"line":
|
|
36353
|
+
"line": 596
|
|
36333
36354
|
},
|
|
36334
36355
|
"name": "artifact",
|
|
36335
36356
|
"optional": true,
|
|
@@ -36346,7 +36367,7 @@
|
|
|
36346
36367
|
"immutable": true,
|
|
36347
36368
|
"locationInModule": {
|
|
36348
36369
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36349
|
-
"line":
|
|
36370
|
+
"line": 600
|
|
36350
36371
|
},
|
|
36351
36372
|
"name": "file",
|
|
36352
36373
|
"optional": true,
|
|
@@ -36363,7 +36384,7 @@
|
|
|
36363
36384
|
"immutable": true,
|
|
36364
36385
|
"locationInModule": {
|
|
36365
36386
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36366
|
-
"line":
|
|
36387
|
+
"line": 598
|
|
36367
36388
|
},
|
|
36368
36389
|
"name": "job",
|
|
36369
36390
|
"optional": true,
|
|
@@ -36380,7 +36401,7 @@
|
|
|
36380
36401
|
"immutable": true,
|
|
36381
36402
|
"locationInModule": {
|
|
36382
36403
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36383
|
-
"line":
|
|
36404
|
+
"line": 592
|
|
36384
36405
|
},
|
|
36385
36406
|
"name": "local",
|
|
36386
36407
|
"optional": true,
|
|
@@ -36397,7 +36418,7 @@
|
|
|
36397
36418
|
"immutable": true,
|
|
36398
36419
|
"locationInModule": {
|
|
36399
36420
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36400
|
-
"line":
|
|
36421
|
+
"line": 602
|
|
36401
36422
|
},
|
|
36402
36423
|
"name": "project",
|
|
36403
36424
|
"optional": true,
|
|
@@ -36414,7 +36435,7 @@
|
|
|
36414
36435
|
"immutable": true,
|
|
36415
36436
|
"locationInModule": {
|
|
36416
36437
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36417
|
-
"line":
|
|
36438
|
+
"line": 604
|
|
36418
36439
|
},
|
|
36419
36440
|
"name": "ref",
|
|
36420
36441
|
"optional": true,
|
|
@@ -36431,7 +36452,7 @@
|
|
|
36431
36452
|
"immutable": true,
|
|
36432
36453
|
"locationInModule": {
|
|
36433
36454
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36434
|
-
"line":
|
|
36455
|
+
"line": 594
|
|
36435
36456
|
},
|
|
36436
36457
|
"name": "template",
|
|
36437
36458
|
"optional": true,
|
|
@@ -36454,7 +36475,7 @@
|
|
|
36454
36475
|
"kind": "interface",
|
|
36455
36476
|
"locationInModule": {
|
|
36456
36477
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36457
|
-
"line":
|
|
36478
|
+
"line": 620
|
|
36458
36479
|
},
|
|
36459
36480
|
"name": "VariableConfig",
|
|
36460
36481
|
"namespace": "gitlab",
|
|
@@ -36469,7 +36490,7 @@
|
|
|
36469
36490
|
"immutable": true,
|
|
36470
36491
|
"locationInModule": {
|
|
36471
36492
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36472
|
-
"line":
|
|
36493
|
+
"line": 622
|
|
36473
36494
|
},
|
|
36474
36495
|
"name": "description",
|
|
36475
36496
|
"optional": true,
|
|
@@ -36486,7 +36507,7 @@
|
|
|
36486
36507
|
"immutable": true,
|
|
36487
36508
|
"locationInModule": {
|
|
36488
36509
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36489
|
-
"line":
|
|
36510
|
+
"line": 624
|
|
36490
36511
|
},
|
|
36491
36512
|
"name": "value",
|
|
36492
36513
|
"optional": true,
|
|
@@ -36509,7 +36530,7 @@
|
|
|
36509
36530
|
"kind": "interface",
|
|
36510
36531
|
"locationInModule": {
|
|
36511
36532
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36512
|
-
"line":
|
|
36533
|
+
"line": 550
|
|
36513
36534
|
},
|
|
36514
36535
|
"name": "VaultConfig",
|
|
36515
36536
|
"namespace": "gitlab",
|
|
@@ -36522,7 +36543,7 @@
|
|
|
36522
36543
|
"immutable": true,
|
|
36523
36544
|
"locationInModule": {
|
|
36524
36545
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36525
|
-
"line":
|
|
36546
|
+
"line": 552
|
|
36526
36547
|
},
|
|
36527
36548
|
"name": "engine",
|
|
36528
36549
|
"type": {
|
|
@@ -36537,7 +36558,7 @@
|
|
|
36537
36558
|
"immutable": true,
|
|
36538
36559
|
"locationInModule": {
|
|
36539
36560
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36540
|
-
"line":
|
|
36561
|
+
"line": 554
|
|
36541
36562
|
},
|
|
36542
36563
|
"name": "field",
|
|
36543
36564
|
"type": {
|
|
@@ -36553,7 +36574,7 @@
|
|
|
36553
36574
|
"immutable": true,
|
|
36554
36575
|
"locationInModule": {
|
|
36555
36576
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36556
|
-
"line":
|
|
36577
|
+
"line": 556
|
|
36557
36578
|
},
|
|
36558
36579
|
"name": "path",
|
|
36559
36580
|
"type": {
|
|
@@ -36575,7 +36596,7 @@
|
|
|
36575
36596
|
"kind": "interface",
|
|
36576
36597
|
"locationInModule": {
|
|
36577
36598
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36578
|
-
"line":
|
|
36599
|
+
"line": 631
|
|
36579
36600
|
},
|
|
36580
36601
|
"name": "Workflow",
|
|
36581
36602
|
"namespace": "gitlab",
|
|
@@ -36589,7 +36610,7 @@
|
|
|
36589
36610
|
"immutable": true,
|
|
36590
36611
|
"locationInModule": {
|
|
36591
36612
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36592
|
-
"line":
|
|
36613
|
+
"line": 633
|
|
36593
36614
|
},
|
|
36594
36615
|
"name": "rules",
|
|
36595
36616
|
"optional": true,
|
|
@@ -36617,7 +36638,7 @@
|
|
|
36617
36638
|
"kind": "interface",
|
|
36618
36639
|
"locationInModule": {
|
|
36619
36640
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36620
|
-
"line":
|
|
36641
|
+
"line": 640
|
|
36621
36642
|
},
|
|
36622
36643
|
"name": "WorkflowRule",
|
|
36623
36644
|
"namespace": "gitlab",
|
|
@@ -36630,7 +36651,7 @@
|
|
|
36630
36651
|
"immutable": true,
|
|
36631
36652
|
"locationInModule": {
|
|
36632
36653
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36633
|
-
"line":
|
|
36654
|
+
"line": 642
|
|
36634
36655
|
},
|
|
36635
36656
|
"name": "changes",
|
|
36636
36657
|
"optional": true,
|
|
@@ -36651,7 +36672,7 @@
|
|
|
36651
36672
|
"immutable": true,
|
|
36652
36673
|
"locationInModule": {
|
|
36653
36674
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36654
|
-
"line":
|
|
36675
|
+
"line": 644
|
|
36655
36676
|
},
|
|
36656
36677
|
"name": "exists",
|
|
36657
36678
|
"optional": true,
|
|
@@ -36672,7 +36693,7 @@
|
|
|
36672
36693
|
"immutable": true,
|
|
36673
36694
|
"locationInModule": {
|
|
36674
36695
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36675
|
-
"line":
|
|
36696
|
+
"line": 646
|
|
36676
36697
|
},
|
|
36677
36698
|
"name": "if",
|
|
36678
36699
|
"optional": true,
|
|
@@ -36688,7 +36709,7 @@
|
|
|
36688
36709
|
"immutable": true,
|
|
36689
36710
|
"locationInModule": {
|
|
36690
36711
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36691
|
-
"line":
|
|
36712
|
+
"line": 648
|
|
36692
36713
|
},
|
|
36693
36714
|
"name": "variables",
|
|
36694
36715
|
"optional": true,
|
|
@@ -36718,7 +36739,7 @@
|
|
|
36718
36739
|
"immutable": true,
|
|
36719
36740
|
"locationInModule": {
|
|
36720
36741
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36721
|
-
"line":
|
|
36742
|
+
"line": 650
|
|
36722
36743
|
},
|
|
36723
36744
|
"name": "when",
|
|
36724
36745
|
"optional": true,
|
|
@@ -36741,7 +36762,7 @@
|
|
|
36741
36762
|
"kind": "enum",
|
|
36742
36763
|
"locationInModule": {
|
|
36743
36764
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36744
|
-
"line":
|
|
36765
|
+
"line": 658
|
|
36745
36766
|
},
|
|
36746
36767
|
"members": [
|
|
36747
36768
|
{
|
|
@@ -39849,7 +39870,7 @@
|
|
|
39849
39870
|
"kind": "interface",
|
|
39850
39871
|
"locationInModule": {
|
|
39851
39872
|
"filename": "src/javascript/jest.ts",
|
|
39852
|
-
"line":
|
|
39873
|
+
"line": 611
|
|
39853
39874
|
},
|
|
39854
39875
|
"name": "CoverageThreshold",
|
|
39855
39876
|
"namespace": "javascript",
|
|
@@ -39862,7 +39883,7 @@
|
|
|
39862
39883
|
"immutable": true,
|
|
39863
39884
|
"locationInModule": {
|
|
39864
39885
|
"filename": "src/javascript/jest.ts",
|
|
39865
|
-
"line":
|
|
39886
|
+
"line": 612
|
|
39866
39887
|
},
|
|
39867
39888
|
"name": "branches",
|
|
39868
39889
|
"optional": true,
|
|
@@ -39878,7 +39899,7 @@
|
|
|
39878
39899
|
"immutable": true,
|
|
39879
39900
|
"locationInModule": {
|
|
39880
39901
|
"filename": "src/javascript/jest.ts",
|
|
39881
|
-
"line":
|
|
39902
|
+
"line": 613
|
|
39882
39903
|
},
|
|
39883
39904
|
"name": "functions",
|
|
39884
39905
|
"optional": true,
|
|
@@ -39894,7 +39915,7 @@
|
|
|
39894
39915
|
"immutable": true,
|
|
39895
39916
|
"locationInModule": {
|
|
39896
39917
|
"filename": "src/javascript/jest.ts",
|
|
39897
|
-
"line":
|
|
39918
|
+
"line": 614
|
|
39898
39919
|
},
|
|
39899
39920
|
"name": "lines",
|
|
39900
39921
|
"optional": true,
|
|
@@ -39910,7 +39931,7 @@
|
|
|
39910
39931
|
"immutable": true,
|
|
39911
39932
|
"locationInModule": {
|
|
39912
39933
|
"filename": "src/javascript/jest.ts",
|
|
39913
|
-
"line":
|
|
39934
|
+
"line": 615
|
|
39914
39935
|
},
|
|
39915
39936
|
"name": "statements",
|
|
39916
39937
|
"optional": true,
|
|
@@ -40813,7 +40834,7 @@
|
|
|
40813
40834
|
"kind": "interface",
|
|
40814
40835
|
"locationInModule": {
|
|
40815
40836
|
"filename": "src/javascript/jest.ts",
|
|
40816
|
-
"line":
|
|
40837
|
+
"line": 630
|
|
40817
40838
|
},
|
|
40818
40839
|
"name": "HasteConfig",
|
|
40819
40840
|
"namespace": "javascript",
|
|
@@ -40826,7 +40847,7 @@
|
|
|
40826
40847
|
"immutable": true,
|
|
40827
40848
|
"locationInModule": {
|
|
40828
40849
|
"filename": "src/javascript/jest.ts",
|
|
40829
|
-
"line":
|
|
40850
|
+
"line": 631
|
|
40830
40851
|
},
|
|
40831
40852
|
"name": "computeSha1",
|
|
40832
40853
|
"optional": true,
|
|
@@ -40842,7 +40863,7 @@
|
|
|
40842
40863
|
"immutable": true,
|
|
40843
40864
|
"locationInModule": {
|
|
40844
40865
|
"filename": "src/javascript/jest.ts",
|
|
40845
|
-
"line":
|
|
40866
|
+
"line": 632
|
|
40846
40867
|
},
|
|
40847
40868
|
"name": "defaultPlatform",
|
|
40848
40869
|
"optional": true,
|
|
@@ -40858,7 +40879,7 @@
|
|
|
40858
40879
|
"immutable": true,
|
|
40859
40880
|
"locationInModule": {
|
|
40860
40881
|
"filename": "src/javascript/jest.ts",
|
|
40861
|
-
"line":
|
|
40882
|
+
"line": 633
|
|
40862
40883
|
},
|
|
40863
40884
|
"name": "hasteImplModulePath",
|
|
40864
40885
|
"optional": true,
|
|
@@ -40874,7 +40895,7 @@
|
|
|
40874
40895
|
"immutable": true,
|
|
40875
40896
|
"locationInModule": {
|
|
40876
40897
|
"filename": "src/javascript/jest.ts",
|
|
40877
|
-
"line":
|
|
40898
|
+
"line": 634
|
|
40878
40899
|
},
|
|
40879
40900
|
"name": "platforms",
|
|
40880
40901
|
"optional": true,
|
|
@@ -40895,7 +40916,7 @@
|
|
|
40895
40916
|
"immutable": true,
|
|
40896
40917
|
"locationInModule": {
|
|
40897
40918
|
"filename": "src/javascript/jest.ts",
|
|
40898
|
-
"line":
|
|
40919
|
+
"line": 635
|
|
40899
40920
|
},
|
|
40900
40921
|
"name": "throwOnModuleCollision",
|
|
40901
40922
|
"optional": true,
|
|
@@ -40921,7 +40942,7 @@
|
|
|
40921
40942
|
},
|
|
40922
40943
|
"locationInModule": {
|
|
40923
40944
|
"filename": "src/javascript/jest.ts",
|
|
40924
|
-
"line":
|
|
40945
|
+
"line": 699
|
|
40925
40946
|
},
|
|
40926
40947
|
"parameters": [
|
|
40927
40948
|
{
|
|
@@ -40942,7 +40963,7 @@
|
|
|
40942
40963
|
"kind": "class",
|
|
40943
40964
|
"locationInModule": {
|
|
40944
40965
|
"filename": "src/javascript/jest.ts",
|
|
40945
|
-
"line":
|
|
40966
|
+
"line": 664
|
|
40946
40967
|
},
|
|
40947
40968
|
"methods": [
|
|
40948
40969
|
{
|
|
@@ -40952,7 +40973,7 @@
|
|
|
40952
40973
|
},
|
|
40953
40974
|
"locationInModule": {
|
|
40954
40975
|
"filename": "src/javascript/jest.ts",
|
|
40955
|
-
"line":
|
|
40976
|
+
"line": 668
|
|
40956
40977
|
},
|
|
40957
40978
|
"name": "of",
|
|
40958
40979
|
"parameters": [
|
|
@@ -40977,7 +40998,7 @@
|
|
|
40977
40998
|
},
|
|
40978
40999
|
"locationInModule": {
|
|
40979
41000
|
"filename": "src/javascript/jest.ts",
|
|
40980
|
-
"line":
|
|
41001
|
+
"line": 876
|
|
40981
41002
|
},
|
|
40982
41003
|
"name": "addIgnorePattern",
|
|
40983
41004
|
"parameters": [
|
|
@@ -40997,7 +41018,7 @@
|
|
|
40997
41018
|
},
|
|
40998
41019
|
"locationInModule": {
|
|
40999
41020
|
"filename": "src/javascript/jest.ts",
|
|
41000
|
-
"line":
|
|
41021
|
+
"line": 918
|
|
41001
41022
|
},
|
|
41002
41023
|
"name": "addModuleNameMappers",
|
|
41003
41024
|
"parameters": [
|
|
@@ -41038,7 +41059,7 @@
|
|
|
41038
41059
|
},
|
|
41039
41060
|
"locationInModule": {
|
|
41040
41061
|
"filename": "src/javascript/jest.ts",
|
|
41041
|
-
"line":
|
|
41062
|
+
"line": 933
|
|
41042
41063
|
},
|
|
41043
41064
|
"name": "addModulePaths",
|
|
41044
41065
|
"parameters": [
|
|
@@ -41061,7 +41082,7 @@
|
|
|
41061
41082
|
},
|
|
41062
41083
|
"locationInModule": {
|
|
41063
41084
|
"filename": "src/javascript/jest.ts",
|
|
41064
|
-
"line":
|
|
41085
|
+
"line": 880
|
|
41065
41086
|
},
|
|
41066
41087
|
"name": "addReporter",
|
|
41067
41088
|
"parameters": [
|
|
@@ -41080,7 +41101,7 @@
|
|
|
41080
41101
|
},
|
|
41081
41102
|
"locationInModule": {
|
|
41082
41103
|
"filename": "src/javascript/jest.ts",
|
|
41083
|
-
"line":
|
|
41104
|
+
"line": 945
|
|
41084
41105
|
},
|
|
41085
41106
|
"name": "addRoots",
|
|
41086
41107
|
"parameters": [
|
|
@@ -41104,7 +41125,7 @@
|
|
|
41104
41125
|
},
|
|
41105
41126
|
"locationInModule": {
|
|
41106
41127
|
"filename": "src/javascript/jest.ts",
|
|
41107
|
-
"line":
|
|
41128
|
+
"line": 888
|
|
41108
41129
|
},
|
|
41109
41130
|
"name": "addSetupFile",
|
|
41110
41131
|
"parameters": [
|
|
@@ -41126,7 +41147,7 @@
|
|
|
41126
41147
|
},
|
|
41127
41148
|
"locationInModule": {
|
|
41128
41149
|
"filename": "src/javascript/jest.ts",
|
|
41129
|
-
"line":
|
|
41150
|
+
"line": 899
|
|
41130
41151
|
},
|
|
41131
41152
|
"name": "addSetupFileAfterEnv",
|
|
41132
41153
|
"parameters": [
|
|
@@ -41147,7 +41168,7 @@
|
|
|
41147
41168
|
},
|
|
41148
41169
|
"locationInModule": {
|
|
41149
41170
|
"filename": "src/javascript/jest.ts",
|
|
41150
|
-
"line":
|
|
41171
|
+
"line": 906
|
|
41151
41172
|
},
|
|
41152
41173
|
"name": "addSnapshotResolver",
|
|
41153
41174
|
"parameters": [
|
|
@@ -41166,7 +41187,7 @@
|
|
|
41166
41187
|
},
|
|
41167
41188
|
"locationInModule": {
|
|
41168
41189
|
"filename": "src/javascript/jest.ts",
|
|
41169
|
-
"line":
|
|
41190
|
+
"line": 829
|
|
41170
41191
|
},
|
|
41171
41192
|
"name": "addTestMatch",
|
|
41172
41193
|
"parameters": [
|
|
@@ -41188,7 +41209,7 @@
|
|
|
41188
41209
|
},
|
|
41189
41210
|
"locationInModule": {
|
|
41190
41211
|
"filename": "src/javascript/jest.ts",
|
|
41191
|
-
"line":
|
|
41212
|
+
"line": 872
|
|
41192
41213
|
},
|
|
41193
41214
|
"name": "addWatchIgnorePattern",
|
|
41194
41215
|
"parameters": [
|
|
@@ -41202,6 +41223,44 @@
|
|
|
41202
41223
|
}
|
|
41203
41224
|
}
|
|
41204
41225
|
]
|
|
41226
|
+
},
|
|
41227
|
+
{
|
|
41228
|
+
"docs": {
|
|
41229
|
+
"stability": "experimental",
|
|
41230
|
+
"summary": "Build standard test match patterns for a directory."
|
|
41231
|
+
},
|
|
41232
|
+
"locationInModule": {
|
|
41233
|
+
"filename": "src/javascript/jest.ts",
|
|
41234
|
+
"line": 838
|
|
41235
|
+
},
|
|
41236
|
+
"name": "discoverTestMatchPatternsForDirs",
|
|
41237
|
+
"parameters": [
|
|
41238
|
+
{
|
|
41239
|
+
"docs": {
|
|
41240
|
+
"remarks": "Matches any folder if not specified or an empty array.",
|
|
41241
|
+
"summary": "The directories to add test matches for."
|
|
41242
|
+
},
|
|
41243
|
+
"name": "dirs",
|
|
41244
|
+
"type": {
|
|
41245
|
+
"collection": {
|
|
41246
|
+
"elementtype": {
|
|
41247
|
+
"primitive": "string"
|
|
41248
|
+
},
|
|
41249
|
+
"kind": "array"
|
|
41250
|
+
}
|
|
41251
|
+
}
|
|
41252
|
+
},
|
|
41253
|
+
{
|
|
41254
|
+
"docs": {
|
|
41255
|
+
"summary": "Options for building test match patterns."
|
|
41256
|
+
},
|
|
41257
|
+
"name": "options",
|
|
41258
|
+
"optional": true,
|
|
41259
|
+
"type": {
|
|
41260
|
+
"fqn": "projen.javascript.JestDiscoverTestMatchPatternsForDirsOptions"
|
|
41261
|
+
}
|
|
41262
|
+
}
|
|
41263
|
+
]
|
|
41205
41264
|
}
|
|
41206
41265
|
],
|
|
41207
41266
|
"name": "Jest",
|
|
@@ -41215,7 +41274,7 @@
|
|
|
41215
41274
|
"immutable": true,
|
|
41216
41275
|
"locationInModule": {
|
|
41217
41276
|
"filename": "src/javascript/jest.ts",
|
|
41218
|
-
"line":
|
|
41277
|
+
"line": 675
|
|
41219
41278
|
},
|
|
41220
41279
|
"name": "config",
|
|
41221
41280
|
"type": {
|
|
@@ -41230,7 +41289,7 @@
|
|
|
41230
41289
|
"immutable": true,
|
|
41231
41290
|
"locationInModule": {
|
|
41232
41291
|
"filename": "src/javascript/jest.ts",
|
|
41233
|
-
"line":
|
|
41292
|
+
"line": 680
|
|
41234
41293
|
},
|
|
41235
41294
|
"name": "jestVersion",
|
|
41236
41295
|
"type": {
|
|
@@ -41246,7 +41305,7 @@
|
|
|
41246
41305
|
"immutable": true,
|
|
41247
41306
|
"locationInModule": {
|
|
41248
41307
|
"filename": "src/javascript/jest.ts",
|
|
41249
|
-
"line":
|
|
41308
|
+
"line": 685
|
|
41250
41309
|
},
|
|
41251
41310
|
"name": "file",
|
|
41252
41311
|
"optional": true,
|
|
@@ -42688,6 +42747,43 @@
|
|
|
42688
42747
|
],
|
|
42689
42748
|
"symbolId": "src/javascript/jest:JestConfigOptions"
|
|
42690
42749
|
},
|
|
42750
|
+
"projen.javascript.JestDiscoverTestMatchPatternsForDirsOptions": {
|
|
42751
|
+
"assembly": "projen",
|
|
42752
|
+
"datatype": true,
|
|
42753
|
+
"docs": {
|
|
42754
|
+
"stability": "experimental",
|
|
42755
|
+
"summary": "Options for discoverTestMatchPatternsForDirs."
|
|
42756
|
+
},
|
|
42757
|
+
"fqn": "projen.javascript.JestDiscoverTestMatchPatternsForDirsOptions",
|
|
42758
|
+
"kind": "interface",
|
|
42759
|
+
"locationInModule": {
|
|
42760
|
+
"filename": "src/javascript/jest.ts",
|
|
42761
|
+
"line": 494
|
|
42762
|
+
},
|
|
42763
|
+
"name": "JestDiscoverTestMatchPatternsForDirsOptions",
|
|
42764
|
+
"namespace": "javascript",
|
|
42765
|
+
"properties": [
|
|
42766
|
+
{
|
|
42767
|
+
"abstract": true,
|
|
42768
|
+
"docs": {
|
|
42769
|
+
"remarks": "Defaults to \"[jt]s?(x)\".",
|
|
42770
|
+
"stability": "experimental",
|
|
42771
|
+
"summary": "The file extension pattern to use."
|
|
42772
|
+
},
|
|
42773
|
+
"immutable": true,
|
|
42774
|
+
"locationInModule": {
|
|
42775
|
+
"filename": "src/javascript/jest.ts",
|
|
42776
|
+
"line": 496
|
|
42777
|
+
},
|
|
42778
|
+
"name": "fileExtensionPattern",
|
|
42779
|
+
"optional": true,
|
|
42780
|
+
"type": {
|
|
42781
|
+
"primitive": "string"
|
|
42782
|
+
}
|
|
42783
|
+
}
|
|
42784
|
+
],
|
|
42785
|
+
"symbolId": "src/javascript/jest:JestDiscoverTestMatchPatternsForDirsOptions"
|
|
42786
|
+
},
|
|
42691
42787
|
"projen.javascript.JestOptions": {
|
|
42692
42788
|
"assembly": "projen",
|
|
42693
42789
|
"datatype": true,
|
|
@@ -42698,7 +42794,7 @@
|
|
|
42698
42794
|
"kind": "interface",
|
|
42699
42795
|
"locationInModule": {
|
|
42700
42796
|
"filename": "src/javascript/jest.ts",
|
|
42701
|
-
"line":
|
|
42797
|
+
"line": 535
|
|
42702
42798
|
},
|
|
42703
42799
|
"name": "JestOptions",
|
|
42704
42800
|
"namespace": "javascript",
|
|
@@ -42713,7 +42809,7 @@
|
|
|
42713
42809
|
"immutable": true,
|
|
42714
42810
|
"locationInModule": {
|
|
42715
42811
|
"filename": "src/javascript/jest.ts",
|
|
42716
|
-
"line":
|
|
42812
|
+
"line": 596
|
|
42717
42813
|
},
|
|
42718
42814
|
"name": "configFilePath",
|
|
42719
42815
|
"optional": true,
|
|
@@ -42733,7 +42829,7 @@
|
|
|
42733
42829
|
"immutable": true,
|
|
42734
42830
|
"locationInModule": {
|
|
42735
42831
|
"filename": "src/javascript/jest.ts",
|
|
42736
|
-
"line":
|
|
42832
|
+
"line": 541
|
|
42737
42833
|
},
|
|
42738
42834
|
"name": "coverage",
|
|
42739
42835
|
"optional": true,
|
|
@@ -42751,7 +42847,7 @@
|
|
|
42751
42847
|
"immutable": true,
|
|
42752
42848
|
"locationInModule": {
|
|
42753
42849
|
"filename": "src/javascript/jest.ts",
|
|
42754
|
-
"line":
|
|
42850
|
+
"line": 549
|
|
42755
42851
|
},
|
|
42756
42852
|
"name": "coverageText",
|
|
42757
42853
|
"optional": true,
|
|
@@ -42769,7 +42865,7 @@
|
|
|
42769
42865
|
"immutable": true,
|
|
42770
42866
|
"locationInModule": {
|
|
42771
42867
|
"filename": "src/javascript/jest.ts",
|
|
42772
|
-
"line":
|
|
42868
|
+
"line": 608
|
|
42773
42869
|
},
|
|
42774
42870
|
"name": "extraCliOptions",
|
|
42775
42871
|
"optional": true,
|
|
@@ -42793,7 +42889,7 @@
|
|
|
42793
42889
|
"immutable": true,
|
|
42794
42890
|
"locationInModule": {
|
|
42795
42891
|
"filename": "src/javascript/jest.ts",
|
|
42796
|
-
"line":
|
|
42892
|
+
"line": 556
|
|
42797
42893
|
},
|
|
42798
42894
|
"name": "ignorePatterns",
|
|
42799
42895
|
"optional": true,
|
|
@@ -42816,7 +42912,7 @@
|
|
|
42816
42912
|
"immutable": true,
|
|
42817
42913
|
"locationInModule": {
|
|
42818
42914
|
"filename": "src/javascript/jest.ts",
|
|
42819
|
-
"line":
|
|
42915
|
+
"line": 602
|
|
42820
42916
|
},
|
|
42821
42917
|
"name": "jestConfig",
|
|
42822
42918
|
"optional": true,
|
|
@@ -42835,7 +42931,7 @@
|
|
|
42835
42931
|
"immutable": true,
|
|
42836
42932
|
"locationInModule": {
|
|
42837
42933
|
"filename": "src/javascript/jest.ts",
|
|
42838
|
-
"line":
|
|
42934
|
+
"line": 589
|
|
42839
42935
|
},
|
|
42840
42936
|
"name": "jestVersion",
|
|
42841
42937
|
"optional": true,
|
|
@@ -42854,7 +42950,7 @@
|
|
|
42854
42950
|
"immutable": true,
|
|
42855
42951
|
"locationInModule": {
|
|
42856
42952
|
"filename": "src/javascript/jest.ts",
|
|
42857
|
-
"line":
|
|
42953
|
+
"line": 565
|
|
42858
42954
|
},
|
|
42859
42955
|
"name": "junitReporting",
|
|
42860
42956
|
"optional": true,
|
|
@@ -42872,7 +42968,7 @@
|
|
|
42872
42968
|
"immutable": true,
|
|
42873
42969
|
"locationInModule": {
|
|
42874
42970
|
"filename": "src/javascript/jest.ts",
|
|
42875
|
-
"line":
|
|
42971
|
+
"line": 572
|
|
42876
42972
|
},
|
|
42877
42973
|
"name": "preserveDefaultReporters",
|
|
42878
42974
|
"optional": true,
|
|
@@ -42890,7 +42986,7 @@
|
|
|
42890
42986
|
"immutable": true,
|
|
42891
42987
|
"locationInModule": {
|
|
42892
42988
|
"filename": "src/javascript/jest.ts",
|
|
42893
|
-
"line":
|
|
42989
|
+
"line": 580
|
|
42894
42990
|
},
|
|
42895
42991
|
"name": "updateSnapshot",
|
|
42896
42992
|
"optional": true,
|
|
@@ -42913,7 +43009,7 @@
|
|
|
42913
43009
|
},
|
|
42914
43010
|
"locationInModule": {
|
|
42915
43011
|
"filename": "src/javascript/jest.ts",
|
|
42916
|
-
"line":
|
|
43012
|
+
"line": 639
|
|
42917
43013
|
},
|
|
42918
43014
|
"parameters": [
|
|
42919
43015
|
{
|
|
@@ -42939,7 +43035,7 @@
|
|
|
42939
43035
|
"kind": "class",
|
|
42940
43036
|
"locationInModule": {
|
|
42941
43037
|
"filename": "src/javascript/jest.ts",
|
|
42942
|
-
"line":
|
|
43038
|
+
"line": 638
|
|
42943
43039
|
},
|
|
42944
43040
|
"name": "JestReporter",
|
|
42945
43041
|
"namespace": "javascript",
|
|
@@ -47462,8 +47558,9 @@
|
|
|
47462
47558
|
"assembly": "projen",
|
|
47463
47559
|
"base": "projen.ProjenrcFile",
|
|
47464
47560
|
"docs": {
|
|
47561
|
+
"remarks": "This component can be instantiated in any type of project\nand has no expectations around the project's main language.",
|
|
47465
47562
|
"stability": "experimental",
|
|
47466
|
-
"summary": "
|
|
47563
|
+
"summary": "A projenrc file written in JavaScript."
|
|
47467
47564
|
},
|
|
47468
47565
|
"fqn": "projen.javascript.Projenrc",
|
|
47469
47566
|
"initializer": {
|
|
@@ -47472,7 +47569,7 @@
|
|
|
47472
47569
|
},
|
|
47473
47570
|
"locationInModule": {
|
|
47474
47571
|
"filename": "src/javascript/projenrc.ts",
|
|
47475
|
-
"line":
|
|
47572
|
+
"line": 26
|
|
47476
47573
|
},
|
|
47477
47574
|
"parameters": [
|
|
47478
47575
|
{
|
|
@@ -47493,7 +47590,7 @@
|
|
|
47493
47590
|
"kind": "class",
|
|
47494
47591
|
"locationInModule": {
|
|
47495
47592
|
"filename": "src/javascript/projenrc.ts",
|
|
47496
|
-
"line":
|
|
47593
|
+
"line": 23
|
|
47497
47594
|
},
|
|
47498
47595
|
"methods": [
|
|
47499
47596
|
{
|
|
@@ -47503,7 +47600,7 @@
|
|
|
47503
47600
|
},
|
|
47504
47601
|
"locationInModule": {
|
|
47505
47602
|
"filename": "src/javascript/projenrc.ts",
|
|
47506
|
-
"line":
|
|
47603
|
+
"line": 37
|
|
47507
47604
|
},
|
|
47508
47605
|
"name": "preSynthesize",
|
|
47509
47606
|
"overrides": "projen.ProjenrcFile"
|
|
@@ -47520,7 +47617,7 @@
|
|
|
47520
47617
|
"immutable": true,
|
|
47521
47618
|
"locationInModule": {
|
|
47522
47619
|
"filename": "src/javascript/projenrc.ts",
|
|
47523
|
-
"line":
|
|
47620
|
+
"line": 24
|
|
47524
47621
|
},
|
|
47525
47622
|
"name": "filePath",
|
|
47526
47623
|
"overrides": "projen.ProjenrcFile",
|
|
@@ -47888,7 +47985,7 @@
|
|
|
47888
47985
|
},
|
|
47889
47986
|
"locationInModule": {
|
|
47890
47987
|
"filename": "src/javascript/jest.ts",
|
|
47891
|
-
"line":
|
|
47988
|
+
"line": 500
|
|
47892
47989
|
},
|
|
47893
47990
|
"parameters": [
|
|
47894
47991
|
{
|
|
@@ -47909,7 +48006,7 @@
|
|
|
47909
48006
|
"kind": "class",
|
|
47910
48007
|
"locationInModule": {
|
|
47911
48008
|
"filename": "src/javascript/jest.ts",
|
|
47912
|
-
"line":
|
|
48009
|
+
"line": 499
|
|
47913
48010
|
},
|
|
47914
48011
|
"name": "Transform",
|
|
47915
48012
|
"namespace": "javascript",
|
|
@@ -49828,7 +49925,7 @@
|
|
|
49828
49925
|
"kind": "enum",
|
|
49829
49926
|
"locationInModule": {
|
|
49830
49927
|
"filename": "src/javascript/jest.ts",
|
|
49831
|
-
"line":
|
|
49928
|
+
"line": 618
|
|
49832
49929
|
},
|
|
49833
49930
|
"members": [
|
|
49834
49931
|
{
|
|
@@ -50617,7 +50714,7 @@
|
|
|
50617
50714
|
},
|
|
50618
50715
|
"locationInModule": {
|
|
50619
50716
|
"filename": "src/javascript/jest.ts",
|
|
50620
|
-
"line":
|
|
50717
|
+
"line": 518
|
|
50621
50718
|
},
|
|
50622
50719
|
"parameters": [
|
|
50623
50720
|
{
|
|
@@ -50638,7 +50735,7 @@
|
|
|
50638
50735
|
"kind": "class",
|
|
50639
50736
|
"locationInModule": {
|
|
50640
50737
|
"filename": "src/javascript/jest.ts",
|
|
50641
|
-
"line":
|
|
50738
|
+
"line": 517
|
|
50642
50739
|
},
|
|
50643
50740
|
"name": "WatchPlugin",
|
|
50644
50741
|
"namespace": "javascript",
|
|
@@ -60318,7 +60415,7 @@
|
|
|
60318
60415
|
},
|
|
60319
60416
|
"locationInModule": {
|
|
60320
60417
|
"filename": "src/typescript/typescript.ts",
|
|
60321
|
-
"line":
|
|
60418
|
+
"line": 796
|
|
60322
60419
|
},
|
|
60323
60420
|
"parameters": [
|
|
60324
60421
|
{
|
|
@@ -60332,7 +60429,7 @@
|
|
|
60332
60429
|
"kind": "class",
|
|
60333
60430
|
"locationInModule": {
|
|
60334
60431
|
"filename": "src/typescript/typescript.ts",
|
|
60335
|
-
"line":
|
|
60432
|
+
"line": 795
|
|
60336
60433
|
},
|
|
60337
60434
|
"name": "TypeScriptAppProject",
|
|
60338
60435
|
"namespace": "typescript",
|
|
@@ -60366,7 +60463,7 @@
|
|
|
60366
60463
|
"kind": "class",
|
|
60367
60464
|
"locationInModule": {
|
|
60368
60465
|
"filename": "src/typescript/typescript.ts",
|
|
60369
|
-
"line":
|
|
60466
|
+
"line": 810
|
|
60370
60467
|
},
|
|
60371
60468
|
"name": "TypeScriptLibraryProject",
|
|
60372
60469
|
"namespace": "typescript",
|
|
@@ -60386,7 +60483,7 @@
|
|
|
60386
60483
|
"kind": "interface",
|
|
60387
60484
|
"locationInModule": {
|
|
60388
60485
|
"filename": "src/typescript/typescript.ts",
|
|
60389
|
-
"line":
|
|
60486
|
+
"line": 815
|
|
60390
60487
|
},
|
|
60391
60488
|
"name": "TypeScriptLibraryProjectOptions",
|
|
60392
60489
|
"namespace": "typescript",
|
|
@@ -63688,6 +63785,6 @@
|
|
|
63688
63785
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
63689
63786
|
}
|
|
63690
63787
|
},
|
|
63691
|
-
"version": "0.84.
|
|
63692
|
-
"fingerprint": "
|
|
63788
|
+
"version": "0.84.2",
|
|
63789
|
+
"fingerprint": "9N5GCtI1wR2M9QdqV3SzlpomYhDkLNvFj2nWAZQ/4Fw="
|
|
63693
63790
|
}
|