projen 0.78.2 → 0.78.4
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 +967 -153
- 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 +7 -11
- 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-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/index.d.ts +1 -0
- package/lib/github/index.js +2 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.d.ts +2 -1
- package/lib/github/task-workflow.js +5 -11
- package/lib/github/workflow-actions.d.ts +10 -31
- package/lib/github/workflow-actions.js +15 -28
- package/lib/github/workflow-jobs.js +3 -3
- package/lib/github/workflow-steps.d.ts +82 -0
- package/lib/github/workflow-steps.js +62 -0
- 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/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.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 +4 -8
- 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 +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +3 -3
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.js +1894 -0
- 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 +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.d.ts +168 -0
- package/lib/typescript/typescript.js +165 -11
- package/lib/util/object.d.ts +6 -0
- package/lib/util/object.js +13 -0
- 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/node_modules/brace-expansion/README.md +6 -0
- package/node_modules/brace-expansion/index.js +86 -84
- package/node_modules/brace-expansion/package.json +3 -4
- package/node_modules/{glob → minimatch}/node_modules/brace-expansion/README.md +0 -6
- package/node_modules/{glob → minimatch}/node_modules/brace-expansion/index.js +84 -86
- package/node_modules/{glob → minimatch}/node_modules/brace-expansion/package.json +4 -3
- package/package.json +8 -6
- /package/node_modules/{glob/node_modules/brace-expansion → brace-expansion}/.github/FUNDING.yml +0 -0
- /package/node_modules/{glob → minimatch}/node_modules/brace-expansion/LICENSE +0 -0
package/.jsii
CHANGED
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"projen.github.workflows": {
|
|
141
141
|
"locationInModule": {
|
|
142
142
|
"filename": "src/github/index.ts",
|
|
143
|
-
"line":
|
|
143
|
+
"line": 22
|
|
144
144
|
},
|
|
145
145
|
"symbolId": "src/github/workflows-model:"
|
|
146
146
|
},
|
|
@@ -15395,7 +15395,7 @@
|
|
|
15395
15395
|
"kind": "interface",
|
|
15396
15396
|
"locationInModule": {
|
|
15397
15397
|
"filename": "src/build/build-workflow.ts",
|
|
15398
|
-
"line":
|
|
15398
|
+
"line": 458
|
|
15399
15399
|
},
|
|
15400
15400
|
"name": "AddPostBuildJobCommandsOptions",
|
|
15401
15401
|
"namespace": "build",
|
|
@@ -15410,7 +15410,7 @@
|
|
|
15410
15410
|
"immutable": true,
|
|
15411
15411
|
"locationInModule": {
|
|
15412
15412
|
"filename": "src/build/build-workflow.ts",
|
|
15413
|
-
"line":
|
|
15413
|
+
"line": 470
|
|
15414
15414
|
},
|
|
15415
15415
|
"name": "checkoutRepo",
|
|
15416
15416
|
"optional": true,
|
|
@@ -15429,7 +15429,7 @@
|
|
|
15429
15429
|
"immutable": true,
|
|
15430
15430
|
"locationInModule": {
|
|
15431
15431
|
"filename": "src/build/build-workflow.ts",
|
|
15432
|
-
"line":
|
|
15432
|
+
"line": 480
|
|
15433
15433
|
},
|
|
15434
15434
|
"name": "installDeps",
|
|
15435
15435
|
"optional": true,
|
|
@@ -15451,7 +15451,7 @@
|
|
|
15451
15451
|
"immutable": true,
|
|
15452
15452
|
"locationInModule": {
|
|
15453
15453
|
"filename": "src/build/build-workflow.ts",
|
|
15454
|
-
"line":
|
|
15454
|
+
"line": 488
|
|
15455
15455
|
},
|
|
15456
15456
|
"name": "runsOn",
|
|
15457
15457
|
"optional": true,
|
|
@@ -15477,7 +15477,7 @@
|
|
|
15477
15477
|
"immutable": true,
|
|
15478
15478
|
"locationInModule": {
|
|
15479
15479
|
"filename": "src/build/build-workflow.ts",
|
|
15480
|
-
"line":
|
|
15480
|
+
"line": 495
|
|
15481
15481
|
},
|
|
15482
15482
|
"name": "runsOnGroup",
|
|
15483
15483
|
"optional": true,
|
|
@@ -15494,7 +15494,7 @@
|
|
|
15494
15494
|
"immutable": true,
|
|
15495
15495
|
"locationInModule": {
|
|
15496
15496
|
"filename": "src/build/build-workflow.ts",
|
|
15497
|
-
"line":
|
|
15497
|
+
"line": 462
|
|
15498
15498
|
},
|
|
15499
15499
|
"name": "tools",
|
|
15500
15500
|
"optional": true,
|
|
@@ -15516,7 +15516,7 @@
|
|
|
15516
15516
|
"kind": "interface",
|
|
15517
15517
|
"locationInModule": {
|
|
15518
15518
|
"filename": "src/build/build-workflow.ts",
|
|
15519
|
-
"line":
|
|
15519
|
+
"line": 433
|
|
15520
15520
|
},
|
|
15521
15521
|
"name": "AddPostBuildJobTaskOptions",
|
|
15522
15522
|
"namespace": "build",
|
|
@@ -15535,7 +15535,7 @@
|
|
|
15535
15535
|
"immutable": true,
|
|
15536
15536
|
"locationInModule": {
|
|
15537
15537
|
"filename": "src/build/build-workflow.ts",
|
|
15538
|
-
"line":
|
|
15538
|
+
"line": 445
|
|
15539
15539
|
},
|
|
15540
15540
|
"name": "runsOn",
|
|
15541
15541
|
"optional": true,
|
|
@@ -15561,7 +15561,7 @@
|
|
|
15561
15561
|
"immutable": true,
|
|
15562
15562
|
"locationInModule": {
|
|
15563
15563
|
"filename": "src/build/build-workflow.ts",
|
|
15564
|
-
"line":
|
|
15564
|
+
"line": 452
|
|
15565
15565
|
},
|
|
15566
15566
|
"name": "runsOnGroup",
|
|
15567
15567
|
"optional": true,
|
|
@@ -15578,7 +15578,7 @@
|
|
|
15578
15578
|
"immutable": true,
|
|
15579
15579
|
"locationInModule": {
|
|
15580
15580
|
"filename": "src/build/build-workflow.ts",
|
|
15581
|
-
"line":
|
|
15581
|
+
"line": 437
|
|
15582
15582
|
},
|
|
15583
15583
|
"name": "tools",
|
|
15584
15584
|
"optional": true,
|
|
@@ -20773,56 +20773,95 @@
|
|
|
20773
20773
|
],
|
|
20774
20774
|
"symbolId": "src/github/auto-merge:AutoMergeOptions"
|
|
20775
20775
|
},
|
|
20776
|
-
"projen.github.
|
|
20776
|
+
"projen.github.CheckoutOptions": {
|
|
20777
|
+
"assembly": "projen",
|
|
20778
|
+
"datatype": true,
|
|
20779
|
+
"docs": {
|
|
20780
|
+
"stability": "experimental"
|
|
20781
|
+
},
|
|
20782
|
+
"fqn": "projen.github.CheckoutOptions",
|
|
20783
|
+
"interfaces": [
|
|
20784
|
+
"projen.github.CommonWorkflowStepOptions"
|
|
20785
|
+
],
|
|
20786
|
+
"kind": "interface",
|
|
20787
|
+
"locationInModule": {
|
|
20788
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20789
|
+
"line": 80
|
|
20790
|
+
},
|
|
20791
|
+
"name": "CheckoutOptions",
|
|
20792
|
+
"namespace": "github",
|
|
20793
|
+
"properties": [
|
|
20794
|
+
{
|
|
20795
|
+
"abstract": true,
|
|
20796
|
+
"docs": {
|
|
20797
|
+
"stability": "experimental",
|
|
20798
|
+
"summary": "Options for `checkout`."
|
|
20799
|
+
},
|
|
20800
|
+
"immutable": true,
|
|
20801
|
+
"locationInModule": {
|
|
20802
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20803
|
+
"line": 84
|
|
20804
|
+
},
|
|
20805
|
+
"name": "with",
|
|
20806
|
+
"optional": true,
|
|
20807
|
+
"type": {
|
|
20808
|
+
"fqn": "projen.github.CheckoutWith"
|
|
20809
|
+
}
|
|
20810
|
+
}
|
|
20811
|
+
],
|
|
20812
|
+
"symbolId": "src/github/workflow-steps:CheckoutOptions"
|
|
20813
|
+
},
|
|
20814
|
+
"projen.github.CheckoutWith": {
|
|
20777
20815
|
"assembly": "projen",
|
|
20778
20816
|
"datatype": true,
|
|
20779
20817
|
"docs": {
|
|
20780
20818
|
"stability": "experimental",
|
|
20781
|
-
"summary": "Options for `
|
|
20819
|
+
"summary": "Options for `checkout`."
|
|
20782
20820
|
},
|
|
20783
|
-
"fqn": "projen.github.
|
|
20821
|
+
"fqn": "projen.github.CheckoutWith",
|
|
20784
20822
|
"kind": "interface",
|
|
20785
20823
|
"locationInModule": {
|
|
20786
|
-
"filename": "src/github/workflow-
|
|
20787
|
-
"line":
|
|
20824
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20825
|
+
"line": 90
|
|
20788
20826
|
},
|
|
20789
|
-
"name": "
|
|
20827
|
+
"name": "CheckoutWith",
|
|
20790
20828
|
"namespace": "github",
|
|
20791
20829
|
"properties": [
|
|
20792
20830
|
{
|
|
20793
20831
|
"abstract": true,
|
|
20794
20832
|
"docs": {
|
|
20795
|
-
"default": "
|
|
20833
|
+
"default": "1",
|
|
20834
|
+
"remarks": "0 indicates all history for all branches and tags.",
|
|
20796
20835
|
"stability": "experimental",
|
|
20797
|
-
"summary": "
|
|
20836
|
+
"summary": "Number of commits to fetch."
|
|
20798
20837
|
},
|
|
20799
20838
|
"immutable": true,
|
|
20800
20839
|
"locationInModule": {
|
|
20801
|
-
"filename": "src/github/workflow-
|
|
20802
|
-
"line":
|
|
20840
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20841
|
+
"line": 96
|
|
20803
20842
|
},
|
|
20804
|
-
"name": "
|
|
20843
|
+
"name": "fetchDepth",
|
|
20805
20844
|
"optional": true,
|
|
20806
20845
|
"type": {
|
|
20807
|
-
"primitive": "
|
|
20846
|
+
"primitive": "number"
|
|
20808
20847
|
}
|
|
20809
20848
|
},
|
|
20810
20849
|
{
|
|
20811
20850
|
"abstract": true,
|
|
20812
20851
|
"docs": {
|
|
20813
|
-
"default": "
|
|
20852
|
+
"default": "false",
|
|
20814
20853
|
"stability": "experimental",
|
|
20815
|
-
"summary": "
|
|
20854
|
+
"summary": "Whether LFS is enabled for the GitHub repository."
|
|
20816
20855
|
},
|
|
20817
20856
|
"immutable": true,
|
|
20818
20857
|
"locationInModule": {
|
|
20819
|
-
"filename": "src/github/workflow-
|
|
20820
|
-
"line":
|
|
20858
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20859
|
+
"line": 102
|
|
20821
20860
|
},
|
|
20822
|
-
"name": "
|
|
20861
|
+
"name": "lfs",
|
|
20823
20862
|
"optional": true,
|
|
20824
20863
|
"type": {
|
|
20825
|
-
"primitive": "
|
|
20864
|
+
"primitive": "boolean"
|
|
20826
20865
|
}
|
|
20827
20866
|
},
|
|
20828
20867
|
{
|
|
@@ -20834,8 +20873,8 @@
|
|
|
20834
20873
|
},
|
|
20835
20874
|
"immutable": true,
|
|
20836
20875
|
"locationInModule": {
|
|
20837
|
-
"filename": "src/github/workflow-
|
|
20838
|
-
"line":
|
|
20876
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20877
|
+
"line": 108
|
|
20839
20878
|
},
|
|
20840
20879
|
"name": "ref",
|
|
20841
20880
|
"optional": true,
|
|
@@ -20852,8 +20891,8 @@
|
|
|
20852
20891
|
},
|
|
20853
20892
|
"immutable": true,
|
|
20854
20893
|
"locationInModule": {
|
|
20855
|
-
"filename": "src/github/workflow-
|
|
20856
|
-
"line":
|
|
20894
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20895
|
+
"line": 114
|
|
20857
20896
|
},
|
|
20858
20897
|
"name": "repository",
|
|
20859
20898
|
"optional": true,
|
|
@@ -20871,8 +20910,8 @@
|
|
|
20871
20910
|
},
|
|
20872
20911
|
"immutable": true,
|
|
20873
20912
|
"locationInModule": {
|
|
20874
|
-
"filename": "src/github/workflow-
|
|
20875
|
-
"line":
|
|
20913
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20914
|
+
"line": 123
|
|
20876
20915
|
},
|
|
20877
20916
|
"name": "token",
|
|
20878
20917
|
"optional": true,
|
|
@@ -20881,8 +20920,117 @@
|
|
|
20881
20920
|
}
|
|
20882
20921
|
}
|
|
20883
20922
|
],
|
|
20923
|
+
"symbolId": "src/github/workflow-steps:CheckoutWith"
|
|
20924
|
+
},
|
|
20925
|
+
"projen.github.CheckoutWithPatchOptions": {
|
|
20926
|
+
"assembly": "projen",
|
|
20927
|
+
"datatype": true,
|
|
20928
|
+
"docs": {
|
|
20929
|
+
"stability": "experimental",
|
|
20930
|
+
"summary": "Options for `checkoutWithPatch`."
|
|
20931
|
+
},
|
|
20932
|
+
"fqn": "projen.github.CheckoutWithPatchOptions",
|
|
20933
|
+
"interfaces": [
|
|
20934
|
+
"projen.github.CheckoutWith"
|
|
20935
|
+
],
|
|
20936
|
+
"kind": "interface",
|
|
20937
|
+
"locationInModule": {
|
|
20938
|
+
"filename": "src/github/workflow-actions.ts",
|
|
20939
|
+
"line": 161
|
|
20940
|
+
},
|
|
20941
|
+
"name": "CheckoutWithPatchOptions",
|
|
20942
|
+
"namespace": "github",
|
|
20943
|
+
"properties": [
|
|
20944
|
+
{
|
|
20945
|
+
"abstract": true,
|
|
20946
|
+
"docs": {
|
|
20947
|
+
"default": "\".repo.patch\"",
|
|
20948
|
+
"stability": "experimental",
|
|
20949
|
+
"summary": "The name of the artifact the patch is stored as."
|
|
20950
|
+
},
|
|
20951
|
+
"immutable": true,
|
|
20952
|
+
"locationInModule": {
|
|
20953
|
+
"filename": "src/github/workflow-actions.ts",
|
|
20954
|
+
"line": 166
|
|
20955
|
+
},
|
|
20956
|
+
"name": "patchFile",
|
|
20957
|
+
"optional": true,
|
|
20958
|
+
"type": {
|
|
20959
|
+
"primitive": "string"
|
|
20960
|
+
}
|
|
20961
|
+
}
|
|
20962
|
+
],
|
|
20884
20963
|
"symbolId": "src/github/workflow-actions:CheckoutWithPatchOptions"
|
|
20885
20964
|
},
|
|
20965
|
+
"projen.github.CommonWorkflowStepOptions": {
|
|
20966
|
+
"assembly": "projen",
|
|
20967
|
+
"datatype": true,
|
|
20968
|
+
"docs": {
|
|
20969
|
+
"stability": "experimental"
|
|
20970
|
+
},
|
|
20971
|
+
"fqn": "projen.github.CommonWorkflowStepOptions",
|
|
20972
|
+
"kind": "interface",
|
|
20973
|
+
"locationInModule": {
|
|
20974
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20975
|
+
"line": 63
|
|
20976
|
+
},
|
|
20977
|
+
"name": "CommonWorkflowStepOptions",
|
|
20978
|
+
"namespace": "github",
|
|
20979
|
+
"properties": [
|
|
20980
|
+
{
|
|
20981
|
+
"abstract": true,
|
|
20982
|
+
"docs": {
|
|
20983
|
+
"stability": "experimental",
|
|
20984
|
+
"summary": "A unique identifier for the step."
|
|
20985
|
+
},
|
|
20986
|
+
"immutable": true,
|
|
20987
|
+
"locationInModule": {
|
|
20988
|
+
"filename": "src/github/workflow-steps.ts",
|
|
20989
|
+
"line": 67
|
|
20990
|
+
},
|
|
20991
|
+
"name": "id",
|
|
20992
|
+
"optional": true,
|
|
20993
|
+
"type": {
|
|
20994
|
+
"primitive": "string"
|
|
20995
|
+
}
|
|
20996
|
+
},
|
|
20997
|
+
{
|
|
20998
|
+
"abstract": true,
|
|
20999
|
+
"docs": {
|
|
21000
|
+
"stability": "experimental",
|
|
21001
|
+
"summary": "A condition to determine whether to run this step."
|
|
21002
|
+
},
|
|
21003
|
+
"immutable": true,
|
|
21004
|
+
"locationInModule": {
|
|
21005
|
+
"filename": "src/github/workflow-steps.ts",
|
|
21006
|
+
"line": 72
|
|
21007
|
+
},
|
|
21008
|
+
"name": "if",
|
|
21009
|
+
"optional": true,
|
|
21010
|
+
"type": {
|
|
21011
|
+
"primitive": "string"
|
|
21012
|
+
}
|
|
21013
|
+
},
|
|
21014
|
+
{
|
|
21015
|
+
"abstract": true,
|
|
21016
|
+
"docs": {
|
|
21017
|
+
"stability": "experimental",
|
|
21018
|
+
"summary": "The name of the step."
|
|
21019
|
+
},
|
|
21020
|
+
"immutable": true,
|
|
21021
|
+
"locationInModule": {
|
|
21022
|
+
"filename": "src/github/workflow-steps.ts",
|
|
21023
|
+
"line": 77
|
|
21024
|
+
},
|
|
21025
|
+
"name": "name",
|
|
21026
|
+
"optional": true,
|
|
21027
|
+
"type": {
|
|
21028
|
+
"primitive": "string"
|
|
21029
|
+
}
|
|
21030
|
+
}
|
|
21031
|
+
],
|
|
21032
|
+
"symbolId": "src/github/workflow-steps:CommonWorkflowStepOptions"
|
|
21033
|
+
},
|
|
20886
21034
|
"projen.github.ContributorStatementOptions": {
|
|
20887
21035
|
"assembly": "projen",
|
|
20888
21036
|
"datatype": true,
|
|
@@ -20958,7 +21106,7 @@
|
|
|
20958
21106
|
"kind": "interface",
|
|
20959
21107
|
"locationInModule": {
|
|
20960
21108
|
"filename": "src/github/workflow-actions.ts",
|
|
20961
|
-
"line":
|
|
21109
|
+
"line": 202
|
|
20962
21110
|
},
|
|
20963
21111
|
"name": "CreatePullRequestOptions",
|
|
20964
21112
|
"namespace": "github",
|
|
@@ -20973,7 +21121,7 @@
|
|
|
20973
21121
|
"immutable": true,
|
|
20974
21122
|
"locationInModule": {
|
|
20975
21123
|
"filename": "src/github/workflow-actions.ts",
|
|
20976
|
-
"line":
|
|
21124
|
+
"line": 239
|
|
20977
21125
|
},
|
|
20978
21126
|
"name": "pullRequestDescription",
|
|
20979
21127
|
"type": {
|
|
@@ -20990,7 +21138,7 @@
|
|
|
20990
21138
|
"immutable": true,
|
|
20991
21139
|
"locationInModule": {
|
|
20992
21140
|
"filename": "src/github/workflow-actions.ts",
|
|
20993
|
-
"line":
|
|
21141
|
+
"line": 232
|
|
20994
21142
|
},
|
|
20995
21143
|
"name": "pullRequestTitle",
|
|
20996
21144
|
"type": {
|
|
@@ -21006,7 +21154,7 @@
|
|
|
21006
21154
|
"immutable": true,
|
|
21007
21155
|
"locationInModule": {
|
|
21008
21156
|
"filename": "src/github/workflow-actions.ts",
|
|
21009
|
-
"line":
|
|
21157
|
+
"line": 225
|
|
21010
21158
|
},
|
|
21011
21159
|
"name": "workflowName",
|
|
21012
21160
|
"type": {
|
|
@@ -21023,7 +21171,7 @@
|
|
|
21023
21171
|
"immutable": true,
|
|
21024
21172
|
"locationInModule": {
|
|
21025
21173
|
"filename": "src/github/workflow-actions.ts",
|
|
21026
|
-
"line":
|
|
21174
|
+
"line": 280
|
|
21027
21175
|
},
|
|
21028
21176
|
"name": "assignees",
|
|
21029
21177
|
"optional": true,
|
|
@@ -21046,7 +21194,7 @@
|
|
|
21046
21194
|
"immutable": true,
|
|
21047
21195
|
"locationInModule": {
|
|
21048
21196
|
"filename": "src/github/workflow-actions.ts",
|
|
21049
|
-
"line":
|
|
21197
|
+
"line": 246
|
|
21050
21198
|
},
|
|
21051
21199
|
"name": "baseBranch",
|
|
21052
21200
|
"optional": true,
|
|
@@ -21064,7 +21212,7 @@
|
|
|
21064
21212
|
"immutable": true,
|
|
21065
21213
|
"locationInModule": {
|
|
21066
21214
|
"filename": "src/github/workflow-actions.ts",
|
|
21067
|
-
"line":
|
|
21215
|
+
"line": 253
|
|
21068
21216
|
},
|
|
21069
21217
|
"name": "branchName",
|
|
21070
21218
|
"optional": true,
|
|
@@ -21082,7 +21230,7 @@
|
|
|
21082
21230
|
"immutable": true,
|
|
21083
21231
|
"locationInModule": {
|
|
21084
21232
|
"filename": "src/github/workflow-actions.ts",
|
|
21085
|
-
"line":
|
|
21233
|
+
"line": 220
|
|
21086
21234
|
},
|
|
21087
21235
|
"name": "credentials",
|
|
21088
21236
|
"optional": true,
|
|
@@ -21100,7 +21248,7 @@
|
|
|
21100
21248
|
"immutable": true,
|
|
21101
21249
|
"locationInModule": {
|
|
21102
21250
|
"filename": "src/github/workflow-actions.ts",
|
|
21103
|
-
"line":
|
|
21251
|
+
"line": 259
|
|
21104
21252
|
},
|
|
21105
21253
|
"name": "gitIdentity",
|
|
21106
21254
|
"optional": true,
|
|
@@ -21118,7 +21266,7 @@
|
|
|
21118
21266
|
"immutable": true,
|
|
21119
21267
|
"locationInModule": {
|
|
21120
21268
|
"filename": "src/github/workflow-actions.ts",
|
|
21121
|
-
"line":
|
|
21269
|
+
"line": 273
|
|
21122
21270
|
},
|
|
21123
21271
|
"name": "labels",
|
|
21124
21272
|
"optional": true,
|
|
@@ -21141,7 +21289,7 @@
|
|
|
21141
21289
|
"immutable": true,
|
|
21142
21290
|
"locationInModule": {
|
|
21143
21291
|
"filename": "src/github/workflow-actions.ts",
|
|
21144
|
-
"line":
|
|
21292
|
+
"line": 266
|
|
21145
21293
|
},
|
|
21146
21294
|
"name": "signoff",
|
|
21147
21295
|
"optional": true,
|
|
@@ -21159,7 +21307,7 @@
|
|
|
21159
21307
|
"immutable": true,
|
|
21160
21308
|
"locationInModule": {
|
|
21161
21309
|
"filename": "src/github/workflow-actions.ts",
|
|
21162
|
-
"line":
|
|
21310
|
+
"line": 207
|
|
21163
21311
|
},
|
|
21164
21312
|
"name": "stepId",
|
|
21165
21313
|
"optional": true,
|
|
@@ -21177,7 +21325,7 @@
|
|
|
21177
21325
|
"immutable": true,
|
|
21178
21326
|
"locationInModule": {
|
|
21179
21327
|
"filename": "src/github/workflow-actions.ts",
|
|
21180
|
-
"line":
|
|
21328
|
+
"line": 213
|
|
21181
21329
|
},
|
|
21182
21330
|
"name": "stepName",
|
|
21183
21331
|
"optional": true,
|
|
@@ -23062,7 +23210,7 @@
|
|
|
23062
23210
|
"kind": "interface",
|
|
23063
23211
|
"locationInModule": {
|
|
23064
23212
|
"filename": "src/github/task-workflow.ts",
|
|
23065
|
-
"line":
|
|
23213
|
+
"line": 226
|
|
23066
23214
|
},
|
|
23067
23215
|
"name": "GitIdentity",
|
|
23068
23216
|
"namespace": "github",
|
|
@@ -23076,7 +23224,7 @@
|
|
|
23076
23224
|
"immutable": true,
|
|
23077
23225
|
"locationInModule": {
|
|
23078
23226
|
"filename": "src/github/task-workflow.ts",
|
|
23079
|
-
"line":
|
|
23227
|
+
"line": 235
|
|
23080
23228
|
},
|
|
23081
23229
|
"name": "email",
|
|
23082
23230
|
"type": {
|
|
@@ -23092,7 +23240,7 @@
|
|
|
23092
23240
|
"immutable": true,
|
|
23093
23241
|
"locationInModule": {
|
|
23094
23242
|
"filename": "src/github/task-workflow.ts",
|
|
23095
|
-
"line":
|
|
23243
|
+
"line": 230
|
|
23096
23244
|
},
|
|
23097
23245
|
"name": "name",
|
|
23098
23246
|
"type": {
|
|
@@ -24201,7 +24349,7 @@
|
|
|
24201
24349
|
"kind": "interface",
|
|
24202
24350
|
"locationInModule": {
|
|
24203
24351
|
"filename": "src/github/workflow-jobs.ts",
|
|
24204
|
-
"line":
|
|
24352
|
+
"line": 62
|
|
24205
24353
|
},
|
|
24206
24354
|
"name": "PullRequestFromPatchOptions",
|
|
24207
24355
|
"namespace": "github",
|
|
@@ -24215,7 +24363,7 @@
|
|
|
24215
24363
|
"immutable": true,
|
|
24216
24364
|
"locationInModule": {
|
|
24217
24365
|
"filename": "src/github/workflow-jobs.ts",
|
|
24218
|
-
"line":
|
|
24366
|
+
"line": 66
|
|
24219
24367
|
},
|
|
24220
24368
|
"name": "patch",
|
|
24221
24369
|
"type": {
|
|
@@ -24232,7 +24380,7 @@
|
|
|
24232
24380
|
"immutable": true,
|
|
24233
24381
|
"locationInModule": {
|
|
24234
24382
|
"filename": "src/github/workflow-jobs.ts",
|
|
24235
|
-
"line":
|
|
24383
|
+
"line": 72
|
|
24236
24384
|
},
|
|
24237
24385
|
"name": "jobName",
|
|
24238
24386
|
"optional": true,
|
|
@@ -24254,7 +24402,7 @@
|
|
|
24254
24402
|
"immutable": true,
|
|
24255
24403
|
"locationInModule": {
|
|
24256
24404
|
"filename": "src/github/workflow-jobs.ts",
|
|
24257
|
-
"line":
|
|
24405
|
+
"line": 80
|
|
24258
24406
|
},
|
|
24259
24407
|
"name": "runsOn",
|
|
24260
24408
|
"optional": true,
|
|
@@ -24280,7 +24428,7 @@
|
|
|
24280
24428
|
"immutable": true,
|
|
24281
24429
|
"locationInModule": {
|
|
24282
24430
|
"filename": "src/github/workflow-jobs.ts",
|
|
24283
|
-
"line":
|
|
24431
|
+
"line": 87
|
|
24284
24432
|
},
|
|
24285
24433
|
"name": "runsOnGroup",
|
|
24286
24434
|
"optional": true,
|
|
@@ -24501,7 +24649,7 @@
|
|
|
24501
24649
|
"kind": "interface",
|
|
24502
24650
|
"locationInModule": {
|
|
24503
24651
|
"filename": "src/github/workflow-jobs.ts",
|
|
24504
|
-
"line":
|
|
24652
|
+
"line": 50
|
|
24505
24653
|
},
|
|
24506
24654
|
"name": "PullRequestPatchSource",
|
|
24507
24655
|
"namespace": "github",
|
|
@@ -24515,7 +24663,7 @@
|
|
|
24515
24663
|
"immutable": true,
|
|
24516
24664
|
"locationInModule": {
|
|
24517
24665
|
"filename": "src/github/workflow-jobs.ts",
|
|
24518
|
-
"line":
|
|
24666
|
+
"line": 54
|
|
24519
24667
|
},
|
|
24520
24668
|
"name": "jobId",
|
|
24521
24669
|
"type": {
|
|
@@ -24531,7 +24679,7 @@
|
|
|
24531
24679
|
"immutable": true,
|
|
24532
24680
|
"locationInModule": {
|
|
24533
24681
|
"filename": "src/github/workflow-jobs.ts",
|
|
24534
|
-
"line":
|
|
24682
|
+
"line": 59
|
|
24535
24683
|
},
|
|
24536
24684
|
"name": "outputName",
|
|
24537
24685
|
"type": {
|
|
@@ -24719,6 +24867,43 @@
|
|
|
24719
24867
|
],
|
|
24720
24868
|
"symbolId": "src/github/pull-request-lint:SemanticTitleOptions"
|
|
24721
24869
|
},
|
|
24870
|
+
"projen.github.SetupGitIdentityOptions": {
|
|
24871
|
+
"assembly": "projen",
|
|
24872
|
+
"datatype": true,
|
|
24873
|
+
"docs": {
|
|
24874
|
+
"stability": "experimental"
|
|
24875
|
+
},
|
|
24876
|
+
"fqn": "projen.github.SetupGitIdentityOptions",
|
|
24877
|
+
"interfaces": [
|
|
24878
|
+
"projen.github.CommonWorkflowStepOptions"
|
|
24879
|
+
],
|
|
24880
|
+
"kind": "interface",
|
|
24881
|
+
"locationInModule": {
|
|
24882
|
+
"filename": "src/github/workflow-steps.ts",
|
|
24883
|
+
"line": 126
|
|
24884
|
+
},
|
|
24885
|
+
"name": "SetupGitIdentityOptions",
|
|
24886
|
+
"namespace": "github",
|
|
24887
|
+
"properties": [
|
|
24888
|
+
{
|
|
24889
|
+
"abstract": true,
|
|
24890
|
+
"docs": {
|
|
24891
|
+
"stability": "experimental",
|
|
24892
|
+
"summary": "The identity to use."
|
|
24893
|
+
},
|
|
24894
|
+
"immutable": true,
|
|
24895
|
+
"locationInModule": {
|
|
24896
|
+
"filename": "src/github/workflow-steps.ts",
|
|
24897
|
+
"line": 130
|
|
24898
|
+
},
|
|
24899
|
+
"name": "gitIdentity",
|
|
24900
|
+
"type": {
|
|
24901
|
+
"fqn": "projen.github.GitIdentity"
|
|
24902
|
+
}
|
|
24903
|
+
}
|
|
24904
|
+
],
|
|
24905
|
+
"symbolId": "src/github/workflow-steps:SetupGitIdentityOptions"
|
|
24906
|
+
},
|
|
24722
24907
|
"projen.github.Stale": {
|
|
24723
24908
|
"assembly": "projen",
|
|
24724
24909
|
"base": "projen.Component",
|
|
@@ -25189,12 +25374,7 @@
|
|
|
25189
25374
|
"name": "checkoutWith",
|
|
25190
25375
|
"optional": true,
|
|
25191
25376
|
"type": {
|
|
25192
|
-
"
|
|
25193
|
-
"elementtype": {
|
|
25194
|
-
"primitive": "any"
|
|
25195
|
-
},
|
|
25196
|
-
"kind": "map"
|
|
25197
|
-
}
|
|
25377
|
+
"fqn": "projen.github.CheckoutWith"
|
|
25198
25378
|
}
|
|
25199
25379
|
},
|
|
25200
25380
|
{
|
|
@@ -25479,7 +25659,7 @@
|
|
|
25479
25659
|
"kind": "interface",
|
|
25480
25660
|
"locationInModule": {
|
|
25481
25661
|
"filename": "src/github/workflow-actions.ts",
|
|
25482
|
-
"line":
|
|
25662
|
+
"line": 172
|
|
25483
25663
|
},
|
|
25484
25664
|
"name": "UploadGitPatchOptions",
|
|
25485
25665
|
"namespace": "github",
|
|
@@ -25494,7 +25674,7 @@
|
|
|
25494
25674
|
"immutable": true,
|
|
25495
25675
|
"locationInModule": {
|
|
25496
25676
|
"filename": "src/github/workflow-actions.ts",
|
|
25497
|
-
"line":
|
|
25677
|
+
"line": 193
|
|
25498
25678
|
},
|
|
25499
25679
|
"name": "outputName",
|
|
25500
25680
|
"type": {
|
|
@@ -25510,7 +25690,7 @@
|
|
|
25510
25690
|
"immutable": true,
|
|
25511
25691
|
"locationInModule": {
|
|
25512
25692
|
"filename": "src/github/workflow-actions.ts",
|
|
25513
|
-
"line":
|
|
25693
|
+
"line": 176
|
|
25514
25694
|
},
|
|
25515
25695
|
"name": "stepId",
|
|
25516
25696
|
"type": {
|
|
@@ -25527,7 +25707,7 @@
|
|
|
25527
25707
|
"immutable": true,
|
|
25528
25708
|
"locationInModule": {
|
|
25529
25709
|
"filename": "src/github/workflow-actions.ts",
|
|
25530
|
-
"line":
|
|
25710
|
+
"line": 199
|
|
25531
25711
|
},
|
|
25532
25712
|
"name": "mutationError",
|
|
25533
25713
|
"optional": true,
|
|
@@ -25545,7 +25725,7 @@
|
|
|
25545
25725
|
"immutable": true,
|
|
25546
25726
|
"locationInModule": {
|
|
25547
25727
|
"filename": "src/github/workflow-actions.ts",
|
|
25548
|
-
"line":
|
|
25728
|
+
"line": 188
|
|
25549
25729
|
},
|
|
25550
25730
|
"name": "patchFile",
|
|
25551
25731
|
"optional": true,
|
|
@@ -25563,7 +25743,7 @@
|
|
|
25563
25743
|
"immutable": true,
|
|
25564
25744
|
"locationInModule": {
|
|
25565
25745
|
"filename": "src/github/workflow-actions.ts",
|
|
25566
|
-
"line":
|
|
25746
|
+
"line": 182
|
|
25567
25747
|
},
|
|
25568
25748
|
"name": "stepName",
|
|
25569
25749
|
"optional": true,
|
|
@@ -25644,7 +25824,7 @@
|
|
|
25644
25824
|
"kind": "class",
|
|
25645
25825
|
"locationInModule": {
|
|
25646
25826
|
"filename": "src/github/workflow-actions.ts",
|
|
25647
|
-
"line":
|
|
25827
|
+
"line": 20
|
|
25648
25828
|
},
|
|
25649
25829
|
"methods": [
|
|
25650
25830
|
{
|
|
@@ -25690,7 +25870,7 @@
|
|
|
25690
25870
|
},
|
|
25691
25871
|
"locationInModule": {
|
|
25692
25872
|
"filename": "src/github/workflow-actions.ts",
|
|
25693
|
-
"line":
|
|
25873
|
+
"line": 98
|
|
25694
25874
|
},
|
|
25695
25875
|
"name": "createPullRequest",
|
|
25696
25876
|
"parameters": [
|
|
@@ -25718,13 +25898,14 @@
|
|
|
25718
25898
|
},
|
|
25719
25899
|
{
|
|
25720
25900
|
"docs": {
|
|
25901
|
+
"deprecated": "use `WorkflowSteps.setupGitIdentity` instead",
|
|
25721
25902
|
"returns": "Job steps",
|
|
25722
|
-
"stability": "
|
|
25903
|
+
"stability": "deprecated",
|
|
25723
25904
|
"summary": "Configures the git identity (user name and email)."
|
|
25724
25905
|
},
|
|
25725
25906
|
"locationInModule": {
|
|
25726
25907
|
"filename": "src/github/workflow-actions.ts",
|
|
25727
|
-
"line":
|
|
25908
|
+
"line": 153
|
|
25728
25909
|
},
|
|
25729
25910
|
"name": "setupGitIdentity",
|
|
25730
25911
|
"parameters": [
|
|
@@ -25759,7 +25940,7 @@
|
|
|
25759
25940
|
},
|
|
25760
25941
|
"locationInModule": {
|
|
25761
25942
|
"filename": "src/github/workflow-actions.ts",
|
|
25762
|
-
"line":
|
|
25943
|
+
"line": 30
|
|
25763
25944
|
},
|
|
25764
25945
|
"name": "uploadGitPatch",
|
|
25765
25946
|
"parameters": [
|
|
@@ -25805,7 +25986,7 @@
|
|
|
25805
25986
|
"kind": "class",
|
|
25806
25987
|
"locationInModule": {
|
|
25807
25988
|
"filename": "src/github/workflow-jobs.ts",
|
|
25808
|
-
"line":
|
|
25989
|
+
"line": 15
|
|
25809
25990
|
},
|
|
25810
25991
|
"methods": [
|
|
25811
25992
|
{
|
|
@@ -25816,7 +25997,7 @@
|
|
|
25816
25997
|
},
|
|
25817
25998
|
"locationInModule": {
|
|
25818
25999
|
"filename": "src/github/workflow-jobs.ts",
|
|
25819
|
-
"line":
|
|
26000
|
+
"line": 21
|
|
25820
26001
|
},
|
|
25821
26002
|
"name": "pullRequestFromPatch",
|
|
25822
26003
|
"parameters": [
|
|
@@ -25839,6 +26020,85 @@
|
|
|
25839
26020
|
"namespace": "github",
|
|
25840
26021
|
"symbolId": "src/github/workflow-jobs:WorkflowJobs"
|
|
25841
26022
|
},
|
|
26023
|
+
"projen.github.WorkflowSteps": {
|
|
26024
|
+
"assembly": "projen",
|
|
26025
|
+
"docs": {
|
|
26026
|
+
"stability": "experimental",
|
|
26027
|
+
"summary": "A collection of very commonly used, individual, GitHub Workflow Job steps."
|
|
26028
|
+
},
|
|
26029
|
+
"fqn": "projen.github.WorkflowSteps",
|
|
26030
|
+
"initializer": {
|
|
26031
|
+
"docs": {
|
|
26032
|
+
"stability": "experimental"
|
|
26033
|
+
}
|
|
26034
|
+
},
|
|
26035
|
+
"kind": "class",
|
|
26036
|
+
"locationInModule": {
|
|
26037
|
+
"filename": "src/github/workflow-steps.ts",
|
|
26038
|
+
"line": 8
|
|
26039
|
+
},
|
|
26040
|
+
"methods": [
|
|
26041
|
+
{
|
|
26042
|
+
"docs": {
|
|
26043
|
+
"returns": "Job steps",
|
|
26044
|
+
"stability": "experimental",
|
|
26045
|
+
"summary": "Checks out a repository."
|
|
26046
|
+
},
|
|
26047
|
+
"locationInModule": {
|
|
26048
|
+
"filename": "src/github/workflow-steps.ts",
|
|
26049
|
+
"line": 15
|
|
26050
|
+
},
|
|
26051
|
+
"name": "checkout",
|
|
26052
|
+
"parameters": [
|
|
26053
|
+
{
|
|
26054
|
+
"docs": {
|
|
26055
|
+
"summary": "Options."
|
|
26056
|
+
},
|
|
26057
|
+
"name": "options",
|
|
26058
|
+
"optional": true,
|
|
26059
|
+
"type": {
|
|
26060
|
+
"fqn": "projen.github.CheckoutOptions"
|
|
26061
|
+
}
|
|
26062
|
+
}
|
|
26063
|
+
],
|
|
26064
|
+
"returns": {
|
|
26065
|
+
"type": {
|
|
26066
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
26067
|
+
}
|
|
26068
|
+
},
|
|
26069
|
+
"static": true
|
|
26070
|
+
},
|
|
26071
|
+
{
|
|
26072
|
+
"docs": {
|
|
26073
|
+
"returns": "Job steps",
|
|
26074
|
+
"stability": "experimental",
|
|
26075
|
+
"summary": "Configures the git identity (user name and email)."
|
|
26076
|
+
},
|
|
26077
|
+
"locationInModule": {
|
|
26078
|
+
"filename": "src/github/workflow-steps.ts",
|
|
26079
|
+
"line": 39
|
|
26080
|
+
},
|
|
26081
|
+
"name": "setupGitIdentity",
|
|
26082
|
+
"parameters": [
|
|
26083
|
+
{
|
|
26084
|
+
"name": "options",
|
|
26085
|
+
"type": {
|
|
26086
|
+
"fqn": "projen.github.SetupGitIdentityOptions"
|
|
26087
|
+
}
|
|
26088
|
+
}
|
|
26089
|
+
],
|
|
26090
|
+
"returns": {
|
|
26091
|
+
"type": {
|
|
26092
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
26093
|
+
}
|
|
26094
|
+
},
|
|
26095
|
+
"static": true
|
|
26096
|
+
}
|
|
26097
|
+
],
|
|
26098
|
+
"name": "WorkflowSteps",
|
|
26099
|
+
"namespace": "github",
|
|
26100
|
+
"symbolId": "src/github/workflow-steps:WorkflowSteps"
|
|
26101
|
+
},
|
|
25842
26102
|
"projen.github.workflows.AppPermission": {
|
|
25843
26103
|
"assembly": "projen",
|
|
25844
26104
|
"docs": {
|
|
@@ -47122,7 +47382,7 @@
|
|
|
47122
47382
|
},
|
|
47123
47383
|
"locationInModule": {
|
|
47124
47384
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47125
|
-
"line":
|
|
47385
|
+
"line": 158
|
|
47126
47386
|
},
|
|
47127
47387
|
"parameters": [
|
|
47128
47388
|
{
|
|
@@ -47143,7 +47403,7 @@
|
|
|
47143
47403
|
"kind": "class",
|
|
47144
47404
|
"locationInModule": {
|
|
47145
47405
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47146
|
-
"line":
|
|
47406
|
+
"line": 126
|
|
47147
47407
|
},
|
|
47148
47408
|
"methods": [
|
|
47149
47409
|
{
|
|
@@ -47153,7 +47413,7 @@
|
|
|
47153
47413
|
},
|
|
47154
47414
|
"locationInModule": {
|
|
47155
47415
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47156
|
-
"line":
|
|
47416
|
+
"line": 228
|
|
47157
47417
|
},
|
|
47158
47418
|
"name": "addPostBuildSteps",
|
|
47159
47419
|
"parameters": [
|
|
@@ -47182,7 +47442,7 @@
|
|
|
47182
47442
|
"immutable": true,
|
|
47183
47443
|
"locationInModule": {
|
|
47184
47444
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47185
|
-
"line":
|
|
47445
|
+
"line": 149
|
|
47186
47446
|
},
|
|
47187
47447
|
"name": "postUpgradeTask",
|
|
47188
47448
|
"type": {
|
|
@@ -47197,7 +47457,7 @@
|
|
|
47197
47457
|
"immutable": true,
|
|
47198
47458
|
"locationInModule": {
|
|
47199
47459
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47200
|
-
"line":
|
|
47460
|
+
"line": 144
|
|
47201
47461
|
},
|
|
47202
47462
|
"name": "upgradeTask",
|
|
47203
47463
|
"type": {
|
|
@@ -47213,7 +47473,7 @@
|
|
|
47213
47473
|
"immutable": true,
|
|
47214
47474
|
"locationInModule": {
|
|
47215
47475
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47216
|
-
"line":
|
|
47476
|
+
"line": 130
|
|
47217
47477
|
},
|
|
47218
47478
|
"name": "workflows",
|
|
47219
47479
|
"type": {
|
|
@@ -47232,7 +47492,7 @@
|
|
|
47232
47492
|
},
|
|
47233
47493
|
"locationInModule": {
|
|
47234
47494
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47235
|
-
"line":
|
|
47495
|
+
"line": 139
|
|
47236
47496
|
},
|
|
47237
47497
|
"name": "containerOptions",
|
|
47238
47498
|
"optional": true,
|
|
@@ -47254,7 +47514,7 @@
|
|
|
47254
47514
|
"kind": "interface",
|
|
47255
47515
|
"locationInModule": {
|
|
47256
47516
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47257
|
-
"line":
|
|
47517
|
+
"line": 32
|
|
47258
47518
|
},
|
|
47259
47519
|
"name": "UpgradeDependenciesOptions",
|
|
47260
47520
|
"namespace": "javascript",
|
|
@@ -47269,7 +47529,7 @@
|
|
|
47269
47529
|
"immutable": true,
|
|
47270
47530
|
"locationInModule": {
|
|
47271
47531
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47272
|
-
"line":
|
|
47532
|
+
"line": 38
|
|
47273
47533
|
},
|
|
47274
47534
|
"name": "exclude",
|
|
47275
47535
|
"optional": true,
|
|
@@ -47292,7 +47552,7 @@
|
|
|
47292
47552
|
"immutable": true,
|
|
47293
47553
|
"locationInModule": {
|
|
47294
47554
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47295
|
-
"line":
|
|
47555
|
+
"line": 45
|
|
47296
47556
|
},
|
|
47297
47557
|
"name": "include",
|
|
47298
47558
|
"optional": true,
|
|
@@ -47315,7 +47575,7 @@
|
|
|
47315
47575
|
"immutable": true,
|
|
47316
47576
|
"locationInModule": {
|
|
47317
47577
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47318
|
-
"line":
|
|
47578
|
+
"line": 99
|
|
47319
47579
|
},
|
|
47320
47580
|
"name": "pullRequestTitle",
|
|
47321
47581
|
"optional": true,
|
|
@@ -47335,7 +47595,7 @@
|
|
|
47335
47595
|
"immutable": true,
|
|
47336
47596
|
"locationInModule": {
|
|
47337
47597
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47338
|
-
"line":
|
|
47598
|
+
"line": 66
|
|
47339
47599
|
},
|
|
47340
47600
|
"name": "satisfyPeerDependencies",
|
|
47341
47601
|
"optional": true,
|
|
@@ -47353,7 +47613,7 @@
|
|
|
47353
47613
|
"immutable": true,
|
|
47354
47614
|
"locationInModule": {
|
|
47355
47615
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47356
|
-
"line":
|
|
47616
|
+
"line": 106
|
|
47357
47617
|
},
|
|
47358
47618
|
"name": "semanticCommit",
|
|
47359
47619
|
"optional": true,
|
|
@@ -47371,7 +47631,7 @@
|
|
|
47371
47631
|
"immutable": true,
|
|
47372
47632
|
"locationInModule": {
|
|
47373
47633
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47374
|
-
"line":
|
|
47634
|
+
"line": 113
|
|
47375
47635
|
},
|
|
47376
47636
|
"name": "signoff",
|
|
47377
47637
|
"optional": true,
|
|
@@ -47390,7 +47650,7 @@
|
|
|
47390
47650
|
"immutable": true,
|
|
47391
47651
|
"locationInModule": {
|
|
47392
47652
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47393
|
-
"line":
|
|
47653
|
+
"line": 54
|
|
47394
47654
|
},
|
|
47395
47655
|
"name": "target",
|
|
47396
47656
|
"optional": true,
|
|
@@ -47409,7 +47669,7 @@
|
|
|
47409
47669
|
"immutable": true,
|
|
47410
47670
|
"locationInModule": {
|
|
47411
47671
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47412
|
-
"line":
|
|
47672
|
+
"line": 92
|
|
47413
47673
|
},
|
|
47414
47674
|
"name": "taskName",
|
|
47415
47675
|
"optional": true,
|
|
@@ -47427,7 +47687,7 @@
|
|
|
47427
47687
|
"immutable": true,
|
|
47428
47688
|
"locationInModule": {
|
|
47429
47689
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47430
|
-
"line":
|
|
47690
|
+
"line": 120
|
|
47431
47691
|
},
|
|
47432
47692
|
"name": "types",
|
|
47433
47693
|
"optional": true,
|
|
@@ -47451,7 +47711,7 @@
|
|
|
47451
47711
|
"immutable": true,
|
|
47452
47712
|
"locationInModule": {
|
|
47453
47713
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47454
|
-
"line":
|
|
47714
|
+
"line": 77
|
|
47455
47715
|
},
|
|
47456
47716
|
"name": "workflow",
|
|
47457
47717
|
"optional": true,
|
|
@@ -47470,7 +47730,7 @@
|
|
|
47470
47730
|
"immutable": true,
|
|
47471
47731
|
"locationInModule": {
|
|
47472
47732
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47473
|
-
"line":
|
|
47733
|
+
"line": 84
|
|
47474
47734
|
},
|
|
47475
47735
|
"name": "workflowOptions",
|
|
47476
47736
|
"optional": true,
|
|
@@ -47491,7 +47751,7 @@
|
|
|
47491
47751
|
"kind": "class",
|
|
47492
47752
|
"locationInModule": {
|
|
47493
47753
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47494
|
-
"line":
|
|
47754
|
+
"line": 585
|
|
47495
47755
|
},
|
|
47496
47756
|
"methods": [
|
|
47497
47757
|
{
|
|
@@ -47501,7 +47761,7 @@
|
|
|
47501
47761
|
},
|
|
47502
47762
|
"locationInModule": {
|
|
47503
47763
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47504
|
-
"line":
|
|
47764
|
+
"line": 620
|
|
47505
47765
|
},
|
|
47506
47766
|
"name": "expressions",
|
|
47507
47767
|
"parameters": [
|
|
@@ -47537,7 +47797,7 @@
|
|
|
47537
47797
|
"immutable": true,
|
|
47538
47798
|
"locationInModule": {
|
|
47539
47799
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47540
|
-
"line":
|
|
47800
|
+
"line": 594
|
|
47541
47801
|
},
|
|
47542
47802
|
"name": "DAILY",
|
|
47543
47803
|
"static": true,
|
|
@@ -47554,7 +47814,7 @@
|
|
|
47554
47814
|
"immutable": true,
|
|
47555
47815
|
"locationInModule": {
|
|
47556
47816
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47557
|
-
"line":
|
|
47817
|
+
"line": 613
|
|
47558
47818
|
},
|
|
47559
47819
|
"name": "MONTHLY",
|
|
47560
47820
|
"static": true,
|
|
@@ -47571,7 +47831,7 @@
|
|
|
47571
47831
|
"immutable": true,
|
|
47572
47832
|
"locationInModule": {
|
|
47573
47833
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47574
|
-
"line":
|
|
47834
|
+
"line": 589
|
|
47575
47835
|
},
|
|
47576
47836
|
"name": "NEVER",
|
|
47577
47837
|
"static": true,
|
|
@@ -47588,7 +47848,7 @@
|
|
|
47588
47848
|
"immutable": true,
|
|
47589
47849
|
"locationInModule": {
|
|
47590
47850
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47591
|
-
"line":
|
|
47851
|
+
"line": 599
|
|
47592
47852
|
},
|
|
47593
47853
|
"name": "WEEKDAY",
|
|
47594
47854
|
"static": true,
|
|
@@ -47605,7 +47865,7 @@
|
|
|
47605
47865
|
"immutable": true,
|
|
47606
47866
|
"locationInModule": {
|
|
47607
47867
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47608
|
-
"line":
|
|
47868
|
+
"line": 606
|
|
47609
47869
|
},
|
|
47610
47870
|
"name": "WEEKLY",
|
|
47611
47871
|
"static": true,
|
|
@@ -47620,7 +47880,7 @@
|
|
|
47620
47880
|
"immutable": true,
|
|
47621
47881
|
"locationInModule": {
|
|
47622
47882
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47623
|
-
"line":
|
|
47883
|
+
"line": 624
|
|
47624
47884
|
},
|
|
47625
47885
|
"name": "cron",
|
|
47626
47886
|
"type": {
|
|
@@ -47646,7 +47906,7 @@
|
|
|
47646
47906
|
"kind": "interface",
|
|
47647
47907
|
"locationInModule": {
|
|
47648
47908
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47649
|
-
"line":
|
|
47909
|
+
"line": 504
|
|
47650
47910
|
},
|
|
47651
47911
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
47652
47912
|
"namespace": "javascript",
|
|
@@ -47661,7 +47921,7 @@
|
|
|
47661
47921
|
"immutable": true,
|
|
47662
47922
|
"locationInModule": {
|
|
47663
47923
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47664
|
-
"line":
|
|
47924
|
+
"line": 537
|
|
47665
47925
|
},
|
|
47666
47926
|
"name": "assignees",
|
|
47667
47927
|
"optional": true,
|
|
@@ -47684,7 +47944,7 @@
|
|
|
47684
47944
|
"immutable": true,
|
|
47685
47945
|
"locationInModule": {
|
|
47686
47946
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47687
|
-
"line":
|
|
47947
|
+
"line": 551
|
|
47688
47948
|
},
|
|
47689
47949
|
"name": "branches",
|
|
47690
47950
|
"optional": true,
|
|
@@ -47707,7 +47967,7 @@
|
|
|
47707
47967
|
"immutable": true,
|
|
47708
47968
|
"locationInModule": {
|
|
47709
47969
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47710
|
-
"line":
|
|
47970
|
+
"line": 544
|
|
47711
47971
|
},
|
|
47712
47972
|
"name": "container",
|
|
47713
47973
|
"optional": true,
|
|
@@ -47725,7 +47985,7 @@
|
|
|
47725
47985
|
"immutable": true,
|
|
47726
47986
|
"locationInModule": {
|
|
47727
47987
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47728
|
-
"line":
|
|
47988
|
+
"line": 557
|
|
47729
47989
|
},
|
|
47730
47990
|
"name": "gitIdentity",
|
|
47731
47991
|
"optional": true,
|
|
@@ -47743,7 +48003,7 @@
|
|
|
47743
48003
|
"immutable": true,
|
|
47744
48004
|
"locationInModule": {
|
|
47745
48005
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47746
|
-
"line":
|
|
48006
|
+
"line": 530
|
|
47747
48007
|
},
|
|
47748
48008
|
"name": "labels",
|
|
47749
48009
|
"optional": true,
|
|
@@ -47766,7 +48026,7 @@
|
|
|
47766
48026
|
"immutable": true,
|
|
47767
48027
|
"locationInModule": {
|
|
47768
48028
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47769
|
-
"line":
|
|
48029
|
+
"line": 579
|
|
47770
48030
|
},
|
|
47771
48031
|
"name": "permissions",
|
|
47772
48032
|
"optional": true,
|
|
@@ -47786,7 +48046,7 @@
|
|
|
47786
48046
|
"immutable": true,
|
|
47787
48047
|
"locationInModule": {
|
|
47788
48048
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47789
|
-
"line":
|
|
48049
|
+
"line": 523
|
|
47790
48050
|
},
|
|
47791
48051
|
"name": "projenCredentials",
|
|
47792
48052
|
"optional": true,
|
|
@@ -47808,7 +48068,7 @@
|
|
|
47808
48068
|
"immutable": true,
|
|
47809
48069
|
"locationInModule": {
|
|
47810
48070
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47811
|
-
"line":
|
|
48071
|
+
"line": 565
|
|
47812
48072
|
},
|
|
47813
48073
|
"name": "runsOn",
|
|
47814
48074
|
"optional": true,
|
|
@@ -47834,7 +48094,7 @@
|
|
|
47834
48094
|
"immutable": true,
|
|
47835
48095
|
"locationInModule": {
|
|
47836
48096
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47837
|
-
"line":
|
|
48097
|
+
"line": 572
|
|
47838
48098
|
},
|
|
47839
48099
|
"name": "runsOnGroup",
|
|
47840
48100
|
"optional": true,
|
|
@@ -47852,7 +48112,7 @@
|
|
|
47852
48112
|
"immutable": true,
|
|
47853
48113
|
"locationInModule": {
|
|
47854
48114
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
47855
|
-
"line":
|
|
48115
|
+
"line": 510
|
|
47856
48116
|
},
|
|
47857
48117
|
"name": "schedule",
|
|
47858
48118
|
"optional": true,
|
|
@@ -56850,6 +57110,527 @@
|
|
|
56850
57110
|
],
|
|
56851
57111
|
"symbolId": "src/typescript/projenrc-ts:ProjenrcTsOptions"
|
|
56852
57112
|
},
|
|
57113
|
+
"projen.typescript.TsJestBabelConfig": {
|
|
57114
|
+
"assembly": "projen",
|
|
57115
|
+
"docs": {
|
|
57116
|
+
"see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/babelConfig/",
|
|
57117
|
+
"stability": "experimental"
|
|
57118
|
+
},
|
|
57119
|
+
"fqn": "projen.typescript.TsJestBabelConfig",
|
|
57120
|
+
"kind": "class",
|
|
57121
|
+
"locationInModule": {
|
|
57122
|
+
"filename": "src/typescript/typescript.ts",
|
|
57123
|
+
"line": 29
|
|
57124
|
+
},
|
|
57125
|
+
"methods": [
|
|
57126
|
+
{
|
|
57127
|
+
"docs": {
|
|
57128
|
+
"remarks": "`ts-jest` will try to find an existing Babel configuration and pass it to the `babel-jest` processor.",
|
|
57129
|
+
"stability": "experimental",
|
|
57130
|
+
"summary": "Enables Babel processing."
|
|
57131
|
+
},
|
|
57132
|
+
"locationInModule": {
|
|
57133
|
+
"filename": "src/typescript/typescript.ts",
|
|
57134
|
+
"line": 42
|
|
57135
|
+
},
|
|
57136
|
+
"name": "autoDetectConfig",
|
|
57137
|
+
"returns": {
|
|
57138
|
+
"type": {
|
|
57139
|
+
"fqn": "projen.typescript.TsJestBabelConfig"
|
|
57140
|
+
}
|
|
57141
|
+
},
|
|
57142
|
+
"static": true
|
|
57143
|
+
},
|
|
57144
|
+
{
|
|
57145
|
+
"docs": {
|
|
57146
|
+
"see": "https://babeljs.io/docs/options",
|
|
57147
|
+
"stability": "experimental",
|
|
57148
|
+
"summary": "Inline compiler options."
|
|
57149
|
+
},
|
|
57150
|
+
"locationInModule": {
|
|
57151
|
+
"filename": "src/typescript/typescript.ts",
|
|
57152
|
+
"line": 59
|
|
57153
|
+
},
|
|
57154
|
+
"name": "custom",
|
|
57155
|
+
"parameters": [
|
|
57156
|
+
{
|
|
57157
|
+
"name": "config",
|
|
57158
|
+
"type": {
|
|
57159
|
+
"collection": {
|
|
57160
|
+
"elementtype": {
|
|
57161
|
+
"primitive": "any"
|
|
57162
|
+
},
|
|
57163
|
+
"kind": "map"
|
|
57164
|
+
}
|
|
57165
|
+
}
|
|
57166
|
+
}
|
|
57167
|
+
],
|
|
57168
|
+
"returns": {
|
|
57169
|
+
"type": {
|
|
57170
|
+
"fqn": "projen.typescript.TsJestBabelConfig"
|
|
57171
|
+
}
|
|
57172
|
+
},
|
|
57173
|
+
"static": true
|
|
57174
|
+
},
|
|
57175
|
+
{
|
|
57176
|
+
"docs": {
|
|
57177
|
+
"stability": "experimental",
|
|
57178
|
+
"summary": "Disables the use of Babel."
|
|
57179
|
+
},
|
|
57180
|
+
"locationInModule": {
|
|
57181
|
+
"filename": "src/typescript/typescript.ts",
|
|
57182
|
+
"line": 33
|
|
57183
|
+
},
|
|
57184
|
+
"name": "disabled",
|
|
57185
|
+
"returns": {
|
|
57186
|
+
"type": {
|
|
57187
|
+
"fqn": "projen.typescript.TsJestBabelConfig"
|
|
57188
|
+
}
|
|
57189
|
+
},
|
|
57190
|
+
"static": true
|
|
57191
|
+
},
|
|
57192
|
+
{
|
|
57193
|
+
"docs": {
|
|
57194
|
+
"remarks": "The path should be relative to the current working directory where you start Jest from. You can also use `<rootDir>` in the path.",
|
|
57195
|
+
"stability": "experimental",
|
|
57196
|
+
"summary": "Path to a babelrc file."
|
|
57197
|
+
},
|
|
57198
|
+
"locationInModule": {
|
|
57199
|
+
"filename": "src/typescript/typescript.ts",
|
|
57200
|
+
"line": 51
|
|
57201
|
+
},
|
|
57202
|
+
"name": "fromFile",
|
|
57203
|
+
"parameters": [
|
|
57204
|
+
{
|
|
57205
|
+
"name": "filePath",
|
|
57206
|
+
"type": {
|
|
57207
|
+
"primitive": "string"
|
|
57208
|
+
}
|
|
57209
|
+
}
|
|
57210
|
+
],
|
|
57211
|
+
"returns": {
|
|
57212
|
+
"type": {
|
|
57213
|
+
"fqn": "projen.typescript.TsJestBabelConfig"
|
|
57214
|
+
}
|
|
57215
|
+
},
|
|
57216
|
+
"static": true
|
|
57217
|
+
}
|
|
57218
|
+
],
|
|
57219
|
+
"name": "TsJestBabelConfig",
|
|
57220
|
+
"namespace": "typescript",
|
|
57221
|
+
"symbolId": "src/typescript/typescript:TsJestBabelConfig"
|
|
57222
|
+
},
|
|
57223
|
+
"projen.typescript.TsJestDiagnostics": {
|
|
57224
|
+
"assembly": "projen",
|
|
57225
|
+
"docs": {
|
|
57226
|
+
"see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/diagnostics/",
|
|
57227
|
+
"stability": "experimental"
|
|
57228
|
+
},
|
|
57229
|
+
"fqn": "projen.typescript.TsJestDiagnostics",
|
|
57230
|
+
"kind": "class",
|
|
57231
|
+
"locationInModule": {
|
|
57232
|
+
"filename": "src/typescript/typescript.ts",
|
|
57233
|
+
"line": 79
|
|
57234
|
+
},
|
|
57235
|
+
"methods": [
|
|
57236
|
+
{
|
|
57237
|
+
"docs": {
|
|
57238
|
+
"stability": "experimental",
|
|
57239
|
+
"summary": "Enable all diagnostics."
|
|
57240
|
+
},
|
|
57241
|
+
"locationInModule": {
|
|
57242
|
+
"filename": "src/typescript/typescript.ts",
|
|
57243
|
+
"line": 83
|
|
57244
|
+
},
|
|
57245
|
+
"name": "all",
|
|
57246
|
+
"returns": {
|
|
57247
|
+
"type": {
|
|
57248
|
+
"fqn": "projen.typescript.TsJestDiagnostics"
|
|
57249
|
+
}
|
|
57250
|
+
},
|
|
57251
|
+
"static": true
|
|
57252
|
+
},
|
|
57253
|
+
{
|
|
57254
|
+
"docs": {
|
|
57255
|
+
"see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/diagnostics/",
|
|
57256
|
+
"stability": "experimental",
|
|
57257
|
+
"summary": "Provide a custom diagnostics configuration."
|
|
57258
|
+
},
|
|
57259
|
+
"locationInModule": {
|
|
57260
|
+
"filename": "src/typescript/typescript.ts",
|
|
57261
|
+
"line": 99
|
|
57262
|
+
},
|
|
57263
|
+
"name": "custom",
|
|
57264
|
+
"parameters": [
|
|
57265
|
+
{
|
|
57266
|
+
"name": "config",
|
|
57267
|
+
"type": {
|
|
57268
|
+
"collection": {
|
|
57269
|
+
"elementtype": {
|
|
57270
|
+
"primitive": "any"
|
|
57271
|
+
},
|
|
57272
|
+
"kind": "map"
|
|
57273
|
+
}
|
|
57274
|
+
}
|
|
57275
|
+
}
|
|
57276
|
+
],
|
|
57277
|
+
"returns": {
|
|
57278
|
+
"type": {
|
|
57279
|
+
"fqn": "projen.typescript.TsJestDiagnostics"
|
|
57280
|
+
}
|
|
57281
|
+
},
|
|
57282
|
+
"static": true
|
|
57283
|
+
},
|
|
57284
|
+
{
|
|
57285
|
+
"docs": {
|
|
57286
|
+
"stability": "experimental",
|
|
57287
|
+
"summary": "Disable all diagnostics."
|
|
57288
|
+
},
|
|
57289
|
+
"locationInModule": {
|
|
57290
|
+
"filename": "src/typescript/typescript.ts",
|
|
57291
|
+
"line": 90
|
|
57292
|
+
},
|
|
57293
|
+
"name": "none",
|
|
57294
|
+
"returns": {
|
|
57295
|
+
"type": {
|
|
57296
|
+
"fqn": "projen.typescript.TsJestDiagnostics"
|
|
57297
|
+
}
|
|
57298
|
+
},
|
|
57299
|
+
"static": true
|
|
57300
|
+
}
|
|
57301
|
+
],
|
|
57302
|
+
"name": "TsJestDiagnostics",
|
|
57303
|
+
"namespace": "typescript",
|
|
57304
|
+
"symbolId": "src/typescript/typescript:TsJestDiagnostics"
|
|
57305
|
+
},
|
|
57306
|
+
"projen.typescript.TsJestOptions": {
|
|
57307
|
+
"assembly": "projen",
|
|
57308
|
+
"datatype": true,
|
|
57309
|
+
"docs": {
|
|
57310
|
+
"stability": "experimental"
|
|
57311
|
+
},
|
|
57312
|
+
"fqn": "projen.typescript.TsJestOptions",
|
|
57313
|
+
"kind": "interface",
|
|
57314
|
+
"locationInModule": {
|
|
57315
|
+
"filename": "src/typescript/typescript.ts",
|
|
57316
|
+
"line": 220
|
|
57317
|
+
},
|
|
57318
|
+
"name": "TsJestOptions",
|
|
57319
|
+
"namespace": "typescript",
|
|
57320
|
+
"properties": [
|
|
57321
|
+
{
|
|
57322
|
+
"abstract": true,
|
|
57323
|
+
"docs": {
|
|
57324
|
+
"default": "\"^.+\\\\.[t]sx?$\"",
|
|
57325
|
+
"see": "https://jestjs.io/docs/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object",
|
|
57326
|
+
"stability": "experimental",
|
|
57327
|
+
"summary": "Which files should ts-jest act upon."
|
|
57328
|
+
},
|
|
57329
|
+
"immutable": true,
|
|
57330
|
+
"locationInModule": {
|
|
57331
|
+
"filename": "src/typescript/typescript.ts",
|
|
57332
|
+
"line": 228
|
|
57333
|
+
},
|
|
57334
|
+
"name": "tranformPattern",
|
|
57335
|
+
"optional": true,
|
|
57336
|
+
"type": {
|
|
57337
|
+
"primitive": "string"
|
|
57338
|
+
}
|
|
57339
|
+
},
|
|
57340
|
+
{
|
|
57341
|
+
"abstract": true,
|
|
57342
|
+
"docs": {
|
|
57343
|
+
"stability": "experimental",
|
|
57344
|
+
"summary": "Override the default ts-jest transformer configuration."
|
|
57345
|
+
},
|
|
57346
|
+
"immutable": true,
|
|
57347
|
+
"locationInModule": {
|
|
57348
|
+
"filename": "src/typescript/typescript.ts",
|
|
57349
|
+
"line": 232
|
|
57350
|
+
},
|
|
57351
|
+
"name": "transformOptions",
|
|
57352
|
+
"optional": true,
|
|
57353
|
+
"type": {
|
|
57354
|
+
"fqn": "projen.typescript.TsJestTransformOptions"
|
|
57355
|
+
}
|
|
57356
|
+
}
|
|
57357
|
+
],
|
|
57358
|
+
"symbolId": "src/typescript/typescript:TsJestOptions"
|
|
57359
|
+
},
|
|
57360
|
+
"projen.typescript.TsJestTransformOptions": {
|
|
57361
|
+
"assembly": "projen",
|
|
57362
|
+
"datatype": true,
|
|
57363
|
+
"docs": {
|
|
57364
|
+
"see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options",
|
|
57365
|
+
"stability": "experimental"
|
|
57366
|
+
},
|
|
57367
|
+
"fqn": "projen.typescript.TsJestTransformOptions",
|
|
57368
|
+
"kind": "interface",
|
|
57369
|
+
"locationInModule": {
|
|
57370
|
+
"filename": "src/typescript/typescript.ts",
|
|
57371
|
+
"line": 166
|
|
57372
|
+
},
|
|
57373
|
+
"name": "TsJestTransformOptions",
|
|
57374
|
+
"namespace": "typescript",
|
|
57375
|
+
"properties": [
|
|
57376
|
+
{
|
|
57377
|
+
"abstract": true,
|
|
57378
|
+
"docs": {
|
|
57379
|
+
"default": "auto",
|
|
57380
|
+
"stability": "experimental",
|
|
57381
|
+
"summary": "Custom TypeScript AST transformers."
|
|
57382
|
+
},
|
|
57383
|
+
"immutable": true,
|
|
57384
|
+
"locationInModule": {
|
|
57385
|
+
"filename": "src/typescript/typescript.ts",
|
|
57386
|
+
"line": 172
|
|
57387
|
+
},
|
|
57388
|
+
"name": "astTransformers",
|
|
57389
|
+
"optional": true,
|
|
57390
|
+
"type": {
|
|
57391
|
+
"collection": {
|
|
57392
|
+
"elementtype": {
|
|
57393
|
+
"primitive": "any"
|
|
57394
|
+
},
|
|
57395
|
+
"kind": "map"
|
|
57396
|
+
}
|
|
57397
|
+
}
|
|
57398
|
+
},
|
|
57399
|
+
{
|
|
57400
|
+
"abstract": true,
|
|
57401
|
+
"docs": {
|
|
57402
|
+
"default": "TsJestBabelConfig.disabled()",
|
|
57403
|
+
"stability": "experimental",
|
|
57404
|
+
"summary": "Babel(Jest) related configuration."
|
|
57405
|
+
},
|
|
57406
|
+
"immutable": true,
|
|
57407
|
+
"locationInModule": {
|
|
57408
|
+
"filename": "src/typescript/typescript.ts",
|
|
57409
|
+
"line": 178
|
|
57410
|
+
},
|
|
57411
|
+
"name": "babelConfig",
|
|
57412
|
+
"optional": true,
|
|
57413
|
+
"type": {
|
|
57414
|
+
"fqn": "projen.typescript.TsJestBabelConfig"
|
|
57415
|
+
}
|
|
57416
|
+
},
|
|
57417
|
+
{
|
|
57418
|
+
"abstract": true,
|
|
57419
|
+
"docs": {
|
|
57420
|
+
"default": "\"typescript\"",
|
|
57421
|
+
"stability": "experimental",
|
|
57422
|
+
"summary": "TypeScript module to use as compiler."
|
|
57423
|
+
},
|
|
57424
|
+
"immutable": true,
|
|
57425
|
+
"locationInModule": {
|
|
57426
|
+
"filename": "src/typescript/typescript.ts",
|
|
57427
|
+
"line": 184
|
|
57428
|
+
},
|
|
57429
|
+
"name": "compiler",
|
|
57430
|
+
"optional": true,
|
|
57431
|
+
"type": {
|
|
57432
|
+
"primitive": "string"
|
|
57433
|
+
}
|
|
57434
|
+
},
|
|
57435
|
+
{
|
|
57436
|
+
"abstract": true,
|
|
57437
|
+
"docs": {
|
|
57438
|
+
"default": "TsJestDiagnostics.all()",
|
|
57439
|
+
"stability": "experimental",
|
|
57440
|
+
"summary": "Diagnostics related configuration."
|
|
57441
|
+
},
|
|
57442
|
+
"immutable": true,
|
|
57443
|
+
"locationInModule": {
|
|
57444
|
+
"filename": "src/typescript/typescript.ts",
|
|
57445
|
+
"line": 190
|
|
57446
|
+
},
|
|
57447
|
+
"name": "diagnostics",
|
|
57448
|
+
"optional": true,
|
|
57449
|
+
"type": {
|
|
57450
|
+
"fqn": "projen.typescript.TsJestDiagnostics"
|
|
57451
|
+
}
|
|
57452
|
+
},
|
|
57453
|
+
{
|
|
57454
|
+
"abstract": true,
|
|
57455
|
+
"docs": {
|
|
57456
|
+
"default": "false",
|
|
57457
|
+
"remarks": "You'll lose type-checking ability and some features such as const enum, but in the case you plan on using Jest with the cache disabled (jest --no-cache), your tests will then run much faster.",
|
|
57458
|
+
"see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/isolatedModules",
|
|
57459
|
+
"stability": "experimental",
|
|
57460
|
+
"summary": "Run ts-jest tests with this TSConfig isolatedModules setting."
|
|
57461
|
+
},
|
|
57462
|
+
"immutable": true,
|
|
57463
|
+
"locationInModule": {
|
|
57464
|
+
"filename": "src/typescript/typescript.ts",
|
|
57465
|
+
"line": 199
|
|
57466
|
+
},
|
|
57467
|
+
"name": "isolatedModules",
|
|
57468
|
+
"optional": true,
|
|
57469
|
+
"type": {
|
|
57470
|
+
"primitive": "boolean"
|
|
57471
|
+
}
|
|
57472
|
+
},
|
|
57473
|
+
{
|
|
57474
|
+
"abstract": true,
|
|
57475
|
+
"docs": {
|
|
57476
|
+
"default": "disabled",
|
|
57477
|
+
"stability": "experimental",
|
|
57478
|
+
"summary": "Files which will become modules returning self content."
|
|
57479
|
+
},
|
|
57480
|
+
"immutable": true,
|
|
57481
|
+
"locationInModule": {
|
|
57482
|
+
"filename": "src/typescript/typescript.ts",
|
|
57483
|
+
"line": 205
|
|
57484
|
+
},
|
|
57485
|
+
"name": "stringifyContentPathRegex",
|
|
57486
|
+
"optional": true,
|
|
57487
|
+
"type": {
|
|
57488
|
+
"primitive": "string"
|
|
57489
|
+
}
|
|
57490
|
+
},
|
|
57491
|
+
{
|
|
57492
|
+
"abstract": true,
|
|
57493
|
+
"docs": {
|
|
57494
|
+
"default": "- Your project's `tsconfigDev` file.",
|
|
57495
|
+
"stability": "experimental",
|
|
57496
|
+
"summary": "TypeScript compiler related configuration."
|
|
57497
|
+
},
|
|
57498
|
+
"immutable": true,
|
|
57499
|
+
"locationInModule": {
|
|
57500
|
+
"filename": "src/typescript/typescript.ts",
|
|
57501
|
+
"line": 211
|
|
57502
|
+
},
|
|
57503
|
+
"name": "tsconfig",
|
|
57504
|
+
"optional": true,
|
|
57505
|
+
"type": {
|
|
57506
|
+
"fqn": "projen.typescript.TsJestTsconfig"
|
|
57507
|
+
}
|
|
57508
|
+
},
|
|
57509
|
+
{
|
|
57510
|
+
"abstract": true,
|
|
57511
|
+
"docs": {
|
|
57512
|
+
"default": "auto",
|
|
57513
|
+
"stability": "experimental",
|
|
57514
|
+
"summary": "Enable ESM support."
|
|
57515
|
+
},
|
|
57516
|
+
"immutable": true,
|
|
57517
|
+
"locationInModule": {
|
|
57518
|
+
"filename": "src/typescript/typescript.ts",
|
|
57519
|
+
"line": 217
|
|
57520
|
+
},
|
|
57521
|
+
"name": "useEsm",
|
|
57522
|
+
"optional": true,
|
|
57523
|
+
"type": {
|
|
57524
|
+
"primitive": "boolean"
|
|
57525
|
+
}
|
|
57526
|
+
}
|
|
57527
|
+
],
|
|
57528
|
+
"symbolId": "src/typescript/typescript:TsJestTransformOptions"
|
|
57529
|
+
},
|
|
57530
|
+
"projen.typescript.TsJestTsconfig": {
|
|
57531
|
+
"assembly": "projen",
|
|
57532
|
+
"docs": {
|
|
57533
|
+
"see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/tsconfig/",
|
|
57534
|
+
"stability": "experimental"
|
|
57535
|
+
},
|
|
57536
|
+
"fqn": "projen.typescript.TsJestTsconfig",
|
|
57537
|
+
"kind": "class",
|
|
57538
|
+
"locationInModule": {
|
|
57539
|
+
"filename": "src/typescript/typescript.ts",
|
|
57540
|
+
"line": 117
|
|
57541
|
+
},
|
|
57542
|
+
"methods": [
|
|
57543
|
+
{
|
|
57544
|
+
"docs": {
|
|
57545
|
+
"stability": "experimental",
|
|
57546
|
+
"summary": "Uses `tsconfig.json` if found, or the built-in default TypeScript compiler options."
|
|
57547
|
+
},
|
|
57548
|
+
"locationInModule": {
|
|
57549
|
+
"filename": "src/typescript/typescript.ts",
|
|
57550
|
+
"line": 121
|
|
57551
|
+
},
|
|
57552
|
+
"name": "auto",
|
|
57553
|
+
"returns": {
|
|
57554
|
+
"type": {
|
|
57555
|
+
"fqn": "projen.typescript.TsJestTsconfig"
|
|
57556
|
+
}
|
|
57557
|
+
},
|
|
57558
|
+
"static": true
|
|
57559
|
+
},
|
|
57560
|
+
{
|
|
57561
|
+
"docs": {
|
|
57562
|
+
"stability": "experimental",
|
|
57563
|
+
"summary": "Force` ts-jest` to use its built-in defaults even if there is a `tsconfig.json` in your project."
|
|
57564
|
+
},
|
|
57565
|
+
"locationInModule": {
|
|
57566
|
+
"filename": "src/typescript/typescript.ts",
|
|
57567
|
+
"line": 128
|
|
57568
|
+
},
|
|
57569
|
+
"name": "builtInDefaults",
|
|
57570
|
+
"returns": {
|
|
57571
|
+
"type": {
|
|
57572
|
+
"fqn": "projen.typescript.TsJestTsconfig"
|
|
57573
|
+
}
|
|
57574
|
+
},
|
|
57575
|
+
"static": true
|
|
57576
|
+
},
|
|
57577
|
+
{
|
|
57578
|
+
"docs": {
|
|
57579
|
+
"see": "TypescriptConfigOptions",
|
|
57580
|
+
"stability": "experimental",
|
|
57581
|
+
"summary": "Inline compiler options."
|
|
57582
|
+
},
|
|
57583
|
+
"locationInModule": {
|
|
57584
|
+
"filename": "src/typescript/typescript.ts",
|
|
57585
|
+
"line": 146
|
|
57586
|
+
},
|
|
57587
|
+
"name": "custom",
|
|
57588
|
+
"parameters": [
|
|
57589
|
+
{
|
|
57590
|
+
"name": "config",
|
|
57591
|
+
"type": {
|
|
57592
|
+
"fqn": "projen.javascript.TypescriptConfigOptions"
|
|
57593
|
+
}
|
|
57594
|
+
}
|
|
57595
|
+
],
|
|
57596
|
+
"returns": {
|
|
57597
|
+
"type": {
|
|
57598
|
+
"fqn": "projen.typescript.TsJestTsconfig"
|
|
57599
|
+
}
|
|
57600
|
+
},
|
|
57601
|
+
"static": true
|
|
57602
|
+
},
|
|
57603
|
+
{
|
|
57604
|
+
"docs": {
|
|
57605
|
+
"remarks": "The path should be relative to the current working directory where you start Jest from. You can also use `<rootDir>` in the path to start from the project root dir.",
|
|
57606
|
+
"stability": "experimental",
|
|
57607
|
+
"summary": "Path to a `tsconfig` file."
|
|
57608
|
+
},
|
|
57609
|
+
"locationInModule": {
|
|
57610
|
+
"filename": "src/typescript/typescript.ts",
|
|
57611
|
+
"line": 137
|
|
57612
|
+
},
|
|
57613
|
+
"name": "fromFile",
|
|
57614
|
+
"parameters": [
|
|
57615
|
+
{
|
|
57616
|
+
"name": "filePath",
|
|
57617
|
+
"type": {
|
|
57618
|
+
"primitive": "string"
|
|
57619
|
+
}
|
|
57620
|
+
}
|
|
57621
|
+
],
|
|
57622
|
+
"returns": {
|
|
57623
|
+
"type": {
|
|
57624
|
+
"fqn": "projen.typescript.TsJestTsconfig"
|
|
57625
|
+
}
|
|
57626
|
+
},
|
|
57627
|
+
"static": true
|
|
57628
|
+
}
|
|
57629
|
+
],
|
|
57630
|
+
"name": "TsJestTsconfig",
|
|
57631
|
+
"namespace": "typescript",
|
|
57632
|
+
"symbolId": "src/typescript/typescript:TsJestTsconfig"
|
|
57633
|
+
},
|
|
56853
57634
|
"projen.typescript.TypeScriptAppProject": {
|
|
56854
57635
|
"assembly": "projen",
|
|
56855
57636
|
"base": "projen.typescript.TypeScriptProject",
|
|
@@ -56867,7 +57648,7 @@
|
|
|
56867
57648
|
},
|
|
56868
57649
|
"locationInModule": {
|
|
56869
57650
|
"filename": "src/typescript/typescript.ts",
|
|
56870
|
-
"line":
|
|
57651
|
+
"line": 760
|
|
56871
57652
|
},
|
|
56872
57653
|
"parameters": [
|
|
56873
57654
|
{
|
|
@@ -56881,7 +57662,7 @@
|
|
|
56881
57662
|
"kind": "class",
|
|
56882
57663
|
"locationInModule": {
|
|
56883
57664
|
"filename": "src/typescript/typescript.ts",
|
|
56884
|
-
"line":
|
|
57665
|
+
"line": 759
|
|
56885
57666
|
},
|
|
56886
57667
|
"name": "TypeScriptAppProject",
|
|
56887
57668
|
"namespace": "typescript",
|
|
@@ -56901,7 +57682,7 @@
|
|
|
56901
57682
|
},
|
|
56902
57683
|
"locationInModule": {
|
|
56903
57684
|
"filename": "src/typescript/typescript.ts",
|
|
56904
|
-
"line":
|
|
57685
|
+
"line": 401
|
|
56905
57686
|
},
|
|
56906
57687
|
"parameters": [
|
|
56907
57688
|
{
|
|
@@ -56915,7 +57696,7 @@
|
|
|
56915
57696
|
"kind": "class",
|
|
56916
57697
|
"locationInModule": {
|
|
56917
57698
|
"filename": "src/typescript/typescript.ts",
|
|
56918
|
-
"line":
|
|
57699
|
+
"line": 774
|
|
56919
57700
|
},
|
|
56920
57701
|
"name": "TypeScriptLibraryProject",
|
|
56921
57702
|
"namespace": "typescript",
|
|
@@ -56935,7 +57716,7 @@
|
|
|
56935
57716
|
"kind": "interface",
|
|
56936
57717
|
"locationInModule": {
|
|
56937
57718
|
"filename": "src/typescript/typescript.ts",
|
|
56938
|
-
"line":
|
|
57719
|
+
"line": 779
|
|
56939
57720
|
},
|
|
56940
57721
|
"name": "TypeScriptLibraryProjectOptions",
|
|
56941
57722
|
"namespace": "typescript",
|
|
@@ -56958,7 +57739,7 @@
|
|
|
56958
57739
|
},
|
|
56959
57740
|
"locationInModule": {
|
|
56960
57741
|
"filename": "src/typescript/typescript.ts",
|
|
56961
|
-
"line":
|
|
57742
|
+
"line": 401
|
|
56962
57743
|
},
|
|
56963
57744
|
"parameters": [
|
|
56964
57745
|
{
|
|
@@ -56972,19 +57753,35 @@
|
|
|
56972
57753
|
"kind": "class",
|
|
56973
57754
|
"locationInModule": {
|
|
56974
57755
|
"filename": "src/typescript/typescript.ts",
|
|
56975
|
-
"line":
|
|
57756
|
+
"line": 367
|
|
56976
57757
|
},
|
|
56977
57758
|
"name": "TypeScriptProject",
|
|
56978
57759
|
"namespace": "typescript",
|
|
56979
57760
|
"properties": [
|
|
56980
57761
|
{
|
|
57762
|
+
"const": true,
|
|
56981
57763
|
"docs": {
|
|
56982
57764
|
"stability": "experimental"
|
|
56983
57765
|
},
|
|
56984
57766
|
"immutable": true,
|
|
56985
57767
|
"locationInModule": {
|
|
56986
57768
|
"filename": "src/typescript/typescript.ts",
|
|
56987
|
-
"line":
|
|
57769
|
+
"line": 368
|
|
57770
|
+
},
|
|
57771
|
+
"name": "DEFAULT_TS_JEST_TRANFORM_PATTERN",
|
|
57772
|
+
"static": true,
|
|
57773
|
+
"type": {
|
|
57774
|
+
"primitive": "string"
|
|
57775
|
+
}
|
|
57776
|
+
},
|
|
57777
|
+
{
|
|
57778
|
+
"docs": {
|
|
57779
|
+
"stability": "experimental"
|
|
57780
|
+
},
|
|
57781
|
+
"immutable": true,
|
|
57782
|
+
"locationInModule": {
|
|
57783
|
+
"filename": "src/typescript/typescript.ts",
|
|
57784
|
+
"line": 371
|
|
56988
57785
|
},
|
|
56989
57786
|
"name": "docsDirectory",
|
|
56990
57787
|
"type": {
|
|
@@ -56999,7 +57796,7 @@
|
|
|
56999
57796
|
"immutable": true,
|
|
57000
57797
|
"locationInModule": {
|
|
57001
57798
|
"filename": "src/typescript/typescript.ts",
|
|
57002
|
-
"line":
|
|
57799
|
+
"line": 389
|
|
57003
57800
|
},
|
|
57004
57801
|
"name": "libdir",
|
|
57005
57802
|
"type": {
|
|
@@ -57014,7 +57811,7 @@
|
|
|
57014
57811
|
"immutable": true,
|
|
57015
57812
|
"locationInModule": {
|
|
57016
57813
|
"filename": "src/typescript/typescript.ts",
|
|
57017
|
-
"line":
|
|
57814
|
+
"line": 384
|
|
57018
57815
|
},
|
|
57019
57816
|
"name": "srcdir",
|
|
57020
57817
|
"type": {
|
|
@@ -57029,7 +57826,7 @@
|
|
|
57029
57826
|
"immutable": true,
|
|
57030
57827
|
"locationInModule": {
|
|
57031
57828
|
"filename": "src/typescript/typescript.ts",
|
|
57032
|
-
"line":
|
|
57829
|
+
"line": 394
|
|
57033
57830
|
},
|
|
57034
57831
|
"name": "testdir",
|
|
57035
57832
|
"type": {
|
|
@@ -57044,7 +57841,7 @@
|
|
|
57044
57841
|
"immutable": true,
|
|
57045
57842
|
"locationInModule": {
|
|
57046
57843
|
"filename": "src/typescript/typescript.ts",
|
|
57047
|
-
"line":
|
|
57844
|
+
"line": 379
|
|
57048
57845
|
},
|
|
57049
57846
|
"name": "tsconfigDev",
|
|
57050
57847
|
"type": {
|
|
@@ -57059,7 +57856,7 @@
|
|
|
57059
57856
|
"immutable": true,
|
|
57060
57857
|
"locationInModule": {
|
|
57061
57858
|
"filename": "src/typescript/typescript.ts",
|
|
57062
|
-
"line":
|
|
57859
|
+
"line": 399
|
|
57063
57860
|
},
|
|
57064
57861
|
"name": "watchTask",
|
|
57065
57862
|
"type": {
|
|
@@ -57073,7 +57870,7 @@
|
|
|
57073
57870
|
"immutable": true,
|
|
57074
57871
|
"locationInModule": {
|
|
57075
57872
|
"filename": "src/typescript/typescript.ts",
|
|
57076
|
-
"line":
|
|
57873
|
+
"line": 370
|
|
57077
57874
|
},
|
|
57078
57875
|
"name": "docgen",
|
|
57079
57876
|
"optional": true,
|
|
@@ -57088,7 +57885,7 @@
|
|
|
57088
57885
|
"immutable": true,
|
|
57089
57886
|
"locationInModule": {
|
|
57090
57887
|
"filename": "src/typescript/typescript.ts",
|
|
57091
|
-
"line":
|
|
57888
|
+
"line": 372
|
|
57092
57889
|
},
|
|
57093
57890
|
"name": "eslint",
|
|
57094
57891
|
"optional": true,
|
|
@@ -57103,7 +57900,7 @@
|
|
|
57103
57900
|
"immutable": true,
|
|
57104
57901
|
"locationInModule": {
|
|
57105
57902
|
"filename": "src/typescript/typescript.ts",
|
|
57106
|
-
"line":
|
|
57903
|
+
"line": 374
|
|
57107
57904
|
},
|
|
57108
57905
|
"name": "tsconfig",
|
|
57109
57906
|
"optional": true,
|
|
@@ -57118,7 +57915,7 @@
|
|
|
57118
57915
|
"immutable": true,
|
|
57119
57916
|
"locationInModule": {
|
|
57120
57917
|
"filename": "src/typescript/typescript.ts",
|
|
57121
|
-
"line":
|
|
57918
|
+
"line": 373
|
|
57122
57919
|
},
|
|
57123
57920
|
"name": "tsconfigEslint",
|
|
57124
57921
|
"optional": true,
|
|
@@ -57142,7 +57939,7 @@
|
|
|
57142
57939
|
"kind": "interface",
|
|
57143
57940
|
"locationInModule": {
|
|
57144
57941
|
"filename": "src/typescript/typescript.ts",
|
|
57145
|
-
"line":
|
|
57942
|
+
"line": 235
|
|
57146
57943
|
},
|
|
57147
57944
|
"name": "TypeScriptProjectOptions",
|
|
57148
57945
|
"namespace": "typescript",
|
|
@@ -57157,7 +57954,7 @@
|
|
|
57157
57954
|
"immutable": true,
|
|
57158
57955
|
"locationInModule": {
|
|
57159
57956
|
"filename": "src/typescript/typescript.ts",
|
|
57160
|
-
"line":
|
|
57957
|
+
"line": 324
|
|
57161
57958
|
},
|
|
57162
57959
|
"name": "disableTsconfig",
|
|
57163
57960
|
"optional": true,
|
|
@@ -57175,7 +57972,7 @@
|
|
|
57175
57972
|
"immutable": true,
|
|
57176
57973
|
"locationInModule": {
|
|
57177
57974
|
"filename": "src/typescript/typescript.ts",
|
|
57178
|
-
"line":
|
|
57975
|
+
"line": 330
|
|
57179
57976
|
},
|
|
57180
57977
|
"name": "disableTsconfigDev",
|
|
57181
57978
|
"optional": true,
|
|
@@ -57193,7 +57990,7 @@
|
|
|
57193
57990
|
"immutable": true,
|
|
57194
57991
|
"locationInModule": {
|
|
57195
57992
|
"filename": "src/typescript/typescript.ts",
|
|
57196
|
-
"line":
|
|
57993
|
+
"line": 290
|
|
57197
57994
|
},
|
|
57198
57995
|
"name": "docgen",
|
|
57199
57996
|
"optional": true,
|
|
@@ -57211,7 +58008,7 @@
|
|
|
57211
58008
|
"immutable": true,
|
|
57212
58009
|
"locationInModule": {
|
|
57213
58010
|
"filename": "src/typescript/typescript.ts",
|
|
57214
|
-
"line":
|
|
58011
|
+
"line": 297
|
|
57215
58012
|
},
|
|
57216
58013
|
"name": "docsDirectory",
|
|
57217
58014
|
"optional": true,
|
|
@@ -57229,7 +58026,7 @@
|
|
|
57229
58026
|
"immutable": true,
|
|
57230
58027
|
"locationInModule": {
|
|
57231
58028
|
"filename": "src/typescript/typescript.ts",
|
|
57232
|
-
"line":
|
|
58029
|
+
"line": 342
|
|
57233
58030
|
},
|
|
57234
58031
|
"name": "entrypointTypes",
|
|
57235
58032
|
"optional": true,
|
|
@@ -57247,7 +58044,7 @@
|
|
|
57247
58044
|
"immutable": true,
|
|
57248
58045
|
"locationInModule": {
|
|
57249
58046
|
"filename": "src/typescript/typescript.ts",
|
|
57250
|
-
"line":
|
|
58047
|
+
"line": 267
|
|
57251
58048
|
},
|
|
57252
58049
|
"name": "eslint",
|
|
57253
58050
|
"optional": true,
|
|
@@ -57265,7 +58062,7 @@
|
|
|
57265
58062
|
"immutable": true,
|
|
57266
58063
|
"locationInModule": {
|
|
57267
58064
|
"filename": "src/typescript/typescript.ts",
|
|
57268
|
-
"line":
|
|
58065
|
+
"line": 273
|
|
57269
58066
|
},
|
|
57270
58067
|
"name": "eslintOptions",
|
|
57271
58068
|
"optional": true,
|
|
@@ -57283,7 +58080,7 @@
|
|
|
57283
58080
|
"immutable": true,
|
|
57284
58081
|
"locationInModule": {
|
|
57285
58082
|
"filename": "src/typescript/typescript.ts",
|
|
57286
|
-
"line":
|
|
58083
|
+
"line": 241
|
|
57287
58084
|
},
|
|
57288
58085
|
"name": "libdir",
|
|
57289
58086
|
"optional": true,
|
|
@@ -57304,7 +58101,7 @@
|
|
|
57304
58101
|
"immutable": true,
|
|
57305
58102
|
"locationInModule": {
|
|
57306
58103
|
"filename": "src/typescript/typescript.ts",
|
|
57307
|
-
"line":
|
|
58104
|
+
"line": 350
|
|
57308
58105
|
},
|
|
57309
58106
|
"name": "projenrcTs",
|
|
57310
58107
|
"optional": true,
|
|
@@ -57321,7 +58118,7 @@
|
|
|
57321
58118
|
"immutable": true,
|
|
57322
58119
|
"locationInModule": {
|
|
57323
58120
|
"filename": "src/typescript/typescript.ts",
|
|
57324
|
-
"line":
|
|
58121
|
+
"line": 355
|
|
57325
58122
|
},
|
|
57326
58123
|
"name": "projenrcTsOptions",
|
|
57327
58124
|
"optional": true,
|
|
@@ -57339,7 +58136,7 @@
|
|
|
57339
58136
|
"immutable": true,
|
|
57340
58137
|
"locationInModule": {
|
|
57341
58138
|
"filename": "src/typescript/typescript.ts",
|
|
57342
|
-
"line":
|
|
58139
|
+
"line": 336
|
|
57343
58140
|
},
|
|
57344
58141
|
"name": "sampleCode",
|
|
57345
58142
|
"optional": true,
|
|
@@ -57357,7 +58154,7 @@
|
|
|
57357
58154
|
"immutable": true,
|
|
57358
58155
|
"locationInModule": {
|
|
57359
58156
|
"filename": "src/typescript/typescript.ts",
|
|
57360
|
-
"line":
|
|
58157
|
+
"line": 248
|
|
57361
58158
|
},
|
|
57362
58159
|
"name": "srcdir",
|
|
57363
58160
|
"optional": true,
|
|
@@ -57376,7 +58173,7 @@
|
|
|
57376
58173
|
"immutable": true,
|
|
57377
58174
|
"locationInModule": {
|
|
57378
58175
|
"filename": "src/typescript/typescript.ts",
|
|
57379
|
-
"line":
|
|
58176
|
+
"line": 260
|
|
57380
58177
|
},
|
|
57381
58178
|
"name": "testdir",
|
|
57382
58179
|
"optional": true,
|
|
@@ -57394,7 +58191,7 @@
|
|
|
57394
58191
|
"immutable": true,
|
|
57395
58192
|
"locationInModule": {
|
|
57396
58193
|
"filename": "src/typescript/typescript.ts",
|
|
57397
|
-
"line":
|
|
58194
|
+
"line": 303
|
|
57398
58195
|
},
|
|
57399
58196
|
"name": "tsconfig",
|
|
57400
58197
|
"optional": true,
|
|
@@ -57412,7 +58209,7 @@
|
|
|
57412
58209
|
"immutable": true,
|
|
57413
58210
|
"locationInModule": {
|
|
57414
58211
|
"filename": "src/typescript/typescript.ts",
|
|
57415
|
-
"line":
|
|
58212
|
+
"line": 309
|
|
57416
58213
|
},
|
|
57417
58214
|
"name": "tsconfigDev",
|
|
57418
58215
|
"optional": true,
|
|
@@ -57430,7 +58227,7 @@
|
|
|
57430
58227
|
"immutable": true,
|
|
57431
58228
|
"locationInModule": {
|
|
57432
58229
|
"filename": "src/typescript/typescript.ts",
|
|
57433
|
-
"line":
|
|
58230
|
+
"line": 316
|
|
57434
58231
|
},
|
|
57435
58232
|
"name": "tsconfigDevFile",
|
|
57436
58233
|
"optional": true,
|
|
@@ -57438,6 +58235,23 @@
|
|
|
57438
58235
|
"primitive": "string"
|
|
57439
58236
|
}
|
|
57440
58237
|
},
|
|
58238
|
+
{
|
|
58239
|
+
"abstract": true,
|
|
58240
|
+
"docs": {
|
|
58241
|
+
"stability": "experimental",
|
|
58242
|
+
"summary": "Options for ts-jest."
|
|
58243
|
+
},
|
|
58244
|
+
"immutable": true,
|
|
58245
|
+
"locationInModule": {
|
|
58246
|
+
"filename": "src/typescript/typescript.ts",
|
|
58247
|
+
"line": 360
|
|
58248
|
+
},
|
|
58249
|
+
"name": "tsJestOptions",
|
|
58250
|
+
"optional": true,
|
|
58251
|
+
"type": {
|
|
58252
|
+
"fqn": "projen.typescript.TsJestOptions"
|
|
58253
|
+
}
|
|
58254
|
+
},
|
|
57441
58255
|
{
|
|
57442
58256
|
"abstract": true,
|
|
57443
58257
|
"docs": {
|
|
@@ -57449,7 +58263,7 @@
|
|
|
57449
58263
|
"immutable": true,
|
|
57450
58264
|
"locationInModule": {
|
|
57451
58265
|
"filename": "src/typescript/typescript.ts",
|
|
57452
|
-
"line":
|
|
58266
|
+
"line": 283
|
|
57453
58267
|
},
|
|
57454
58268
|
"name": "typescriptVersion",
|
|
57455
58269
|
"optional": true,
|
|
@@ -60204,6 +61018,6 @@
|
|
|
60204
61018
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
60205
61019
|
}
|
|
60206
61020
|
},
|
|
60207
|
-
"version": "0.78.
|
|
60208
|
-
"fingerprint": "
|
|
61021
|
+
"version": "0.78.4",
|
|
61022
|
+
"fingerprint": "RAdf6YXZib+PhTLv1638iTEFuAjiRsnRhKtayMBlLvw="
|
|
60209
61023
|
}
|