projen 0.69.16 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +252 -108
- package/docs/api/API.md +119 -47
- package/lib/awscdk/auto-discover.js +11 -11
- package/lib/awscdk/awscdk-app-java.js +4 -4
- package/lib/awscdk/awscdk-app-py.js +9 -9
- package/lib/awscdk/awscdk-app-ts.js +9 -9
- package/lib/awscdk/awscdk-construct.js +5 -5
- package/lib/awscdk/awscdk-deps-java.js +3 -3
- package/lib/awscdk/awscdk-deps-js.js +3 -3
- package/lib/awscdk/awscdk-deps-py.js +3 -3
- package/lib/awscdk/awscdk-deps.js +3 -3
- package/lib/awscdk/cdk-config.js +3 -3
- package/lib/awscdk/cdk-tasks.js +3 -3
- package/lib/awscdk/index.js +7 -3
- package/lib/awscdk/integration-test.js +6 -6
- package/lib/awscdk/lambda-extension.js +9 -9
- package/lib/awscdk/lambda-function.js +9 -9
- package/lib/build/build-workflow.js +4 -4
- package/lib/build/index.js +7 -3
- package/lib/cdk/auto-discover-base.js +5 -5
- package/lib/cdk/construct-lib.js +3 -3
- package/lib/cdk/consts.d.ts +1 -1
- package/lib/cdk/index.js +7 -3
- package/lib/cdk/integration-test-base.js +8 -8
- package/lib/cdk/jsii-docgen.js +3 -3
- package/lib/cdk/jsii-project.js +5 -5
- package/lib/cdk8s/auto-discover.js +5 -5
- package/lib/cdk8s/cdk8s-app-py.js +3 -3
- package/lib/cdk8s/cdk8s-app-ts.js +3 -3
- package/lib/cdk8s/cdk8s-construct.js +3 -3
- package/lib/cdk8s/cdk8s-deps-py.js +3 -3
- package/lib/cdk8s/cdk8s-deps.js +3 -3
- package/lib/cdk8s/index.js +7 -3
- package/lib/cdk8s/integration-test.js +5 -5
- package/lib/cdktf/cdktf-construct.js +3 -3
- package/lib/cdktf/index.js +7 -3
- package/lib/circleci/circleci.js +7 -6
- package/lib/circleci/index.js +7 -3
- package/lib/cleanup.js +1 -1
- package/lib/cli/cmds/new.js +10 -10
- package/lib/cli/index.js +7 -7
- package/lib/cli/macros.js +5 -5
- package/lib/cli/synth.js +2 -2
- package/lib/cli/tasks.js +2 -2
- package/lib/cli/util.js +3 -3
- package/lib/component.js +3 -3
- package/lib/dependencies.js +20 -20
- package/lib/dev-env.js +4 -4
- package/lib/docker-compose/docker-compose-render.js +2 -2
- package/lib/docker-compose/docker-compose-service.js +3 -3
- package/lib/docker-compose/docker-compose.js +23 -23
- package/lib/docker-compose/index.js +7 -3
- package/lib/file.js +11 -11
- package/lib/gitattributes.js +3 -3
- package/lib/github/actions-provider.js +3 -3
- package/lib/github/auto-approve.js +3 -3
- package/lib/github/auto-merge.js +3 -3
- package/lib/github/dependabot.js +4 -4
- package/lib/github/github-credentials.js +7 -7
- package/lib/github/github-project.js +3 -3
- package/lib/github/github.js +11 -11
- package/lib/github/index.js +8 -3
- package/lib/github/mergify.d.ts +1 -1
- package/lib/github/mergify.js +4 -4
- package/lib/github/pr-template.js +3 -3
- package/lib/github/pull-request-lint.js +3 -3
- package/lib/github/stale.js +5 -5
- package/lib/github/task-workflow.js +4 -4
- package/lib/github/workflows-model.d.ts +1 -1
- package/lib/github/workflows.js +8 -8
- package/lib/gitlab/configuration.js +4 -4
- package/lib/gitlab/gitlab-configuration.js +3 -3
- package/lib/gitlab/index.js +7 -3
- package/lib/gitlab/nested-configuration.js +3 -3
- package/lib/gitpod.d.ts +1 -1
- package/lib/gitpod.js +3 -3
- package/lib/ignore-file.js +3 -3
- package/lib/index.js +8 -3
- package/lib/ini.js +3 -3
- package/lib/inventory.js +4 -4
- package/lib/java/index.js +7 -3
- package/lib/java/java-project.js +5 -5
- package/lib/java/junit.js +5 -5
- package/lib/java/maven-compile.js +3 -3
- package/lib/java/maven-packaging.js +3 -3
- package/lib/java/maven-sample.js +4 -4
- package/lib/java/pom.js +5 -5
- package/lib/java/projenrc.js +10 -10
- package/lib/javascript/bundler.js +14 -14
- package/lib/javascript/eslint.js +11 -11
- package/lib/javascript/index.js +7 -3
- package/lib/javascript/jest.d.ts +44 -6
- package/lib/javascript/jest.js +76 -15
- package/lib/javascript/node-package.js +38 -38
- package/lib/javascript/node-project.js +49 -49
- package/lib/javascript/npm-config.js +3 -3
- package/lib/javascript/prettier.d.ts +1 -1
- package/lib/javascript/prettier.js +7 -7
- package/lib/javascript/projenrc.js +8 -8
- package/lib/javascript/typescript-config.js +3 -3
- package/lib/javascript/upgrade-dependencies.js +8 -8
- package/lib/javascript/util.js +5 -5
- package/lib/json-patch.js +7 -7
- package/lib/json.js +3 -3
- package/lib/license.js +3 -3
- package/lib/logger.js +4 -4
- package/lib/makefile.js +3 -3
- package/lib/object-file.js +4 -4
- package/lib/project-build.js +3 -3
- package/lib/project.js +11 -11
- package/lib/projects.js +6 -6
- package/lib/projenrc-json.js +9 -9
- package/lib/projenrc.js +3 -3
- package/lib/python/index.js +7 -3
- package/lib/python/pip.js +3 -3
- package/lib/python/poetry.js +10 -10
- package/lib/python/projenrc.js +9 -9
- package/lib/python/pytest-sample.js +3 -3
- package/lib/python/pytest.js +3 -3
- package/lib/python/python-project.js +5 -5
- package/lib/python/python-sample.js +3 -3
- package/lib/python/requirements-file.js +5 -5
- package/lib/python/setuppy.d.ts +10 -0
- package/lib/python/setuppy.js +18 -14
- package/lib/python/setuptools.js +3 -3
- package/lib/python/venv.js +4 -4
- package/lib/readme.js +3 -3
- package/lib/release/bump-version.js +15 -15
- package/lib/release/bump-version.task.js +2 -2
- package/lib/release/index.js +7 -3
- package/lib/release/publisher.js +5 -5
- package/lib/release/release-trigger.js +9 -9
- package/lib/release/release.d.ts +1 -1
- package/lib/release/release.js +11 -11
- package/lib/release/reset-version.task.js +4 -4
- package/lib/release/tag-version.js +5 -5
- package/lib/release/tag-version.task.js +2 -2
- package/lib/release/update-changelog.js +4 -4
- package/lib/release/update-changelog.task.js +2 -2
- package/lib/renovatebot.js +3 -3
- package/lib/run-task.js +1 -1878
- package/lib/sample-file.js +8 -8
- package/lib/semver.js +6 -6
- package/lib/smithy/smithy-build.d.ts +9 -9
- package/lib/smithy/smithy-build.js +2 -2
- package/lib/source-code.js +3 -3
- package/lib/task-runtime.js +17 -17
- package/lib/task.js +4 -4
- package/lib/tasks.js +3 -3
- package/lib/testing.js +5 -5
- package/lib/textfile.js +3 -3
- package/lib/toml.js +3 -3
- package/lib/typescript/index.js +7 -3
- package/lib/typescript/projenrc-ts.js +7 -7
- package/lib/typescript/projenrc.js +8 -8
- package/lib/typescript/typescript-typedoc.js +3 -3
- package/lib/typescript/typescript.js +7 -7
- package/lib/util/semver.js +5 -5
- package/lib/util.d.ts +1 -1
- package/lib/util.js +11 -11
- package/lib/version.js +3 -3
- package/lib/vscode/devcontainer.js +3 -3
- package/lib/vscode/extensions.js +3 -3
- package/lib/vscode/index.js +7 -3
- package/lib/vscode/launch-config.js +15 -15
- package/lib/vscode/settings.js +3 -3
- package/lib/vscode/vscode.js +3 -3
- package/lib/web/index.js +7 -3
- package/lib/web/next.js +8 -8
- package/lib/web/postcss.js +3 -3
- package/lib/web/react.js +10 -10
- package/lib/web/tailwind.js +3 -3
- package/lib/xmlfile.js +4 -4
- package/lib/yaml.js +3 -3
- package/package.json +3 -7
package/.jsii
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"stability": "experimental"
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/projen/projen.git",
|
|
34
|
-
"jsiiVersion": "
|
|
34
|
+
"jsiiVersion": "5.0.1 (build 35acaf9)",
|
|
35
35
|
"keywords": [
|
|
36
36
|
"cdk",
|
|
37
37
|
"cicd",
|
|
@@ -1909,6 +1909,9 @@
|
|
|
1909
1909
|
},
|
|
1910
1910
|
"parameters": [
|
|
1911
1911
|
{
|
|
1912
|
+
"docs": {
|
|
1913
|
+
"summary": "The name of the docker compose service."
|
|
1914
|
+
},
|
|
1912
1915
|
"name": "serviceName",
|
|
1913
1916
|
"type": {
|
|
1914
1917
|
"primitive": "string"
|
|
@@ -2477,7 +2480,7 @@
|
|
|
2477
2480
|
{
|
|
2478
2481
|
"abstract": true,
|
|
2479
2482
|
"docs": {
|
|
2480
|
-
"see": "DockerCompose.network() to create & mount a named network",
|
|
2483
|
+
"see": "DockerCompose.network () to create & mount a named network",
|
|
2481
2484
|
"stability": "experimental",
|
|
2482
2485
|
"summary": "Add some networks to the service."
|
|
2483
2486
|
},
|
|
@@ -2524,7 +2527,7 @@
|
|
|
2524
2527
|
"abstract": true,
|
|
2525
2528
|
"docs": {
|
|
2526
2529
|
"remarks": "Use one of the following to create volumes:",
|
|
2527
|
-
"see": "DockerCompose.namedVolume() to create & mount a named volume",
|
|
2530
|
+
"see": "DockerCompose.namedVolume () to create & mount a named volume",
|
|
2528
2531
|
"stability": "experimental",
|
|
2529
2532
|
"summary": "Mount some volumes into the service."
|
|
2530
2533
|
},
|
|
@@ -6136,7 +6139,7 @@
|
|
|
6136
6139
|
},
|
|
6137
6140
|
{
|
|
6138
6141
|
"docs": {
|
|
6139
|
-
"remarks": "If the override is nested, separate each nested level using a dot (.) in the path parameter.\nIf there is an array as part of the nesting, specify the index in the path.\n\nTo include a literal `.` in the property name, prefix with a `\\`. In most\nprogramming languages you will need to write this as `\"\\\\.\"` because the\n`\\` itself will need to be escaped.\n\nFor example,\n```typescript\nproject.tsconfig.file.addOverride('compilerOptions.alwaysStrict', true);\nproject.tsconfig.file.addOverride('compilerOptions.lib', ['dom', 'dom.iterable', 'esnext']);\n```\nwould add the overrides\n```json\n\"compilerOptions\": {\n
|
|
6142
|
+
"remarks": "If the override is nested, separate each nested level using a dot (.) in the path parameter.\nIf there is an array as part of the nesting, specify the index in the path.\n\nTo include a literal `.` in the property name, prefix with a `\\`. In most\nprogramming languages you will need to write this as `\"\\\\.\"` because the\n`\\` itself will need to be escaped.\n\nFor example,\n```typescript\nproject.tsconfig.file.addOverride('compilerOptions.alwaysStrict', true);\nproject.tsconfig.file.addOverride('compilerOptions.lib', ['dom', 'dom.iterable', 'esnext']);\n```\nwould add the overrides\n```json\n\"compilerOptions\": {\n \"alwaysStrict\": true,\n \"lib\": [\n \"dom\",\n \"dom.iterable\",\n \"esnext\"\n ]\n ...\n}\n...\n```",
|
|
6140
6143
|
"stability": "experimental",
|
|
6141
6144
|
"summary": "Adds an override to the synthesized object file."
|
|
6142
6145
|
},
|
|
@@ -6170,7 +6173,7 @@
|
|
|
6170
6173
|
},
|
|
6171
6174
|
{
|
|
6172
6175
|
"docs": {
|
|
6173
|
-
"remarks": "If the array is nested, separate each nested level using a dot (.) in the path parameter.\nIf there is an array as part of the nesting, specify the index in the path.\n\nTo include a literal `.` in the property name, prefix with a `\\`. In most\nprogramming languages you will need to write this as `\"\\\\.\"` because the\n`\\` itself will need to be escaped.\n\nFor example, with the following object file\n```json\n\"compilerOptions\": {\n
|
|
6176
|
+
"remarks": "If the array is nested, separate each nested level using a dot (.) in the path parameter.\nIf there is an array as part of the nesting, specify the index in the path.\n\nTo include a literal `.` in the property name, prefix with a `\\`. In most\nprogramming languages you will need to write this as `\"\\\\.\"` because the\n`\\` itself will need to be escaped.\n\nFor example, with the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\"],\n \"lib\": [\"es2019\"]\n ...\n}\n...\n```\n\n```typescript\nproject.tsconfig.file.addToArray('compilerOptions.exclude', 'coverage');\nproject.tsconfig.file.addToArray('compilerOptions.lib', 'dom', 'dom.iterable', 'esnext');\n```\nwould result in the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\", \"coverage\"],\n \"lib\": [\"es2019\", \"dom\", \"dom.iterable\", \"esnext\"]\n ...\n}\n...\n```",
|
|
6174
6177
|
"stability": "experimental",
|
|
6175
6178
|
"summary": "Adds to an array in the synthesized object file."
|
|
6176
6179
|
},
|
|
@@ -6206,7 +6209,7 @@
|
|
|
6206
6209
|
},
|
|
6207
6210
|
{
|
|
6208
6211
|
"docs": {
|
|
6209
|
-
"remarks": "For example, with the following object file\n```json\n\"compilerOptions\": {\n
|
|
6212
|
+
"remarks": "For example, with the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\"],\n \"lib\": [\"es2019\"]\n ...\n}\n...\n```\n\n```typescript\nproject.tsconfig.file.patch(JsonPatch.add(\"/compilerOptions/exclude/-\", \"coverage\"));\nproject.tsconfig.file.patch(JsonPatch.replace(\"/compilerOptions/lib\", [\"dom\", \"dom.iterable\", \"esnext\"]));\n```\nwould result in the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\", \"coverage\"],\n \"lib\": [\"dom\", \"dom.iterable\", \"esnext\"]\n ...\n}\n...\n```",
|
|
6210
6213
|
"stability": "experimental",
|
|
6211
6214
|
"summary": "Applies an RFC 6902 JSON-patch to the synthesized object file. See https://datatracker.ietf.org/doc/html/rfc6902 for more information."
|
|
6212
6215
|
},
|
|
@@ -9550,7 +9553,7 @@
|
|
|
9550
9553
|
"abstract": true,
|
|
9551
9554
|
"docs": {
|
|
9552
9555
|
"default": "false",
|
|
9553
|
-
"see": "{@link TaskStepOptions.receiveArgs}",
|
|
9556
|
+
"see": "{@link TaskStepOptions.receiveArgs }",
|
|
9554
9557
|
"stability": "experimental",
|
|
9555
9558
|
"summary": "Should the provided `exec` shell command receive args passed to the task."
|
|
9556
9559
|
},
|
|
@@ -9982,7 +9985,7 @@
|
|
|
9982
9985
|
"abstract": true,
|
|
9983
9986
|
"docs": {
|
|
9984
9987
|
"default": "false",
|
|
9985
|
-
"example": "task.exec(\"echo Hello $@World!\", { receiveArgs: true });",
|
|
9988
|
+
"example": "task.exec(\"echo Hello $@ World!\", { receiveArgs: true });",
|
|
9986
9989
|
"remarks": "If `true`, args are passed through at the end of the `exec` shell command.\\\nThe position of the args can be changed by including the marker `$@` inside the command string.\n\nIf the step spawns a subtask, args are passed to the subtask.\nThe subtask must define steps receiving args for this to have any effect.",
|
|
9987
9990
|
"stability": "experimental",
|
|
9988
9991
|
"summary": "Should this step receive args passed to the task."
|
|
@@ -14613,10 +14616,7 @@
|
|
|
14613
14616
|
{
|
|
14614
14617
|
"abstract": true,
|
|
14615
14618
|
"docs": {
|
|
14616
|
-
"
|
|
14617
|
-
"aws-sdk": "/*']"
|
|
14618
|
-
},
|
|
14619
|
-
"default": "['",
|
|
14619
|
+
"default": "['@aws-sdk/*']",
|
|
14620
14620
|
"stability": "experimental",
|
|
14621
14621
|
"summary": "Packages that are considered externals by default when bundling."
|
|
14622
14622
|
},
|
|
@@ -17826,7 +17826,7 @@
|
|
|
17826
17826
|
"docs": {
|
|
17827
17827
|
"see": "https://circleci.com/docs/2.0/configuration-reference/#jobs",
|
|
17828
17828
|
"stability": "experimental",
|
|
17829
|
-
"summary": "List of Jobs to create unique steps per pipeline, e.g. ```json jobs: [{
|
|
17829
|
+
"summary": "List of Jobs to create unique steps per pipeline, e.g. ```json jobs: [{ identifier: \"compile\", docker: { image: \"golang:alpine\" } steps: [\"checkout\", run: {command: \"go build .\"}] }] ```."
|
|
17830
17830
|
},
|
|
17831
17831
|
"immutable": true,
|
|
17832
17832
|
"locationInModule": {
|
|
@@ -17848,7 +17848,7 @@
|
|
|
17848
17848
|
"abstract": true,
|
|
17849
17849
|
"docs": {
|
|
17850
17850
|
"stability": "experimental",
|
|
17851
|
-
"summary": "Contains a map of CirclCi Orbs ```json orbs: {
|
|
17851
|
+
"summary": "Contains a map of CirclCi Orbs ```json orbs: { node: \"circleci/node@5.0.1\" slack: \"circleci/slack@4.8.3\" } ```."
|
|
17852
17852
|
},
|
|
17853
17853
|
"immutable": true,
|
|
17854
17854
|
"locationInModule": {
|
|
@@ -17908,7 +17908,7 @@
|
|
|
17908
17908
|
"docs": {
|
|
17909
17909
|
"see": "https://circleci.com/docs/2.0/configuration-reference/#workflows",
|
|
17910
17910
|
"stability": "experimental",
|
|
17911
|
-
"summary": "List of Workflows of pipeline, e.g. ```json workflows: {
|
|
17911
|
+
"summary": "List of Workflows of pipeline, e.g. ```json workflows: { { identifier: \"build\", jobs: [{ identifier: \"node/install\", context: [\"npm\"], }] } } ```."
|
|
17912
17912
|
},
|
|
17913
17913
|
"immutable": true,
|
|
17914
17914
|
"locationInModule": {
|
|
@@ -22527,7 +22527,7 @@
|
|
|
22527
22527
|
"abstract": true,
|
|
22528
22528
|
"docs": {
|
|
22529
22529
|
"default": "- `merge` for all merge methods except `fast-forward` where `rebase` is used",
|
|
22530
|
-
"remarks": "Possible values:\n
|
|
22530
|
+
"remarks": "Possible values:\n - `merge` to merge the base branch into the pull request.\n - `rebase` to rebase the pull request against its base branch.\n\nNote that the `rebase` method has some drawbacks, see Mergify docs for details.",
|
|
22531
22531
|
"see": "https://docs.mergify.com/actions/queue/#queue-rules",
|
|
22532
22532
|
"stability": "experimental",
|
|
22533
22533
|
"summary": "Method to use to update the pull request with its base branch when the speculative check is done in-place."
|
|
@@ -22905,7 +22905,7 @@
|
|
|
22905
22905
|
"assembly": "projen",
|
|
22906
22906
|
"base": "projen.Component",
|
|
22907
22907
|
"docs": {
|
|
22908
|
-
"remarks": "The default configuration will:\n\n
|
|
22908
|
+
"remarks": "The default configuration will:\n\n * Add a \"Stale\" label to pull requests after 14 days and closed after 2 days\n * Add a \"Stale\" label to issues after 60 days and closed after 7 days\n * If a comment is added, the label will be removed and timer is restarted.",
|
|
22909
22909
|
"see": "https://github.com/actions/stale",
|
|
22910
22910
|
"stability": "experimental",
|
|
22911
22911
|
"summary": "Warns and then closes issues and PRs that have had no activity for a specified amount of time."
|
|
@@ -29720,6 +29720,9 @@
|
|
|
29720
29720
|
},
|
|
29721
29721
|
"parameters": [
|
|
29722
29722
|
{
|
|
29723
|
+
"docs": {
|
|
29724
|
+
"summary": "The project the configuration belongs to."
|
|
29725
|
+
},
|
|
29723
29726
|
"name": "project",
|
|
29724
29727
|
"type": {
|
|
29725
29728
|
"fqn": "projen.Project"
|
|
@@ -30456,9 +30459,6 @@
|
|
|
30456
30459
|
"type": {
|
|
30457
30460
|
"union": {
|
|
30458
30461
|
"types": [
|
|
30459
|
-
{
|
|
30460
|
-
"fqn": "projen.gitlab.Filter"
|
|
30461
|
-
},
|
|
30462
30462
|
{
|
|
30463
30463
|
"collection": {
|
|
30464
30464
|
"elementtype": {
|
|
@@ -30466,6 +30466,9 @@
|
|
|
30466
30466
|
},
|
|
30467
30467
|
"kind": "array"
|
|
30468
30468
|
}
|
|
30469
|
+
},
|
|
30470
|
+
{
|
|
30471
|
+
"fqn": "projen.gitlab.Filter"
|
|
30469
30472
|
}
|
|
30470
30473
|
]
|
|
30471
30474
|
}
|
|
@@ -30590,9 +30593,6 @@
|
|
|
30590
30593
|
"type": {
|
|
30591
30594
|
"union": {
|
|
30592
30595
|
"types": [
|
|
30593
|
-
{
|
|
30594
|
-
"fqn": "projen.gitlab.Filter"
|
|
30595
|
-
},
|
|
30596
30596
|
{
|
|
30597
30597
|
"collection": {
|
|
30598
30598
|
"elementtype": {
|
|
@@ -30600,6 +30600,9 @@
|
|
|
30600
30600
|
},
|
|
30601
30601
|
"kind": "array"
|
|
30602
30602
|
}
|
|
30603
|
+
},
|
|
30604
|
+
{
|
|
30605
|
+
"fqn": "projen.gitlab.Filter"
|
|
30603
30606
|
}
|
|
30604
30607
|
]
|
|
30605
30608
|
}
|
|
@@ -31300,6 +31303,9 @@
|
|
|
31300
31303
|
},
|
|
31301
31304
|
"parameters": [
|
|
31302
31305
|
{
|
|
31306
|
+
"docs": {
|
|
31307
|
+
"summary": "The project the configuration belongs to."
|
|
31308
|
+
},
|
|
31303
31309
|
"name": "project",
|
|
31304
31310
|
"type": {
|
|
31305
31311
|
"fqn": "projen.Project"
|
|
@@ -31312,6 +31318,9 @@
|
|
|
31312
31318
|
}
|
|
31313
31319
|
},
|
|
31314
31320
|
{
|
|
31321
|
+
"docs": {
|
|
31322
|
+
"summary": "The name of the configuration."
|
|
31323
|
+
},
|
|
31315
31324
|
"name": "name",
|
|
31316
31325
|
"type": {
|
|
31317
31326
|
"primitive": "string"
|
|
@@ -35196,7 +35205,7 @@
|
|
|
35196
35205
|
"kind": "interface",
|
|
35197
35206
|
"locationInModule": {
|
|
35198
35207
|
"filename": "src/javascript/jest.ts",
|
|
35199
|
-
"line":
|
|
35208
|
+
"line": 603
|
|
35200
35209
|
},
|
|
35201
35210
|
"name": "CoverageThreshold",
|
|
35202
35211
|
"namespace": "javascript",
|
|
@@ -35209,7 +35218,7 @@
|
|
|
35209
35218
|
"immutable": true,
|
|
35210
35219
|
"locationInModule": {
|
|
35211
35220
|
"filename": "src/javascript/jest.ts",
|
|
35212
|
-
"line":
|
|
35221
|
+
"line": 604
|
|
35213
35222
|
},
|
|
35214
35223
|
"name": "branches",
|
|
35215
35224
|
"optional": true,
|
|
@@ -35225,7 +35234,7 @@
|
|
|
35225
35234
|
"immutable": true,
|
|
35226
35235
|
"locationInModule": {
|
|
35227
35236
|
"filename": "src/javascript/jest.ts",
|
|
35228
|
-
"line":
|
|
35237
|
+
"line": 605
|
|
35229
35238
|
},
|
|
35230
35239
|
"name": "functions",
|
|
35231
35240
|
"optional": true,
|
|
@@ -35241,7 +35250,7 @@
|
|
|
35241
35250
|
"immutable": true,
|
|
35242
35251
|
"locationInModule": {
|
|
35243
35252
|
"filename": "src/javascript/jest.ts",
|
|
35244
|
-
"line":
|
|
35253
|
+
"line": 606
|
|
35245
35254
|
},
|
|
35246
35255
|
"name": "lines",
|
|
35247
35256
|
"optional": true,
|
|
@@ -35257,7 +35266,7 @@
|
|
|
35257
35266
|
"immutable": true,
|
|
35258
35267
|
"locationInModule": {
|
|
35259
35268
|
"filename": "src/javascript/jest.ts",
|
|
35260
|
-
"line":
|
|
35269
|
+
"line": 607
|
|
35261
35270
|
},
|
|
35262
35271
|
"name": "statements",
|
|
35263
35272
|
"optional": true,
|
|
@@ -36054,7 +36063,7 @@
|
|
|
36054
36063
|
"kind": "interface",
|
|
36055
36064
|
"locationInModule": {
|
|
36056
36065
|
"filename": "src/javascript/jest.ts",
|
|
36057
|
-
"line":
|
|
36066
|
+
"line": 622
|
|
36058
36067
|
},
|
|
36059
36068
|
"name": "HasteConfig",
|
|
36060
36069
|
"namespace": "javascript",
|
|
@@ -36067,7 +36076,7 @@
|
|
|
36067
36076
|
"immutable": true,
|
|
36068
36077
|
"locationInModule": {
|
|
36069
36078
|
"filename": "src/javascript/jest.ts",
|
|
36070
|
-
"line":
|
|
36079
|
+
"line": 623
|
|
36071
36080
|
},
|
|
36072
36081
|
"name": "computeSha1",
|
|
36073
36082
|
"optional": true,
|
|
@@ -36083,7 +36092,7 @@
|
|
|
36083
36092
|
"immutable": true,
|
|
36084
36093
|
"locationInModule": {
|
|
36085
36094
|
"filename": "src/javascript/jest.ts",
|
|
36086
|
-
"line":
|
|
36095
|
+
"line": 624
|
|
36087
36096
|
},
|
|
36088
36097
|
"name": "defaultPlatform",
|
|
36089
36098
|
"optional": true,
|
|
@@ -36099,7 +36108,7 @@
|
|
|
36099
36108
|
"immutable": true,
|
|
36100
36109
|
"locationInModule": {
|
|
36101
36110
|
"filename": "src/javascript/jest.ts",
|
|
36102
|
-
"line":
|
|
36111
|
+
"line": 625
|
|
36103
36112
|
},
|
|
36104
36113
|
"name": "hasteImplModulePath",
|
|
36105
36114
|
"optional": true,
|
|
@@ -36115,7 +36124,7 @@
|
|
|
36115
36124
|
"immutable": true,
|
|
36116
36125
|
"locationInModule": {
|
|
36117
36126
|
"filename": "src/javascript/jest.ts",
|
|
36118
|
-
"line":
|
|
36127
|
+
"line": 626
|
|
36119
36128
|
},
|
|
36120
36129
|
"name": "platforms",
|
|
36121
36130
|
"optional": true,
|
|
@@ -36136,7 +36145,7 @@
|
|
|
36136
36145
|
"immutable": true,
|
|
36137
36146
|
"locationInModule": {
|
|
36138
36147
|
"filename": "src/javascript/jest.ts",
|
|
36139
|
-
"line":
|
|
36148
|
+
"line": 627
|
|
36140
36149
|
},
|
|
36141
36150
|
"name": "throwOnModuleCollision",
|
|
36142
36151
|
"optional": true,
|
|
@@ -36162,7 +36171,7 @@
|
|
|
36162
36171
|
},
|
|
36163
36172
|
"locationInModule": {
|
|
36164
36173
|
"filename": "src/javascript/jest.ts",
|
|
36165
|
-
"line":
|
|
36174
|
+
"line": 692
|
|
36166
36175
|
},
|
|
36167
36176
|
"parameters": [
|
|
36168
36177
|
{
|
|
@@ -36183,7 +36192,7 @@
|
|
|
36183
36192
|
"kind": "class",
|
|
36184
36193
|
"locationInModule": {
|
|
36185
36194
|
"filename": "src/javascript/jest.ts",
|
|
36186
|
-
"line":
|
|
36195
|
+
"line": 656
|
|
36187
36196
|
},
|
|
36188
36197
|
"methods": [
|
|
36189
36198
|
{
|
|
@@ -36193,7 +36202,7 @@
|
|
|
36193
36202
|
},
|
|
36194
36203
|
"locationInModule": {
|
|
36195
36204
|
"filename": "src/javascript/jest.ts",
|
|
36196
|
-
"line":
|
|
36205
|
+
"line": 660
|
|
36197
36206
|
},
|
|
36198
36207
|
"name": "of",
|
|
36199
36208
|
"parameters": [
|
|
@@ -36218,7 +36227,7 @@
|
|
|
36218
36227
|
},
|
|
36219
36228
|
"locationInModule": {
|
|
36220
36229
|
"filename": "src/javascript/jest.ts",
|
|
36221
|
-
"line":
|
|
36230
|
+
"line": 823
|
|
36222
36231
|
},
|
|
36223
36232
|
"name": "addIgnorePattern",
|
|
36224
36233
|
"parameters": [
|
|
@@ -36236,23 +36245,14 @@
|
|
|
36236
36245
|
},
|
|
36237
36246
|
"locationInModule": {
|
|
36238
36247
|
"filename": "src/javascript/jest.ts",
|
|
36239
|
-
"line":
|
|
36248
|
+
"line": 827
|
|
36240
36249
|
},
|
|
36241
36250
|
"name": "addReporter",
|
|
36242
36251
|
"parameters": [
|
|
36243
36252
|
{
|
|
36244
36253
|
"name": "reporter",
|
|
36245
36254
|
"type": {
|
|
36246
|
-
"
|
|
36247
|
-
"types": [
|
|
36248
|
-
{
|
|
36249
|
-
"primitive": "string"
|
|
36250
|
-
},
|
|
36251
|
-
{
|
|
36252
|
-
"primitive": "json"
|
|
36253
|
-
}
|
|
36254
|
-
]
|
|
36255
|
-
}
|
|
36255
|
+
"fqn": "projen.javascript.JestReporter"
|
|
36256
36256
|
}
|
|
36257
36257
|
}
|
|
36258
36258
|
]
|
|
@@ -36264,7 +36264,7 @@
|
|
|
36264
36264
|
},
|
|
36265
36265
|
"locationInModule": {
|
|
36266
36266
|
"filename": "src/javascript/jest.ts",
|
|
36267
|
-
"line":
|
|
36267
|
+
"line": 835
|
|
36268
36268
|
},
|
|
36269
36269
|
"name": "addSetupFile",
|
|
36270
36270
|
"parameters": [
|
|
@@ -36286,7 +36286,7 @@
|
|
|
36286
36286
|
},
|
|
36287
36287
|
"locationInModule": {
|
|
36288
36288
|
"filename": "src/javascript/jest.ts",
|
|
36289
|
-
"line":
|
|
36289
|
+
"line": 846
|
|
36290
36290
|
},
|
|
36291
36291
|
"name": "addSetupFileAfterEnv",
|
|
36292
36292
|
"parameters": [
|
|
@@ -36307,7 +36307,7 @@
|
|
|
36307
36307
|
},
|
|
36308
36308
|
"locationInModule": {
|
|
36309
36309
|
"filename": "src/javascript/jest.ts",
|
|
36310
|
-
"line":
|
|
36310
|
+
"line": 853
|
|
36311
36311
|
},
|
|
36312
36312
|
"name": "addSnapshotResolver",
|
|
36313
36313
|
"parameters": [
|
|
@@ -36326,7 +36326,7 @@
|
|
|
36326
36326
|
},
|
|
36327
36327
|
"locationInModule": {
|
|
36328
36328
|
"filename": "src/javascript/jest.ts",
|
|
36329
|
-
"line":
|
|
36329
|
+
"line": 811
|
|
36330
36330
|
},
|
|
36331
36331
|
"name": "addTestMatch",
|
|
36332
36332
|
"parameters": [
|
|
@@ -36348,7 +36348,7 @@
|
|
|
36348
36348
|
},
|
|
36349
36349
|
"locationInModule": {
|
|
36350
36350
|
"filename": "src/javascript/jest.ts",
|
|
36351
|
-
"line":
|
|
36351
|
+
"line": 819
|
|
36352
36352
|
},
|
|
36353
36353
|
"name": "addWatchIgnorePattern",
|
|
36354
36354
|
"parameters": [
|
|
@@ -36375,7 +36375,7 @@
|
|
|
36375
36375
|
"immutable": true,
|
|
36376
36376
|
"locationInModule": {
|
|
36377
36377
|
"filename": "src/javascript/jest.ts",
|
|
36378
|
-
"line":
|
|
36378
|
+
"line": 668
|
|
36379
36379
|
},
|
|
36380
36380
|
"name": "config",
|
|
36381
36381
|
"type": {
|
|
@@ -36390,7 +36390,7 @@
|
|
|
36390
36390
|
"immutable": true,
|
|
36391
36391
|
"locationInModule": {
|
|
36392
36392
|
"filename": "src/javascript/jest.ts",
|
|
36393
|
-
"line":
|
|
36393
|
+
"line": 673
|
|
36394
36394
|
},
|
|
36395
36395
|
"name": "jestVersion",
|
|
36396
36396
|
"type": {
|
|
@@ -36406,7 +36406,7 @@
|
|
|
36406
36406
|
"immutable": true,
|
|
36407
36407
|
"locationInModule": {
|
|
36408
36408
|
"filename": "src/javascript/jest.ts",
|
|
36409
|
-
"line":
|
|
36409
|
+
"line": 678
|
|
36410
36410
|
},
|
|
36411
36411
|
"name": "file",
|
|
36412
36412
|
"optional": true,
|
|
@@ -36432,6 +36432,28 @@
|
|
|
36432
36432
|
"name": "JestConfigOptions",
|
|
36433
36433
|
"namespace": "javascript",
|
|
36434
36434
|
"properties": [
|
|
36435
|
+
{
|
|
36436
|
+
"abstract": true,
|
|
36437
|
+
"docs": {
|
|
36438
|
+
"stability": "experimental",
|
|
36439
|
+
"summary": "Escape hatch to allow any value."
|
|
36440
|
+
},
|
|
36441
|
+
"immutable": true,
|
|
36442
|
+
"locationInModule": {
|
|
36443
|
+
"filename": "src/javascript/jest.ts",
|
|
36444
|
+
"line": 479
|
|
36445
|
+
},
|
|
36446
|
+
"name": "additionalOptions",
|
|
36447
|
+
"optional": true,
|
|
36448
|
+
"type": {
|
|
36449
|
+
"collection": {
|
|
36450
|
+
"elementtype": {
|
|
36451
|
+
"primitive": "any"
|
|
36452
|
+
},
|
|
36453
|
+
"kind": "map"
|
|
36454
|
+
}
|
|
36455
|
+
}
|
|
36456
|
+
},
|
|
36435
36457
|
{
|
|
36436
36458
|
"abstract": true,
|
|
36437
36459
|
"docs": {
|
|
@@ -37166,16 +37188,7 @@
|
|
|
37166
37188
|
"type": {
|
|
37167
37189
|
"collection": {
|
|
37168
37190
|
"elementtype": {
|
|
37169
|
-
"
|
|
37170
|
-
"types": [
|
|
37171
|
-
{
|
|
37172
|
-
"primitive": "string"
|
|
37173
|
-
},
|
|
37174
|
-
{
|
|
37175
|
-
"primitive": "json"
|
|
37176
|
-
}
|
|
37177
|
-
]
|
|
37178
|
-
}
|
|
37191
|
+
"fqn": "projen.javascript.JestReporter"
|
|
37179
37192
|
},
|
|
37180
37193
|
"kind": "array"
|
|
37181
37194
|
}
|
|
@@ -37602,10 +37615,7 @@
|
|
|
37602
37615
|
{
|
|
37603
37616
|
"abstract": true,
|
|
37604
37617
|
"docs": {
|
|
37605
|
-
"
|
|
37606
|
-
"jest": "/test-sequencer\""
|
|
37607
|
-
},
|
|
37608
|
-
"default": "- \"",
|
|
37618
|
+
"default": "- \"@jest/test-sequencer\"",
|
|
37609
37619
|
"remarks": "Sort may optionally return a Promise.",
|
|
37610
37620
|
"stability": "experimental",
|
|
37611
37621
|
"summary": "This option allows you to use a custom sequencer instead of Jest's default."
|
|
@@ -37695,16 +37705,7 @@
|
|
|
37695
37705
|
"type": {
|
|
37696
37706
|
"collection": {
|
|
37697
37707
|
"elementtype": {
|
|
37698
|
-
"
|
|
37699
|
-
"types": [
|
|
37700
|
-
{
|
|
37701
|
-
"primitive": "string"
|
|
37702
|
-
},
|
|
37703
|
-
{
|
|
37704
|
-
"primitive": "json"
|
|
37705
|
-
}
|
|
37706
|
-
]
|
|
37707
|
-
}
|
|
37708
|
+
"fqn": "projen.javascript.Transform"
|
|
37708
37709
|
},
|
|
37709
37710
|
"kind": "map"
|
|
37710
37711
|
}
|
|
@@ -37833,7 +37834,12 @@
|
|
|
37833
37834
|
"name": "watchPlugins",
|
|
37834
37835
|
"optional": true,
|
|
37835
37836
|
"type": {
|
|
37836
|
-
"
|
|
37837
|
+
"collection": {
|
|
37838
|
+
"elementtype": {
|
|
37839
|
+
"fqn": "projen.javascript.WatchPlugin"
|
|
37840
|
+
},
|
|
37841
|
+
"kind": "array"
|
|
37842
|
+
}
|
|
37837
37843
|
}
|
|
37838
37844
|
}
|
|
37839
37845
|
],
|
|
@@ -37849,7 +37855,7 @@
|
|
|
37849
37855
|
"kind": "interface",
|
|
37850
37856
|
"locationInModule": {
|
|
37851
37857
|
"filename": "src/javascript/jest.ts",
|
|
37852
|
-
"line":
|
|
37858
|
+
"line": 527
|
|
37853
37859
|
},
|
|
37854
37860
|
"name": "JestOptions",
|
|
37855
37861
|
"namespace": "javascript",
|
|
@@ -37864,7 +37870,7 @@
|
|
|
37864
37870
|
"immutable": true,
|
|
37865
37871
|
"locationInModule": {
|
|
37866
37872
|
"filename": "src/javascript/jest.ts",
|
|
37867
|
-
"line":
|
|
37873
|
+
"line": 588
|
|
37868
37874
|
},
|
|
37869
37875
|
"name": "configFilePath",
|
|
37870
37876
|
"optional": true,
|
|
@@ -37884,7 +37890,7 @@
|
|
|
37884
37890
|
"immutable": true,
|
|
37885
37891
|
"locationInModule": {
|
|
37886
37892
|
"filename": "src/javascript/jest.ts",
|
|
37887
|
-
"line":
|
|
37893
|
+
"line": 533
|
|
37888
37894
|
},
|
|
37889
37895
|
"name": "coverage",
|
|
37890
37896
|
"optional": true,
|
|
@@ -37902,7 +37908,7 @@
|
|
|
37902
37908
|
"immutable": true,
|
|
37903
37909
|
"locationInModule": {
|
|
37904
37910
|
"filename": "src/javascript/jest.ts",
|
|
37905
|
-
"line":
|
|
37911
|
+
"line": 541
|
|
37906
37912
|
},
|
|
37907
37913
|
"name": "coverageText",
|
|
37908
37914
|
"optional": true,
|
|
@@ -37920,7 +37926,7 @@
|
|
|
37920
37926
|
"immutable": true,
|
|
37921
37927
|
"locationInModule": {
|
|
37922
37928
|
"filename": "src/javascript/jest.ts",
|
|
37923
|
-
"line":
|
|
37929
|
+
"line": 600
|
|
37924
37930
|
},
|
|
37925
37931
|
"name": "extraCliOptions",
|
|
37926
37932
|
"optional": true,
|
|
@@ -37944,7 +37950,7 @@
|
|
|
37944
37950
|
"immutable": true,
|
|
37945
37951
|
"locationInModule": {
|
|
37946
37952
|
"filename": "src/javascript/jest.ts",
|
|
37947
|
-
"line":
|
|
37953
|
+
"line": 548
|
|
37948
37954
|
},
|
|
37949
37955
|
"name": "ignorePatterns",
|
|
37950
37956
|
"optional": true,
|
|
@@ -37967,7 +37973,7 @@
|
|
|
37967
37973
|
"immutable": true,
|
|
37968
37974
|
"locationInModule": {
|
|
37969
37975
|
"filename": "src/javascript/jest.ts",
|
|
37970
|
-
"line":
|
|
37976
|
+
"line": 594
|
|
37971
37977
|
},
|
|
37972
37978
|
"name": "jestConfig",
|
|
37973
37979
|
"optional": true,
|
|
@@ -37986,7 +37992,7 @@
|
|
|
37986
37992
|
"immutable": true,
|
|
37987
37993
|
"locationInModule": {
|
|
37988
37994
|
"filename": "src/javascript/jest.ts",
|
|
37989
|
-
"line":
|
|
37995
|
+
"line": 581
|
|
37990
37996
|
},
|
|
37991
37997
|
"name": "jestVersion",
|
|
37992
37998
|
"optional": true,
|
|
@@ -38005,7 +38011,7 @@
|
|
|
38005
38011
|
"immutable": true,
|
|
38006
38012
|
"locationInModule": {
|
|
38007
38013
|
"filename": "src/javascript/jest.ts",
|
|
38008
|
-
"line":
|
|
38014
|
+
"line": 557
|
|
38009
38015
|
},
|
|
38010
38016
|
"name": "junitReporting",
|
|
38011
38017
|
"optional": true,
|
|
@@ -38023,7 +38029,7 @@
|
|
|
38023
38029
|
"immutable": true,
|
|
38024
38030
|
"locationInModule": {
|
|
38025
38031
|
"filename": "src/javascript/jest.ts",
|
|
38026
|
-
"line":
|
|
38032
|
+
"line": 564
|
|
38027
38033
|
},
|
|
38028
38034
|
"name": "preserveDefaultReporters",
|
|
38029
38035
|
"optional": true,
|
|
@@ -38041,7 +38047,7 @@
|
|
|
38041
38047
|
"immutable": true,
|
|
38042
38048
|
"locationInModule": {
|
|
38043
38049
|
"filename": "src/javascript/jest.ts",
|
|
38044
|
-
"line":
|
|
38050
|
+
"line": 572
|
|
38045
38051
|
},
|
|
38046
38052
|
"name": "updateSnapshot",
|
|
38047
38053
|
"optional": true,
|
|
@@ -38052,6 +38058,50 @@
|
|
|
38052
38058
|
],
|
|
38053
38059
|
"symbolId": "src/javascript/jest:JestOptions"
|
|
38054
38060
|
},
|
|
38061
|
+
"projen.javascript.JestReporter": {
|
|
38062
|
+
"assembly": "projen",
|
|
38063
|
+
"docs": {
|
|
38064
|
+
"stability": "experimental"
|
|
38065
|
+
},
|
|
38066
|
+
"fqn": "projen.javascript.JestReporter",
|
|
38067
|
+
"initializer": {
|
|
38068
|
+
"docs": {
|
|
38069
|
+
"stability": "experimental"
|
|
38070
|
+
},
|
|
38071
|
+
"locationInModule": {
|
|
38072
|
+
"filename": "src/javascript/jest.ts",
|
|
38073
|
+
"line": 631
|
|
38074
|
+
},
|
|
38075
|
+
"parameters": [
|
|
38076
|
+
{
|
|
38077
|
+
"name": "name",
|
|
38078
|
+
"type": {
|
|
38079
|
+
"primitive": "string"
|
|
38080
|
+
}
|
|
38081
|
+
},
|
|
38082
|
+
{
|
|
38083
|
+
"name": "options",
|
|
38084
|
+
"optional": true,
|
|
38085
|
+
"type": {
|
|
38086
|
+
"collection": {
|
|
38087
|
+
"elementtype": {
|
|
38088
|
+
"primitive": "any"
|
|
38089
|
+
},
|
|
38090
|
+
"kind": "map"
|
|
38091
|
+
}
|
|
38092
|
+
}
|
|
38093
|
+
}
|
|
38094
|
+
]
|
|
38095
|
+
},
|
|
38096
|
+
"kind": "class",
|
|
38097
|
+
"locationInModule": {
|
|
38098
|
+
"filename": "src/javascript/jest.ts",
|
|
38099
|
+
"line": 630
|
|
38100
|
+
},
|
|
38101
|
+
"name": "JestReporter",
|
|
38102
|
+
"namespace": "javascript",
|
|
38103
|
+
"symbolId": "src/javascript/jest:JestReporter"
|
|
38104
|
+
},
|
|
38055
38105
|
"projen.javascript.NodePackage": {
|
|
38056
38106
|
"assembly": "projen",
|
|
38057
38107
|
"base": "projen.Component",
|
|
@@ -42474,6 +42524,45 @@
|
|
|
42474
42524
|
"namespace": "javascript",
|
|
42475
42525
|
"symbolId": "src/javascript/prettier:TrailingComma"
|
|
42476
42526
|
},
|
|
42527
|
+
"projen.javascript.Transform": {
|
|
42528
|
+
"assembly": "projen",
|
|
42529
|
+
"docs": {
|
|
42530
|
+
"stability": "experimental"
|
|
42531
|
+
},
|
|
42532
|
+
"fqn": "projen.javascript.Transform",
|
|
42533
|
+
"initializer": {
|
|
42534
|
+
"docs": {
|
|
42535
|
+
"stability": "experimental"
|
|
42536
|
+
},
|
|
42537
|
+
"locationInModule": {
|
|
42538
|
+
"filename": "src/javascript/jest.ts",
|
|
42539
|
+
"line": 492
|
|
42540
|
+
},
|
|
42541
|
+
"parameters": [
|
|
42542
|
+
{
|
|
42543
|
+
"name": "name",
|
|
42544
|
+
"type": {
|
|
42545
|
+
"primitive": "string"
|
|
42546
|
+
}
|
|
42547
|
+
},
|
|
42548
|
+
{
|
|
42549
|
+
"name": "options",
|
|
42550
|
+
"optional": true,
|
|
42551
|
+
"type": {
|
|
42552
|
+
"primitive": "any"
|
|
42553
|
+
}
|
|
42554
|
+
}
|
|
42555
|
+
]
|
|
42556
|
+
},
|
|
42557
|
+
"kind": "class",
|
|
42558
|
+
"locationInModule": {
|
|
42559
|
+
"filename": "src/javascript/jest.ts",
|
|
42560
|
+
"line": 491
|
|
42561
|
+
},
|
|
42562
|
+
"name": "Transform",
|
|
42563
|
+
"namespace": "javascript",
|
|
42564
|
+
"symbolId": "src/javascript/jest:Transform"
|
|
42565
|
+
},
|
|
42477
42566
|
"projen.javascript.TypeScriptCompilerOptions": {
|
|
42478
42567
|
"assembly": "projen",
|
|
42479
42568
|
"datatype": true,
|
|
@@ -43702,7 +43791,7 @@
|
|
|
43702
43791
|
"kind": "enum",
|
|
43703
43792
|
"locationInModule": {
|
|
43704
43793
|
"filename": "src/javascript/jest.ts",
|
|
43705
|
-
"line":
|
|
43794
|
+
"line": 610
|
|
43706
43795
|
},
|
|
43707
43796
|
"members": [
|
|
43708
43797
|
{
|
|
@@ -44254,10 +44343,7 @@
|
|
|
44254
44343
|
{
|
|
44255
44344
|
"abstract": true,
|
|
44256
44345
|
"docs": {
|
|
44257
|
-
"
|
|
44258
|
-
"github": ".com\""
|
|
44259
|
-
},
|
|
44260
|
-
"default": "\"github-actions",
|
|
44346
|
+
"default": "\"github-actions@github.com\"",
|
|
44261
44347
|
"stability": "experimental",
|
|
44262
44348
|
"summary": "The git identity to use for commits."
|
|
44263
44349
|
},
|
|
@@ -44377,6 +44463,45 @@
|
|
|
44377
44463
|
],
|
|
44378
44464
|
"symbolId": "src/javascript/upgrade-dependencies:UpgradeDependenciesWorkflowOptions"
|
|
44379
44465
|
},
|
|
44466
|
+
"projen.javascript.WatchPlugin": {
|
|
44467
|
+
"assembly": "projen",
|
|
44468
|
+
"docs": {
|
|
44469
|
+
"stability": "experimental"
|
|
44470
|
+
},
|
|
44471
|
+
"fqn": "projen.javascript.WatchPlugin",
|
|
44472
|
+
"initializer": {
|
|
44473
|
+
"docs": {
|
|
44474
|
+
"stability": "experimental"
|
|
44475
|
+
},
|
|
44476
|
+
"locationInModule": {
|
|
44477
|
+
"filename": "src/javascript/jest.ts",
|
|
44478
|
+
"line": 510
|
|
44479
|
+
},
|
|
44480
|
+
"parameters": [
|
|
44481
|
+
{
|
|
44482
|
+
"name": "name",
|
|
44483
|
+
"type": {
|
|
44484
|
+
"primitive": "string"
|
|
44485
|
+
}
|
|
44486
|
+
},
|
|
44487
|
+
{
|
|
44488
|
+
"name": "options",
|
|
44489
|
+
"optional": true,
|
|
44490
|
+
"type": {
|
|
44491
|
+
"primitive": "any"
|
|
44492
|
+
}
|
|
44493
|
+
}
|
|
44494
|
+
]
|
|
44495
|
+
},
|
|
44496
|
+
"kind": "class",
|
|
44497
|
+
"locationInModule": {
|
|
44498
|
+
"filename": "src/javascript/jest.ts",
|
|
44499
|
+
"line": 509
|
|
44500
|
+
},
|
|
44501
|
+
"name": "WatchPlugin",
|
|
44502
|
+
"namespace": "javascript",
|
|
44503
|
+
"symbolId": "src/javascript/jest:WatchPlugin"
|
|
44504
|
+
},
|
|
44380
44505
|
"projen.python.IPackageProvider": {
|
|
44381
44506
|
"assembly": "projen",
|
|
44382
44507
|
"docs": {
|
|
@@ -46749,7 +46874,7 @@
|
|
|
46749
46874
|
},
|
|
46750
46875
|
"locationInModule": {
|
|
46751
46876
|
"filename": "src/python/setuppy.ts",
|
|
46752
|
-
"line":
|
|
46877
|
+
"line": 78
|
|
46753
46878
|
},
|
|
46754
46879
|
"parameters": [
|
|
46755
46880
|
{
|
|
@@ -46769,7 +46894,7 @@
|
|
|
46769
46894
|
"kind": "class",
|
|
46770
46895
|
"locationInModule": {
|
|
46771
46896
|
"filename": "src/python/setuppy.ts",
|
|
46772
|
-
"line":
|
|
46897
|
+
"line": 75
|
|
46773
46898
|
},
|
|
46774
46899
|
"methods": [
|
|
46775
46900
|
{
|
|
@@ -46779,7 +46904,7 @@
|
|
|
46779
46904
|
},
|
|
46780
46905
|
"locationInModule": {
|
|
46781
46906
|
"filename": "src/python/setuppy.ts",
|
|
46782
|
-
"line":
|
|
46907
|
+
"line": 97
|
|
46783
46908
|
},
|
|
46784
46909
|
"name": "synthesizeContent",
|
|
46785
46910
|
"overrides": "projen.FileBase",
|
|
@@ -46821,6 +46946,28 @@
|
|
|
46821
46946
|
"name": "SetupPyOptions",
|
|
46822
46947
|
"namespace": "python",
|
|
46823
46948
|
"properties": [
|
|
46949
|
+
{
|
|
46950
|
+
"abstract": true,
|
|
46951
|
+
"docs": {
|
|
46952
|
+
"stability": "experimental",
|
|
46953
|
+
"summary": "Escape hatch to allow any value."
|
|
46954
|
+
},
|
|
46955
|
+
"immutable": true,
|
|
46956
|
+
"locationInModule": {
|
|
46957
|
+
"filename": "src/python/setuppy.ts",
|
|
46958
|
+
"line": 60
|
|
46959
|
+
},
|
|
46960
|
+
"name": "additionalOptions",
|
|
46961
|
+
"optional": true,
|
|
46962
|
+
"type": {
|
|
46963
|
+
"collection": {
|
|
46964
|
+
"elementtype": {
|
|
46965
|
+
"primitive": "any"
|
|
46966
|
+
},
|
|
46967
|
+
"kind": "map"
|
|
46968
|
+
}
|
|
46969
|
+
}
|
|
46970
|
+
},
|
|
46824
46971
|
{
|
|
46825
46972
|
"abstract": true,
|
|
46826
46973
|
"docs": {
|
|
@@ -47799,10 +47946,7 @@
|
|
|
47799
47946
|
{
|
|
47800
47947
|
"abstract": true,
|
|
47801
47948
|
"docs": {
|
|
47802
|
-
"
|
|
47803
|
-
"github": ".com\""
|
|
47804
|
-
},
|
|
47805
|
-
"default": "\"github-actions",
|
|
47949
|
+
"default": "\"github-actions@github.com\"",
|
|
47806
47950
|
"stability": "experimental",
|
|
47807
47951
|
"summary": "The email to use in the release git commit."
|
|
47808
47952
|
},
|
|
@@ -52915,7 +53059,7 @@
|
|
|
52915
53059
|
"abstract": true,
|
|
52916
53060
|
"docs": {
|
|
52917
53061
|
"default": "- No rewired config.",
|
|
52918
|
-
"remarks": "Use this property to override webpack configuration properties provided\nby create-react-app, without needing to eject.\n\nThis property will create a `config-overrides.js` file in your root directory,\nwhich will contain the desired rewiring code.\n\nTo **override** the configuration, you can provide simple key value pairs.\nKeys take the form of js code directives that traverse to the desired property.\nValues should be JSON serializable objects.\n\nFor example, the following config:\n\n```json\nrewire: { \"module.unknownContextCritical\": false }\n```\n\nWill translate to the following `config-overrides.js` file:\n\n```js\nmodule.exports = function override(config, env) {\n
|
|
53062
|
+
"remarks": "Use this property to override webpack configuration properties provided\nby create-react-app, without needing to eject.\n\nThis property will create a `config-overrides.js` file in your root directory,\nwhich will contain the desired rewiring code.\n\nTo **override** the configuration, you can provide simple key value pairs.\nKeys take the form of js code directives that traverse to the desired property.\nValues should be JSON serializable objects.\n\nFor example, the following config:\n\n```json\nrewire: { \"module.unknownContextCritical\": false }\n```\n\nWill translate to the following `config-overrides.js` file:\n\n```js\nmodule.exports = function override(config, env) {\n config.module.unknownContextCritical = false;\n}\n```",
|
|
52919
53063
|
"see": "https://github.com/timarney/react-app-rewired",
|
|
52920
53064
|
"stability": "experimental",
|
|
52921
53065
|
"summary": "Rewire webpack configuration."
|
|
@@ -53218,6 +53362,6 @@
|
|
|
53218
53362
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
53219
53363
|
}
|
|
53220
53364
|
},
|
|
53221
|
-
"version": "0.
|
|
53222
|
-
"fingerprint": "
|
|
53365
|
+
"version": "0.70.0",
|
|
53366
|
+
"fingerprint": "eRnPDACpgjJTwl8PhhSbVwbCCzfQwKLoxCaXovQuGC0="
|
|
53223
53367
|
}
|