projen 0.101.0 → 0.101.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +772 -183
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +1 -1
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +3 -3
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-build.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +4 -3
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.d.ts +179 -7
- package/lib/javascript/jest.js +5 -5
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +5 -3
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/bump-type.js +1 -1
- package/lib/release/publisher.js +2 -2
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.cjs +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/source-code.js +1 -1
- package/lib/task-shell.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.js +5 -5
- 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 +3 -3
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -45441,7 +45441,7 @@
|
|
|
45441
45441
|
"kind": "interface",
|
|
45442
45442
|
"locationInModule": {
|
|
45443
45443
|
"filename": "src/javascript/jest.ts",
|
|
45444
|
-
"line":
|
|
45444
|
+
"line": 686
|
|
45445
45445
|
},
|
|
45446
45446
|
"name": "CoverageThreshold",
|
|
45447
45447
|
"namespace": "javascript",
|
|
@@ -45454,7 +45454,7 @@
|
|
|
45454
45454
|
"immutable": true,
|
|
45455
45455
|
"locationInModule": {
|
|
45456
45456
|
"filename": "src/javascript/jest.ts",
|
|
45457
|
-
"line":
|
|
45457
|
+
"line": 687
|
|
45458
45458
|
},
|
|
45459
45459
|
"name": "branches",
|
|
45460
45460
|
"optional": true,
|
|
@@ -45470,7 +45470,7 @@
|
|
|
45470
45470
|
"immutable": true,
|
|
45471
45471
|
"locationInModule": {
|
|
45472
45472
|
"filename": "src/javascript/jest.ts",
|
|
45473
|
-
"line":
|
|
45473
|
+
"line": 688
|
|
45474
45474
|
},
|
|
45475
45475
|
"name": "functions",
|
|
45476
45476
|
"optional": true,
|
|
@@ -45486,7 +45486,7 @@
|
|
|
45486
45486
|
"immutable": true,
|
|
45487
45487
|
"locationInModule": {
|
|
45488
45488
|
"filename": "src/javascript/jest.ts",
|
|
45489
|
-
"line":
|
|
45489
|
+
"line": 689
|
|
45490
45490
|
},
|
|
45491
45491
|
"name": "lines",
|
|
45492
45492
|
"optional": true,
|
|
@@ -45502,7 +45502,7 @@
|
|
|
45502
45502
|
"immutable": true,
|
|
45503
45503
|
"locationInModule": {
|
|
45504
45504
|
"filename": "src/javascript/jest.ts",
|
|
45505
|
-
"line":
|
|
45505
|
+
"line": 690
|
|
45506
45506
|
},
|
|
45507
45507
|
"name": "statements",
|
|
45508
45508
|
"optional": true,
|
|
@@ -46695,6 +46695,149 @@
|
|
|
46695
46695
|
],
|
|
46696
46696
|
"symbolId": "src/javascript/eslint:EslintOverride"
|
|
46697
46697
|
},
|
|
46698
|
+
"projen.javascript.FakeTimers": {
|
|
46699
|
+
"assembly": "projen",
|
|
46700
|
+
"datatype": true,
|
|
46701
|
+
"docs": {
|
|
46702
|
+
"see": "https://jestjs.io/docs/configuration#faketimers-object",
|
|
46703
|
+
"stability": "experimental",
|
|
46704
|
+
"summary": "The default configuration of fake timers for all tests."
|
|
46705
|
+
},
|
|
46706
|
+
"fqn": "projen.javascript.FakeTimers",
|
|
46707
|
+
"kind": "interface",
|
|
46708
|
+
"locationInModule": {
|
|
46709
|
+
"filename": "src/javascript/jest.ts",
|
|
46710
|
+
"line": 718
|
|
46711
|
+
},
|
|
46712
|
+
"name": "FakeTimers",
|
|
46713
|
+
"namespace": "javascript",
|
|
46714
|
+
"properties": [
|
|
46715
|
+
{
|
|
46716
|
+
"abstract": true,
|
|
46717
|
+
"docs": {
|
|
46718
|
+
"default": "- false",
|
|
46719
|
+
"remarks": "A custom time delta may be provided by passing a number.",
|
|
46720
|
+
"stability": "experimental",
|
|
46721
|
+
"summary": "If set to `true` all timers will be advanced automatically by 20 milliseconds every 20 milliseconds."
|
|
46722
|
+
},
|
|
46723
|
+
"immutable": true,
|
|
46724
|
+
"locationInModule": {
|
|
46725
|
+
"filename": "src/javascript/jest.ts",
|
|
46726
|
+
"line": 724
|
|
46727
|
+
},
|
|
46728
|
+
"name": "advanceTimers",
|
|
46729
|
+
"optional": true,
|
|
46730
|
+
"type": {
|
|
46731
|
+
"union": {
|
|
46732
|
+
"types": [
|
|
46733
|
+
{
|
|
46734
|
+
"primitive": "number"
|
|
46735
|
+
},
|
|
46736
|
+
{
|
|
46737
|
+
"primitive": "boolean"
|
|
46738
|
+
}
|
|
46739
|
+
]
|
|
46740
|
+
}
|
|
46741
|
+
}
|
|
46742
|
+
},
|
|
46743
|
+
{
|
|
46744
|
+
"abstract": true,
|
|
46745
|
+
"docs": {
|
|
46746
|
+
"default": "- [] (all APIs are faked)",
|
|
46747
|
+
"stability": "experimental",
|
|
46748
|
+
"summary": "List of names of APIs (e.g. `Date`, `nextTick`, `setTimeout`) that should not be faked."
|
|
46749
|
+
},
|
|
46750
|
+
"immutable": true,
|
|
46751
|
+
"locationInModule": {
|
|
46752
|
+
"filename": "src/javascript/jest.ts",
|
|
46753
|
+
"line": 730
|
|
46754
|
+
},
|
|
46755
|
+
"name": "doNotFake",
|
|
46756
|
+
"optional": true,
|
|
46757
|
+
"type": {
|
|
46758
|
+
"collection": {
|
|
46759
|
+
"elementtype": {
|
|
46760
|
+
"primitive": "string"
|
|
46761
|
+
},
|
|
46762
|
+
"kind": "array"
|
|
46763
|
+
}
|
|
46764
|
+
}
|
|
46765
|
+
},
|
|
46766
|
+
{
|
|
46767
|
+
"abstract": true,
|
|
46768
|
+
"docs": {
|
|
46769
|
+
"default": "- false",
|
|
46770
|
+
"stability": "experimental",
|
|
46771
|
+
"summary": "Whether fake timers should be enabled for all test files."
|
|
46772
|
+
},
|
|
46773
|
+
"immutable": true,
|
|
46774
|
+
"locationInModule": {
|
|
46775
|
+
"filename": "src/javascript/jest.ts",
|
|
46776
|
+
"line": 736
|
|
46777
|
+
},
|
|
46778
|
+
"name": "enableGlobally",
|
|
46779
|
+
"optional": true,
|
|
46780
|
+
"type": {
|
|
46781
|
+
"primitive": "boolean"
|
|
46782
|
+
}
|
|
46783
|
+
},
|
|
46784
|
+
{
|
|
46785
|
+
"abstract": true,
|
|
46786
|
+
"docs": {
|
|
46787
|
+
"default": "- false",
|
|
46788
|
+
"stability": "experimental",
|
|
46789
|
+
"summary": "Use the old fake timers implementation instead of one backed by `@sinonjs/fake-timers`."
|
|
46790
|
+
},
|
|
46791
|
+
"immutable": true,
|
|
46792
|
+
"locationInModule": {
|
|
46793
|
+
"filename": "src/javascript/jest.ts",
|
|
46794
|
+
"line": 742
|
|
46795
|
+
},
|
|
46796
|
+
"name": "legacyFakeTimers",
|
|
46797
|
+
"optional": true,
|
|
46798
|
+
"type": {
|
|
46799
|
+
"primitive": "boolean"
|
|
46800
|
+
}
|
|
46801
|
+
},
|
|
46802
|
+
{
|
|
46803
|
+
"abstract": true,
|
|
46804
|
+
"docs": {
|
|
46805
|
+
"default": "- Date.now()",
|
|
46806
|
+
"stability": "experimental",
|
|
46807
|
+
"summary": "Sets current system time to be used by fake timers, in milliseconds."
|
|
46808
|
+
},
|
|
46809
|
+
"immutable": true,
|
|
46810
|
+
"locationInModule": {
|
|
46811
|
+
"filename": "src/javascript/jest.ts",
|
|
46812
|
+
"line": 748
|
|
46813
|
+
},
|
|
46814
|
+
"name": "now",
|
|
46815
|
+
"optional": true,
|
|
46816
|
+
"type": {
|
|
46817
|
+
"primitive": "number"
|
|
46818
|
+
}
|
|
46819
|
+
},
|
|
46820
|
+
{
|
|
46821
|
+
"abstract": true,
|
|
46822
|
+
"docs": {
|
|
46823
|
+
"default": "- 100000",
|
|
46824
|
+
"stability": "experimental",
|
|
46825
|
+
"summary": "Maximum number of recursive timers that will be run."
|
|
46826
|
+
},
|
|
46827
|
+
"immutable": true,
|
|
46828
|
+
"locationInModule": {
|
|
46829
|
+
"filename": "src/javascript/jest.ts",
|
|
46830
|
+
"line": 754
|
|
46831
|
+
},
|
|
46832
|
+
"name": "timerLimit",
|
|
46833
|
+
"optional": true,
|
|
46834
|
+
"type": {
|
|
46835
|
+
"primitive": "number"
|
|
46836
|
+
}
|
|
46837
|
+
}
|
|
46838
|
+
],
|
|
46839
|
+
"symbolId": "src/javascript/jest:FakeTimers"
|
|
46840
|
+
},
|
|
46698
46841
|
"projen.javascript.HTMLWhitespaceSensitivity": {
|
|
46699
46842
|
"assembly": "projen",
|
|
46700
46843
|
"docs": {
|
|
@@ -46743,7 +46886,7 @@
|
|
|
46743
46886
|
"kind": "interface",
|
|
46744
46887
|
"locationInModule": {
|
|
46745
46888
|
"filename": "src/javascript/jest.ts",
|
|
46746
|
-
"line":
|
|
46889
|
+
"line": 705
|
|
46747
46890
|
},
|
|
46748
46891
|
"name": "HasteConfig",
|
|
46749
46892
|
"namespace": "javascript",
|
|
@@ -46756,7 +46899,7 @@
|
|
|
46756
46899
|
"immutable": true,
|
|
46757
46900
|
"locationInModule": {
|
|
46758
46901
|
"filename": "src/javascript/jest.ts",
|
|
46759
|
-
"line":
|
|
46902
|
+
"line": 706
|
|
46760
46903
|
},
|
|
46761
46904
|
"name": "computeSha1",
|
|
46762
46905
|
"optional": true,
|
|
@@ -46772,7 +46915,7 @@
|
|
|
46772
46915
|
"immutable": true,
|
|
46773
46916
|
"locationInModule": {
|
|
46774
46917
|
"filename": "src/javascript/jest.ts",
|
|
46775
|
-
"line":
|
|
46918
|
+
"line": 707
|
|
46776
46919
|
},
|
|
46777
46920
|
"name": "defaultPlatform",
|
|
46778
46921
|
"optional": true,
|
|
@@ -46788,7 +46931,7 @@
|
|
|
46788
46931
|
"immutable": true,
|
|
46789
46932
|
"locationInModule": {
|
|
46790
46933
|
"filename": "src/javascript/jest.ts",
|
|
46791
|
-
"line":
|
|
46934
|
+
"line": 708
|
|
46792
46935
|
},
|
|
46793
46936
|
"name": "hasteImplModulePath",
|
|
46794
46937
|
"optional": true,
|
|
@@ -46804,7 +46947,7 @@
|
|
|
46804
46947
|
"immutable": true,
|
|
46805
46948
|
"locationInModule": {
|
|
46806
46949
|
"filename": "src/javascript/jest.ts",
|
|
46807
|
-
"line":
|
|
46950
|
+
"line": 709
|
|
46808
46951
|
},
|
|
46809
46952
|
"name": "platforms",
|
|
46810
46953
|
"optional": true,
|
|
@@ -46825,7 +46968,7 @@
|
|
|
46825
46968
|
"immutable": true,
|
|
46826
46969
|
"locationInModule": {
|
|
46827
46970
|
"filename": "src/javascript/jest.ts",
|
|
46828
|
-
"line":
|
|
46971
|
+
"line": 710
|
|
46829
46972
|
},
|
|
46830
46973
|
"name": "throwOnModuleCollision",
|
|
46831
46974
|
"optional": true,
|
|
@@ -46846,7 +46989,7 @@
|
|
|
46846
46989
|
"kind": "enum",
|
|
46847
46990
|
"locationInModule": {
|
|
46848
46991
|
"filename": "src/javascript/node-package.ts",
|
|
46849
|
-
"line":
|
|
46992
|
+
"line": 2063
|
|
46850
46993
|
},
|
|
46851
46994
|
"members": [
|
|
46852
46995
|
{
|
|
@@ -46886,7 +47029,7 @@
|
|
|
46886
47029
|
"kind": "interface",
|
|
46887
47030
|
"locationInModule": {
|
|
46888
47031
|
"filename": "src/javascript/node-package.ts",
|
|
46889
|
-
"line":
|
|
47032
|
+
"line": 2075
|
|
46890
47033
|
},
|
|
46891
47034
|
"name": "InstallTrigger",
|
|
46892
47035
|
"namespace": "javascript",
|
|
@@ -46900,7 +47043,7 @@
|
|
|
46900
47043
|
"immutable": true,
|
|
46901
47044
|
"locationInModule": {
|
|
46902
47045
|
"filename": "src/javascript/node-package.ts",
|
|
46903
|
-
"line":
|
|
47046
|
+
"line": 2077
|
|
46904
47047
|
},
|
|
46905
47048
|
"name": "reason",
|
|
46906
47049
|
"type": {
|
|
@@ -46916,7 +47059,7 @@
|
|
|
46916
47059
|
"immutable": true,
|
|
46917
47060
|
"locationInModule": {
|
|
46918
47061
|
"filename": "src/javascript/node-package.ts",
|
|
46919
|
-
"line":
|
|
47062
|
+
"line": 2083
|
|
46920
47063
|
},
|
|
46921
47064
|
"name": "diff",
|
|
46922
47065
|
"optional": true,
|
|
@@ -46939,7 +47082,7 @@
|
|
|
46939
47082
|
"immutable": true,
|
|
46940
47083
|
"locationInModule": {
|
|
46941
47084
|
"filename": "src/javascript/node-package.ts",
|
|
46942
|
-
"line":
|
|
47085
|
+
"line": 2089
|
|
46943
47086
|
},
|
|
46944
47087
|
"name": "resolutions",
|
|
46945
47088
|
"optional": true,
|
|
@@ -46970,7 +47113,7 @@
|
|
|
46970
47113
|
},
|
|
46971
47114
|
"locationInModule": {
|
|
46972
47115
|
"filename": "src/javascript/jest.ts",
|
|
46973
|
-
"line":
|
|
47116
|
+
"line": 890
|
|
46974
47117
|
},
|
|
46975
47118
|
"parameters": [
|
|
46976
47119
|
{
|
|
@@ -46991,7 +47134,7 @@
|
|
|
46991
47134
|
"kind": "class",
|
|
46992
47135
|
"locationInModule": {
|
|
46993
47136
|
"filename": "src/javascript/jest.ts",
|
|
46994
|
-
"line":
|
|
47137
|
+
"line": 851
|
|
46995
47138
|
},
|
|
46996
47139
|
"methods": [
|
|
46997
47140
|
{
|
|
@@ -47001,7 +47144,7 @@
|
|
|
47001
47144
|
},
|
|
47002
47145
|
"locationInModule": {
|
|
47003
47146
|
"filename": "src/javascript/jest.ts",
|
|
47004
|
-
"line":
|
|
47147
|
+
"line": 855
|
|
47005
47148
|
},
|
|
47006
47149
|
"name": "of",
|
|
47007
47150
|
"parameters": [
|
|
@@ -47026,7 +47169,7 @@
|
|
|
47026
47169
|
},
|
|
47027
47170
|
"locationInModule": {
|
|
47028
47171
|
"filename": "src/javascript/jest.ts",
|
|
47029
|
-
"line":
|
|
47172
|
+
"line": 1069
|
|
47030
47173
|
},
|
|
47031
47174
|
"name": "addIgnorePattern",
|
|
47032
47175
|
"parameters": [
|
|
@@ -47046,7 +47189,7 @@
|
|
|
47046
47189
|
},
|
|
47047
47190
|
"locationInModule": {
|
|
47048
47191
|
"filename": "src/javascript/jest.ts",
|
|
47049
|
-
"line":
|
|
47192
|
+
"line": 1111
|
|
47050
47193
|
},
|
|
47051
47194
|
"name": "addModuleNameMappers",
|
|
47052
47195
|
"parameters": [
|
|
@@ -47087,7 +47230,7 @@
|
|
|
47087
47230
|
},
|
|
47088
47231
|
"locationInModule": {
|
|
47089
47232
|
"filename": "src/javascript/jest.ts",
|
|
47090
|
-
"line":
|
|
47233
|
+
"line": 1126
|
|
47091
47234
|
},
|
|
47092
47235
|
"name": "addModulePaths",
|
|
47093
47236
|
"parameters": [
|
|
@@ -47110,7 +47253,7 @@
|
|
|
47110
47253
|
},
|
|
47111
47254
|
"locationInModule": {
|
|
47112
47255
|
"filename": "src/javascript/jest.ts",
|
|
47113
|
-
"line":
|
|
47256
|
+
"line": 1073
|
|
47114
47257
|
},
|
|
47115
47258
|
"name": "addReporter",
|
|
47116
47259
|
"parameters": [
|
|
@@ -47129,7 +47272,7 @@
|
|
|
47129
47272
|
},
|
|
47130
47273
|
"locationInModule": {
|
|
47131
47274
|
"filename": "src/javascript/jest.ts",
|
|
47132
|
-
"line":
|
|
47275
|
+
"line": 1138
|
|
47133
47276
|
},
|
|
47134
47277
|
"name": "addRoots",
|
|
47135
47278
|
"parameters": [
|
|
@@ -47153,7 +47296,7 @@
|
|
|
47153
47296
|
},
|
|
47154
47297
|
"locationInModule": {
|
|
47155
47298
|
"filename": "src/javascript/jest.ts",
|
|
47156
|
-
"line":
|
|
47299
|
+
"line": 1081
|
|
47157
47300
|
},
|
|
47158
47301
|
"name": "addSetupFile",
|
|
47159
47302
|
"parameters": [
|
|
@@ -47175,7 +47318,7 @@
|
|
|
47175
47318
|
},
|
|
47176
47319
|
"locationInModule": {
|
|
47177
47320
|
"filename": "src/javascript/jest.ts",
|
|
47178
|
-
"line":
|
|
47321
|
+
"line": 1092
|
|
47179
47322
|
},
|
|
47180
47323
|
"name": "addSetupFileAfterEnv",
|
|
47181
47324
|
"parameters": [
|
|
@@ -47196,7 +47339,7 @@
|
|
|
47196
47339
|
},
|
|
47197
47340
|
"locationInModule": {
|
|
47198
47341
|
"filename": "src/javascript/jest.ts",
|
|
47199
|
-
"line":
|
|
47342
|
+
"line": 1099
|
|
47200
47343
|
},
|
|
47201
47344
|
"name": "addSnapshotResolver",
|
|
47202
47345
|
"parameters": [
|
|
@@ -47215,7 +47358,7 @@
|
|
|
47215
47358
|
},
|
|
47216
47359
|
"locationInModule": {
|
|
47217
47360
|
"filename": "src/javascript/jest.ts",
|
|
47218
|
-
"line":
|
|
47361
|
+
"line": 1022
|
|
47219
47362
|
},
|
|
47220
47363
|
"name": "addTestMatch",
|
|
47221
47364
|
"parameters": [
|
|
@@ -47237,7 +47380,7 @@
|
|
|
47237
47380
|
},
|
|
47238
47381
|
"locationInModule": {
|
|
47239
47382
|
"filename": "src/javascript/jest.ts",
|
|
47240
|
-
"line":
|
|
47383
|
+
"line": 1065
|
|
47241
47384
|
},
|
|
47242
47385
|
"name": "addWatchIgnorePattern",
|
|
47243
47386
|
"parameters": [
|
|
@@ -47259,7 +47402,7 @@
|
|
|
47259
47402
|
},
|
|
47260
47403
|
"locationInModule": {
|
|
47261
47404
|
"filename": "src/javascript/jest.ts",
|
|
47262
|
-
"line":
|
|
47405
|
+
"line": 1031
|
|
47263
47406
|
},
|
|
47264
47407
|
"name": "discoverTestMatchPatternsForDirs",
|
|
47265
47408
|
"parameters": [
|
|
@@ -47302,7 +47445,7 @@
|
|
|
47302
47445
|
"immutable": true,
|
|
47303
47446
|
"locationInModule": {
|
|
47304
47447
|
"filename": "src/javascript/jest.ts",
|
|
47305
|
-
"line":
|
|
47448
|
+
"line": 865
|
|
47306
47449
|
},
|
|
47307
47450
|
"name": "config",
|
|
47308
47451
|
"type": {
|
|
@@ -47317,7 +47460,7 @@
|
|
|
47317
47460
|
"immutable": true,
|
|
47318
47461
|
"locationInModule": {
|
|
47319
47462
|
"filename": "src/javascript/jest.ts",
|
|
47320
|
-
"line":
|
|
47463
|
+
"line": 870
|
|
47321
47464
|
},
|
|
47322
47465
|
"name": "jestVersion",
|
|
47323
47466
|
"type": {
|
|
@@ -47331,7 +47474,7 @@
|
|
|
47331
47474
|
"immutable": true,
|
|
47332
47475
|
"locationInModule": {
|
|
47333
47476
|
"filename": "src/javascript/jest.ts",
|
|
47334
|
-
"line":
|
|
47477
|
+
"line": 860
|
|
47335
47478
|
},
|
|
47336
47479
|
"name": "project",
|
|
47337
47480
|
"overrides": "projen.Component",
|
|
@@ -47348,7 +47491,7 @@
|
|
|
47348
47491
|
"immutable": true,
|
|
47349
47492
|
"locationInModule": {
|
|
47350
47493
|
"filename": "src/javascript/jest.ts",
|
|
47351
|
-
"line":
|
|
47494
|
+
"line": 875
|
|
47352
47495
|
},
|
|
47353
47496
|
"name": "file",
|
|
47354
47497
|
"optional": true,
|
|
@@ -47383,7 +47526,7 @@
|
|
|
47383
47526
|
"immutable": true,
|
|
47384
47527
|
"locationInModule": {
|
|
47385
47528
|
"filename": "src/javascript/jest.ts",
|
|
47386
|
-
"line":
|
|
47529
|
+
"line": 569
|
|
47387
47530
|
},
|
|
47388
47531
|
"name": "additionalOptions",
|
|
47389
47532
|
"optional": true,
|
|
@@ -47586,7 +47729,7 @@
|
|
|
47586
47729
|
{
|
|
47587
47730
|
"abstract": true,
|
|
47588
47731
|
"docs": {
|
|
47589
|
-
"default": "- [\"json\", \"lcov\", \"
|
|
47732
|
+
"default": "- [\"json\", \"lcov\", \"clover\", \"cobertura\", \"text\"]",
|
|
47590
47733
|
"remarks": "Any istanbul reporter can be used",
|
|
47591
47734
|
"stability": "experimental",
|
|
47592
47735
|
"summary": "A list of reporter names that Jest uses when writing coverage reports."
|
|
@@ -47685,14 +47828,38 @@
|
|
|
47685
47828
|
{
|
|
47686
47829
|
"abstract": true,
|
|
47687
47830
|
"docs": {
|
|
47688
|
-
"default": "-
|
|
47831
|
+
"default": "- []",
|
|
47689
47832
|
"stability": "experimental",
|
|
47833
|
+
"summary": "Jest will run `.mjs` and `.js` files with nearest package.json's `type` field set to `module` as ECMAScript Modules. If you have any other files that should run with native ESM, you need to specify their file extension here."
|
|
47834
|
+
},
|
|
47835
|
+
"immutable": true,
|
|
47836
|
+
"locationInModule": {
|
|
47837
|
+
"filename": "src/javascript/jest.ts",
|
|
47838
|
+
"line": 116
|
|
47839
|
+
},
|
|
47840
|
+
"name": "extensionsToTreatAsEsm",
|
|
47841
|
+
"optional": true,
|
|
47842
|
+
"type": {
|
|
47843
|
+
"collection": {
|
|
47844
|
+
"elementtype": {
|
|
47845
|
+
"primitive": "string"
|
|
47846
|
+
},
|
|
47847
|
+
"kind": "array"
|
|
47848
|
+
}
|
|
47849
|
+
}
|
|
47850
|
+
},
|
|
47851
|
+
{
|
|
47852
|
+
"abstract": true,
|
|
47853
|
+
"docs": {
|
|
47854
|
+
"default": "- undefined",
|
|
47855
|
+
"deprecated": "Renamed to `sandboxInjectedGlobals` in Jest 28. Use `sandboxInjectedGlobals` instead.",
|
|
47856
|
+
"stability": "deprecated",
|
|
47690
47857
|
"summary": "Test files run inside a vm, which slows calls to global context properties (e.g. Math). With this option you can specify extra properties to be defined inside the vm for faster lookups."
|
|
47691
47858
|
},
|
|
47692
47859
|
"immutable": true,
|
|
47693
47860
|
"locationInModule": {
|
|
47694
47861
|
"filename": "src/javascript/jest.ts",
|
|
47695
|
-
"line":
|
|
47862
|
+
"line": 124
|
|
47696
47863
|
},
|
|
47697
47864
|
"name": "extraGlobals",
|
|
47698
47865
|
"optional": true,
|
|
@@ -47705,6 +47872,25 @@
|
|
|
47705
47872
|
}
|
|
47706
47873
|
}
|
|
47707
47874
|
},
|
|
47875
|
+
{
|
|
47876
|
+
"abstract": true,
|
|
47877
|
+
"docs": {
|
|
47878
|
+
"default": "- {}",
|
|
47879
|
+
"remarks": "This option provides the default configuration of fake timers for all tests.",
|
|
47880
|
+
"stability": "experimental",
|
|
47881
|
+
"summary": "The fake timers may be useful when a piece of code sets a long timeout that we don't want to wait for in a test."
|
|
47882
|
+
},
|
|
47883
|
+
"immutable": true,
|
|
47884
|
+
"locationInModule": {
|
|
47885
|
+
"filename": "src/javascript/jest.ts",
|
|
47886
|
+
"line": 131
|
|
47887
|
+
},
|
|
47888
|
+
"name": "fakeTimers",
|
|
47889
|
+
"optional": true,
|
|
47890
|
+
"type": {
|
|
47891
|
+
"fqn": "projen.javascript.FakeTimers"
|
|
47892
|
+
}
|
|
47893
|
+
},
|
|
47708
47894
|
{
|
|
47709
47895
|
"abstract": true,
|
|
47710
47896
|
"docs": {
|
|
@@ -47716,7 +47902,7 @@
|
|
|
47716
47902
|
"immutable": true,
|
|
47717
47903
|
"locationInModule": {
|
|
47718
47904
|
"filename": "src/javascript/jest.ts",
|
|
47719
|
-
"line":
|
|
47905
|
+
"line": 138
|
|
47720
47906
|
},
|
|
47721
47907
|
"name": "forceCoverageMatch",
|
|
47722
47908
|
"optional": true,
|
|
@@ -47739,7 +47925,7 @@
|
|
|
47739
47925
|
"immutable": true,
|
|
47740
47926
|
"locationInModule": {
|
|
47741
47927
|
"filename": "src/javascript/jest.ts",
|
|
47742
|
-
"line":
|
|
47928
|
+
"line": 144
|
|
47743
47929
|
},
|
|
47744
47930
|
"name": "globals",
|
|
47745
47931
|
"optional": true,
|
|
@@ -47758,7 +47944,7 @@
|
|
|
47758
47944
|
"immutable": true,
|
|
47759
47945
|
"locationInModule": {
|
|
47760
47946
|
"filename": "src/javascript/jest.ts",
|
|
47761
|
-
"line":
|
|
47947
|
+
"line": 151
|
|
47762
47948
|
},
|
|
47763
47949
|
"name": "globalSetup",
|
|
47764
47950
|
"optional": true,
|
|
@@ -47777,7 +47963,7 @@
|
|
|
47777
47963
|
"immutable": true,
|
|
47778
47964
|
"locationInModule": {
|
|
47779
47965
|
"filename": "src/javascript/jest.ts",
|
|
47780
|
-
"line":
|
|
47966
|
+
"line": 158
|
|
47781
47967
|
},
|
|
47782
47968
|
"name": "globalTeardown",
|
|
47783
47969
|
"optional": true,
|
|
@@ -47795,7 +47981,7 @@
|
|
|
47795
47981
|
"immutable": true,
|
|
47796
47982
|
"locationInModule": {
|
|
47797
47983
|
"filename": "src/javascript/jest.ts",
|
|
47798
|
-
"line":
|
|
47984
|
+
"line": 164
|
|
47799
47985
|
},
|
|
47800
47986
|
"name": "haste",
|
|
47801
47987
|
"optional": true,
|
|
@@ -47816,7 +48002,7 @@
|
|
|
47816
48002
|
"immutable": true,
|
|
47817
48003
|
"locationInModule": {
|
|
47818
48004
|
"filename": "src/javascript/jest.ts",
|
|
47819
|
-
"line":
|
|
48005
|
+
"line": 171
|
|
47820
48006
|
},
|
|
47821
48007
|
"name": "injectGlobals",
|
|
47822
48008
|
"optional": true,
|
|
@@ -47834,7 +48020,7 @@
|
|
|
47834
48020
|
"immutable": true,
|
|
47835
48021
|
"locationInModule": {
|
|
47836
48022
|
"filename": "src/javascript/jest.ts",
|
|
47837
|
-
"line":
|
|
48023
|
+
"line": 178
|
|
47838
48024
|
},
|
|
47839
48025
|
"name": "maxConcurrency",
|
|
47840
48026
|
"optional": true,
|
|
@@ -47853,7 +48039,7 @@
|
|
|
47853
48039
|
"immutable": true,
|
|
47854
48040
|
"locationInModule": {
|
|
47855
48041
|
"filename": "src/javascript/jest.ts",
|
|
47856
|
-
"line":
|
|
48042
|
+
"line": 187
|
|
47857
48043
|
},
|
|
47858
48044
|
"name": "maxWorkers",
|
|
47859
48045
|
"optional": true,
|
|
@@ -47881,7 +48067,7 @@
|
|
|
47881
48067
|
"immutable": true,
|
|
47882
48068
|
"locationInModule": {
|
|
47883
48069
|
"filename": "src/javascript/jest.ts",
|
|
47884
|
-
"line":
|
|
48070
|
+
"line": 195
|
|
47885
48071
|
},
|
|
47886
48072
|
"name": "moduleDirectories",
|
|
47887
48073
|
"optional": true,
|
|
@@ -47905,7 +48091,7 @@
|
|
|
47905
48091
|
"immutable": true,
|
|
47906
48092
|
"locationInModule": {
|
|
47907
48093
|
"filename": "src/javascript/jest.ts",
|
|
47908
|
-
"line":
|
|
48094
|
+
"line": 202
|
|
47909
48095
|
},
|
|
47910
48096
|
"name": "moduleFileExtensions",
|
|
47911
48097
|
"optional": true,
|
|
@@ -47928,7 +48114,7 @@
|
|
|
47928
48114
|
"immutable": true,
|
|
47929
48115
|
"locationInModule": {
|
|
47930
48116
|
"filename": "src/javascript/jest.ts",
|
|
47931
|
-
"line":
|
|
48117
|
+
"line": 209
|
|
47932
48118
|
},
|
|
47933
48119
|
"name": "moduleNameMapper",
|
|
47934
48120
|
"optional": true,
|
|
@@ -47966,7 +48152,7 @@
|
|
|
47966
48152
|
"immutable": true,
|
|
47967
48153
|
"locationInModule": {
|
|
47968
48154
|
"filename": "src/javascript/jest.ts",
|
|
47969
|
-
"line":
|
|
48155
|
+
"line": 217
|
|
47970
48156
|
},
|
|
47971
48157
|
"name": "modulePathIgnorePatterns",
|
|
47972
48158
|
"optional": true,
|
|
@@ -47990,7 +48176,7 @@
|
|
|
47990
48176
|
"immutable": true,
|
|
47991
48177
|
"locationInModule": {
|
|
47992
48178
|
"filename": "src/javascript/jest.ts",
|
|
47993
|
-
"line":
|
|
48179
|
+
"line": 225
|
|
47994
48180
|
},
|
|
47995
48181
|
"name": "modulePaths",
|
|
47996
48182
|
"optional": true,
|
|
@@ -48013,7 +48199,7 @@
|
|
|
48013
48199
|
"immutable": true,
|
|
48014
48200
|
"locationInModule": {
|
|
48015
48201
|
"filename": "src/javascript/jest.ts",
|
|
48016
|
-
"line":
|
|
48202
|
+
"line": 231
|
|
48017
48203
|
},
|
|
48018
48204
|
"name": "notify",
|
|
48019
48205
|
"optional": true,
|
|
@@ -48032,7 +48218,7 @@
|
|
|
48032
48218
|
"immutable": true,
|
|
48033
48219
|
"locationInModule": {
|
|
48034
48220
|
"filename": "src/javascript/jest.ts",
|
|
48035
|
-
"line":
|
|
48221
|
+
"line": 237
|
|
48036
48222
|
},
|
|
48037
48223
|
"name": "notifyMode",
|
|
48038
48224
|
"optional": true,
|
|
@@ -48040,6 +48226,25 @@
|
|
|
48040
48226
|
"primitive": "string"
|
|
48041
48227
|
}
|
|
48042
48228
|
},
|
|
48229
|
+
{
|
|
48230
|
+
"abstract": true,
|
|
48231
|
+
"docs": {
|
|
48232
|
+
"default": "- 1000",
|
|
48233
|
+
"remarks": "Use `0` to disable the warning.",
|
|
48234
|
+
"stability": "experimental",
|
|
48235
|
+
"summary": "Print a warning indicating that there are probable open handles if Jest does not exit cleanly this number of milliseconds after it completes."
|
|
48236
|
+
},
|
|
48237
|
+
"immutable": true,
|
|
48238
|
+
"locationInModule": {
|
|
48239
|
+
"filename": "src/javascript/jest.ts",
|
|
48240
|
+
"line": 250
|
|
48241
|
+
},
|
|
48242
|
+
"name": "openHandlesTimeout",
|
|
48243
|
+
"optional": true,
|
|
48244
|
+
"type": {
|
|
48245
|
+
"primitive": "number"
|
|
48246
|
+
}
|
|
48247
|
+
},
|
|
48043
48248
|
{
|
|
48044
48249
|
"abstract": true,
|
|
48045
48250
|
"docs": {
|
|
@@ -48051,7 +48256,7 @@
|
|
|
48051
48256
|
"immutable": true,
|
|
48052
48257
|
"locationInModule": {
|
|
48053
48258
|
"filename": "src/javascript/jest.ts",
|
|
48054
|
-
"line":
|
|
48259
|
+
"line": 257
|
|
48055
48260
|
},
|
|
48056
48261
|
"name": "preset",
|
|
48057
48262
|
"optional": true,
|
|
@@ -48069,7 +48274,7 @@
|
|
|
48069
48274
|
"immutable": true,
|
|
48070
48275
|
"locationInModule": {
|
|
48071
48276
|
"filename": "src/javascript/jest.ts",
|
|
48072
|
-
"line":
|
|
48277
|
+
"line": 263
|
|
48073
48278
|
},
|
|
48074
48279
|
"name": "prettierPath",
|
|
48075
48280
|
"optional": true,
|
|
@@ -48088,7 +48293,7 @@
|
|
|
48088
48293
|
"immutable": true,
|
|
48089
48294
|
"locationInModule": {
|
|
48090
48295
|
"filename": "src/javascript/jest.ts",
|
|
48091
|
-
"line":
|
|
48296
|
+
"line": 271
|
|
48092
48297
|
},
|
|
48093
48298
|
"name": "projects",
|
|
48094
48299
|
"optional": true,
|
|
@@ -48115,6 +48320,24 @@
|
|
|
48115
48320
|
}
|
|
48116
48321
|
}
|
|
48117
48322
|
},
|
|
48323
|
+
{
|
|
48324
|
+
"abstract": true,
|
|
48325
|
+
"docs": {
|
|
48326
|
+
"default": "- false",
|
|
48327
|
+
"stability": "experimental",
|
|
48328
|
+
"summary": "The equivalent of the `--randomize` flag to randomize the order of the tests in a file."
|
|
48329
|
+
},
|
|
48330
|
+
"immutable": true,
|
|
48331
|
+
"locationInModule": {
|
|
48332
|
+
"filename": "src/javascript/jest.ts",
|
|
48333
|
+
"line": 277
|
|
48334
|
+
},
|
|
48335
|
+
"name": "randomize",
|
|
48336
|
+
"optional": true,
|
|
48337
|
+
"type": {
|
|
48338
|
+
"primitive": "boolean"
|
|
48339
|
+
}
|
|
48340
|
+
},
|
|
48118
48341
|
{
|
|
48119
48342
|
"abstract": true,
|
|
48120
48343
|
"docs": {
|
|
@@ -48126,7 +48349,7 @@
|
|
|
48126
48349
|
"immutable": true,
|
|
48127
48350
|
"locationInModule": {
|
|
48128
48351
|
"filename": "src/javascript/jest.ts",
|
|
48129
|
-
"line":
|
|
48352
|
+
"line": 285
|
|
48130
48353
|
},
|
|
48131
48354
|
"name": "reporters",
|
|
48132
48355
|
"optional": true,
|
|
@@ -48150,7 +48373,7 @@
|
|
|
48150
48373
|
"immutable": true,
|
|
48151
48374
|
"locationInModule": {
|
|
48152
48375
|
"filename": "src/javascript/jest.ts",
|
|
48153
|
-
"line":
|
|
48376
|
+
"line": 293
|
|
48154
48377
|
},
|
|
48155
48378
|
"name": "resetMocks",
|
|
48156
48379
|
"optional": true,
|
|
@@ -48169,7 +48392,7 @@
|
|
|
48169
48392
|
"immutable": true,
|
|
48170
48393
|
"locationInModule": {
|
|
48171
48394
|
"filename": "src/javascript/jest.ts",
|
|
48172
|
-
"line":
|
|
48395
|
+
"line": 300
|
|
48173
48396
|
},
|
|
48174
48397
|
"name": "resetModules",
|
|
48175
48398
|
"optional": true,
|
|
@@ -48188,7 +48411,7 @@
|
|
|
48188
48411
|
"immutable": true,
|
|
48189
48412
|
"locationInModule": {
|
|
48190
48413
|
"filename": "src/javascript/jest.ts",
|
|
48191
|
-
"line":
|
|
48414
|
+
"line": 307
|
|
48192
48415
|
},
|
|
48193
48416
|
"name": "resolver",
|
|
48194
48417
|
"optional": true,
|
|
@@ -48207,7 +48430,7 @@
|
|
|
48207
48430
|
"immutable": true,
|
|
48208
48431
|
"locationInModule": {
|
|
48209
48432
|
"filename": "src/javascript/jest.ts",
|
|
48210
|
-
"line":
|
|
48433
|
+
"line": 315
|
|
48211
48434
|
},
|
|
48212
48435
|
"name": "restoreMocks",
|
|
48213
48436
|
"optional": true,
|
|
@@ -48226,7 +48449,7 @@
|
|
|
48226
48449
|
"immutable": true,
|
|
48227
48450
|
"locationInModule": {
|
|
48228
48451
|
"filename": "src/javascript/jest.ts",
|
|
48229
|
-
"line":
|
|
48452
|
+
"line": 323
|
|
48230
48453
|
},
|
|
48231
48454
|
"name": "rootDir",
|
|
48232
48455
|
"optional": true,
|
|
@@ -48244,7 +48467,7 @@
|
|
|
48244
48467
|
"immutable": true,
|
|
48245
48468
|
"locationInModule": {
|
|
48246
48469
|
"filename": "src/javascript/jest.ts",
|
|
48247
|
-
"line":
|
|
48470
|
+
"line": 329
|
|
48248
48471
|
},
|
|
48249
48472
|
"name": "roots",
|
|
48250
48473
|
"optional": true,
|
|
@@ -48267,7 +48490,7 @@
|
|
|
48267
48490
|
"immutable": true,
|
|
48268
48491
|
"locationInModule": {
|
|
48269
48492
|
"filename": "src/javascript/jest.ts",
|
|
48270
|
-
"line":
|
|
48493
|
+
"line": 342
|
|
48271
48494
|
},
|
|
48272
48495
|
"name": "runner",
|
|
48273
48496
|
"optional": true,
|
|
@@ -48275,6 +48498,48 @@
|
|
|
48275
48498
|
"primitive": "string"
|
|
48276
48499
|
}
|
|
48277
48500
|
},
|
|
48501
|
+
{
|
|
48502
|
+
"abstract": true,
|
|
48503
|
+
"docs": {
|
|
48504
|
+
"default": "- \"jest-runtime\"",
|
|
48505
|
+
"remarks": "A custom runtime can be\nprovided by specifying a path to a runtime implementation.",
|
|
48506
|
+
"stability": "experimental",
|
|
48507
|
+
"summary": "This option allows the use of a custom runtime to execute test files."
|
|
48508
|
+
},
|
|
48509
|
+
"immutable": true,
|
|
48510
|
+
"locationInModule": {
|
|
48511
|
+
"filename": "src/javascript/jest.ts",
|
|
48512
|
+
"line": 336
|
|
48513
|
+
},
|
|
48514
|
+
"name": "runtime",
|
|
48515
|
+
"optional": true,
|
|
48516
|
+
"type": {
|
|
48517
|
+
"primitive": "string"
|
|
48518
|
+
}
|
|
48519
|
+
},
|
|
48520
|
+
{
|
|
48521
|
+
"abstract": true,
|
|
48522
|
+
"docs": {
|
|
48523
|
+
"default": "- undefined",
|
|
48524
|
+
"stability": "experimental",
|
|
48525
|
+
"summary": "Test files run inside a vm, which slows calls to global context properties (e.g. Math). With this option you can specify extra properties to be defined inside the vm for faster lookups."
|
|
48526
|
+
},
|
|
48527
|
+
"immutable": true,
|
|
48528
|
+
"locationInModule": {
|
|
48529
|
+
"filename": "src/javascript/jest.ts",
|
|
48530
|
+
"line": 349
|
|
48531
|
+
},
|
|
48532
|
+
"name": "sandboxInjectedGlobals",
|
|
48533
|
+
"optional": true,
|
|
48534
|
+
"type": {
|
|
48535
|
+
"collection": {
|
|
48536
|
+
"elementtype": {
|
|
48537
|
+
"primitive": "string"
|
|
48538
|
+
},
|
|
48539
|
+
"kind": "array"
|
|
48540
|
+
}
|
|
48541
|
+
}
|
|
48542
|
+
},
|
|
48278
48543
|
{
|
|
48279
48544
|
"abstract": true,
|
|
48280
48545
|
"docs": {
|
|
@@ -48286,7 +48551,7 @@
|
|
|
48286
48551
|
"immutable": true,
|
|
48287
48552
|
"locationInModule": {
|
|
48288
48553
|
"filename": "src/javascript/jest.ts",
|
|
48289
|
-
"line":
|
|
48554
|
+
"line": 358
|
|
48290
48555
|
},
|
|
48291
48556
|
"name": "setupFiles",
|
|
48292
48557
|
"optional": true,
|
|
@@ -48310,7 +48575,7 @@
|
|
|
48310
48575
|
"immutable": true,
|
|
48311
48576
|
"locationInModule": {
|
|
48312
48577
|
"filename": "src/javascript/jest.ts",
|
|
48313
|
-
"line":
|
|
48578
|
+
"line": 367
|
|
48314
48579
|
},
|
|
48315
48580
|
"name": "setupFilesAfterEnv",
|
|
48316
48581
|
"optional": true,
|
|
@@ -48323,6 +48588,24 @@
|
|
|
48323
48588
|
}
|
|
48324
48589
|
}
|
|
48325
48590
|
},
|
|
48591
|
+
{
|
|
48592
|
+
"abstract": true,
|
|
48593
|
+
"docs": {
|
|
48594
|
+
"default": "- false",
|
|
48595
|
+
"stability": "experimental",
|
|
48596
|
+
"summary": "The equivalent of the `--showSeed` flag to print the seed in the test report summary."
|
|
48597
|
+
},
|
|
48598
|
+
"immutable": true,
|
|
48599
|
+
"locationInModule": {
|
|
48600
|
+
"filename": "src/javascript/jest.ts",
|
|
48601
|
+
"line": 373
|
|
48602
|
+
},
|
|
48603
|
+
"name": "showSeed",
|
|
48604
|
+
"optional": true,
|
|
48605
|
+
"type": {
|
|
48606
|
+
"primitive": "boolean"
|
|
48607
|
+
}
|
|
48608
|
+
},
|
|
48326
48609
|
{
|
|
48327
48610
|
"abstract": true,
|
|
48328
48611
|
"docs": {
|
|
@@ -48333,7 +48616,7 @@
|
|
|
48333
48616
|
"immutable": true,
|
|
48334
48617
|
"locationInModule": {
|
|
48335
48618
|
"filename": "src/javascript/jest.ts",
|
|
48336
|
-
"line":
|
|
48619
|
+
"line": 379
|
|
48337
48620
|
},
|
|
48338
48621
|
"name": "slowTestThreshold",
|
|
48339
48622
|
"optional": true,
|
|
@@ -48341,6 +48624,24 @@
|
|
|
48341
48624
|
"primitive": "number"
|
|
48342
48625
|
}
|
|
48343
48626
|
},
|
|
48627
|
+
{
|
|
48628
|
+
"abstract": true,
|
|
48629
|
+
"docs": {
|
|
48630
|
+
"default": "- {escapeString: false, printBasicPrototype: false}",
|
|
48631
|
+
"stability": "experimental",
|
|
48632
|
+
"summary": "Allows overriding specific snapshot formatting options documented in the pretty-format readme, with the exceptions of `compareKeys` and `plugins`."
|
|
48633
|
+
},
|
|
48634
|
+
"immutable": true,
|
|
48635
|
+
"locationInModule": {
|
|
48636
|
+
"filename": "src/javascript/jest.ts",
|
|
48637
|
+
"line": 386
|
|
48638
|
+
},
|
|
48639
|
+
"name": "snapshotFormat",
|
|
48640
|
+
"optional": true,
|
|
48641
|
+
"type": {
|
|
48642
|
+
"fqn": "projen.javascript.SnapshotFormatOptions"
|
|
48643
|
+
}
|
|
48644
|
+
},
|
|
48344
48645
|
{
|
|
48345
48646
|
"abstract": true,
|
|
48346
48647
|
"docs": {
|
|
@@ -48352,7 +48653,7 @@
|
|
|
48352
48653
|
"immutable": true,
|
|
48353
48654
|
"locationInModule": {
|
|
48354
48655
|
"filename": "src/javascript/jest.ts",
|
|
48355
|
-
"line":
|
|
48656
|
+
"line": 393
|
|
48356
48657
|
},
|
|
48357
48658
|
"name": "snapshotResolver",
|
|
48358
48659
|
"optional": true,
|
|
@@ -48370,7 +48671,7 @@
|
|
|
48370
48671
|
"immutable": true,
|
|
48371
48672
|
"locationInModule": {
|
|
48372
48673
|
"filename": "src/javascript/jest.ts",
|
|
48373
|
-
"line":
|
|
48674
|
+
"line": 399
|
|
48374
48675
|
},
|
|
48375
48676
|
"name": "snapshotSerializers",
|
|
48376
48677
|
"optional": true,
|
|
@@ -48386,15 +48687,15 @@
|
|
|
48386
48687
|
{
|
|
48387
48688
|
"abstract": true,
|
|
48388
48689
|
"docs": {
|
|
48389
|
-
"default": "- \"
|
|
48390
|
-
"remarks": "The default environment in Jest is a\
|
|
48690
|
+
"default": "- \"node\"",
|
|
48691
|
+
"remarks": "The default environment in Jest is a\nNode.js environment. If you are building a web app, you can use a browser-like environment\nthrough jsdom instead.",
|
|
48391
48692
|
"stability": "experimental",
|
|
48392
48693
|
"summary": "The test environment that will be used for testing."
|
|
48393
48694
|
},
|
|
48394
48695
|
"immutable": true,
|
|
48395
48696
|
"locationInModule": {
|
|
48396
48697
|
"filename": "src/javascript/jest.ts",
|
|
48397
|
-
"line":
|
|
48698
|
+
"line": 407
|
|
48398
48699
|
},
|
|
48399
48700
|
"name": "testEnvironment",
|
|
48400
48701
|
"optional": true,
|
|
@@ -48413,7 +48714,7 @@
|
|
|
48413
48714
|
"immutable": true,
|
|
48414
48715
|
"locationInModule": {
|
|
48415
48716
|
"filename": "src/javascript/jest.ts",
|
|
48416
|
-
"line":
|
|
48717
|
+
"line": 414
|
|
48417
48718
|
},
|
|
48418
48719
|
"name": "testEnvironmentOptions",
|
|
48419
48720
|
"optional": true,
|
|
@@ -48431,7 +48732,7 @@
|
|
|
48431
48732
|
"immutable": true,
|
|
48432
48733
|
"locationInModule": {
|
|
48433
48734
|
"filename": "src/javascript/jest.ts",
|
|
48434
|
-
"line":
|
|
48735
|
+
"line": 420
|
|
48435
48736
|
},
|
|
48436
48737
|
"name": "testFailureExitCode",
|
|
48437
48738
|
"optional": true,
|
|
@@ -48450,7 +48751,7 @@
|
|
|
48450
48751
|
"immutable": true,
|
|
48451
48752
|
"locationInModule": {
|
|
48452
48753
|
"filename": "src/javascript/jest.ts",
|
|
48453
|
-
"line":
|
|
48754
|
+
"line": 428
|
|
48454
48755
|
},
|
|
48455
48756
|
"name": "testMatch",
|
|
48456
48757
|
"optional": true,
|
|
@@ -48474,7 +48775,7 @@
|
|
|
48474
48775
|
"immutable": true,
|
|
48475
48776
|
"locationInModule": {
|
|
48476
48777
|
"filename": "src/javascript/jest.ts",
|
|
48477
|
-
"line":
|
|
48778
|
+
"line": 435
|
|
48478
48779
|
},
|
|
48479
48780
|
"name": "testPathIgnorePatterns",
|
|
48480
48781
|
"optional": true,
|
|
@@ -48498,7 +48799,7 @@
|
|
|
48498
48799
|
"immutable": true,
|
|
48499
48800
|
"locationInModule": {
|
|
48500
48801
|
"filename": "src/javascript/jest.ts",
|
|
48501
|
-
"line":
|
|
48802
|
+
"line": 443
|
|
48502
48803
|
},
|
|
48503
48804
|
"name": "testRegex",
|
|
48504
48805
|
"optional": true,
|
|
@@ -48530,7 +48831,7 @@
|
|
|
48530
48831
|
"immutable": true,
|
|
48531
48832
|
"locationInModule": {
|
|
48532
48833
|
"filename": "src/javascript/jest.ts",
|
|
48533
|
-
"line":
|
|
48834
|
+
"line": 449
|
|
48534
48835
|
},
|
|
48535
48836
|
"name": "testResultsProcessor",
|
|
48536
48837
|
"optional": true,
|
|
@@ -48541,15 +48842,15 @@
|
|
|
48541
48842
|
{
|
|
48542
48843
|
"abstract": true,
|
|
48543
48844
|
"docs": {
|
|
48544
|
-
"default": "- \"
|
|
48545
|
-
"remarks": "The default is
|
|
48845
|
+
"default": "- \"jest-circus/runner\"",
|
|
48846
|
+
"remarks": "The default is jest-circus. A custom test runner\ncan be provided by specifying a path to a test runner implementation.",
|
|
48546
48847
|
"stability": "experimental",
|
|
48547
48848
|
"summary": "This option allows the use of a custom test runner."
|
|
48548
48849
|
},
|
|
48549
48850
|
"immutable": true,
|
|
48550
48851
|
"locationInModule": {
|
|
48551
48852
|
"filename": "src/javascript/jest.ts",
|
|
48552
|
-
"line":
|
|
48853
|
+
"line": 456
|
|
48553
48854
|
},
|
|
48554
48855
|
"name": "testRunner",
|
|
48555
48856
|
"optional": true,
|
|
@@ -48568,7 +48869,7 @@
|
|
|
48568
48869
|
"immutable": true,
|
|
48569
48870
|
"locationInModule": {
|
|
48570
48871
|
"filename": "src/javascript/jest.ts",
|
|
48571
|
-
"line":
|
|
48872
|
+
"line": 463
|
|
48572
48873
|
},
|
|
48573
48874
|
"name": "testSequencer",
|
|
48574
48875
|
"optional": true,
|
|
@@ -48586,7 +48887,7 @@
|
|
|
48586
48887
|
"immutable": true,
|
|
48587
48888
|
"locationInModule": {
|
|
48588
48889
|
"filename": "src/javascript/jest.ts",
|
|
48589
|
-
"line":
|
|
48890
|
+
"line": 469
|
|
48590
48891
|
},
|
|
48591
48892
|
"name": "testTimeout",
|
|
48592
48893
|
"optional": true,
|
|
@@ -48598,14 +48899,15 @@
|
|
|
48598
48899
|
"abstract": true,
|
|
48599
48900
|
"docs": {
|
|
48600
48901
|
"default": "- \"http://localhost\"",
|
|
48902
|
+
"deprecated": "Removed in Jest 28. Use `testEnvironmentOptions.url` instead.",
|
|
48601
48903
|
"remarks": "It is reflected in properties such as location.href.",
|
|
48602
|
-
"stability": "
|
|
48904
|
+
"stability": "deprecated",
|
|
48603
48905
|
"summary": "This option sets the URL for the jsdom environment."
|
|
48604
48906
|
},
|
|
48605
48907
|
"immutable": true,
|
|
48606
48908
|
"locationInModule": {
|
|
48607
48909
|
"filename": "src/javascript/jest.ts",
|
|
48608
|
-
"line":
|
|
48910
|
+
"line": 476
|
|
48609
48911
|
},
|
|
48610
48912
|
"name": "testURL",
|
|
48611
48913
|
"optional": true,
|
|
@@ -48617,14 +48919,15 @@
|
|
|
48617
48919
|
"abstract": true,
|
|
48618
48920
|
"docs": {
|
|
48619
48921
|
"default": "- \"real\"",
|
|
48922
|
+
"deprecated": "Renamed to `fakeTimers` in Jest 27. Use `fakeTimers` instead.",
|
|
48620
48923
|
"remarks": "Fake timers are useful when a piece of code sets a long timeout that we don't want to wait for in a test.",
|
|
48621
|
-
"stability": "
|
|
48924
|
+
"stability": "deprecated",
|
|
48622
48925
|
"summary": "Setting this value to legacy or fake allows the use of fake timers for functions such as setTimeout."
|
|
48623
48926
|
},
|
|
48624
48927
|
"immutable": true,
|
|
48625
48928
|
"locationInModule": {
|
|
48626
48929
|
"filename": "src/javascript/jest.ts",
|
|
48627
|
-
"line":
|
|
48930
|
+
"line": 484
|
|
48628
48931
|
},
|
|
48629
48932
|
"name": "timers",
|
|
48630
48933
|
"optional": true,
|
|
@@ -48643,7 +48946,7 @@
|
|
|
48643
48946
|
"immutable": true,
|
|
48644
48947
|
"locationInModule": {
|
|
48645
48948
|
"filename": "src/javascript/jest.ts",
|
|
48646
|
-
"line":
|
|
48949
|
+
"line": 491
|
|
48647
48950
|
},
|
|
48648
48951
|
"name": "transform",
|
|
48649
48952
|
"optional": true,
|
|
@@ -48667,7 +48970,7 @@
|
|
|
48667
48970
|
"immutable": true,
|
|
48668
48971
|
"locationInModule": {
|
|
48669
48972
|
"filename": "src/javascript/jest.ts",
|
|
48670
|
-
"line":
|
|
48973
|
+
"line": 498
|
|
48671
48974
|
},
|
|
48672
48975
|
"name": "transformIgnorePatterns",
|
|
48673
48976
|
"optional": true,
|
|
@@ -48691,7 +48994,7 @@
|
|
|
48691
48994
|
"immutable": true,
|
|
48692
48995
|
"locationInModule": {
|
|
48693
48996
|
"filename": "src/javascript/jest.ts",
|
|
48694
|
-
"line":
|
|
48997
|
+
"line": 506
|
|
48695
48998
|
},
|
|
48696
48999
|
"name": "unmockedModulePathPatterns",
|
|
48697
49000
|
"optional": true,
|
|
@@ -48715,7 +49018,7 @@
|
|
|
48715
49018
|
"immutable": true,
|
|
48716
49019
|
"locationInModule": {
|
|
48717
49020
|
"filename": "src/javascript/jest.ts",
|
|
48718
|
-
"line":
|
|
49021
|
+
"line": 514
|
|
48719
49022
|
},
|
|
48720
49023
|
"name": "verbose",
|
|
48721
49024
|
"optional": true,
|
|
@@ -48723,6 +49026,25 @@
|
|
|
48723
49026
|
"primitive": "boolean"
|
|
48724
49027
|
}
|
|
48725
49028
|
},
|
|
49029
|
+
{
|
|
49030
|
+
"abstract": true,
|
|
49031
|
+
"docs": {
|
|
49032
|
+
"default": "- false",
|
|
49033
|
+
"remarks": "Without this flag Jest may report false-positive errors or fail to report actually unhandled rejections.\nThis option may add a noticeable overhead for fast test suites.",
|
|
49034
|
+
"stability": "experimental",
|
|
49035
|
+
"summary": "Gives one event loop turn to handle `rejectionHandled`, `uncaughtException` or `unhandledRejection`."
|
|
49036
|
+
},
|
|
49037
|
+
"immutable": true,
|
|
49038
|
+
"locationInModule": {
|
|
49039
|
+
"filename": "src/javascript/jest.ts",
|
|
49040
|
+
"line": 522
|
|
49041
|
+
},
|
|
49042
|
+
"name": "waitForUnhandledRejections",
|
|
49043
|
+
"optional": true,
|
|
49044
|
+
"type": {
|
|
49045
|
+
"primitive": "boolean"
|
|
49046
|
+
}
|
|
49047
|
+
},
|
|
48726
49048
|
{
|
|
48727
49049
|
"abstract": true,
|
|
48728
49050
|
"docs": {
|
|
@@ -48733,7 +49055,7 @@
|
|
|
48733
49055
|
"immutable": true,
|
|
48734
49056
|
"locationInModule": {
|
|
48735
49057
|
"filename": "src/javascript/jest.ts",
|
|
48736
|
-
"line":
|
|
49058
|
+
"line": 542
|
|
48737
49059
|
},
|
|
48738
49060
|
"name": "watchman",
|
|
48739
49061
|
"optional": true,
|
|
@@ -48744,7 +49066,7 @@
|
|
|
48744
49066
|
{
|
|
48745
49067
|
"abstract": true,
|
|
48746
49068
|
"docs": {
|
|
48747
|
-
"default": "- []",
|
|
49069
|
+
"default": "- [\"/node_modules/\"]",
|
|
48748
49070
|
"remarks": "If the file path matches any of the patterns, when it is updated, it will not trigger\na re-run of tests.",
|
|
48749
49071
|
"stability": "experimental",
|
|
48750
49072
|
"summary": "An array of RegExp patterns that are matched against all source file paths before re-running tests in watch mode."
|
|
@@ -48752,7 +49074,7 @@
|
|
|
48752
49074
|
"immutable": true,
|
|
48753
49075
|
"locationInModule": {
|
|
48754
49076
|
"filename": "src/javascript/jest.ts",
|
|
48755
|
-
"line":
|
|
49077
|
+
"line": 530
|
|
48756
49078
|
},
|
|
48757
49079
|
"name": "watchPathIgnorePatterns",
|
|
48758
49080
|
"optional": true,
|
|
@@ -48774,7 +49096,7 @@
|
|
|
48774
49096
|
"immutable": true,
|
|
48775
49097
|
"locationInModule": {
|
|
48776
49098
|
"filename": "src/javascript/jest.ts",
|
|
48777
|
-
"line":
|
|
49099
|
+
"line": 536
|
|
48778
49100
|
},
|
|
48779
49101
|
"name": "watchPlugins",
|
|
48780
49102
|
"optional": true,
|
|
@@ -48786,6 +49108,72 @@
|
|
|
48786
49108
|
"kind": "array"
|
|
48787
49109
|
}
|
|
48788
49110
|
}
|
|
49111
|
+
},
|
|
49112
|
+
{
|
|
49113
|
+
"abstract": true,
|
|
49114
|
+
"docs": {
|
|
49115
|
+
"default": "- 500",
|
|
49116
|
+
"remarks": "If a worker does not exit within this timeout, it is force-killed.",
|
|
49117
|
+
"stability": "experimental",
|
|
49118
|
+
"summary": "Timeout in milliseconds for a worker process to exit gracefully after all tests have completed."
|
|
49119
|
+
},
|
|
49120
|
+
"immutable": true,
|
|
49121
|
+
"locationInModule": {
|
|
49122
|
+
"filename": "src/javascript/jest.ts",
|
|
49123
|
+
"line": 549
|
|
49124
|
+
},
|
|
49125
|
+
"name": "workerGracefulExitTimeout",
|
|
49126
|
+
"optional": true,
|
|
49127
|
+
"type": {
|
|
49128
|
+
"primitive": "number"
|
|
49129
|
+
}
|
|
49130
|
+
},
|
|
49131
|
+
{
|
|
49132
|
+
"abstract": true,
|
|
49133
|
+
"docs": {
|
|
49134
|
+
"default": "- undefined",
|
|
49135
|
+
"remarks": "The limit can be specified as a percentage of system memory (e.g. `0.5` or `\"50%\"`)\nor as a fixed byte value (e.g. `\"512MB\"`).",
|
|
49136
|
+
"stability": "experimental",
|
|
49137
|
+
"summary": "Specifies the memory limit for workers before they are recycled and is primarily a work-around for memory leaks."
|
|
49138
|
+
},
|
|
49139
|
+
"immutable": true,
|
|
49140
|
+
"locationInModule": {
|
|
49141
|
+
"filename": "src/javascript/jest.ts",
|
|
49142
|
+
"line": 557
|
|
49143
|
+
},
|
|
49144
|
+
"name": "workerIdleMemoryLimit",
|
|
49145
|
+
"optional": true,
|
|
49146
|
+
"type": {
|
|
49147
|
+
"union": {
|
|
49148
|
+
"types": [
|
|
49149
|
+
{
|
|
49150
|
+
"primitive": "string"
|
|
49151
|
+
},
|
|
49152
|
+
{
|
|
49153
|
+
"primitive": "number"
|
|
49154
|
+
}
|
|
49155
|
+
]
|
|
49156
|
+
}
|
|
49157
|
+
}
|
|
49158
|
+
},
|
|
49159
|
+
{
|
|
49160
|
+
"abstract": true,
|
|
49161
|
+
"docs": {
|
|
49162
|
+
"default": "- false",
|
|
49163
|
+
"remarks": "Child processes are used by default.\nUsing worker threads may help to improve performance.",
|
|
49164
|
+
"stability": "experimental",
|
|
49165
|
+
"summary": "Whether to use worker threads for parallelization."
|
|
49166
|
+
},
|
|
49167
|
+
"immutable": true,
|
|
49168
|
+
"locationInModule": {
|
|
49169
|
+
"filename": "src/javascript/jest.ts",
|
|
49170
|
+
"line": 564
|
|
49171
|
+
},
|
|
49172
|
+
"name": "workerThreads",
|
|
49173
|
+
"optional": true,
|
|
49174
|
+
"type": {
|
|
49175
|
+
"primitive": "boolean"
|
|
49176
|
+
}
|
|
48789
49177
|
}
|
|
48790
49178
|
],
|
|
48791
49179
|
"symbolId": "src/javascript/jest:JestConfigOptions"
|
|
@@ -48801,7 +49189,7 @@
|
|
|
48801
49189
|
"kind": "interface",
|
|
48802
49190
|
"locationInModule": {
|
|
48803
49191
|
"filename": "src/javascript/jest.ts",
|
|
48804
|
-
"line":
|
|
49192
|
+
"line": 575
|
|
48805
49193
|
},
|
|
48806
49194
|
"name": "JestDiscoverTestMatchPatternsForDirsOptions",
|
|
48807
49195
|
"namespace": "javascript",
|
|
@@ -48816,7 +49204,7 @@
|
|
|
48816
49204
|
"immutable": true,
|
|
48817
49205
|
"locationInModule": {
|
|
48818
49206
|
"filename": "src/javascript/jest.ts",
|
|
48819
|
-
"line":
|
|
49207
|
+
"line": 577
|
|
48820
49208
|
},
|
|
48821
49209
|
"name": "fileExtensionPattern",
|
|
48822
49210
|
"optional": true,
|
|
@@ -48837,7 +49225,7 @@
|
|
|
48837
49225
|
"kind": "interface",
|
|
48838
49226
|
"locationInModule": {
|
|
48839
49227
|
"filename": "src/javascript/jest.ts",
|
|
48840
|
-
"line":
|
|
49228
|
+
"line": 616
|
|
48841
49229
|
},
|
|
48842
49230
|
"name": "JestOptions",
|
|
48843
49231
|
"namespace": "javascript",
|
|
@@ -48852,7 +49240,7 @@
|
|
|
48852
49240
|
"immutable": true,
|
|
48853
49241
|
"locationInModule": {
|
|
48854
49242
|
"filename": "src/javascript/jest.ts",
|
|
48855
|
-
"line":
|
|
49243
|
+
"line": 665
|
|
48856
49244
|
},
|
|
48857
49245
|
"name": "configFilePath",
|
|
48858
49246
|
"optional": true,
|
|
@@ -48870,7 +49258,7 @@
|
|
|
48870
49258
|
"immutable": true,
|
|
48871
49259
|
"locationInModule": {
|
|
48872
49260
|
"filename": "src/javascript/jest.ts",
|
|
48873
|
-
"line":
|
|
49261
|
+
"line": 623
|
|
48874
49262
|
},
|
|
48875
49263
|
"name": "coverageText",
|
|
48876
49264
|
"optional": true,
|
|
@@ -48888,7 +49276,7 @@
|
|
|
48888
49276
|
"immutable": true,
|
|
48889
49277
|
"locationInModule": {
|
|
48890
49278
|
"filename": "src/javascript/jest.ts",
|
|
48891
|
-
"line":
|
|
49279
|
+
"line": 677
|
|
48892
49280
|
},
|
|
48893
49281
|
"name": "extraCliOptions",
|
|
48894
49282
|
"optional": true,
|
|
@@ -48911,7 +49299,7 @@
|
|
|
48911
49299
|
"immutable": true,
|
|
48912
49300
|
"locationInModule": {
|
|
48913
49301
|
"filename": "src/javascript/jest.ts",
|
|
48914
|
-
"line":
|
|
49302
|
+
"line": 671
|
|
48915
49303
|
},
|
|
48916
49304
|
"name": "jestConfig",
|
|
48917
49305
|
"optional": true,
|
|
@@ -48930,7 +49318,7 @@
|
|
|
48930
49318
|
"immutable": true,
|
|
48931
49319
|
"locationInModule": {
|
|
48932
49320
|
"filename": "src/javascript/jest.ts",
|
|
48933
|
-
"line":
|
|
49321
|
+
"line": 658
|
|
48934
49322
|
},
|
|
48935
49323
|
"name": "jestVersion",
|
|
48936
49324
|
"optional": true,
|
|
@@ -48949,7 +49337,7 @@
|
|
|
48949
49337
|
"immutable": true,
|
|
48950
49338
|
"locationInModule": {
|
|
48951
49339
|
"filename": "src/javascript/jest.ts",
|
|
48952
|
-
"line":
|
|
49340
|
+
"line": 632
|
|
48953
49341
|
},
|
|
48954
49342
|
"name": "junitReporting",
|
|
48955
49343
|
"optional": true,
|
|
@@ -48967,7 +49355,7 @@
|
|
|
48967
49355
|
"immutable": true,
|
|
48968
49356
|
"locationInModule": {
|
|
48969
49357
|
"filename": "src/javascript/jest.ts",
|
|
48970
|
-
"line":
|
|
49358
|
+
"line": 683
|
|
48971
49359
|
},
|
|
48972
49360
|
"name": "passWithNoTests",
|
|
48973
49361
|
"optional": true,
|
|
@@ -48985,7 +49373,7 @@
|
|
|
48985
49373
|
"immutable": true,
|
|
48986
49374
|
"locationInModule": {
|
|
48987
49375
|
"filename": "src/javascript/jest.ts",
|
|
48988
|
-
"line":
|
|
49376
|
+
"line": 639
|
|
48989
49377
|
},
|
|
48990
49378
|
"name": "preserveDefaultReporters",
|
|
48991
49379
|
"optional": true,
|
|
@@ -49003,7 +49391,7 @@
|
|
|
49003
49391
|
"immutable": true,
|
|
49004
49392
|
"locationInModule": {
|
|
49005
49393
|
"filename": "src/javascript/jest.ts",
|
|
49006
|
-
"line":
|
|
49394
|
+
"line": 647
|
|
49007
49395
|
},
|
|
49008
49396
|
"name": "updateSnapshot",
|
|
49009
49397
|
"optional": true,
|
|
@@ -49026,7 +49414,7 @@
|
|
|
49026
49414
|
},
|
|
49027
49415
|
"locationInModule": {
|
|
49028
49416
|
"filename": "src/javascript/jest.ts",
|
|
49029
|
-
"line":
|
|
49417
|
+
"line": 826
|
|
49030
49418
|
},
|
|
49031
49419
|
"parameters": [
|
|
49032
49420
|
{
|
|
@@ -49052,7 +49440,7 @@
|
|
|
49052
49440
|
"kind": "class",
|
|
49053
49441
|
"locationInModule": {
|
|
49054
49442
|
"filename": "src/javascript/jest.ts",
|
|
49055
|
-
"line":
|
|
49443
|
+
"line": 825
|
|
49056
49444
|
},
|
|
49057
49445
|
"name": "JestReporter",
|
|
49058
49446
|
"namespace": "javascript",
|
|
@@ -49572,7 +49960,7 @@
|
|
|
49572
49960
|
},
|
|
49573
49961
|
"locationInModule": {
|
|
49574
49962
|
"filename": "src/javascript/node-package.ts",
|
|
49575
|
-
"line":
|
|
49963
|
+
"line": 1851
|
|
49576
49964
|
},
|
|
49577
49965
|
"name": "installDependencies",
|
|
49578
49966
|
"parameters": [
|
|
@@ -50112,7 +50500,7 @@
|
|
|
50112
50500
|
"kind": "enum",
|
|
50113
50501
|
"locationInModule": {
|
|
50114
50502
|
"filename": "src/javascript/node-package.ts",
|
|
50115
|
-
"line":
|
|
50503
|
+
"line": 1971
|
|
50116
50504
|
},
|
|
50117
50505
|
"members": [
|
|
50118
50506
|
{
|
|
@@ -52424,7 +52812,7 @@
|
|
|
52424
52812
|
"kind": "enum",
|
|
52425
52813
|
"locationInModule": {
|
|
52426
52814
|
"filename": "src/javascript/node-package.ts",
|
|
52427
|
-
"line":
|
|
52815
|
+
"line": 2015
|
|
52428
52816
|
},
|
|
52429
52817
|
"members": [
|
|
52430
52818
|
{
|
|
@@ -52619,7 +53007,7 @@
|
|
|
52619
53007
|
"kind": "interface",
|
|
52620
53008
|
"locationInModule": {
|
|
52621
53009
|
"filename": "src/javascript/node-package.ts",
|
|
52622
|
-
"line":
|
|
53010
|
+
"line": 1960
|
|
52623
53011
|
},
|
|
52624
53012
|
"name": "PeerDependencyOptions",
|
|
52625
53013
|
"namespace": "javascript",
|
|
@@ -52634,7 +53022,7 @@
|
|
|
52634
53022
|
"immutable": true,
|
|
52635
53023
|
"locationInModule": {
|
|
52636
53024
|
"filename": "src/javascript/node-package.ts",
|
|
52637
|
-
"line":
|
|
53025
|
+
"line": 1965
|
|
52638
53026
|
},
|
|
52639
53027
|
"name": "pinnedDevDependency",
|
|
52640
53028
|
"optional": true,
|
|
@@ -53851,6 +54239,207 @@
|
|
|
53851
54239
|
],
|
|
53852
54240
|
"symbolId": "src/javascript/node-package:ScopedPackagesOptions"
|
|
53853
54241
|
},
|
|
54242
|
+
"projen.javascript.SnapshotFormatOptions": {
|
|
54243
|
+
"assembly": "projen",
|
|
54244
|
+
"datatype": true,
|
|
54245
|
+
"docs": {
|
|
54246
|
+
"remarks": "Mirrors the pretty-format options, with the exceptions of\n`compareKeys` and `plugins`.",
|
|
54247
|
+
"see": "https://jestjs.io/docs/configuration#snapshotformat-object",
|
|
54248
|
+
"stability": "experimental",
|
|
54249
|
+
"summary": "Snapshot formatting options."
|
|
54250
|
+
},
|
|
54251
|
+
"fqn": "projen.javascript.SnapshotFormatOptions",
|
|
54252
|
+
"kind": "interface",
|
|
54253
|
+
"locationInModule": {
|
|
54254
|
+
"filename": "src/javascript/jest.ts",
|
|
54255
|
+
"line": 763
|
|
54256
|
+
},
|
|
54257
|
+
"name": "SnapshotFormatOptions",
|
|
54258
|
+
"namespace": "javascript",
|
|
54259
|
+
"properties": [
|
|
54260
|
+
{
|
|
54261
|
+
"abstract": true,
|
|
54262
|
+
"docs": {
|
|
54263
|
+
"default": "- true",
|
|
54264
|
+
"stability": "experimental",
|
|
54265
|
+
"summary": "Calls `toJSON` on objects that have such a method."
|
|
54266
|
+
},
|
|
54267
|
+
"immutable": true,
|
|
54268
|
+
"locationInModule": {
|
|
54269
|
+
"filename": "src/javascript/jest.ts",
|
|
54270
|
+
"line": 768
|
|
54271
|
+
},
|
|
54272
|
+
"name": "callToJSON",
|
|
54273
|
+
"optional": true,
|
|
54274
|
+
"type": {
|
|
54275
|
+
"primitive": "boolean"
|
|
54276
|
+
}
|
|
54277
|
+
},
|
|
54278
|
+
{
|
|
54279
|
+
"abstract": true,
|
|
54280
|
+
"docs": {
|
|
54281
|
+
"default": "- false",
|
|
54282
|
+
"stability": "experimental",
|
|
54283
|
+
"summary": "Escapes special characters in regular expressions."
|
|
54284
|
+
},
|
|
54285
|
+
"immutable": true,
|
|
54286
|
+
"locationInModule": {
|
|
54287
|
+
"filename": "src/javascript/jest.ts",
|
|
54288
|
+
"line": 774
|
|
54289
|
+
},
|
|
54290
|
+
"name": "escapeRegex",
|
|
54291
|
+
"optional": true,
|
|
54292
|
+
"type": {
|
|
54293
|
+
"primitive": "boolean"
|
|
54294
|
+
}
|
|
54295
|
+
},
|
|
54296
|
+
{
|
|
54297
|
+
"abstract": true,
|
|
54298
|
+
"docs": {
|
|
54299
|
+
"default": "- false",
|
|
54300
|
+
"stability": "experimental",
|
|
54301
|
+
"summary": "Escapes quotes in strings."
|
|
54302
|
+
},
|
|
54303
|
+
"immutable": true,
|
|
54304
|
+
"locationInModule": {
|
|
54305
|
+
"filename": "src/javascript/jest.ts",
|
|
54306
|
+
"line": 780
|
|
54307
|
+
},
|
|
54308
|
+
"name": "escapeString",
|
|
54309
|
+
"optional": true,
|
|
54310
|
+
"type": {
|
|
54311
|
+
"primitive": "boolean"
|
|
54312
|
+
}
|
|
54313
|
+
},
|
|
54314
|
+
{
|
|
54315
|
+
"abstract": true,
|
|
54316
|
+
"docs": {
|
|
54317
|
+
"default": "- false",
|
|
54318
|
+
"stability": "experimental",
|
|
54319
|
+
"summary": "Highlights syntax with colors in terminal (some plugins)."
|
|
54320
|
+
},
|
|
54321
|
+
"immutable": true,
|
|
54322
|
+
"locationInModule": {
|
|
54323
|
+
"filename": "src/javascript/jest.ts",
|
|
54324
|
+
"line": 786
|
|
54325
|
+
},
|
|
54326
|
+
"name": "highlight",
|
|
54327
|
+
"optional": true,
|
|
54328
|
+
"type": {
|
|
54329
|
+
"primitive": "boolean"
|
|
54330
|
+
}
|
|
54331
|
+
},
|
|
54332
|
+
{
|
|
54333
|
+
"abstract": true,
|
|
54334
|
+
"docs": {
|
|
54335
|
+
"default": "- 2",
|
|
54336
|
+
"stability": "experimental",
|
|
54337
|
+
"summary": "Spaces of indentation between levels of nesting."
|
|
54338
|
+
},
|
|
54339
|
+
"immutable": true,
|
|
54340
|
+
"locationInModule": {
|
|
54341
|
+
"filename": "src/javascript/jest.ts",
|
|
54342
|
+
"line": 792
|
|
54343
|
+
},
|
|
54344
|
+
"name": "indent",
|
|
54345
|
+
"optional": true,
|
|
54346
|
+
"type": {
|
|
54347
|
+
"primitive": "number"
|
|
54348
|
+
}
|
|
54349
|
+
},
|
|
54350
|
+
{
|
|
54351
|
+
"abstract": true,
|
|
54352
|
+
"docs": {
|
|
54353
|
+
"default": "- Infinity",
|
|
54354
|
+
"stability": "experimental",
|
|
54355
|
+
"summary": "Maximum number of levels to print."
|
|
54356
|
+
},
|
|
54357
|
+
"immutable": true,
|
|
54358
|
+
"locationInModule": {
|
|
54359
|
+
"filename": "src/javascript/jest.ts",
|
|
54360
|
+
"line": 798
|
|
54361
|
+
},
|
|
54362
|
+
"name": "maxDepth",
|
|
54363
|
+
"optional": true,
|
|
54364
|
+
"type": {
|
|
54365
|
+
"primitive": "number"
|
|
54366
|
+
}
|
|
54367
|
+
},
|
|
54368
|
+
{
|
|
54369
|
+
"abstract": true,
|
|
54370
|
+
"docs": {
|
|
54371
|
+
"default": "- Infinity",
|
|
54372
|
+
"stability": "experimental",
|
|
54373
|
+
"summary": "Maximum number of elements to print at a given level."
|
|
54374
|
+
},
|
|
54375
|
+
"immutable": true,
|
|
54376
|
+
"locationInModule": {
|
|
54377
|
+
"filename": "src/javascript/jest.ts",
|
|
54378
|
+
"line": 804
|
|
54379
|
+
},
|
|
54380
|
+
"name": "maxWidth",
|
|
54381
|
+
"optional": true,
|
|
54382
|
+
"type": {
|
|
54383
|
+
"primitive": "number"
|
|
54384
|
+
}
|
|
54385
|
+
},
|
|
54386
|
+
{
|
|
54387
|
+
"abstract": true,
|
|
54388
|
+
"docs": {
|
|
54389
|
+
"default": "- false",
|
|
54390
|
+
"stability": "experimental",
|
|
54391
|
+
"summary": "Prints objects on a single line when `true`."
|
|
54392
|
+
},
|
|
54393
|
+
"immutable": true,
|
|
54394
|
+
"locationInModule": {
|
|
54395
|
+
"filename": "src/javascript/jest.ts",
|
|
54396
|
+
"line": 810
|
|
54397
|
+
},
|
|
54398
|
+
"name": "min",
|
|
54399
|
+
"optional": true,
|
|
54400
|
+
"type": {
|
|
54401
|
+
"primitive": "boolean"
|
|
54402
|
+
}
|
|
54403
|
+
},
|
|
54404
|
+
{
|
|
54405
|
+
"abstract": true,
|
|
54406
|
+
"docs": {
|
|
54407
|
+
"default": "- false",
|
|
54408
|
+
"stability": "experimental",
|
|
54409
|
+
"summary": "Prints the prototype for basic objects and arrays."
|
|
54410
|
+
},
|
|
54411
|
+
"immutable": true,
|
|
54412
|
+
"locationInModule": {
|
|
54413
|
+
"filename": "src/javascript/jest.ts",
|
|
54414
|
+
"line": 816
|
|
54415
|
+
},
|
|
54416
|
+
"name": "printBasicPrototype",
|
|
54417
|
+
"optional": true,
|
|
54418
|
+
"type": {
|
|
54419
|
+
"primitive": "boolean"
|
|
54420
|
+
}
|
|
54421
|
+
},
|
|
54422
|
+
{
|
|
54423
|
+
"abstract": true,
|
|
54424
|
+
"docs": {
|
|
54425
|
+
"default": "- true",
|
|
54426
|
+
"stability": "experimental",
|
|
54427
|
+
"summary": "Prints the name of functions."
|
|
54428
|
+
},
|
|
54429
|
+
"immutable": true,
|
|
54430
|
+
"locationInModule": {
|
|
54431
|
+
"filename": "src/javascript/jest.ts",
|
|
54432
|
+
"line": 822
|
|
54433
|
+
},
|
|
54434
|
+
"name": "printFunctionName",
|
|
54435
|
+
"optional": true,
|
|
54436
|
+
"type": {
|
|
54437
|
+
"primitive": "boolean"
|
|
54438
|
+
}
|
|
54439
|
+
}
|
|
54440
|
+
],
|
|
54441
|
+
"symbolId": "src/javascript/jest:SnapshotFormatOptions"
|
|
54442
|
+
},
|
|
53854
54443
|
"projen.javascript.SourceMapMode": {
|
|
53855
54444
|
"assembly": "projen",
|
|
53856
54445
|
"docs": {
|
|
@@ -53948,7 +54537,7 @@
|
|
|
53948
54537
|
},
|
|
53949
54538
|
"locationInModule": {
|
|
53950
54539
|
"filename": "src/javascript/jest.ts",
|
|
53951
|
-
"line":
|
|
54540
|
+
"line": 581
|
|
53952
54541
|
},
|
|
53953
54542
|
"parameters": [
|
|
53954
54543
|
{
|
|
@@ -53969,7 +54558,7 @@
|
|
|
53969
54558
|
"kind": "class",
|
|
53970
54559
|
"locationInModule": {
|
|
53971
54560
|
"filename": "src/javascript/jest.ts",
|
|
53972
|
-
"line":
|
|
54561
|
+
"line": 580
|
|
53973
54562
|
},
|
|
53974
54563
|
"name": "Transform",
|
|
53975
54564
|
"namespace": "javascript",
|
|
@@ -55916,7 +56505,7 @@
|
|
|
55916
56505
|
"kind": "enum",
|
|
55917
56506
|
"locationInModule": {
|
|
55918
56507
|
"filename": "src/javascript/jest.ts",
|
|
55919
|
-
"line":
|
|
56508
|
+
"line": 693
|
|
55920
56509
|
},
|
|
55921
56510
|
"members": [
|
|
55922
56511
|
{
|
|
@@ -56783,7 +57372,7 @@
|
|
|
56783
57372
|
},
|
|
56784
57373
|
"locationInModule": {
|
|
56785
57374
|
"filename": "src/javascript/jest.ts",
|
|
56786
|
-
"line":
|
|
57375
|
+
"line": 599
|
|
56787
57376
|
},
|
|
56788
57377
|
"parameters": [
|
|
56789
57378
|
{
|
|
@@ -56804,7 +57393,7 @@
|
|
|
56804
57393
|
"kind": "class",
|
|
56805
57394
|
"locationInModule": {
|
|
56806
57395
|
"filename": "src/javascript/jest.ts",
|
|
56807
|
-
"line":
|
|
57396
|
+
"line": 598
|
|
56808
57397
|
},
|
|
56809
57398
|
"name": "WatchPlugin",
|
|
56810
57399
|
"namespace": "javascript",
|
|
@@ -56821,7 +57410,7 @@
|
|
|
56821
57410
|
"kind": "interface",
|
|
56822
57411
|
"locationInModule": {
|
|
56823
57412
|
"filename": "src/javascript/node-package.ts",
|
|
56824
|
-
"line":
|
|
57413
|
+
"line": 2030
|
|
56825
57414
|
},
|
|
56826
57415
|
"name": "YarnBerryOptions",
|
|
56827
57416
|
"namespace": "javascript",
|
|
@@ -56836,7 +57425,7 @@
|
|
|
56836
57425
|
"immutable": true,
|
|
56837
57426
|
"locationInModule": {
|
|
56838
57427
|
"filename": "src/javascript/node-package.ts",
|
|
56839
|
-
"line":
|
|
57428
|
+
"line": 2036
|
|
56840
57429
|
},
|
|
56841
57430
|
"name": "version",
|
|
56842
57431
|
"optional": true,
|
|
@@ -56854,7 +57443,7 @@
|
|
|
56854
57443
|
"immutable": true,
|
|
56855
57444
|
"locationInModule": {
|
|
56856
57445
|
"filename": "src/javascript/node-package.ts",
|
|
56857
|
-
"line":
|
|
57446
|
+
"line": 2043
|
|
56858
57447
|
},
|
|
56859
57448
|
"name": "yarnRcOptions",
|
|
56860
57449
|
"optional": true,
|
|
@@ -56873,7 +57462,7 @@
|
|
|
56873
57462
|
"immutable": true,
|
|
56874
57463
|
"locationInModule": {
|
|
56875
57464
|
"filename": "src/javascript/node-package.ts",
|
|
56876
|
-
"line":
|
|
57465
|
+
"line": 2051
|
|
56877
57466
|
},
|
|
56878
57467
|
"name": "zeroInstalls",
|
|
56879
57468
|
"optional": true,
|
|
@@ -75729,7 +76318,7 @@
|
|
|
75729
76318
|
"kind": "enum",
|
|
75730
76319
|
"locationInModule": {
|
|
75731
76320
|
"filename": "src/release/publisher.ts",
|
|
75732
|
-
"line":
|
|
76321
|
+
"line": 1054
|
|
75733
76322
|
},
|
|
75734
76323
|
"members": [
|
|
75735
76324
|
{
|
|
@@ -75763,7 +76352,7 @@
|
|
|
75763
76352
|
"kind": "interface",
|
|
75764
76353
|
"locationInModule": {
|
|
75765
76354
|
"filename": "src/release/publisher.ts",
|
|
75766
|
-
"line":
|
|
76355
|
+
"line": 1072
|
|
75767
76356
|
},
|
|
75768
76357
|
"name": "CodeArtifactOptions",
|
|
75769
76358
|
"namespace": "release",
|
|
@@ -75779,7 +76368,7 @@
|
|
|
75779
76368
|
"immutable": true,
|
|
75780
76369
|
"locationInModule": {
|
|
75781
76370
|
"filename": "src/release/publisher.ts",
|
|
75782
|
-
"line":
|
|
76371
|
+
"line": 1088
|
|
75783
76372
|
},
|
|
75784
76373
|
"name": "accessKeyIdSecret",
|
|
75785
76374
|
"optional": true,
|
|
@@ -75797,7 +76386,7 @@
|
|
|
75797
76386
|
"immutable": true,
|
|
75798
76387
|
"locationInModule": {
|
|
75799
76388
|
"filename": "src/release/publisher.ts",
|
|
75800
|
-
"line":
|
|
76389
|
+
"line": 1078
|
|
75801
76390
|
},
|
|
75802
76391
|
"name": "authProvider",
|
|
75803
76392
|
"optional": true,
|
|
@@ -75816,7 +76405,7 @@
|
|
|
75816
76405
|
"immutable": true,
|
|
75817
76406
|
"locationInModule": {
|
|
75818
76407
|
"filename": "src/release/publisher.ts",
|
|
75819
|
-
"line":
|
|
76408
|
+
"line": 1108
|
|
75820
76409
|
},
|
|
75821
76410
|
"name": "roleToAssume",
|
|
75822
76411
|
"optional": true,
|
|
@@ -75835,7 +76424,7 @@
|
|
|
75835
76424
|
"immutable": true,
|
|
75836
76425
|
"locationInModule": {
|
|
75837
76426
|
"filename": "src/release/publisher.ts",
|
|
75838
|
-
"line":
|
|
76427
|
+
"line": 1099
|
|
75839
76428
|
},
|
|
75840
76429
|
"name": "secretAccessKeySecret",
|
|
75841
76430
|
"optional": true,
|
|
@@ -75857,7 +76446,7 @@
|
|
|
75857
76446
|
"kind": "interface",
|
|
75858
76447
|
"locationInModule": {
|
|
75859
76448
|
"filename": "src/release/publisher.ts",
|
|
75860
|
-
"line":
|
|
76449
|
+
"line": 952
|
|
75861
76450
|
},
|
|
75862
76451
|
"name": "CommonPublishOptions",
|
|
75863
76452
|
"namespace": "release",
|
|
@@ -75873,7 +76462,7 @@
|
|
|
75873
76462
|
"immutable": true,
|
|
75874
76463
|
"locationInModule": {
|
|
75875
76464
|
"filename": "src/release/publisher.ts",
|
|
75876
|
-
"line":
|
|
76465
|
+
"line": 989
|
|
75877
76466
|
},
|
|
75878
76467
|
"name": "githubEnvironment",
|
|
75879
76468
|
"optional": true,
|
|
@@ -75891,7 +76480,7 @@
|
|
|
75891
76480
|
"immutable": true,
|
|
75892
76481
|
"locationInModule": {
|
|
75893
76482
|
"filename": "src/release/publisher.ts",
|
|
75894
|
-
"line":
|
|
76483
|
+
"line": 971
|
|
75895
76484
|
},
|
|
75896
76485
|
"name": "postPublishSteps",
|
|
75897
76486
|
"optional": true,
|
|
@@ -75914,7 +76503,7 @@
|
|
|
75914
76503
|
"immutable": true,
|
|
75915
76504
|
"locationInModule": {
|
|
75916
76505
|
"filename": "src/release/publisher.ts",
|
|
75917
|
-
"line":
|
|
76506
|
+
"line": 962
|
|
75918
76507
|
},
|
|
75919
76508
|
"name": "prePublishSteps",
|
|
75920
76509
|
"optional": true,
|
|
@@ -75937,7 +76526,7 @@
|
|
|
75937
76526
|
"immutable": true,
|
|
75938
76527
|
"locationInModule": {
|
|
75939
76528
|
"filename": "src/release/publisher.ts",
|
|
75940
|
-
"line":
|
|
76529
|
+
"line": 977
|
|
75941
76530
|
},
|
|
75942
76531
|
"name": "publishTools",
|
|
75943
76532
|
"optional": true,
|
|
@@ -76002,7 +76591,7 @@
|
|
|
76002
76591
|
"kind": "interface",
|
|
76003
76592
|
"locationInModule": {
|
|
76004
76593
|
"filename": "src/release/publisher.ts",
|
|
76005
|
-
"line":
|
|
76594
|
+
"line": 1400
|
|
76006
76595
|
},
|
|
76007
76596
|
"name": "GitHubReleasesPublishOptions",
|
|
76008
76597
|
"namespace": "release",
|
|
@@ -76017,7 +76606,7 @@
|
|
|
76017
76606
|
"immutable": true,
|
|
76018
76607
|
"locationInModule": {
|
|
76019
76608
|
"filename": "src/release/publisher.ts",
|
|
76020
|
-
"line":
|
|
76609
|
+
"line": 1359
|
|
76021
76610
|
},
|
|
76022
76611
|
"name": "changelogFile",
|
|
76023
76612
|
"type": {
|
|
@@ -76034,7 +76623,7 @@
|
|
|
76034
76623
|
"immutable": true,
|
|
76035
76624
|
"locationInModule": {
|
|
76036
76625
|
"filename": "src/release/publisher.ts",
|
|
76037
|
-
"line":
|
|
76626
|
+
"line": 1352
|
|
76038
76627
|
},
|
|
76039
76628
|
"name": "releaseTagFile",
|
|
76040
76629
|
"type": {
|
|
@@ -76051,7 +76640,7 @@
|
|
|
76051
76640
|
"immutable": true,
|
|
76052
76641
|
"locationInModule": {
|
|
76053
76642
|
"filename": "src/release/publisher.ts",
|
|
76054
|
-
"line":
|
|
76643
|
+
"line": 1345
|
|
76055
76644
|
},
|
|
76056
76645
|
"name": "versionFile",
|
|
76057
76646
|
"type": {
|
|
@@ -76072,7 +76661,7 @@
|
|
|
76072
76661
|
"kind": "interface",
|
|
76073
76662
|
"locationInModule": {
|
|
76074
76663
|
"filename": "src/release/publisher.ts",
|
|
76075
|
-
"line":
|
|
76664
|
+
"line": 1406
|
|
76076
76665
|
},
|
|
76077
76666
|
"name": "GitPublishOptions",
|
|
76078
76667
|
"namespace": "release",
|
|
@@ -76087,7 +76676,7 @@
|
|
|
76087
76676
|
"immutable": true,
|
|
76088
76677
|
"locationInModule": {
|
|
76089
76678
|
"filename": "src/release/publisher.ts",
|
|
76090
|
-
"line":
|
|
76679
|
+
"line": 1359
|
|
76091
76680
|
},
|
|
76092
76681
|
"name": "changelogFile",
|
|
76093
76682
|
"type": {
|
|
@@ -76104,7 +76693,7 @@
|
|
|
76104
76693
|
"immutable": true,
|
|
76105
76694
|
"locationInModule": {
|
|
76106
76695
|
"filename": "src/release/publisher.ts",
|
|
76107
|
-
"line":
|
|
76696
|
+
"line": 1352
|
|
76108
76697
|
},
|
|
76109
76698
|
"name": "releaseTagFile",
|
|
76110
76699
|
"type": {
|
|
@@ -76121,7 +76710,7 @@
|
|
|
76121
76710
|
"immutable": true,
|
|
76122
76711
|
"locationInModule": {
|
|
76123
76712
|
"filename": "src/release/publisher.ts",
|
|
76124
|
-
"line":
|
|
76713
|
+
"line": 1345
|
|
76125
76714
|
},
|
|
76126
76715
|
"name": "versionFile",
|
|
76127
76716
|
"type": {
|
|
@@ -76138,7 +76727,7 @@
|
|
|
76138
76727
|
"immutable": true,
|
|
76139
76728
|
"locationInModule": {
|
|
76140
76729
|
"filename": "src/release/publisher.ts",
|
|
76141
|
-
"line":
|
|
76730
|
+
"line": 1417
|
|
76142
76731
|
},
|
|
76143
76732
|
"name": "gitBranch",
|
|
76144
76733
|
"optional": true,
|
|
@@ -76156,7 +76745,7 @@
|
|
|
76156
76745
|
"immutable": true,
|
|
76157
76746
|
"locationInModule": {
|
|
76158
76747
|
"filename": "src/release/publisher.ts",
|
|
76159
|
-
"line":
|
|
76748
|
+
"line": 1424
|
|
76160
76749
|
},
|
|
76161
76750
|
"name": "gitPushCommand",
|
|
76162
76751
|
"optional": true,
|
|
@@ -76173,7 +76762,7 @@
|
|
|
76173
76762
|
"immutable": true,
|
|
76174
76763
|
"locationInModule": {
|
|
76175
76764
|
"filename": "src/release/publisher.ts",
|
|
76176
|
-
"line":
|
|
76765
|
+
"line": 1410
|
|
76177
76766
|
},
|
|
76178
76767
|
"name": "projectChangelogFile",
|
|
76179
76768
|
"optional": true,
|
|
@@ -76198,7 +76787,7 @@
|
|
|
76198
76787
|
"kind": "interface",
|
|
76199
76788
|
"locationInModule": {
|
|
76200
76789
|
"filename": "src/release/publisher.ts",
|
|
76201
|
-
"line":
|
|
76790
|
+
"line": 1284
|
|
76202
76791
|
},
|
|
76203
76792
|
"name": "GoPublishOptions",
|
|
76204
76793
|
"namespace": "release",
|
|
@@ -76213,7 +76802,7 @@
|
|
|
76213
76802
|
"immutable": true,
|
|
76214
76803
|
"locationInModule": {
|
|
76215
76804
|
"filename": "src/release/publisher.ts",
|
|
76216
|
-
"line":
|
|
76805
|
+
"line": 1317
|
|
76217
76806
|
},
|
|
76218
76807
|
"name": "gitBranch",
|
|
76219
76808
|
"optional": true,
|
|
@@ -76231,7 +76820,7 @@
|
|
|
76231
76820
|
"immutable": true,
|
|
76232
76821
|
"locationInModule": {
|
|
76233
76822
|
"filename": "src/release/publisher.ts",
|
|
76234
|
-
"line":
|
|
76823
|
+
"line": 1336
|
|
76235
76824
|
},
|
|
76236
76825
|
"name": "gitCommitMessage",
|
|
76237
76826
|
"optional": true,
|
|
@@ -76250,7 +76839,7 @@
|
|
|
76250
76839
|
"immutable": true,
|
|
76251
76840
|
"locationInModule": {
|
|
76252
76841
|
"filename": "src/release/publisher.ts",
|
|
76253
|
-
"line":
|
|
76842
|
+
"line": 1303
|
|
76254
76843
|
},
|
|
76255
76844
|
"name": "githubDeployKeySecret",
|
|
76256
76845
|
"optional": true,
|
|
@@ -76269,7 +76858,7 @@
|
|
|
76269
76858
|
"immutable": true,
|
|
76270
76859
|
"locationInModule": {
|
|
76271
76860
|
"filename": "src/release/publisher.ts",
|
|
76272
|
-
"line":
|
|
76861
|
+
"line": 1293
|
|
76273
76862
|
},
|
|
76274
76863
|
"name": "githubTokenSecret",
|
|
76275
76864
|
"optional": true,
|
|
@@ -76287,7 +76876,7 @@
|
|
|
76287
76876
|
"immutable": true,
|
|
76288
76877
|
"locationInModule": {
|
|
76289
76878
|
"filename": "src/release/publisher.ts",
|
|
76290
|
-
"line":
|
|
76879
|
+
"line": 1310
|
|
76291
76880
|
},
|
|
76292
76881
|
"name": "githubUseSsh",
|
|
76293
76882
|
"optional": true,
|
|
@@ -76305,7 +76894,7 @@
|
|
|
76305
76894
|
"immutable": true,
|
|
76306
76895
|
"locationInModule": {
|
|
76307
76896
|
"filename": "src/release/publisher.ts",
|
|
76308
|
-
"line":
|
|
76897
|
+
"line": 1329
|
|
76309
76898
|
},
|
|
76310
76899
|
"name": "gitUserEmail",
|
|
76311
76900
|
"optional": true,
|
|
@@ -76323,7 +76912,7 @@
|
|
|
76323
76912
|
"immutable": true,
|
|
76324
76913
|
"locationInModule": {
|
|
76325
76914
|
"filename": "src/release/publisher.ts",
|
|
76326
|
-
"line":
|
|
76915
|
+
"line": 1323
|
|
76327
76916
|
},
|
|
76328
76917
|
"name": "gitUserName",
|
|
76329
76918
|
"optional": true,
|
|
@@ -76421,7 +77010,7 @@
|
|
|
76421
77010
|
"kind": "interface",
|
|
76422
77011
|
"locationInModule": {
|
|
76423
77012
|
"filename": "src/release/publisher.ts",
|
|
76424
|
-
"line":
|
|
77013
|
+
"line": 1200
|
|
76425
77014
|
},
|
|
76426
77015
|
"name": "MavenPublishOptions",
|
|
76427
77016
|
"namespace": "release",
|
|
@@ -76437,7 +77026,7 @@
|
|
|
76437
77026
|
"immutable": true,
|
|
76438
77027
|
"locationInModule": {
|
|
76439
77028
|
"filename": "src/release/publisher.ts",
|
|
76440
|
-
"line":
|
|
77029
|
+
"line": 1206
|
|
76441
77030
|
},
|
|
76442
77031
|
"name": "mavenEndpoint",
|
|
76443
77032
|
"optional": true,
|
|
@@ -76457,7 +77046,7 @@
|
|
|
76457
77046
|
"immutable": true,
|
|
76458
77047
|
"locationInModule": {
|
|
76459
77048
|
"filename": "src/release/publisher.ts",
|
|
76460
|
-
"line":
|
|
77049
|
+
"line": 1241
|
|
76461
77050
|
},
|
|
76462
77051
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
76463
77052
|
"optional": true,
|
|
@@ -76477,7 +77066,7 @@
|
|
|
76477
77066
|
"immutable": true,
|
|
76478
77067
|
"locationInModule": {
|
|
76479
77068
|
"filename": "src/release/publisher.ts",
|
|
76480
|
-
"line":
|
|
77069
|
+
"line": 1232
|
|
76481
77070
|
},
|
|
76482
77071
|
"name": "mavenGpgPrivateKeySecret",
|
|
76483
77072
|
"optional": true,
|
|
@@ -76497,7 +77086,7 @@
|
|
|
76497
77086
|
"immutable": true,
|
|
76498
77087
|
"locationInModule": {
|
|
76499
77088
|
"filename": "src/release/publisher.ts",
|
|
76500
|
-
"line":
|
|
77089
|
+
"line": 1267
|
|
76501
77090
|
},
|
|
76502
77091
|
"name": "mavenPassword",
|
|
76503
77092
|
"optional": true,
|
|
@@ -76515,7 +77104,7 @@
|
|
|
76515
77104
|
"immutable": true,
|
|
76516
77105
|
"locationInModule": {
|
|
76517
77106
|
"filename": "src/release/publisher.ts",
|
|
76518
|
-
"line":
|
|
77107
|
+
"line": 1222
|
|
76519
77108
|
},
|
|
76520
77109
|
"name": "mavenRepositoryUrl",
|
|
76521
77110
|
"optional": true,
|
|
@@ -76534,7 +77123,7 @@
|
|
|
76534
77123
|
"immutable": true,
|
|
76535
77124
|
"locationInModule": {
|
|
76536
77125
|
"filename": "src/release/publisher.ts",
|
|
76537
|
-
"line":
|
|
77126
|
+
"line": 1215
|
|
76538
77127
|
},
|
|
76539
77128
|
"name": "mavenServerId",
|
|
76540
77129
|
"optional": true,
|
|
@@ -76552,7 +77141,7 @@
|
|
|
76552
77141
|
"immutable": true,
|
|
76553
77142
|
"locationInModule": {
|
|
76554
77143
|
"filename": "src/release/publisher.ts",
|
|
76555
|
-
"line":
|
|
77144
|
+
"line": 1278
|
|
76556
77145
|
},
|
|
76557
77146
|
"name": "mavenStagingProfileId",
|
|
76558
77147
|
"optional": true,
|
|
@@ -76572,7 +77161,7 @@
|
|
|
76572
77161
|
"immutable": true,
|
|
76573
77162
|
"locationInModule": {
|
|
76574
77163
|
"filename": "src/release/publisher.ts",
|
|
76575
|
-
"line":
|
|
77164
|
+
"line": 1254
|
|
76576
77165
|
},
|
|
76577
77166
|
"name": "mavenUsername",
|
|
76578
77167
|
"optional": true,
|
|
@@ -76597,7 +77186,7 @@
|
|
|
76597
77186
|
"kind": "interface",
|
|
76598
77187
|
"locationInModule": {
|
|
76599
77188
|
"filename": "src/release/publisher.ts",
|
|
76600
|
-
"line":
|
|
77189
|
+
"line": 995
|
|
76601
77190
|
},
|
|
76602
77191
|
"name": "NpmPublishOptions",
|
|
76603
77192
|
"namespace": "release",
|
|
@@ -76612,7 +77201,7 @@
|
|
|
76612
77201
|
"immutable": true,
|
|
76613
77202
|
"locationInModule": {
|
|
76614
77203
|
"filename": "src/release/publisher.ts",
|
|
76615
|
-
"line":
|
|
77204
|
+
"line": 1048
|
|
76616
77205
|
},
|
|
76617
77206
|
"name": "codeArtifactOptions",
|
|
76618
77207
|
"optional": true,
|
|
@@ -76632,7 +77221,7 @@
|
|
|
76632
77221
|
"immutable": true,
|
|
76633
77222
|
"locationInModule": {
|
|
76634
77223
|
"filename": "src/release/publisher.ts",
|
|
76635
|
-
"line":
|
|
77224
|
+
"line": 1041
|
|
76636
77225
|
},
|
|
76637
77226
|
"name": "npmProvenance",
|
|
76638
77227
|
"optional": true,
|
|
@@ -76650,7 +77239,7 @@
|
|
|
76650
77239
|
"immutable": true,
|
|
76651
77240
|
"locationInModule": {
|
|
76652
77241
|
"filename": "src/release/publisher.ts",
|
|
76653
|
-
"line":
|
|
77242
|
+
"line": 1015
|
|
76654
77243
|
},
|
|
76655
77244
|
"name": "npmTokenSecret",
|
|
76656
77245
|
"optional": true,
|
|
@@ -76670,7 +77259,7 @@
|
|
|
76670
77259
|
"immutable": true,
|
|
76671
77260
|
"locationInModule": {
|
|
76672
77261
|
"filename": "src/release/publisher.ts",
|
|
76673
|
-
"line":
|
|
77262
|
+
"line": 1008
|
|
76674
77263
|
},
|
|
76675
77264
|
"name": "registry",
|
|
76676
77265
|
"optional": true,
|
|
@@ -76690,7 +77279,7 @@
|
|
|
76690
77279
|
"immutable": true,
|
|
76691
77280
|
"locationInModule": {
|
|
76692
77281
|
"filename": "src/release/publisher.ts",
|
|
76693
|
-
"line":
|
|
77282
|
+
"line": 1028
|
|
76694
77283
|
},
|
|
76695
77284
|
"name": "trustedPublishing",
|
|
76696
77285
|
"optional": true,
|
|
@@ -76715,7 +77304,7 @@
|
|
|
76715
77304
|
"kind": "interface",
|
|
76716
77305
|
"locationInModule": {
|
|
76717
77306
|
"filename": "src/release/publisher.ts",
|
|
76718
|
-
"line":
|
|
77307
|
+
"line": 1165
|
|
76719
77308
|
},
|
|
76720
77309
|
"name": "NugetPublishOptions",
|
|
76721
77310
|
"namespace": "release",
|
|
@@ -76730,7 +77319,7 @@
|
|
|
76730
77319
|
"immutable": true,
|
|
76731
77320
|
"locationInModule": {
|
|
76732
77321
|
"filename": "src/release/publisher.ts",
|
|
76733
|
-
"line":
|
|
77322
|
+
"line": 1171
|
|
76734
77323
|
},
|
|
76735
77324
|
"name": "nugetApiKeySecret",
|
|
76736
77325
|
"optional": true,
|
|
@@ -76747,7 +77336,7 @@
|
|
|
76747
77336
|
"immutable": true,
|
|
76748
77337
|
"locationInModule": {
|
|
76749
77338
|
"filename": "src/release/publisher.ts",
|
|
76750
|
-
"line":
|
|
77339
|
+
"line": 1176
|
|
76751
77340
|
},
|
|
76752
77341
|
"name": "nugetServer",
|
|
76753
77342
|
"optional": true,
|
|
@@ -76766,7 +77355,7 @@
|
|
|
76766
77355
|
"immutable": true,
|
|
76767
77356
|
"locationInModule": {
|
|
76768
77357
|
"filename": "src/release/publisher.ts",
|
|
76769
|
-
"line":
|
|
77358
|
+
"line": 1194
|
|
76770
77359
|
},
|
|
76771
77360
|
"name": "nugetUsernameSecret",
|
|
76772
77361
|
"optional": true,
|
|
@@ -76785,7 +77374,7 @@
|
|
|
76785
77374
|
"immutable": true,
|
|
76786
77375
|
"locationInModule": {
|
|
76787
77376
|
"filename": "src/release/publisher.ts",
|
|
76788
|
-
"line":
|
|
77377
|
+
"line": 1185
|
|
76789
77378
|
},
|
|
76790
77379
|
"name": "trustedPublishing",
|
|
76791
77380
|
"optional": true,
|
|
@@ -76939,7 +77528,7 @@
|
|
|
76939
77528
|
},
|
|
76940
77529
|
"locationInModule": {
|
|
76941
77530
|
"filename": "src/release/publisher.ts",
|
|
76942
|
-
"line":
|
|
77531
|
+
"line": 652
|
|
76943
77532
|
},
|
|
76944
77533
|
"name": "publishToGo",
|
|
76945
77534
|
"parameters": [
|
|
@@ -77390,7 +77979,7 @@
|
|
|
77390
77979
|
"kind": "interface",
|
|
77391
77980
|
"locationInModule": {
|
|
77392
77981
|
"filename": "src/release/publisher.ts",
|
|
77393
|
-
"line":
|
|
77982
|
+
"line": 1114
|
|
77394
77983
|
},
|
|
77395
77984
|
"name": "PyPiPublishOptions",
|
|
77396
77985
|
"namespace": "release",
|
|
@@ -77407,7 +77996,7 @@
|
|
|
77407
77996
|
"immutable": true,
|
|
77408
77997
|
"locationInModule": {
|
|
77409
77998
|
"filename": "src/release/publisher.ts",
|
|
77410
|
-
"line":
|
|
77999
|
+
"line": 1152
|
|
77411
78000
|
},
|
|
77412
78001
|
"name": "attestations",
|
|
77413
78002
|
"optional": true,
|
|
@@ -77425,7 +78014,7 @@
|
|
|
77425
78014
|
"immutable": true,
|
|
77426
78015
|
"locationInModule": {
|
|
77427
78016
|
"filename": "src/release/publisher.ts",
|
|
77428
|
-
"line":
|
|
78017
|
+
"line": 1159
|
|
77429
78018
|
},
|
|
77430
78019
|
"name": "codeArtifactOptions",
|
|
77431
78020
|
"optional": true,
|
|
@@ -77444,7 +78033,7 @@
|
|
|
77444
78033
|
"immutable": true,
|
|
77445
78034
|
"locationInModule": {
|
|
77446
78035
|
"filename": "src/release/publisher.ts",
|
|
77447
|
-
"line":
|
|
78036
|
+
"line": 1141
|
|
77448
78037
|
},
|
|
77449
78038
|
"name": "trustedPublishing",
|
|
77450
78039
|
"optional": true,
|
|
@@ -77462,7 +78051,7 @@
|
|
|
77462
78051
|
"immutable": true,
|
|
77463
78052
|
"locationInModule": {
|
|
77464
78053
|
"filename": "src/release/publisher.ts",
|
|
77465
|
-
"line":
|
|
78054
|
+
"line": 1132
|
|
77466
78055
|
},
|
|
77467
78056
|
"name": "twinePasswordSecret",
|
|
77468
78057
|
"optional": true,
|
|
@@ -77480,7 +78069,7 @@
|
|
|
77480
78069
|
"immutable": true,
|
|
77481
78070
|
"locationInModule": {
|
|
77482
78071
|
"filename": "src/release/publisher.ts",
|
|
77483
|
-
"line":
|
|
78072
|
+
"line": 1120
|
|
77484
78073
|
},
|
|
77485
78074
|
"name": "twineRegistryUrl",
|
|
77486
78075
|
"optional": true,
|
|
@@ -77498,7 +78087,7 @@
|
|
|
77498
78087
|
"immutable": true,
|
|
77499
78088
|
"locationInModule": {
|
|
77500
78089
|
"filename": "src/release/publisher.ts",
|
|
77501
|
-
"line":
|
|
78090
|
+
"line": 1126
|
|
77502
78091
|
},
|
|
77503
78092
|
"name": "twineUsernameSecret",
|
|
77504
78093
|
"optional": true,
|
|
@@ -82824,6 +83413,6 @@
|
|
|
82824
83413
|
"usedFeatures": [
|
|
82825
83414
|
"class-covariant-overrides"
|
|
82826
83415
|
],
|
|
82827
|
-
"version": "0.101.
|
|
82828
|
-
"fingerprint": "
|
|
83416
|
+
"version": "0.101.2",
|
|
83417
|
+
"fingerprint": "n371GxHjPz1sBPpZdcoSsR5eD4NSyB6wWvrPUWA4nw8="
|
|
82829
83418
|
}
|