projen 0.99.78 → 0.99.80
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 +298 -176
- 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 +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +4 -4
- 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.d.ts +43 -0
- package/lib/cdk/jsii-build.js +63 -12
- 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.d.ts +5 -1
- package/lib/file.js +5 -5
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +3 -2
- package/lib/javascript/node-project.d.ts +1 -0
- package/lib/javascript/node-project.js +4 -3
- 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.d.ts +11 -0
- package/lib/javascript/typescript-config.js +3 -3
- 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.d.ts +9 -1
- package/lib/json.js +26 -12
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/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/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
},
|
|
463
463
|
"locationInModule": {
|
|
464
464
|
"filename": "src/file.ts",
|
|
465
|
-
"line":
|
|
465
|
+
"line": 103
|
|
466
466
|
},
|
|
467
467
|
"parameters": [
|
|
468
468
|
{
|
|
@@ -3613,7 +3613,7 @@
|
|
|
3613
3613
|
},
|
|
3614
3614
|
"locationInModule": {
|
|
3615
3615
|
"filename": "src/file.ts",
|
|
3616
|
-
"line":
|
|
3616
|
+
"line": 103
|
|
3617
3617
|
},
|
|
3618
3618
|
"parameters": [
|
|
3619
3619
|
{
|
|
@@ -3653,7 +3653,7 @@
|
|
|
3653
3653
|
},
|
|
3654
3654
|
"locationInModule": {
|
|
3655
3655
|
"filename": "src/file.ts",
|
|
3656
|
-
"line":
|
|
3656
|
+
"line": 247
|
|
3657
3657
|
},
|
|
3658
3658
|
"name": "diff",
|
|
3659
3659
|
"parameters": [
|
|
@@ -3697,7 +3697,7 @@
|
|
|
3697
3697
|
},
|
|
3698
3698
|
"locationInModule": {
|
|
3699
3699
|
"filename": "src/file.ts",
|
|
3700
|
-
"line":
|
|
3700
|
+
"line": 162
|
|
3701
3701
|
},
|
|
3702
3702
|
"name": "synthesize",
|
|
3703
3703
|
"overrides": "projen.Component"
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
},
|
|
3712
3712
|
"locationInModule": {
|
|
3713
3713
|
"filename": "src/file.ts",
|
|
3714
|
-
"line":
|
|
3714
|
+
"line": 157
|
|
3715
3715
|
},
|
|
3716
3716
|
"name": "synthesizeContent",
|
|
3717
3717
|
"parameters": [
|
|
@@ -3744,13 +3744,28 @@
|
|
|
3744
3744
|
"immutable": true,
|
|
3745
3745
|
"locationInModule": {
|
|
3746
3746
|
"filename": "src/file.ts",
|
|
3747
|
-
"line":
|
|
3747
|
+
"line": 80
|
|
3748
3748
|
},
|
|
3749
3749
|
"name": "absolutePath",
|
|
3750
3750
|
"type": {
|
|
3751
3751
|
"primitive": "string"
|
|
3752
3752
|
}
|
|
3753
3753
|
},
|
|
3754
|
+
{
|
|
3755
|
+
"docs": {
|
|
3756
|
+
"stability": "experimental",
|
|
3757
|
+
"summary": "Indicates if the file will be committed."
|
|
3758
|
+
},
|
|
3759
|
+
"immutable": true,
|
|
3760
|
+
"locationInModule": {
|
|
3761
|
+
"filename": "src/file.ts",
|
|
3762
|
+
"line": 75
|
|
3763
|
+
},
|
|
3764
|
+
"name": "committed",
|
|
3765
|
+
"type": {
|
|
3766
|
+
"primitive": "boolean"
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3754
3769
|
{
|
|
3755
3770
|
"docs": {
|
|
3756
3771
|
"stability": "experimental",
|
|
@@ -3775,7 +3790,7 @@
|
|
|
3775
3790
|
"immutable": true,
|
|
3776
3791
|
"locationInModule": {
|
|
3777
3792
|
"filename": "src/file.ts",
|
|
3778
|
-
"line":
|
|
3793
|
+
"line": 231
|
|
3779
3794
|
},
|
|
3780
3795
|
"name": "changed",
|
|
3781
3796
|
"optional": true,
|
|
@@ -3792,7 +3807,7 @@
|
|
|
3792
3807
|
"immutable": true,
|
|
3793
3808
|
"locationInModule": {
|
|
3794
3809
|
"filename": "src/file.ts",
|
|
3795
|
-
"line":
|
|
3810
|
+
"line": 92
|
|
3796
3811
|
},
|
|
3797
3812
|
"name": "marker",
|
|
3798
3813
|
"optional": true,
|
|
@@ -5489,7 +5504,7 @@
|
|
|
5489
5504
|
"kind": "interface",
|
|
5490
5505
|
"locationInModule": {
|
|
5491
5506
|
"filename": "src/file.ts",
|
|
5492
|
-
"line":
|
|
5507
|
+
"line": 291
|
|
5493
5508
|
},
|
|
5494
5509
|
"methods": [
|
|
5495
5510
|
{
|
|
@@ -5500,7 +5515,7 @@
|
|
|
5500
5515
|
},
|
|
5501
5516
|
"locationInModule": {
|
|
5502
5517
|
"filename": "src/file.ts",
|
|
5503
|
-
"line":
|
|
5518
|
+
"line": 295
|
|
5504
5519
|
},
|
|
5505
5520
|
"name": "toJSON",
|
|
5506
5521
|
"returns": {
|
|
@@ -5523,7 +5538,7 @@
|
|
|
5523
5538
|
"kind": "interface",
|
|
5524
5539
|
"locationInModule": {
|
|
5525
5540
|
"filename": "src/file.ts",
|
|
5526
|
-
"line":
|
|
5541
|
+
"line": 264
|
|
5527
5542
|
},
|
|
5528
5543
|
"methods": [
|
|
5529
5544
|
{
|
|
@@ -5537,7 +5552,7 @@
|
|
|
5537
5552
|
},
|
|
5538
5553
|
"locationInModule": {
|
|
5539
5554
|
"filename": "src/file.ts",
|
|
5540
|
-
"line":
|
|
5555
|
+
"line": 271
|
|
5541
5556
|
},
|
|
5542
5557
|
"name": "resolve",
|
|
5543
5558
|
"parameters": [
|
|
@@ -6088,7 +6103,7 @@
|
|
|
6088
6103
|
},
|
|
6089
6104
|
"locationInModule": {
|
|
6090
6105
|
"filename": "src/json.ts",
|
|
6091
|
-
"line":
|
|
6106
|
+
"line": 37
|
|
6092
6107
|
},
|
|
6093
6108
|
"parameters": [
|
|
6094
6109
|
{
|
|
@@ -6124,7 +6139,7 @@
|
|
|
6124
6139
|
},
|
|
6125
6140
|
"locationInModule": {
|
|
6126
6141
|
"filename": "src/json.ts",
|
|
6127
|
-
"line":
|
|
6142
|
+
"line": 75
|
|
6128
6143
|
},
|
|
6129
6144
|
"name": "synthesizeContent",
|
|
6130
6145
|
"overrides": "projen.ObjectFile",
|
|
@@ -6149,12 +6164,13 @@
|
|
|
6149
6164
|
"properties": [
|
|
6150
6165
|
{
|
|
6151
6166
|
"docs": {
|
|
6152
|
-
"stability": "experimental"
|
|
6167
|
+
"stability": "experimental",
|
|
6168
|
+
"summary": "Indicates if the files supports comments."
|
|
6153
6169
|
},
|
|
6154
6170
|
"immutable": true,
|
|
6155
6171
|
"locationInModule": {
|
|
6156
6172
|
"filename": "src/json.ts",
|
|
6157
|
-
"line":
|
|
6173
|
+
"line": 33
|
|
6158
6174
|
},
|
|
6159
6175
|
"name": "supportsComments",
|
|
6160
6176
|
"type": {
|
|
@@ -9604,7 +9620,7 @@
|
|
|
9604
9620
|
"kind": "interface",
|
|
9605
9621
|
"locationInModule": {
|
|
9606
9622
|
"filename": "src/file.ts",
|
|
9607
|
-
"line":
|
|
9623
|
+
"line": 277
|
|
9608
9624
|
},
|
|
9609
9625
|
"name": "ResolveOptions",
|
|
9610
9626
|
"properties": [
|
|
@@ -9618,7 +9634,7 @@
|
|
|
9618
9634
|
"immutable": true,
|
|
9619
9635
|
"locationInModule": {
|
|
9620
9636
|
"filename": "src/file.ts",
|
|
9621
|
-
"line":
|
|
9637
|
+
"line": 288
|
|
9622
9638
|
},
|
|
9623
9639
|
"name": "args",
|
|
9624
9640
|
"optional": true,
|
|
@@ -9641,7 +9657,7 @@
|
|
|
9641
9657
|
"immutable": true,
|
|
9642
9658
|
"locationInModule": {
|
|
9643
9659
|
"filename": "src/file.ts",
|
|
9644
|
-
"line":
|
|
9660
|
+
"line": 282
|
|
9645
9661
|
},
|
|
9646
9662
|
"name": "omitEmpty",
|
|
9647
9663
|
"optional": true,
|
|
@@ -18773,7 +18789,7 @@
|
|
|
18773
18789
|
},
|
|
18774
18790
|
"locationInModule": {
|
|
18775
18791
|
"filename": "src/cdk/jsii-build.ts",
|
|
18776
|
-
"line":
|
|
18792
|
+
"line": 240
|
|
18777
18793
|
},
|
|
18778
18794
|
"parameters": [
|
|
18779
18795
|
{
|
|
@@ -18803,7 +18819,7 @@
|
|
|
18803
18819
|
"kind": "class",
|
|
18804
18820
|
"locationInModule": {
|
|
18805
18821
|
"filename": "src/cdk/jsii-build.ts",
|
|
18806
|
-
"line":
|
|
18822
|
+
"line": 236
|
|
18807
18823
|
},
|
|
18808
18824
|
"methods": [
|
|
18809
18825
|
{
|
|
@@ -18813,7 +18829,7 @@
|
|
|
18813
18829
|
},
|
|
18814
18830
|
"locationInModule": {
|
|
18815
18831
|
"filename": "src/cdk/jsii-build.ts",
|
|
18816
|
-
"line":
|
|
18832
|
+
"line": 258
|
|
18817
18833
|
},
|
|
18818
18834
|
"name": "applyTo",
|
|
18819
18835
|
"overrides": "constructs.IMixin",
|
|
@@ -18833,7 +18849,7 @@
|
|
|
18833
18849
|
},
|
|
18834
18850
|
"locationInModule": {
|
|
18835
18851
|
"filename": "src/cdk/jsii-build.ts",
|
|
18836
|
-
"line":
|
|
18852
|
+
"line": 251
|
|
18837
18853
|
},
|
|
18838
18854
|
"name": "supports",
|
|
18839
18855
|
"overrides": "constructs.IMixin",
|
|
@@ -18867,7 +18883,7 @@
|
|
|
18867
18883
|
"kind": "interface",
|
|
18868
18884
|
"locationInModule": {
|
|
18869
18885
|
"filename": "src/cdk/jsii-build.ts",
|
|
18870
|
-
"line":
|
|
18886
|
+
"line": 61
|
|
18871
18887
|
},
|
|
18872
18888
|
"name": "JsiiBuildOptions",
|
|
18873
18889
|
"namespace": "cdk",
|
|
@@ -18882,7 +18898,7 @@
|
|
|
18882
18898
|
"immutable": true,
|
|
18883
18899
|
"locationInModule": {
|
|
18884
18900
|
"filename": "src/cdk/jsii-build.ts",
|
|
18885
|
-
"line":
|
|
18901
|
+
"line": 172
|
|
18886
18902
|
},
|
|
18887
18903
|
"name": "codeArtifactOptions",
|
|
18888
18904
|
"optional": true,
|
|
@@ -18901,7 +18917,7 @@
|
|
|
18901
18917
|
"immutable": true,
|
|
18902
18918
|
"locationInModule": {
|
|
18903
18919
|
"filename": "src/cdk/jsii-build.ts",
|
|
18904
|
-
"line":
|
|
18920
|
+
"line": 94
|
|
18905
18921
|
},
|
|
18906
18922
|
"name": "compat",
|
|
18907
18923
|
"optional": true,
|
|
@@ -18919,7 +18935,7 @@
|
|
|
18919
18935
|
"immutable": true,
|
|
18920
18936
|
"locationInModule": {
|
|
18921
18937
|
"filename": "src/cdk/jsii-build.ts",
|
|
18922
|
-
"line":
|
|
18938
|
+
"line": 101
|
|
18923
18939
|
},
|
|
18924
18940
|
"name": "compatIgnore",
|
|
18925
18941
|
"optional": true,
|
|
@@ -18937,7 +18953,7 @@
|
|
|
18937
18953
|
"immutable": true,
|
|
18938
18954
|
"locationInModule": {
|
|
18939
18955
|
"filename": "src/cdk/jsii-build.ts",
|
|
18940
|
-
"line":
|
|
18956
|
+
"line": 122
|
|
18941
18957
|
},
|
|
18942
18958
|
"name": "compressAssembly",
|
|
18943
18959
|
"optional": true,
|
|
@@ -18955,7 +18971,7 @@
|
|
|
18955
18971
|
"immutable": true,
|
|
18956
18972
|
"locationInModule": {
|
|
18957
18973
|
"filename": "src/cdk/jsii-build.ts",
|
|
18958
|
-
"line":
|
|
18974
|
+
"line": 151
|
|
18959
18975
|
},
|
|
18960
18976
|
"name": "docgen",
|
|
18961
18977
|
"optional": true,
|
|
@@ -18973,7 +18989,7 @@
|
|
|
18973
18989
|
"immutable": true,
|
|
18974
18990
|
"locationInModule": {
|
|
18975
18991
|
"filename": "src/cdk/jsii-build.ts",
|
|
18976
|
-
"line":
|
|
18992
|
+
"line": 116
|
|
18977
18993
|
},
|
|
18978
18994
|
"name": "docgenFilePath",
|
|
18979
18995
|
"optional": true,
|
|
@@ -18991,7 +19007,7 @@
|
|
|
18991
19007
|
"immutable": true,
|
|
18992
19008
|
"locationInModule": {
|
|
18993
19009
|
"filename": "src/cdk/jsii-build.ts",
|
|
18994
|
-
"line":
|
|
19010
|
+
"line": 110
|
|
18995
19011
|
},
|
|
18996
19012
|
"name": "excludeTypescript",
|
|
18997
19013
|
"optional": true,
|
|
@@ -19018,7 +19034,7 @@
|
|
|
19018
19034
|
"immutable": true,
|
|
19019
19035
|
"locationInModule": {
|
|
19020
19036
|
"filename": "src/cdk/jsii-build.ts",
|
|
19021
|
-
"line":
|
|
19037
|
+
"line": 137
|
|
19022
19038
|
},
|
|
19023
19039
|
"name": "jsiiVersion",
|
|
19024
19040
|
"optional": true,
|
|
@@ -19036,7 +19052,7 @@
|
|
|
19036
19052
|
"immutable": true,
|
|
19037
19053
|
"locationInModule": {
|
|
19038
19054
|
"filename": "src/cdk/jsii-build.ts",
|
|
19039
|
-
"line":
|
|
19055
|
+
"line": 165
|
|
19040
19056
|
},
|
|
19041
19057
|
"name": "npmTrustedPublishing",
|
|
19042
19058
|
"optional": true,
|
|
@@ -19054,7 +19070,7 @@
|
|
|
19054
19070
|
"immutable": true,
|
|
19055
19071
|
"locationInModule": {
|
|
19056
19072
|
"filename": "src/cdk/jsii-build.ts",
|
|
19057
|
-
"line":
|
|
19073
|
+
"line": 78
|
|
19058
19074
|
},
|
|
19059
19075
|
"name": "publishToGo",
|
|
19060
19076
|
"optional": true,
|
|
@@ -19072,7 +19088,7 @@
|
|
|
19072
19088
|
"immutable": true,
|
|
19073
19089
|
"locationInModule": {
|
|
19074
19090
|
"filename": "src/cdk/jsii-build.ts",
|
|
19075
|
-
"line":
|
|
19091
|
+
"line": 66
|
|
19076
19092
|
},
|
|
19077
19093
|
"name": "publishToMaven",
|
|
19078
19094
|
"optional": true,
|
|
@@ -19090,7 +19106,7 @@
|
|
|
19090
19106
|
"immutable": true,
|
|
19091
19107
|
"locationInModule": {
|
|
19092
19108
|
"filename": "src/cdk/jsii-build.ts",
|
|
19093
|
-
"line":
|
|
19109
|
+
"line": 84
|
|
19094
19110
|
},
|
|
19095
19111
|
"name": "publishToNuget",
|
|
19096
19112
|
"optional": true,
|
|
@@ -19108,7 +19124,7 @@
|
|
|
19108
19124
|
"immutable": true,
|
|
19109
19125
|
"locationInModule": {
|
|
19110
19126
|
"filename": "src/cdk/jsii-build.ts",
|
|
19111
|
-
"line":
|
|
19127
|
+
"line": 72
|
|
19112
19128
|
},
|
|
19113
19129
|
"name": "publishToPypi",
|
|
19114
19130
|
"optional": true,
|
|
@@ -19126,7 +19142,7 @@
|
|
|
19126
19142
|
"immutable": true,
|
|
19127
19143
|
"locationInModule": {
|
|
19128
19144
|
"filename": "src/cdk/jsii-build.ts",
|
|
19129
|
-
"line":
|
|
19145
|
+
"line": 158
|
|
19130
19146
|
},
|
|
19131
19147
|
"name": "releaseToNpm",
|
|
19132
19148
|
"optional": true,
|
|
@@ -19144,7 +19160,7 @@
|
|
|
19144
19160
|
"immutable": true,
|
|
19145
19161
|
"locationInModule": {
|
|
19146
19162
|
"filename": "src/cdk/jsii-build.ts",
|
|
19147
|
-
"line":
|
|
19163
|
+
"line": 144
|
|
19148
19164
|
},
|
|
19149
19165
|
"name": "stability",
|
|
19150
19166
|
"optional": true,
|
|
@@ -19152,6 +19168,45 @@
|
|
|
19152
19168
|
"primitive": "string"
|
|
19153
19169
|
}
|
|
19154
19170
|
},
|
|
19171
|
+
{
|
|
19172
|
+
"abstract": true,
|
|
19173
|
+
"docs": {
|
|
19174
|
+
"default": "- the project's tsconfig (i.e. `project.tsconfig`)",
|
|
19175
|
+
"remarks": "Provide a dedicated config (e.g. one named `tsconfig.jsii.json`) to keep\njsii compilation separate from the project's editor-facing `tsconfig.json`.\njsii requires a comment-free, strict-valid config, so `JsiiBuild` disables\ncomments on whichever config it is given.",
|
|
19176
|
+
"stability": "experimental",
|
|
19177
|
+
"summary": "The TypescriptConfig that jsii compiles against."
|
|
19178
|
+
},
|
|
19179
|
+
"immutable": true,
|
|
19180
|
+
"locationInModule": {
|
|
19181
|
+
"filename": "src/cdk/jsii-build.ts",
|
|
19182
|
+
"line": 219
|
|
19183
|
+
},
|
|
19184
|
+
"name": "tsconfig",
|
|
19185
|
+
"optional": true,
|
|
19186
|
+
"type": {
|
|
19187
|
+
"fqn": "projen.javascript.TypescriptConfig"
|
|
19188
|
+
}
|
|
19189
|
+
},
|
|
19190
|
+
{
|
|
19191
|
+
"abstract": true,
|
|
19192
|
+
"docs": {
|
|
19193
|
+
"default": "ValidateTsconfig.STRICT",
|
|
19194
|
+
"remarks": "Only relevant when the project synthesizes its own tsconfig\n(i.e. `disableTsconfig` is not set on the TypeScriptProject).",
|
|
19195
|
+
"see": "https://aws.github.io/jsii/user-guides/lib-author/configuration/#validatetsconfig",
|
|
19196
|
+
"stability": "experimental",
|
|
19197
|
+
"summary": "Level of tsconfig validation jsii should perform on the user-provided tsconfig."
|
|
19198
|
+
},
|
|
19199
|
+
"immutable": true,
|
|
19200
|
+
"locationInModule": {
|
|
19201
|
+
"filename": "src/cdk/jsii-build.ts",
|
|
19202
|
+
"line": 207
|
|
19203
|
+
},
|
|
19204
|
+
"name": "validateTsconfig",
|
|
19205
|
+
"optional": true,
|
|
19206
|
+
"type": {
|
|
19207
|
+
"fqn": "projen.cdk.ValidateTsconfig"
|
|
19208
|
+
}
|
|
19209
|
+
},
|
|
19155
19210
|
{
|
|
19156
19211
|
"abstract": true,
|
|
19157
19212
|
"docs": {
|
|
@@ -19162,7 +19217,7 @@
|
|
|
19162
19217
|
"immutable": true,
|
|
19163
19218
|
"locationInModule": {
|
|
19164
19219
|
"filename": "src/cdk/jsii-build.ts",
|
|
19165
|
-
"line":
|
|
19220
|
+
"line": 196
|
|
19166
19221
|
},
|
|
19167
19222
|
"name": "workflowBootstrapSteps",
|
|
19168
19223
|
"optional": true,
|
|
@@ -19185,7 +19240,7 @@
|
|
|
19185
19240
|
"immutable": true,
|
|
19186
19241
|
"locationInModule": {
|
|
19187
19242
|
"filename": "src/cdk/jsii-build.ts",
|
|
19188
|
-
"line":
|
|
19243
|
+
"line": 189
|
|
19189
19244
|
},
|
|
19190
19245
|
"name": "workflowNodeVersion",
|
|
19191
19246
|
"optional": true,
|
|
@@ -19204,7 +19259,7 @@
|
|
|
19204
19259
|
"immutable": true,
|
|
19205
19260
|
"locationInModule": {
|
|
19206
19261
|
"filename": "src/cdk/jsii-build.ts",
|
|
19207
|
-
"line":
|
|
19262
|
+
"line": 182
|
|
19208
19263
|
},
|
|
19209
19264
|
"name": "workspaceDirectory",
|
|
19210
19265
|
"optional": true,
|
|
@@ -19960,6 +20015,53 @@
|
|
|
19960
20015
|
"namespace": "cdk",
|
|
19961
20016
|
"symbolId": "src/cdk/jsii-project:Stability"
|
|
19962
20017
|
},
|
|
20018
|
+
"projen.cdk.ValidateTsconfig": {
|
|
20019
|
+
"assembly": "projen",
|
|
20020
|
+
"docs": {
|
|
20021
|
+
"stability": "experimental",
|
|
20022
|
+
"summary": "Level of tsconfig validation jsii should perform."
|
|
20023
|
+
},
|
|
20024
|
+
"fqn": "projen.cdk.ValidateTsconfig",
|
|
20025
|
+
"kind": "enum",
|
|
20026
|
+
"locationInModule": {
|
|
20027
|
+
"filename": "src/cdk/jsii-build.ts",
|
|
20028
|
+
"line": 36
|
|
20029
|
+
},
|
|
20030
|
+
"members": [
|
|
20031
|
+
{
|
|
20032
|
+
"docs": {
|
|
20033
|
+
"stability": "experimental",
|
|
20034
|
+
"summary": "Validates against a strict rule set designed for widespread support and backwards-compatibility."
|
|
20035
|
+
},
|
|
20036
|
+
"name": "STRICT"
|
|
20037
|
+
},
|
|
20038
|
+
{
|
|
20039
|
+
"docs": {
|
|
20040
|
+
"stability": "experimental",
|
|
20041
|
+
"summary": "Enforces a tsconfig as if it were generated by jsii."
|
|
20042
|
+
},
|
|
20043
|
+
"name": "GENERATED"
|
|
20044
|
+
},
|
|
20045
|
+
{
|
|
20046
|
+
"docs": {
|
|
20047
|
+
"stability": "experimental",
|
|
20048
|
+
"summary": "Only reject options known to be incompatible with jsii."
|
|
20049
|
+
},
|
|
20050
|
+
"name": "MINIMAL"
|
|
20051
|
+
},
|
|
20052
|
+
{
|
|
20053
|
+
"docs": {
|
|
20054
|
+
"remarks": "Use at your own risk.",
|
|
20055
|
+
"stability": "experimental",
|
|
20056
|
+
"summary": "Disables all config validation."
|
|
20057
|
+
},
|
|
20058
|
+
"name": "OFF"
|
|
20059
|
+
}
|
|
20060
|
+
],
|
|
20061
|
+
"name": "ValidateTsconfig",
|
|
20062
|
+
"namespace": "cdk",
|
|
20063
|
+
"symbolId": "src/cdk/jsii-build:ValidateTsconfig"
|
|
20064
|
+
},
|
|
19963
20065
|
"projen.cdk8s.AutoDiscover": {
|
|
19964
20066
|
"assembly": "projen",
|
|
19965
20067
|
"base": "projen.Component",
|
|
@@ -47219,7 +47321,7 @@
|
|
|
47219
47321
|
"kind": "enum",
|
|
47220
47322
|
"locationInModule": {
|
|
47221
47323
|
"filename": "src/javascript/node-package.ts",
|
|
47222
|
-
"line":
|
|
47324
|
+
"line": 2110
|
|
47223
47325
|
},
|
|
47224
47326
|
"members": [
|
|
47225
47327
|
{
|
|
@@ -47259,7 +47361,7 @@
|
|
|
47259
47361
|
"kind": "interface",
|
|
47260
47362
|
"locationInModule": {
|
|
47261
47363
|
"filename": "src/javascript/node-package.ts",
|
|
47262
|
-
"line":
|
|
47364
|
+
"line": 2122
|
|
47263
47365
|
},
|
|
47264
47366
|
"name": "InstallTrigger",
|
|
47265
47367
|
"namespace": "javascript",
|
|
@@ -47273,7 +47375,7 @@
|
|
|
47273
47375
|
"immutable": true,
|
|
47274
47376
|
"locationInModule": {
|
|
47275
47377
|
"filename": "src/javascript/node-package.ts",
|
|
47276
|
-
"line":
|
|
47378
|
+
"line": 2124
|
|
47277
47379
|
},
|
|
47278
47380
|
"name": "reason",
|
|
47279
47381
|
"type": {
|
|
@@ -47289,7 +47391,7 @@
|
|
|
47289
47391
|
"immutable": true,
|
|
47290
47392
|
"locationInModule": {
|
|
47291
47393
|
"filename": "src/javascript/node-package.ts",
|
|
47292
|
-
"line":
|
|
47394
|
+
"line": 2130
|
|
47293
47395
|
},
|
|
47294
47396
|
"name": "diff",
|
|
47295
47397
|
"optional": true,
|
|
@@ -47312,7 +47414,7 @@
|
|
|
47312
47414
|
"immutable": true,
|
|
47313
47415
|
"locationInModule": {
|
|
47314
47416
|
"filename": "src/javascript/node-package.ts",
|
|
47315
|
-
"line":
|
|
47417
|
+
"line": 2136
|
|
47316
47418
|
},
|
|
47317
47419
|
"name": "resolutions",
|
|
47318
47420
|
"optional": true,
|
|
@@ -49726,7 +49828,7 @@
|
|
|
49726
49828
|
},
|
|
49727
49829
|
"locationInModule": {
|
|
49728
49830
|
"filename": "src/javascript/node-package.ts",
|
|
49729
|
-
"line":
|
|
49831
|
+
"line": 976
|
|
49730
49832
|
},
|
|
49731
49833
|
"name": "addBin",
|
|
49732
49834
|
"parameters": [
|
|
@@ -49751,7 +49853,7 @@
|
|
|
49751
49853
|
},
|
|
49752
49854
|
"locationInModule": {
|
|
49753
49855
|
"filename": "src/javascript/node-package.ts",
|
|
49754
|
-
"line":
|
|
49856
|
+
"line": 945
|
|
49755
49857
|
},
|
|
49756
49858
|
"name": "addBundledDeps",
|
|
49757
49859
|
"parameters": [
|
|
@@ -49776,7 +49878,7 @@
|
|
|
49776
49878
|
},
|
|
49777
49879
|
"locationInModule": {
|
|
49778
49880
|
"filename": "src/javascript/node-package.ts",
|
|
49779
|
-
"line":
|
|
49881
|
+
"line": 885
|
|
49780
49882
|
},
|
|
49781
49883
|
"name": "addDeps",
|
|
49782
49884
|
"parameters": [
|
|
@@ -49801,7 +49903,7 @@
|
|
|
49801
49903
|
},
|
|
49802
49904
|
"locationInModule": {
|
|
49803
49905
|
"filename": "src/javascript/node-package.ts",
|
|
49804
|
-
"line":
|
|
49906
|
+
"line": 900
|
|
49805
49907
|
},
|
|
49806
49908
|
"name": "addDevDeps",
|
|
49807
49909
|
"parameters": [
|
|
@@ -49826,7 +49928,7 @@
|
|
|
49826
49928
|
},
|
|
49827
49929
|
"locationInModule": {
|
|
49828
49930
|
"filename": "src/javascript/node-package.ts",
|
|
49829
|
-
"line":
|
|
49931
|
+
"line": 962
|
|
49830
49932
|
},
|
|
49831
49933
|
"name": "addEngine",
|
|
49832
49934
|
"parameters": [
|
|
@@ -49860,7 +49962,7 @@
|
|
|
49860
49962
|
},
|
|
49861
49963
|
"locationInModule": {
|
|
49862
49964
|
"filename": "src/javascript/node-package.ts",
|
|
49863
|
-
"line":
|
|
49965
|
+
"line": 1018
|
|
49864
49966
|
},
|
|
49865
49967
|
"name": "addField",
|
|
49866
49968
|
"parameters": [
|
|
@@ -49891,7 +49993,7 @@
|
|
|
49891
49993
|
},
|
|
49892
49994
|
"locationInModule": {
|
|
49893
49995
|
"filename": "src/javascript/node-package.ts",
|
|
49894
|
-
"line":
|
|
49996
|
+
"line": 970
|
|
49895
49997
|
},
|
|
49896
49998
|
"name": "addKeywords",
|
|
49897
49999
|
"parameters": [
|
|
@@ -49915,7 +50017,7 @@
|
|
|
49915
50017
|
},
|
|
49916
50018
|
"locationInModule": {
|
|
49917
50019
|
"filename": "src/javascript/node-package.ts",
|
|
49918
|
-
"line":
|
|
50020
|
+
"line": 1038
|
|
49919
50021
|
},
|
|
49920
50022
|
"name": "addPackageResolutions",
|
|
49921
50023
|
"parameters": [
|
|
@@ -49941,7 +50043,7 @@
|
|
|
49941
50043
|
},
|
|
49942
50044
|
"locationInModule": {
|
|
49943
50045
|
"filename": "src/javascript/node-package.ts",
|
|
49944
|
-
"line":
|
|
50046
|
+
"line": 919
|
|
49945
50047
|
},
|
|
49946
50048
|
"name": "addPeerDeps",
|
|
49947
50049
|
"parameters": [
|
|
@@ -49966,7 +50068,7 @@
|
|
|
49966
50068
|
},
|
|
49967
50069
|
"locationInModule": {
|
|
49968
50070
|
"filename": "src/javascript/node-package.ts",
|
|
49969
|
-
"line":
|
|
50071
|
+
"line": 1026
|
|
49970
50072
|
},
|
|
49971
50073
|
"name": "addVersion",
|
|
49972
50074
|
"parameters": [
|
|
@@ -49989,7 +50091,7 @@
|
|
|
49989
50091
|
},
|
|
49990
50092
|
"locationInModule": {
|
|
49991
50093
|
"filename": "src/javascript/node-package.ts",
|
|
49992
|
-
"line":
|
|
50094
|
+
"line": 1008
|
|
49993
50095
|
},
|
|
49994
50096
|
"name": "hasScript",
|
|
49995
50097
|
"parameters": [
|
|
@@ -50017,7 +50119,7 @@
|
|
|
50017
50119
|
},
|
|
50018
50120
|
"locationInModule": {
|
|
50019
50121
|
"filename": "src/javascript/node-package.ts",
|
|
50020
|
-
"line":
|
|
50122
|
+
"line": 1898
|
|
50021
50123
|
},
|
|
50022
50124
|
"name": "installDependencies",
|
|
50023
50125
|
"parameters": [
|
|
@@ -50041,7 +50143,7 @@
|
|
|
50041
50143
|
},
|
|
50042
50144
|
"locationInModule": {
|
|
50043
50145
|
"filename": "src/javascript/node-package.ts",
|
|
50044
|
-
"line":
|
|
50146
|
+
"line": 1090
|
|
50045
50147
|
},
|
|
50046
50148
|
"name": "postSynthesize",
|
|
50047
50149
|
"overrides": "projen.Component"
|
|
@@ -50053,7 +50155,7 @@
|
|
|
50053
50155
|
},
|
|
50054
50156
|
"locationInModule": {
|
|
50055
50157
|
"filename": "src/javascript/node-package.ts",
|
|
50056
|
-
"line":
|
|
50158
|
+
"line": 997
|
|
50057
50159
|
},
|
|
50058
50160
|
"name": "removeScript",
|
|
50059
50161
|
"parameters": [
|
|
@@ -50075,7 +50177,7 @@
|
|
|
50075
50177
|
},
|
|
50076
50178
|
"locationInModule": {
|
|
50077
50179
|
"filename": "src/javascript/node-package.ts",
|
|
50078
|
-
"line":
|
|
50180
|
+
"line": 988
|
|
50079
50181
|
},
|
|
50080
50182
|
"name": "setScript",
|
|
50081
50183
|
"parameters": [
|
|
@@ -50106,7 +50208,7 @@
|
|
|
50106
50208
|
},
|
|
50107
50209
|
"locationInModule": {
|
|
50108
50210
|
"filename": "src/javascript/node-package.ts",
|
|
50109
|
-
"line":
|
|
50211
|
+
"line": 1085
|
|
50110
50212
|
},
|
|
50111
50213
|
"name": "synthesize",
|
|
50112
50214
|
"overrides": "projen.Component"
|
|
@@ -50121,7 +50223,7 @@
|
|
|
50121
50223
|
},
|
|
50122
50224
|
"locationInModule": {
|
|
50123
50225
|
"filename": "src/javascript/node-package.ts",
|
|
50124
|
-
"line":
|
|
50226
|
+
"line": 1069
|
|
50125
50227
|
},
|
|
50126
50228
|
"name": "tryResolveDependencyVersion",
|
|
50127
50229
|
"parameters": [
|
|
@@ -50184,7 +50286,7 @@
|
|
|
50184
50286
|
"immutable": true,
|
|
50185
50287
|
"locationInModule": {
|
|
50186
50288
|
"filename": "src/javascript/node-package.ts",
|
|
50187
|
-
"line":
|
|
50289
|
+
"line": 1165
|
|
50188
50290
|
},
|
|
50189
50291
|
"name": "execCommand",
|
|
50190
50292
|
"type": {
|
|
@@ -50214,7 +50316,7 @@
|
|
|
50214
50316
|
"immutable": true,
|
|
50215
50317
|
"locationInModule": {
|
|
50216
50318
|
"filename": "src/javascript/node-package.ts",
|
|
50217
|
-
"line":
|
|
50319
|
+
"line": 1054
|
|
50218
50320
|
},
|
|
50219
50321
|
"name": "installAndUpdateLockfileCommand",
|
|
50220
50322
|
"type": {
|
|
@@ -50244,7 +50346,7 @@
|
|
|
50244
50346
|
"immutable": true,
|
|
50245
50347
|
"locationInModule": {
|
|
50246
50348
|
"filename": "src/javascript/node-package.ts",
|
|
50247
|
-
"line":
|
|
50349
|
+
"line": 1047
|
|
50248
50350
|
},
|
|
50249
50351
|
"name": "installCommand",
|
|
50250
50352
|
"type": {
|
|
@@ -50395,7 +50497,7 @@
|
|
|
50395
50497
|
"immutable": true,
|
|
50396
50498
|
"locationInModule": {
|
|
50397
50499
|
"filename": "src/javascript/node-package.ts",
|
|
50398
|
-
"line":
|
|
50500
|
+
"line": 1173
|
|
50399
50501
|
},
|
|
50400
50502
|
"name": "projenCommand",
|
|
50401
50503
|
"type": {
|
|
@@ -50573,7 +50675,7 @@
|
|
|
50573
50675
|
"kind": "enum",
|
|
50574
50676
|
"locationInModule": {
|
|
50575
50677
|
"filename": "src/javascript/node-package.ts",
|
|
50576
|
-
"line":
|
|
50678
|
+
"line": 2018
|
|
50577
50679
|
},
|
|
50578
50680
|
"members": [
|
|
50579
50681
|
{
|
|
@@ -51487,7 +51589,7 @@
|
|
|
51487
51589
|
},
|
|
51488
51590
|
"locationInModule": {
|
|
51489
51591
|
"filename": "src/javascript/node-project.ts",
|
|
51490
|
-
"line":
|
|
51592
|
+
"line": 608
|
|
51491
51593
|
},
|
|
51492
51594
|
"parameters": [
|
|
51493
51595
|
{
|
|
@@ -51510,7 +51612,7 @@
|
|
|
51510
51612
|
},
|
|
51511
51613
|
"locationInModule": {
|
|
51512
51614
|
"filename": "src/javascript/node-project.ts",
|
|
51513
|
-
"line":
|
|
51615
|
+
"line": 1084
|
|
51514
51616
|
},
|
|
51515
51617
|
"name": "addBins",
|
|
51516
51618
|
"parameters": [
|
|
@@ -51535,7 +51637,7 @@
|
|
|
51535
51637
|
},
|
|
51536
51638
|
"locationInModule": {
|
|
51537
51639
|
"filename": "src/javascript/node-project.ts",
|
|
51538
|
-
"line":
|
|
51640
|
+
"line": 1377
|
|
51539
51641
|
},
|
|
51540
51642
|
"name": "addBundledDeps",
|
|
51541
51643
|
"parameters": [
|
|
@@ -51561,7 +51663,7 @@
|
|
|
51561
51663
|
},
|
|
51562
51664
|
"locationInModule": {
|
|
51563
51665
|
"filename": "src/javascript/node-project.ts",
|
|
51564
|
-
"line":
|
|
51666
|
+
"line": 1129
|
|
51565
51667
|
},
|
|
51566
51668
|
"name": "addCompileCommand",
|
|
51567
51669
|
"parameters": [
|
|
@@ -51582,7 +51684,7 @@
|
|
|
51582
51684
|
},
|
|
51583
51685
|
"locationInModule": {
|
|
51584
51686
|
"filename": "src/javascript/node-project.ts",
|
|
51585
|
-
"line":
|
|
51687
|
+
"line": 1331
|
|
51586
51688
|
},
|
|
51587
51689
|
"name": "addDeps",
|
|
51588
51690
|
"parameters": [
|
|
@@ -51607,7 +51709,7 @@
|
|
|
51607
51709
|
},
|
|
51608
51710
|
"locationInModule": {
|
|
51609
51711
|
"filename": "src/javascript/node-project.ts",
|
|
51610
|
-
"line":
|
|
51712
|
+
"line": 1344
|
|
51611
51713
|
},
|
|
51612
51714
|
"name": "addDevDeps",
|
|
51613
51715
|
"parameters": [
|
|
@@ -51632,7 +51734,7 @@
|
|
|
51632
51734
|
},
|
|
51633
51735
|
"locationInModule": {
|
|
51634
51736
|
"filename": "src/javascript/node-project.ts",
|
|
51635
|
-
"line":
|
|
51737
|
+
"line": 1149
|
|
51636
51738
|
},
|
|
51637
51739
|
"name": "addFields",
|
|
51638
51740
|
"parameters": [
|
|
@@ -51659,7 +51761,7 @@
|
|
|
51659
51761
|
},
|
|
51660
51762
|
"locationInModule": {
|
|
51661
51763
|
"filename": "src/javascript/node-project.ts",
|
|
51662
|
-
"line":
|
|
51764
|
+
"line": 1159
|
|
51663
51765
|
},
|
|
51664
51766
|
"name": "addKeywords",
|
|
51665
51767
|
"parameters": [
|
|
@@ -51686,7 +51788,7 @@
|
|
|
51686
51788
|
},
|
|
51687
51789
|
"locationInModule": {
|
|
51688
51790
|
"filename": "src/javascript/node-project.ts",
|
|
51689
|
-
"line":
|
|
51791
|
+
"line": 1389
|
|
51690
51792
|
},
|
|
51691
51793
|
"name": "addPackageIgnore",
|
|
51692
51794
|
"overrides": "projen.Project",
|
|
@@ -51710,7 +51812,7 @@
|
|
|
51710
51812
|
},
|
|
51711
51813
|
"locationInModule": {
|
|
51712
51814
|
"filename": "src/javascript/node-project.ts",
|
|
51713
|
-
"line":
|
|
51815
|
+
"line": 1361
|
|
51714
51816
|
},
|
|
51715
51817
|
"name": "addPeerDeps",
|
|
51716
51818
|
"parameters": [
|
|
@@ -51735,7 +51837,7 @@
|
|
|
51735
51837
|
},
|
|
51736
51838
|
"locationInModule": {
|
|
51737
51839
|
"filename": "src/javascript/node-project.ts",
|
|
51738
|
-
"line":
|
|
51840
|
+
"line": 1102
|
|
51739
51841
|
},
|
|
51740
51842
|
"name": "addScripts",
|
|
51741
51843
|
"parameters": [
|
|
@@ -51763,7 +51865,7 @@
|
|
|
51763
51865
|
},
|
|
51764
51866
|
"locationInModule": {
|
|
51765
51867
|
"filename": "src/javascript/node-project.ts",
|
|
51766
|
-
"line":
|
|
51868
|
+
"line": 1139
|
|
51767
51869
|
},
|
|
51768
51870
|
"name": "addTestCommand",
|
|
51769
51871
|
"parameters": [
|
|
@@ -51785,7 +51887,7 @@
|
|
|
51785
51887
|
},
|
|
51786
51888
|
"locationInModule": {
|
|
51787
51889
|
"filename": "src/javascript/node-project.ts",
|
|
51788
|
-
"line":
|
|
51890
|
+
"line": 1121
|
|
51789
51891
|
},
|
|
51790
51892
|
"name": "hasScript",
|
|
51791
51893
|
"parameters": [
|
|
@@ -51812,7 +51914,7 @@
|
|
|
51812
51914
|
},
|
|
51813
51915
|
"locationInModule": {
|
|
51814
51916
|
"filename": "src/javascript/node-project.ts",
|
|
51815
|
-
"line":
|
|
51917
|
+
"line": 1112
|
|
51816
51918
|
},
|
|
51817
51919
|
"name": "removeScript",
|
|
51818
51920
|
"parameters": [
|
|
@@ -51835,7 +51937,7 @@
|
|
|
51835
51937
|
},
|
|
51836
51938
|
"locationInModule": {
|
|
51837
51939
|
"filename": "src/javascript/node-project.ts",
|
|
51838
|
-
"line":
|
|
51940
|
+
"line": 1251
|
|
51839
51941
|
},
|
|
51840
51942
|
"name": "renderWorkflowSetup",
|
|
51841
51943
|
"parameters": [
|
|
@@ -51869,7 +51971,7 @@
|
|
|
51869
51971
|
},
|
|
51870
51972
|
"locationInModule": {
|
|
51871
51973
|
"filename": "src/javascript/node-project.ts",
|
|
51872
|
-
"line":
|
|
51974
|
+
"line": 1462
|
|
51873
51975
|
},
|
|
51874
51976
|
"name": "runTaskCommand",
|
|
51875
51977
|
"overrides": "projen.Project",
|
|
@@ -51897,7 +51999,7 @@
|
|
|
51897
51999
|
},
|
|
51898
52000
|
"locationInModule": {
|
|
51899
52001
|
"filename": "src/javascript/node-project.ts",
|
|
51900
|
-
"line":
|
|
52002
|
+
"line": 1094
|
|
51901
52003
|
},
|
|
51902
52004
|
"name": "setScript",
|
|
51903
52005
|
"parameters": [
|
|
@@ -52167,7 +52269,7 @@
|
|
|
52167
52269
|
"immutable": true,
|
|
52168
52270
|
"locationInModule": {
|
|
52169
52271
|
"filename": "src/javascript/node-project.ts",
|
|
52170
|
-
"line":
|
|
52272
|
+
"line": 1469
|
|
52171
52273
|
},
|
|
52172
52274
|
"name": "buildWorkflowJobId",
|
|
52173
52275
|
"optional": true,
|
|
@@ -53157,7 +53259,7 @@
|
|
|
53157
53259
|
"kind": "enum",
|
|
53158
53260
|
"locationInModule": {
|
|
53159
53261
|
"filename": "src/javascript/node-package.ts",
|
|
53160
|
-
"line":
|
|
53262
|
+
"line": 2062
|
|
53161
53263
|
},
|
|
53162
53264
|
"members": [
|
|
53163
53265
|
{
|
|
@@ -53352,7 +53454,7 @@
|
|
|
53352
53454
|
"kind": "interface",
|
|
53353
53455
|
"locationInModule": {
|
|
53354
53456
|
"filename": "src/javascript/node-package.ts",
|
|
53355
|
-
"line":
|
|
53457
|
+
"line": 2007
|
|
53356
53458
|
},
|
|
53357
53459
|
"name": "PeerDependencyOptions",
|
|
53358
53460
|
"namespace": "javascript",
|
|
@@ -53367,7 +53469,7 @@
|
|
|
53367
53469
|
"immutable": true,
|
|
53368
53470
|
"locationInModule": {
|
|
53369
53471
|
"filename": "src/javascript/node-package.ts",
|
|
53370
|
-
"line":
|
|
53472
|
+
"line": 2012
|
|
53371
53473
|
},
|
|
53372
53474
|
"name": "pinnedDevDependency",
|
|
53373
53475
|
"optional": true,
|
|
@@ -54447,7 +54549,7 @@
|
|
|
54447
54549
|
"kind": "interface",
|
|
54448
54550
|
"locationInModule": {
|
|
54449
54551
|
"filename": "src/javascript/node-project.ts",
|
|
54450
|
-
"line":
|
|
54552
|
+
"line": 1585
|
|
54451
54553
|
},
|
|
54452
54554
|
"name": "RenderWorkflowSetupOptions",
|
|
54453
54555
|
"namespace": "javascript",
|
|
@@ -54463,7 +54565,7 @@
|
|
|
54463
54565
|
"immutable": true,
|
|
54464
54566
|
"locationInModule": {
|
|
54465
54567
|
"filename": "src/javascript/node-project.ts",
|
|
54466
|
-
"line":
|
|
54568
|
+
"line": 1594
|
|
54467
54569
|
},
|
|
54468
54570
|
"name": "installStepConfiguration",
|
|
54469
54571
|
"optional": true,
|
|
@@ -54481,7 +54583,7 @@
|
|
|
54481
54583
|
"immutable": true,
|
|
54482
54584
|
"locationInModule": {
|
|
54483
54585
|
"filename": "src/javascript/node-project.ts",
|
|
54484
|
-
"line":
|
|
54586
|
+
"line": 1599
|
|
54485
54587
|
},
|
|
54486
54588
|
"name": "mutable",
|
|
54487
54589
|
"optional": true,
|
|
@@ -54788,7 +54890,7 @@
|
|
|
54788
54890
|
"immutable": true,
|
|
54789
54891
|
"locationInModule": {
|
|
54790
54892
|
"filename": "src/javascript/typescript-config.ts",
|
|
54791
|
-
"line":
|
|
54893
|
+
"line": 578
|
|
54792
54894
|
},
|
|
54793
54895
|
"name": "allowSyntheticDefaultImports",
|
|
54794
54896
|
"optional": true,
|
|
@@ -54807,7 +54909,7 @@
|
|
|
54807
54909
|
"immutable": true,
|
|
54808
54910
|
"locationInModule": {
|
|
54809
54911
|
"filename": "src/javascript/typescript-config.ts",
|
|
54810
|
-
"line":
|
|
54912
|
+
"line": 676
|
|
54811
54913
|
},
|
|
54812
54914
|
"name": "allowUnreachableCode",
|
|
54813
54915
|
"optional": true,
|
|
@@ -54826,7 +54928,7 @@
|
|
|
54826
54928
|
"immutable": true,
|
|
54827
54929
|
"locationInModule": {
|
|
54828
54930
|
"filename": "src/javascript/typescript-config.ts",
|
|
54829
|
-
"line":
|
|
54931
|
+
"line": 661
|
|
54830
54932
|
},
|
|
54831
54933
|
"name": "allowUnusedLabels",
|
|
54832
54934
|
"optional": true,
|
|
@@ -54844,7 +54946,7 @@
|
|
|
54844
54946
|
"immutable": true,
|
|
54845
54947
|
"locationInModule": {
|
|
54846
54948
|
"filename": "src/javascript/typescript-config.ts",
|
|
54847
|
-
"line":
|
|
54949
|
+
"line": 224
|
|
54848
54950
|
},
|
|
54849
54951
|
"name": "alwaysStrict",
|
|
54850
54952
|
"optional": true,
|
|
@@ -54862,7 +54964,7 @@
|
|
|
54862
54964
|
"immutable": true,
|
|
54863
54965
|
"locationInModule": {
|
|
54864
54966
|
"filename": "src/javascript/typescript-config.ts",
|
|
54865
|
-
"line":
|
|
54967
|
+
"line": 599
|
|
54866
54968
|
},
|
|
54867
54969
|
"name": "baseUrl",
|
|
54868
54970
|
"optional": true,
|
|
@@ -54884,7 +54986,7 @@
|
|
|
54884
54986
|
"immutable": true,
|
|
54885
54987
|
"locationInModule": {
|
|
54886
54988
|
"filename": "src/javascript/typescript-config.ts",
|
|
54887
|
-
"line":
|
|
54989
|
+
"line": 687
|
|
54888
54990
|
},
|
|
54889
54991
|
"name": "checkJs",
|
|
54890
54992
|
"optional": true,
|
|
@@ -54903,7 +55005,7 @@
|
|
|
54903
55005
|
"immutable": true,
|
|
54904
55006
|
"locationInModule": {
|
|
54905
55007
|
"filename": "src/javascript/typescript-config.ts",
|
|
54906
|
-
"line":
|
|
55008
|
+
"line": 260
|
|
54907
55009
|
},
|
|
54908
55010
|
"name": "customConditions",
|
|
54909
55011
|
"optional": true,
|
|
@@ -54925,7 +55027,7 @@
|
|
|
54925
55027
|
"immutable": true,
|
|
54926
55028
|
"locationInModule": {
|
|
54927
55029
|
"filename": "src/javascript/typescript-config.ts",
|
|
54928
|
-
"line":
|
|
55030
|
+
"line": 236
|
|
54929
55031
|
},
|
|
54930
55032
|
"name": "declaration",
|
|
54931
55033
|
"optional": true,
|
|
@@ -54942,7 +55044,7 @@
|
|
|
54942
55044
|
"immutable": true,
|
|
54943
55045
|
"locationInModule": {
|
|
54944
55046
|
"filename": "src/javascript/typescript-config.ts",
|
|
54945
|
-
"line":
|
|
55047
|
+
"line": 230
|
|
54946
55048
|
},
|
|
54947
55049
|
"name": "declarationDir",
|
|
54948
55050
|
"optional": true,
|
|
@@ -54960,7 +55062,7 @@
|
|
|
54960
55062
|
"immutable": true,
|
|
54961
55063
|
"locationInModule": {
|
|
54962
55064
|
"filename": "src/javascript/typescript-config.ts",
|
|
54963
|
-
"line":
|
|
55065
|
+
"line": 243
|
|
54964
55066
|
},
|
|
54965
55067
|
"name": "declarationMap",
|
|
54966
55068
|
"optional": true,
|
|
@@ -54978,7 +55080,7 @@
|
|
|
54978
55080
|
"immutable": true,
|
|
54979
55081
|
"locationInModule": {
|
|
54980
55082
|
"filename": "src/javascript/typescript-config.ts",
|
|
54981
|
-
"line":
|
|
55083
|
+
"line": 252
|
|
54982
55084
|
},
|
|
54983
55085
|
"name": "downlevelIteration",
|
|
54984
55086
|
"optional": true,
|
|
@@ -54996,7 +55098,7 @@
|
|
|
54996
55098
|
"immutable": true,
|
|
54997
55099
|
"locationInModule": {
|
|
54998
55100
|
"filename": "src/javascript/typescript-config.ts",
|
|
54999
|
-
"line":
|
|
55101
|
+
"line": 410
|
|
55000
55102
|
},
|
|
55001
55103
|
"name": "emitDeclarationOnly",
|
|
55002
55104
|
"optional": true,
|
|
@@ -55016,7 +55118,7 @@
|
|
|
55016
55118
|
"immutable": true,
|
|
55017
55119
|
"locationInModule": {
|
|
55018
55120
|
"filename": "src/javascript/typescript-config.ts",
|
|
55019
|
-
"line":
|
|
55121
|
+
"line": 287
|
|
55020
55122
|
},
|
|
55021
55123
|
"name": "emitDecoratorMetadata",
|
|
55022
55124
|
"optional": true,
|
|
@@ -55034,7 +55136,7 @@
|
|
|
55034
55136
|
"immutable": true,
|
|
55035
55137
|
"locationInModule": {
|
|
55036
55138
|
"filename": "src/javascript/typescript-config.ts",
|
|
55037
|
-
"line":
|
|
55139
|
+
"line": 269
|
|
55038
55140
|
},
|
|
55039
55141
|
"name": "esModuleInterop",
|
|
55040
55142
|
"optional": true,
|
|
@@ -55052,7 +55154,7 @@
|
|
|
55052
55154
|
"immutable": true,
|
|
55053
55155
|
"locationInModule": {
|
|
55054
55156
|
"filename": "src/javascript/typescript-config.ts",
|
|
55055
|
-
"line":
|
|
55157
|
+
"line": 585
|
|
55056
55158
|
},
|
|
55057
55159
|
"name": "exactOptionalPropertyTypes",
|
|
55058
55160
|
"optional": true,
|
|
@@ -55070,7 +55172,7 @@
|
|
|
55070
55172
|
"immutable": true,
|
|
55071
55173
|
"locationInModule": {
|
|
55072
55174
|
"filename": "src/javascript/typescript-config.ts",
|
|
55073
|
-
"line":
|
|
55175
|
+
"line": 276
|
|
55074
55176
|
},
|
|
55075
55177
|
"name": "experimentalDecorators",
|
|
55076
55178
|
"optional": true,
|
|
@@ -55088,7 +55190,7 @@
|
|
|
55088
55190
|
"immutable": true,
|
|
55089
55191
|
"locationInModule": {
|
|
55090
55192
|
"filename": "src/javascript/typescript-config.ts",
|
|
55091
|
-
"line":
|
|
55193
|
+
"line": 294
|
|
55092
55194
|
},
|
|
55093
55195
|
"name": "forceConsistentCasingInFileNames",
|
|
55094
55196
|
"optional": true,
|
|
@@ -55096,6 +55198,26 @@
|
|
|
55096
55198
|
"primitive": "boolean"
|
|
55097
55199
|
}
|
|
55098
55200
|
},
|
|
55201
|
+
{
|
|
55202
|
+
"abstract": true,
|
|
55203
|
+
"docs": {
|
|
55204
|
+
"default": "undefined",
|
|
55205
|
+
"remarks": "Set to the TypeScript version that introduced the deprecation, e.g. `\"6.0\"`.",
|
|
55206
|
+
"see": "https://www.typescriptlang.org/tsconfig/#ignoreDeprecations",
|
|
55207
|
+
"stability": "experimental",
|
|
55208
|
+
"summary": "Silence deprecation warnings for options scheduled for removal in a future TypeScript release (for example `moduleResolution: \"node10\"`, which became an error in TypeScript 6.0)."
|
|
55209
|
+
},
|
|
55210
|
+
"immutable": true,
|
|
55211
|
+
"locationInModule": {
|
|
55212
|
+
"filename": "src/javascript/typescript-config.ts",
|
|
55213
|
+
"line": 217
|
|
55214
|
+
},
|
|
55215
|
+
"name": "ignoreDeprecations",
|
|
55216
|
+
"optional": true,
|
|
55217
|
+
"type": {
|
|
55218
|
+
"primitive": "string"
|
|
55219
|
+
}
|
|
55220
|
+
},
|
|
55099
55221
|
{
|
|
55100
55222
|
"abstract": true,
|
|
55101
55223
|
"docs": {
|
|
@@ -55110,7 +55232,7 @@
|
|
|
55110
55232
|
"immutable": true,
|
|
55111
55233
|
"locationInModule": {
|
|
55112
55234
|
"filename": "src/javascript/typescript-config.ts",
|
|
55113
|
-
"line":
|
|
55235
|
+
"line": 314
|
|
55114
55236
|
},
|
|
55115
55237
|
"name": "importsNotUsedAsValues",
|
|
55116
55238
|
"optional": true,
|
|
@@ -55129,7 +55251,7 @@
|
|
|
55129
55251
|
"immutable": true,
|
|
55130
55252
|
"locationInModule": {
|
|
55131
55253
|
"filename": "src/javascript/typescript-config.ts",
|
|
55132
|
-
"line":
|
|
55254
|
+
"line": 630
|
|
55133
55255
|
},
|
|
55134
55256
|
"name": "incremental",
|
|
55135
55257
|
"optional": true,
|
|
@@ -55147,7 +55269,7 @@
|
|
|
55147
55269
|
"immutable": true,
|
|
55148
55270
|
"locationInModule": {
|
|
55149
55271
|
"filename": "src/javascript/typescript-config.ts",
|
|
55150
|
-
"line":
|
|
55272
|
+
"line": 322
|
|
55151
55273
|
},
|
|
55152
55274
|
"name": "inlineSourceMap",
|
|
55153
55275
|
"optional": true,
|
|
@@ -55165,7 +55287,7 @@
|
|
|
55165
55287
|
"immutable": true,
|
|
55166
55288
|
"locationInModule": {
|
|
55167
55289
|
"filename": "src/javascript/typescript-config.ts",
|
|
55168
|
-
"line":
|
|
55290
|
+
"line": 330
|
|
55169
55291
|
},
|
|
55170
55292
|
"name": "inlineSources",
|
|
55171
55293
|
"optional": true,
|
|
@@ -55186,7 +55308,7 @@
|
|
|
55186
55308
|
"immutable": true,
|
|
55187
55309
|
"locationInModule": {
|
|
55188
55310
|
"filename": "src/javascript/typescript-config.ts",
|
|
55189
|
-
"line":
|
|
55311
|
+
"line": 353
|
|
55190
55312
|
},
|
|
55191
55313
|
"name": "isolatedModules",
|
|
55192
55314
|
"optional": true,
|
|
@@ -55204,7 +55326,7 @@
|
|
|
55204
55326
|
"immutable": true,
|
|
55205
55327
|
"locationInModule": {
|
|
55206
55328
|
"filename": "src/javascript/typescript-config.ts",
|
|
55207
|
-
"line":
|
|
55329
|
+
"line": 360
|
|
55208
55330
|
},
|
|
55209
55331
|
"name": "jsx",
|
|
55210
55332
|
"optional": true,
|
|
@@ -55222,7 +55344,7 @@
|
|
|
55222
55344
|
"immutable": true,
|
|
55223
55345
|
"locationInModule": {
|
|
55224
55346
|
"filename": "src/javascript/typescript-config.ts",
|
|
55225
|
-
"line":
|
|
55347
|
+
"line": 367
|
|
55226
55348
|
},
|
|
55227
55349
|
"name": "jsxImportSource",
|
|
55228
55350
|
"optional": true,
|
|
@@ -55241,7 +55363,7 @@
|
|
|
55241
55363
|
"immutable": true,
|
|
55242
55364
|
"locationInModule": {
|
|
55243
55365
|
"filename": "src/javascript/typescript-config.ts",
|
|
55244
|
-
"line":
|
|
55366
|
+
"line": 374
|
|
55245
55367
|
},
|
|
55246
55368
|
"name": "lib",
|
|
55247
55369
|
"optional": true,
|
|
@@ -55265,7 +55387,7 @@
|
|
|
55265
55387
|
"immutable": true,
|
|
55266
55388
|
"locationInModule": {
|
|
55267
55389
|
"filename": "src/javascript/typescript-config.ts",
|
|
55268
|
-
"line":
|
|
55390
|
+
"line": 389
|
|
55269
55391
|
},
|
|
55270
55392
|
"name": "module",
|
|
55271
55393
|
"optional": true,
|
|
@@ -55283,7 +55405,7 @@
|
|
|
55283
55405
|
"immutable": true,
|
|
55284
55406
|
"locationInModule": {
|
|
55285
55407
|
"filename": "src/javascript/typescript-config.ts",
|
|
55286
|
-
"line":
|
|
55408
|
+
"line": 381
|
|
55287
55409
|
},
|
|
55288
55410
|
"name": "moduleDetection",
|
|
55289
55411
|
"optional": true,
|
|
@@ -55302,7 +55424,7 @@
|
|
|
55302
55424
|
"immutable": true,
|
|
55303
55425
|
"locationInModule": {
|
|
55304
55426
|
"filename": "src/javascript/typescript-config.ts",
|
|
55305
|
-
"line":
|
|
55427
|
+
"line": 396
|
|
55306
55428
|
},
|
|
55307
55429
|
"name": "moduleResolution",
|
|
55308
55430
|
"optional": true,
|
|
@@ -55320,7 +55442,7 @@
|
|
|
55320
55442
|
"immutable": true,
|
|
55321
55443
|
"locationInModule": {
|
|
55322
55444
|
"filename": "src/javascript/typescript-config.ts",
|
|
55323
|
-
"line":
|
|
55445
|
+
"line": 403
|
|
55324
55446
|
},
|
|
55325
55447
|
"name": "noEmit",
|
|
55326
55448
|
"optional": true,
|
|
@@ -55338,7 +55460,7 @@
|
|
|
55338
55460
|
"immutable": true,
|
|
55339
55461
|
"locationInModule": {
|
|
55340
55462
|
"filename": "src/javascript/typescript-config.ts",
|
|
55341
|
-
"line":
|
|
55463
|
+
"line": 418
|
|
55342
55464
|
},
|
|
55343
55465
|
"name": "noEmitOnError",
|
|
55344
55466
|
"optional": true,
|
|
@@ -55357,7 +55479,7 @@
|
|
|
55357
55479
|
"immutable": true,
|
|
55358
55480
|
"locationInModule": {
|
|
55359
55481
|
"filename": "src/javascript/typescript-config.ts",
|
|
55360
|
-
"line":
|
|
55482
|
+
"line": 427
|
|
55361
55483
|
},
|
|
55362
55484
|
"name": "noFallthroughCasesInSwitch",
|
|
55363
55485
|
"optional": true,
|
|
@@ -55375,7 +55497,7 @@
|
|
|
55375
55497
|
"immutable": true,
|
|
55376
55498
|
"locationInModule": {
|
|
55377
55499
|
"filename": "src/javascript/typescript-config.ts",
|
|
55378
|
-
"line":
|
|
55500
|
+
"line": 435
|
|
55379
55501
|
},
|
|
55380
55502
|
"name": "noImplicitAny",
|
|
55381
55503
|
"optional": true,
|
|
@@ -55394,7 +55516,7 @@
|
|
|
55394
55516
|
"immutable": true,
|
|
55395
55517
|
"locationInModule": {
|
|
55396
55518
|
"filename": "src/javascript/typescript-config.ts",
|
|
55397
|
-
"line":
|
|
55519
|
+
"line": 446
|
|
55398
55520
|
},
|
|
55399
55521
|
"name": "noImplicitOverride",
|
|
55400
55522
|
"optional": true,
|
|
@@ -55412,7 +55534,7 @@
|
|
|
55412
55534
|
"immutable": true,
|
|
55413
55535
|
"locationInModule": {
|
|
55414
55536
|
"filename": "src/javascript/typescript-config.ts",
|
|
55415
|
-
"line":
|
|
55537
|
+
"line": 454
|
|
55416
55538
|
},
|
|
55417
55539
|
"name": "noImplicitReturns",
|
|
55418
55540
|
"optional": true,
|
|
@@ -55430,7 +55552,7 @@
|
|
|
55430
55552
|
"immutable": true,
|
|
55431
55553
|
"locationInModule": {
|
|
55432
55554
|
"filename": "src/javascript/typescript-config.ts",
|
|
55433
|
-
"line":
|
|
55555
|
+
"line": 460
|
|
55434
55556
|
},
|
|
55435
55557
|
"name": "noImplicitThis",
|
|
55436
55558
|
"optional": true,
|
|
@@ -55448,7 +55570,7 @@
|
|
|
55448
55570
|
"immutable": true,
|
|
55449
55571
|
"locationInModule": {
|
|
55450
55572
|
"filename": "src/javascript/typescript-config.ts",
|
|
55451
|
-
"line":
|
|
55573
|
+
"line": 467
|
|
55452
55574
|
},
|
|
55453
55575
|
"name": "noPropertyAccessFromIndexSignature",
|
|
55454
55576
|
"optional": true,
|
|
@@ -55466,7 +55588,7 @@
|
|
|
55466
55588
|
"immutable": true,
|
|
55467
55589
|
"locationInModule": {
|
|
55468
55590
|
"filename": "src/javascript/typescript-config.ts",
|
|
55469
|
-
"line":
|
|
55591
|
+
"line": 474
|
|
55470
55592
|
},
|
|
55471
55593
|
"name": "noUncheckedIndexedAccess",
|
|
55472
55594
|
"optional": true,
|
|
@@ -55484,7 +55606,7 @@
|
|
|
55484
55606
|
"immutable": true,
|
|
55485
55607
|
"locationInModule": {
|
|
55486
55608
|
"filename": "src/javascript/typescript-config.ts",
|
|
55487
|
-
"line":
|
|
55609
|
+
"line": 481
|
|
55488
55610
|
},
|
|
55489
55611
|
"name": "noUnusedLocals",
|
|
55490
55612
|
"optional": true,
|
|
@@ -55502,7 +55624,7 @@
|
|
|
55502
55624
|
"immutable": true,
|
|
55503
55625
|
"locationInModule": {
|
|
55504
55626
|
"filename": "src/javascript/typescript-config.ts",
|
|
55505
|
-
"line":
|
|
55627
|
+
"line": 488
|
|
55506
55628
|
},
|
|
55507
55629
|
"name": "noUnusedParameters",
|
|
55508
55630
|
"optional": true,
|
|
@@ -55519,7 +55641,7 @@
|
|
|
55519
55641
|
"immutable": true,
|
|
55520
55642
|
"locationInModule": {
|
|
55521
55643
|
"filename": "src/javascript/typescript-config.ts",
|
|
55522
|
-
"line":
|
|
55644
|
+
"line": 566
|
|
55523
55645
|
},
|
|
55524
55646
|
"name": "outDir",
|
|
55525
55647
|
"optional": true,
|
|
@@ -55537,7 +55659,7 @@
|
|
|
55537
55659
|
"immutable": true,
|
|
55538
55660
|
"locationInModule": {
|
|
55539
55661
|
"filename": "src/javascript/typescript-config.ts",
|
|
55540
|
-
"line":
|
|
55662
|
+
"line": 606
|
|
55541
55663
|
},
|
|
55542
55664
|
"name": "paths",
|
|
55543
55665
|
"optional": true,
|
|
@@ -55565,7 +55687,7 @@
|
|
|
55565
55687
|
"immutable": true,
|
|
55566
55688
|
"locationInModule": {
|
|
55567
55689
|
"filename": "src/javascript/typescript-config.ts",
|
|
55568
|
-
"line":
|
|
55690
|
+
"line": 496
|
|
55569
55691
|
},
|
|
55570
55692
|
"name": "resolveJsonModule",
|
|
55571
55693
|
"optional": true,
|
|
@@ -55583,7 +55705,7 @@
|
|
|
55583
55705
|
"immutable": true,
|
|
55584
55706
|
"locationInModule": {
|
|
55585
55707
|
"filename": "src/javascript/typescript-config.ts",
|
|
55586
|
-
"line":
|
|
55708
|
+
"line": 545
|
|
55587
55709
|
},
|
|
55588
55710
|
"name": "resolvePackageJsonExports",
|
|
55589
55711
|
"optional": true,
|
|
@@ -55601,7 +55723,7 @@
|
|
|
55601
55723
|
"immutable": true,
|
|
55602
55724
|
"locationInModule": {
|
|
55603
55725
|
"filename": "src/javascript/typescript-config.ts",
|
|
55604
|
-
"line":
|
|
55726
|
+
"line": 552
|
|
55605
55727
|
},
|
|
55606
55728
|
"name": "resolvePackageJsonImports",
|
|
55607
55729
|
"optional": true,
|
|
@@ -55619,7 +55741,7 @@
|
|
|
55619
55741
|
"immutable": true,
|
|
55620
55742
|
"locationInModule": {
|
|
55621
55743
|
"filename": "src/javascript/typescript-config.ts",
|
|
55622
|
-
"line":
|
|
55744
|
+
"line": 573
|
|
55623
55745
|
},
|
|
55624
55746
|
"name": "rootDir",
|
|
55625
55747
|
"optional": true,
|
|
@@ -55637,7 +55759,7 @@
|
|
|
55637
55759
|
"immutable": true,
|
|
55638
55760
|
"locationInModule": {
|
|
55639
55761
|
"filename": "src/javascript/typescript-config.ts",
|
|
55640
|
-
"line":
|
|
55762
|
+
"line": 503
|
|
55641
55763
|
},
|
|
55642
55764
|
"name": "skipLibCheck",
|
|
55643
55765
|
"optional": true,
|
|
@@ -55655,7 +55777,7 @@
|
|
|
55655
55777
|
"immutable": true,
|
|
55656
55778
|
"locationInModule": {
|
|
55657
55779
|
"filename": "src/javascript/typescript-config.ts",
|
|
55658
|
-
"line":
|
|
55780
|
+
"line": 337
|
|
55659
55781
|
},
|
|
55660
55782
|
"name": "sourceMap",
|
|
55661
55783
|
"optional": true,
|
|
@@ -55673,7 +55795,7 @@
|
|
|
55673
55795
|
"immutable": true,
|
|
55674
55796
|
"locationInModule": {
|
|
55675
55797
|
"filename": "src/javascript/typescript-config.ts",
|
|
55676
|
-
"line":
|
|
55798
|
+
"line": 345
|
|
55677
55799
|
},
|
|
55678
55800
|
"name": "sourceRoot",
|
|
55679
55801
|
"optional": true,
|
|
@@ -55692,7 +55814,7 @@
|
|
|
55692
55814
|
"immutable": true,
|
|
55693
55815
|
"locationInModule": {
|
|
55694
55816
|
"filename": "src/javascript/typescript-config.ts",
|
|
55695
|
-
"line":
|
|
55817
|
+
"line": 513
|
|
55696
55818
|
},
|
|
55697
55819
|
"name": "strict",
|
|
55698
55820
|
"optional": true,
|
|
@@ -55711,7 +55833,7 @@
|
|
|
55711
55833
|
"immutable": true,
|
|
55712
55834
|
"locationInModule": {
|
|
55713
55835
|
"filename": "src/javascript/typescript-config.ts",
|
|
55714
|
-
"line":
|
|
55836
|
+
"line": 523
|
|
55715
55837
|
},
|
|
55716
55838
|
"name": "strictNullChecks",
|
|
55717
55839
|
"optional": true,
|
|
@@ -55729,7 +55851,7 @@
|
|
|
55729
55851
|
"immutable": true,
|
|
55730
55852
|
"locationInModule": {
|
|
55731
55853
|
"filename": "src/javascript/typescript-config.ts",
|
|
55732
|
-
"line":
|
|
55854
|
+
"line": 531
|
|
55733
55855
|
},
|
|
55734
55856
|
"name": "strictPropertyInitialization",
|
|
55735
55857
|
"optional": true,
|
|
@@ -55747,7 +55869,7 @@
|
|
|
55747
55869
|
"immutable": true,
|
|
55748
55870
|
"locationInModule": {
|
|
55749
55871
|
"filename": "src/javascript/typescript-config.ts",
|
|
55750
|
-
"line":
|
|
55872
|
+
"line": 538
|
|
55751
55873
|
},
|
|
55752
55874
|
"name": "stripInternal",
|
|
55753
55875
|
"optional": true,
|
|
@@ -55766,7 +55888,7 @@
|
|
|
55766
55888
|
"immutable": true,
|
|
55767
55889
|
"locationInModule": {
|
|
55768
55890
|
"filename": "src/javascript/typescript-config.ts",
|
|
55769
|
-
"line":
|
|
55891
|
+
"line": 561
|
|
55770
55892
|
},
|
|
55771
55893
|
"name": "target",
|
|
55772
55894
|
"optional": true,
|
|
@@ -55784,7 +55906,7 @@
|
|
|
55784
55906
|
"immutable": true,
|
|
55785
55907
|
"locationInModule": {
|
|
55786
55908
|
"filename": "src/javascript/typescript-config.ts",
|
|
55787
|
-
"line":
|
|
55909
|
+
"line": 636
|
|
55788
55910
|
},
|
|
55789
55911
|
"name": "tsBuildInfoFile",
|
|
55790
55912
|
"optional": true,
|
|
@@ -55802,7 +55924,7 @@
|
|
|
55802
55924
|
"immutable": true,
|
|
55803
55925
|
"locationInModule": {
|
|
55804
55926
|
"filename": "src/javascript/typescript-config.ts",
|
|
55805
|
-
"line":
|
|
55927
|
+
"line": 612
|
|
55806
55928
|
},
|
|
55807
55929
|
"name": "typeRoots",
|
|
55808
55930
|
"optional": true,
|
|
@@ -55825,7 +55947,7 @@
|
|
|
55825
55947
|
"immutable": true,
|
|
55826
55948
|
"locationInModule": {
|
|
55827
55949
|
"filename": "src/javascript/typescript-config.ts",
|
|
55828
|
-
"line":
|
|
55950
|
+
"line": 618
|
|
55829
55951
|
},
|
|
55830
55952
|
"name": "types",
|
|
55831
55953
|
"optional": true,
|
|
@@ -55848,7 +55970,7 @@
|
|
|
55848
55970
|
"immutable": true,
|
|
55849
55971
|
"locationInModule": {
|
|
55850
55972
|
"filename": "src/javascript/typescript-config.ts",
|
|
55851
|
-
"line":
|
|
55973
|
+
"line": 592
|
|
55852
55974
|
},
|
|
55853
55975
|
"name": "useUnknownInCatchVariables",
|
|
55854
55976
|
"optional": true,
|
|
@@ -55867,7 +55989,7 @@
|
|
|
55867
55989
|
"immutable": true,
|
|
55868
55990
|
"locationInModule": {
|
|
55869
55991
|
"filename": "src/javascript/typescript-config.ts",
|
|
55870
|
-
"line":
|
|
55992
|
+
"line": 302
|
|
55871
55993
|
},
|
|
55872
55994
|
"name": "verbatimModuleSyntax",
|
|
55873
55995
|
"optional": true,
|
|
@@ -56099,7 +56221,7 @@
|
|
|
56099
56221
|
},
|
|
56100
56222
|
"locationInModule": {
|
|
56101
56223
|
"filename": "src/javascript/typescript-config.ts",
|
|
56102
|
-
"line":
|
|
56224
|
+
"line": 739
|
|
56103
56225
|
},
|
|
56104
56226
|
"parameters": [
|
|
56105
56227
|
{
|
|
@@ -56119,7 +56241,7 @@
|
|
|
56119
56241
|
"kind": "class",
|
|
56120
56242
|
"locationInModule": {
|
|
56121
56243
|
"filename": "src/javascript/typescript-config.ts",
|
|
56122
|
-
"line":
|
|
56244
|
+
"line": 731
|
|
56123
56245
|
},
|
|
56124
56246
|
"methods": [
|
|
56125
56247
|
{
|
|
@@ -56130,7 +56252,7 @@
|
|
|
56130
56252
|
},
|
|
56131
56253
|
"locationInModule": {
|
|
56132
56254
|
"filename": "src/javascript/typescript-config.ts",
|
|
56133
|
-
"line":
|
|
56255
|
+
"line": 897
|
|
56134
56256
|
},
|
|
56135
56257
|
"name": "addExclude",
|
|
56136
56258
|
"parameters": [
|
|
@@ -56155,7 +56277,7 @@
|
|
|
56155
56277
|
},
|
|
56156
56278
|
"locationInModule": {
|
|
56157
56279
|
"filename": "src/javascript/typescript-config.ts",
|
|
56158
|
-
"line":
|
|
56280
|
+
"line": 871
|
|
56159
56281
|
},
|
|
56160
56282
|
"name": "addExtends",
|
|
56161
56283
|
"parameters": [
|
|
@@ -56178,7 +56300,7 @@
|
|
|
56178
56300
|
},
|
|
56179
56301
|
"locationInModule": {
|
|
56180
56302
|
"filename": "src/javascript/typescript-config.ts",
|
|
56181
|
-
"line":
|
|
56303
|
+
"line": 885
|
|
56182
56304
|
},
|
|
56183
56305
|
"name": "addInclude",
|
|
56184
56306
|
"parameters": [
|
|
@@ -56200,7 +56322,7 @@
|
|
|
56200
56322
|
},
|
|
56201
56323
|
"locationInModule": {
|
|
56202
56324
|
"filename": "src/javascript/typescript-config.ts",
|
|
56203
|
-
"line":
|
|
56325
|
+
"line": 924
|
|
56204
56326
|
},
|
|
56205
56327
|
"name": "preSynthesize",
|
|
56206
56328
|
"overrides": "projen.Component"
|
|
@@ -56213,7 +56335,7 @@
|
|
|
56213
56335
|
},
|
|
56214
56336
|
"locationInModule": {
|
|
56215
56337
|
"filename": "src/javascript/typescript-config.ts",
|
|
56216
|
-
"line":
|
|
56338
|
+
"line": 920
|
|
56217
56339
|
},
|
|
56218
56340
|
"name": "removeExclude",
|
|
56219
56341
|
"parameters": [
|
|
@@ -56236,7 +56358,7 @@
|
|
|
56236
56358
|
},
|
|
56237
56359
|
"locationInModule": {
|
|
56238
56360
|
"filename": "src/javascript/typescript-config.ts",
|
|
56239
|
-
"line":
|
|
56361
|
+
"line": 909
|
|
56240
56362
|
},
|
|
56241
56363
|
"name": "removeInclude",
|
|
56242
56364
|
"parameters": [
|
|
@@ -56261,7 +56383,7 @@
|
|
|
56261
56383
|
},
|
|
56262
56384
|
"locationInModule": {
|
|
56263
56385
|
"filename": "src/javascript/typescript-config.ts",
|
|
56264
|
-
"line":
|
|
56386
|
+
"line": 807
|
|
56265
56387
|
},
|
|
56266
56388
|
"name": "resolveExtendsPath",
|
|
56267
56389
|
"parameters": [
|
|
@@ -56292,7 +56414,7 @@
|
|
|
56292
56414
|
"immutable": true,
|
|
56293
56415
|
"locationInModule": {
|
|
56294
56416
|
"filename": "src/javascript/typescript-config.ts",
|
|
56295
|
-
"line":
|
|
56417
|
+
"line": 779
|
|
56296
56418
|
},
|
|
56297
56419
|
"name": "exclude",
|
|
56298
56420
|
"type": {
|
|
@@ -56312,7 +56434,7 @@
|
|
|
56312
56434
|
"immutable": true,
|
|
56313
56435
|
"locationInModule": {
|
|
56314
56436
|
"filename": "src/javascript/typescript-config.ts",
|
|
56315
|
-
"line":
|
|
56437
|
+
"line": 857
|
|
56316
56438
|
},
|
|
56317
56439
|
"name": "extends",
|
|
56318
56440
|
"type": {
|
|
@@ -56331,7 +56453,7 @@
|
|
|
56331
56453
|
"immutable": true,
|
|
56332
56454
|
"locationInModule": {
|
|
56333
56455
|
"filename": "src/javascript/typescript-config.ts",
|
|
56334
|
-
"line":
|
|
56456
|
+
"line": 737
|
|
56335
56457
|
},
|
|
56336
56458
|
"name": "file",
|
|
56337
56459
|
"type": {
|
|
@@ -56345,7 +56467,7 @@
|
|
|
56345
56467
|
"immutable": true,
|
|
56346
56468
|
"locationInModule": {
|
|
56347
56469
|
"filename": "src/javascript/typescript-config.ts",
|
|
56348
|
-
"line":
|
|
56470
|
+
"line": 736
|
|
56349
56471
|
},
|
|
56350
56472
|
"name": "fileName",
|
|
56351
56473
|
"type": {
|
|
@@ -56359,7 +56481,7 @@
|
|
|
56359
56481
|
"immutable": true,
|
|
56360
56482
|
"locationInModule": {
|
|
56361
56483
|
"filename": "src/javascript/typescript-config.ts",
|
|
56362
|
-
"line":
|
|
56484
|
+
"line": 775
|
|
56363
56485
|
},
|
|
56364
56486
|
"name": "include",
|
|
56365
56487
|
"type": {
|
|
@@ -56378,7 +56500,7 @@
|
|
|
56378
56500
|
"immutable": true,
|
|
56379
56501
|
"locationInModule": {
|
|
56380
56502
|
"filename": "src/javascript/typescript-config.ts",
|
|
56381
|
-
"line":
|
|
56503
|
+
"line": 733
|
|
56382
56504
|
},
|
|
56383
56505
|
"name": "compilerOptions",
|
|
56384
56506
|
"optional": true,
|
|
@@ -56399,7 +56521,7 @@
|
|
|
56399
56521
|
"kind": "class",
|
|
56400
56522
|
"locationInModule": {
|
|
56401
56523
|
"filename": "src/javascript/typescript-config.ts",
|
|
56402
|
-
"line":
|
|
56524
|
+
"line": 694
|
|
56403
56525
|
},
|
|
56404
56526
|
"methods": [
|
|
56405
56527
|
{
|
|
@@ -56412,7 +56534,7 @@
|
|
|
56412
56534
|
},
|
|
56413
56535
|
"locationInModule": {
|
|
56414
56536
|
"filename": "src/javascript/typescript-config.ts",
|
|
56415
|
-
"line":
|
|
56537
|
+
"line": 703
|
|
56416
56538
|
},
|
|
56417
56539
|
"name": "fromPaths",
|
|
56418
56540
|
"parameters": [
|
|
@@ -56448,7 +56570,7 @@
|
|
|
56448
56570
|
},
|
|
56449
56571
|
"locationInModule": {
|
|
56450
56572
|
"filename": "src/javascript/typescript-config.ts",
|
|
56451
|
-
"line":
|
|
56573
|
+
"line": 715
|
|
56452
56574
|
},
|
|
56453
56575
|
"name": "fromTypescriptConfigs",
|
|
56454
56576
|
"parameters": [
|
|
@@ -56480,7 +56602,7 @@
|
|
|
56480
56602
|
},
|
|
56481
56603
|
"locationInModule": {
|
|
56482
56604
|
"filename": "src/javascript/typescript-config.ts",
|
|
56483
|
-
"line":
|
|
56605
|
+
"line": 726
|
|
56484
56606
|
},
|
|
56485
56607
|
"name": "toJSON",
|
|
56486
56608
|
"returns": {
|
|
@@ -57534,7 +57656,7 @@
|
|
|
57534
57656
|
"kind": "interface",
|
|
57535
57657
|
"locationInModule": {
|
|
57536
57658
|
"filename": "src/javascript/node-package.ts",
|
|
57537
|
-
"line":
|
|
57659
|
+
"line": 2077
|
|
57538
57660
|
},
|
|
57539
57661
|
"name": "YarnBerryOptions",
|
|
57540
57662
|
"namespace": "javascript",
|
|
@@ -57549,7 +57671,7 @@
|
|
|
57549
57671
|
"immutable": true,
|
|
57550
57672
|
"locationInModule": {
|
|
57551
57673
|
"filename": "src/javascript/node-package.ts",
|
|
57552
|
-
"line":
|
|
57674
|
+
"line": 2083
|
|
57553
57675
|
},
|
|
57554
57676
|
"name": "version",
|
|
57555
57677
|
"optional": true,
|
|
@@ -57567,7 +57689,7 @@
|
|
|
57567
57689
|
"immutable": true,
|
|
57568
57690
|
"locationInModule": {
|
|
57569
57691
|
"filename": "src/javascript/node-package.ts",
|
|
57570
|
-
"line":
|
|
57692
|
+
"line": 2090
|
|
57571
57693
|
},
|
|
57572
57694
|
"name": "yarnRcOptions",
|
|
57573
57695
|
"optional": true,
|
|
@@ -57586,7 +57708,7 @@
|
|
|
57586
57708
|
"immutable": true,
|
|
57587
57709
|
"locationInModule": {
|
|
57588
57710
|
"filename": "src/javascript/node-package.ts",
|
|
57589
|
-
"line":
|
|
57711
|
+
"line": 2098
|
|
57590
57712
|
},
|
|
57591
57713
|
"name": "zeroInstalls",
|
|
57592
57714
|
"optional": true,
|
|
@@ -84011,6 +84133,6 @@
|
|
|
84011
84133
|
"usedFeatures": [
|
|
84012
84134
|
"class-covariant-overrides"
|
|
84013
84135
|
],
|
|
84014
|
-
"version": "0.99.
|
|
84015
|
-
"fingerprint": "
|
|
84136
|
+
"version": "0.99.80",
|
|
84137
|
+
"fingerprint": "2GoKVcnwvyKfU69CayNLx6LGaEi/GxYg9NoVpp7d6iE="
|
|
84016
84138
|
}
|