projen 0.85.1 → 0.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +342 -173
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.d.ts +10 -0
- package/lib/dependencies.js +16 -2
- 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.d.ts +40 -1
- package/lib/gitattributes.js +37 -4
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +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/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 +6 -4
- package/lib/javascript/node-project.js +6 -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.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.d.ts +12 -1
- package/lib/project.js +5 -3
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +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/node_modules/is-core-module/CHANGELOG.md +10 -0
- package/node_modules/is-core-module/core.json +2 -2
- package/node_modules/is-core-module/package.json +4 -4
- package/node_modules/is-core-module/test/index.js +17 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
},
|
|
483
483
|
"locationInModule": {
|
|
484
484
|
"filename": "src/dependencies.ts",
|
|
485
|
-
"line":
|
|
485
|
+
"line": 53
|
|
486
486
|
},
|
|
487
487
|
"parameters": [
|
|
488
488
|
{
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
"kind": "class",
|
|
500
500
|
"locationInModule": {
|
|
501
501
|
"filename": "src/dependencies.ts",
|
|
502
|
-
"line":
|
|
502
|
+
"line": 17
|
|
503
503
|
},
|
|
504
504
|
"methods": [
|
|
505
505
|
{
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
},
|
|
511
511
|
"locationInModule": {
|
|
512
512
|
"filename": "src/dependencies.ts",
|
|
513
|
-
"line":
|
|
513
|
+
"line": 32
|
|
514
514
|
},
|
|
515
515
|
"name": "parseDependency",
|
|
516
516
|
"parameters": [
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
},
|
|
536
536
|
"locationInModule": {
|
|
537
537
|
"filename": "src/dependencies.ts",
|
|
538
|
-
"line":
|
|
538
|
+
"line": 135
|
|
539
539
|
},
|
|
540
540
|
"name": "addDependency",
|
|
541
541
|
"parameters": [
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
},
|
|
586
586
|
"locationInModule": {
|
|
587
587
|
"filename": "src/dependencies.ts",
|
|
588
|
-
"line":
|
|
588
|
+
"line": 88
|
|
589
589
|
},
|
|
590
590
|
"name": "getDependency",
|
|
591
591
|
"parameters": [
|
|
@@ -616,6 +616,52 @@
|
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
|
+
{
|
|
620
|
+
"docs": {
|
|
621
|
+
"returns": "`true` if the dependency exists and its version satisfies the provided constraint. `false` otherwise.\nNotably returns `false` if a dependency exists, but has no version.",
|
|
622
|
+
"stability": "experimental",
|
|
623
|
+
"summary": "Checks if an existing dependency satisfies a dependency requirement."
|
|
624
|
+
},
|
|
625
|
+
"locationInModule": {
|
|
626
|
+
"filename": "src/dependencies.ts",
|
|
627
|
+
"line": 186
|
|
628
|
+
},
|
|
629
|
+
"name": "isDependencySatisfied",
|
|
630
|
+
"parameters": [
|
|
631
|
+
{
|
|
632
|
+
"docs": {
|
|
633
|
+
"summary": "The name of the dependency to check (without the version)."
|
|
634
|
+
},
|
|
635
|
+
"name": "name",
|
|
636
|
+
"type": {
|
|
637
|
+
"primitive": "string"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"docs": {
|
|
642
|
+
"summary": "The dependency type."
|
|
643
|
+
},
|
|
644
|
+
"name": "type",
|
|
645
|
+
"type": {
|
|
646
|
+
"fqn": "projen.DependencyType"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"docs": {
|
|
651
|
+
"summary": "The version constraint to check (e.g. `^3.4.0`). The constraint of the dependency must be a subset of the expected range to satisfy the requirements."
|
|
652
|
+
},
|
|
653
|
+
"name": "expectedRange",
|
|
654
|
+
"type": {
|
|
655
|
+
"primitive": "string"
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
],
|
|
659
|
+
"returns": {
|
|
660
|
+
"type": {
|
|
661
|
+
"primitive": "boolean"
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
619
665
|
{
|
|
620
666
|
"docs": {
|
|
621
667
|
"stability": "experimental",
|
|
@@ -623,7 +669,7 @@
|
|
|
623
669
|
},
|
|
624
670
|
"locationInModule": {
|
|
625
671
|
"filename": "src/dependencies.ts",
|
|
626
|
-
"line":
|
|
672
|
+
"line": 168
|
|
627
673
|
},
|
|
628
674
|
"name": "removeDependency",
|
|
629
675
|
"parameters": [
|
|
@@ -658,7 +704,7 @@
|
|
|
658
704
|
},
|
|
659
705
|
"locationInModule": {
|
|
660
706
|
"filename": "src/dependencies.ts",
|
|
661
|
-
"line":
|
|
707
|
+
"line": 114
|
|
662
708
|
},
|
|
663
709
|
"name": "tryGetDependency",
|
|
664
710
|
"parameters": [
|
|
@@ -702,7 +748,7 @@
|
|
|
702
748
|
"immutable": true,
|
|
703
749
|
"locationInModule": {
|
|
704
750
|
"filename": "src/dependencies.ts",
|
|
705
|
-
"line":
|
|
751
|
+
"line": 21
|
|
706
752
|
},
|
|
707
753
|
"name": "MANIFEST_FILE",
|
|
708
754
|
"static": true,
|
|
@@ -719,7 +765,7 @@
|
|
|
719
765
|
"immutable": true,
|
|
720
766
|
"locationInModule": {
|
|
721
767
|
"filename": "src/dependencies.ts",
|
|
722
|
-
"line":
|
|
768
|
+
"line": 72
|
|
723
769
|
},
|
|
724
770
|
"name": "all",
|
|
725
771
|
"type": {
|
|
@@ -748,7 +794,7 @@
|
|
|
748
794
|
"kind": "interface",
|
|
749
795
|
"locationInModule": {
|
|
750
796
|
"filename": "src/dependencies.ts",
|
|
751
|
-
"line":
|
|
797
|
+
"line": 288
|
|
752
798
|
},
|
|
753
799
|
"name": "Dependency",
|
|
754
800
|
"properties": [
|
|
@@ -761,7 +807,7 @@
|
|
|
761
807
|
"immutable": true,
|
|
762
808
|
"locationInModule": {
|
|
763
809
|
"filename": "src/dependencies.ts",
|
|
764
|
-
"line":
|
|
810
|
+
"line": 292
|
|
765
811
|
},
|
|
766
812
|
"name": "type",
|
|
767
813
|
"type": {
|
|
@@ -778,7 +824,7 @@
|
|
|
778
824
|
"immutable": true,
|
|
779
825
|
"locationInModule": {
|
|
780
826
|
"filename": "src/dependencies.ts",
|
|
781
|
-
"line":
|
|
827
|
+
"line": 299
|
|
782
828
|
},
|
|
783
829
|
"name": "metadata",
|
|
784
830
|
"optional": true,
|
|
@@ -805,7 +851,7 @@
|
|
|
805
851
|
"kind": "interface",
|
|
806
852
|
"locationInModule": {
|
|
807
853
|
"filename": "src/dependencies.ts",
|
|
808
|
-
"line":
|
|
854
|
+
"line": 268
|
|
809
855
|
},
|
|
810
856
|
"name": "DependencyCoordinates",
|
|
811
857
|
"properties": [
|
|
@@ -819,7 +865,7 @@
|
|
|
819
865
|
"immutable": true,
|
|
820
866
|
"locationInModule": {
|
|
821
867
|
"filename": "src/dependencies.ts",
|
|
822
|
-
"line":
|
|
868
|
+
"line": 275
|
|
823
869
|
},
|
|
824
870
|
"name": "name",
|
|
825
871
|
"type": {
|
|
@@ -836,7 +882,7 @@
|
|
|
836
882
|
"immutable": true,
|
|
837
883
|
"locationInModule": {
|
|
838
884
|
"filename": "src/dependencies.ts",
|
|
839
|
-
"line":
|
|
885
|
+
"line": 282
|
|
840
886
|
},
|
|
841
887
|
"name": "version",
|
|
842
888
|
"optional": true,
|
|
@@ -857,7 +903,7 @@
|
|
|
857
903
|
"kind": "enum",
|
|
858
904
|
"locationInModule": {
|
|
859
905
|
"filename": "src/dependencies.ts",
|
|
860
|
-
"line":
|
|
906
|
+
"line": 305
|
|
861
907
|
},
|
|
862
908
|
"members": [
|
|
863
909
|
{
|
|
@@ -932,7 +978,7 @@
|
|
|
932
978
|
"kind": "interface",
|
|
933
979
|
"locationInModule": {
|
|
934
980
|
"filename": "src/dependencies.ts",
|
|
935
|
-
"line":
|
|
981
|
+
"line": 258
|
|
936
982
|
},
|
|
937
983
|
"name": "DepsManifest",
|
|
938
984
|
"properties": [
|
|
@@ -945,7 +991,7 @@
|
|
|
945
991
|
"immutable": true,
|
|
946
992
|
"locationInModule": {
|
|
947
993
|
"filename": "src/dependencies.ts",
|
|
948
|
-
"line":
|
|
994
|
+
"line": 262
|
|
949
995
|
},
|
|
950
996
|
"name": "dependencies",
|
|
951
997
|
"type": {
|
|
@@ -2948,6 +2994,51 @@
|
|
|
2948
2994
|
],
|
|
2949
2995
|
"symbolId": "src/docker-compose/docker-compose-volume:DockerComposeVolumeMount"
|
|
2950
2996
|
},
|
|
2997
|
+
"projen.EndOfLine": {
|
|
2998
|
+
"assembly": "projen",
|
|
2999
|
+
"docs": {
|
|
3000
|
+
"stability": "experimental",
|
|
3001
|
+
"summary": "The end of line characters supported by git."
|
|
3002
|
+
},
|
|
3003
|
+
"fqn": "projen.EndOfLine",
|
|
3004
|
+
"kind": "enum",
|
|
3005
|
+
"locationInModule": {
|
|
3006
|
+
"filename": "src/gitattributes.ts",
|
|
3007
|
+
"line": 7
|
|
3008
|
+
},
|
|
3009
|
+
"members": [
|
|
3010
|
+
{
|
|
3011
|
+
"docs": {
|
|
3012
|
+
"stability": "experimental",
|
|
3013
|
+
"summary": "Maintain existing (mixed values within one file are normalised by looking at what's used after the first line)."
|
|
3014
|
+
},
|
|
3015
|
+
"name": "AUTO"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"docs": {
|
|
3019
|
+
"stability": "experimental",
|
|
3020
|
+
"summary": "Carriage Return + Line Feed characters (\\r\\n), common on Windows."
|
|
3021
|
+
},
|
|
3022
|
+
"name": "CRLF"
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"docs": {
|
|
3026
|
+
"stability": "experimental",
|
|
3027
|
+
"summary": "Line Feed only (\\n), common on Linux and macOS as well as inside git repos."
|
|
3028
|
+
},
|
|
3029
|
+
"name": "LF"
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
"docs": {
|
|
3033
|
+
"stability": "experimental",
|
|
3034
|
+
"summary": "Disable and do not configure the end of line character."
|
|
3035
|
+
},
|
|
3036
|
+
"name": "NONE"
|
|
3037
|
+
}
|
|
3038
|
+
],
|
|
3039
|
+
"name": "EndOfLine",
|
|
3040
|
+
"symbolId": "src/gitattributes:EndOfLine"
|
|
3041
|
+
},
|
|
2951
3042
|
"projen.FileBase": {
|
|
2952
3043
|
"abstract": true,
|
|
2953
3044
|
"assembly": "projen",
|
|
@@ -3256,7 +3347,7 @@
|
|
|
3256
3347
|
},
|
|
3257
3348
|
"locationInModule": {
|
|
3258
3349
|
"filename": "src/gitattributes.ts",
|
|
3259
|
-
"line":
|
|
3350
|
+
"line": 57
|
|
3260
3351
|
},
|
|
3261
3352
|
"parameters": [
|
|
3262
3353
|
{
|
|
@@ -3264,13 +3355,20 @@
|
|
|
3264
3355
|
"type": {
|
|
3265
3356
|
"fqn": "constructs.IConstruct"
|
|
3266
3357
|
}
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "options",
|
|
3361
|
+
"optional": true,
|
|
3362
|
+
"type": {
|
|
3363
|
+
"fqn": "projen.GitAttributesFileOptions"
|
|
3364
|
+
}
|
|
3267
3365
|
}
|
|
3268
3366
|
]
|
|
3269
3367
|
},
|
|
3270
3368
|
"kind": "class",
|
|
3271
3369
|
"locationInModule": {
|
|
3272
3370
|
"filename": "src/gitattributes.ts",
|
|
3273
|
-
"line":
|
|
3371
|
+
"line": 49
|
|
3274
3372
|
},
|
|
3275
3373
|
"methods": [
|
|
3276
3374
|
{
|
|
@@ -3280,7 +3378,7 @@
|
|
|
3280
3378
|
},
|
|
3281
3379
|
"locationInModule": {
|
|
3282
3380
|
"filename": "src/gitattributes.ts",
|
|
3283
|
-
"line":
|
|
3381
|
+
"line": 82
|
|
3284
3382
|
},
|
|
3285
3383
|
"name": "addAttributes",
|
|
3286
3384
|
"parameters": [
|
|
@@ -3313,7 +3411,7 @@
|
|
|
3313
3411
|
},
|
|
3314
3412
|
"locationInModule": {
|
|
3315
3413
|
"filename": "src/gitattributes.ts",
|
|
3316
|
-
"line":
|
|
3414
|
+
"line": 95
|
|
3317
3415
|
},
|
|
3318
3416
|
"name": "addLfsPattern",
|
|
3319
3417
|
"parameters": [
|
|
@@ -3332,7 +3430,7 @@
|
|
|
3332
3430
|
},
|
|
3333
3431
|
"locationInModule": {
|
|
3334
3432
|
"filename": "src/gitattributes.ts",
|
|
3335
|
-
"line":
|
|
3433
|
+
"line": 108
|
|
3336
3434
|
},
|
|
3337
3435
|
"name": "preSynthesize",
|
|
3338
3436
|
"overrides": "projen.Component"
|
|
@@ -3344,7 +3442,7 @@
|
|
|
3344
3442
|
},
|
|
3345
3443
|
"locationInModule": {
|
|
3346
3444
|
"filename": "src/gitattributes.ts",
|
|
3347
|
-
"line":
|
|
3445
|
+
"line": 114
|
|
3348
3446
|
},
|
|
3349
3447
|
"name": "synthesizeContent",
|
|
3350
3448
|
"overrides": "projen.FileBase",
|
|
@@ -3367,6 +3465,21 @@
|
|
|
3367
3465
|
],
|
|
3368
3466
|
"name": "GitAttributesFile",
|
|
3369
3467
|
"properties": [
|
|
3468
|
+
{
|
|
3469
|
+
"docs": {
|
|
3470
|
+
"stability": "experimental",
|
|
3471
|
+
"summary": "The default end of line character for text files."
|
|
3472
|
+
},
|
|
3473
|
+
"immutable": true,
|
|
3474
|
+
"locationInModule": {
|
|
3475
|
+
"filename": "src/gitattributes.ts",
|
|
3476
|
+
"line": 55
|
|
3477
|
+
},
|
|
3478
|
+
"name": "endOfLine",
|
|
3479
|
+
"type": {
|
|
3480
|
+
"fqn": "projen.EndOfLine"
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3370
3483
|
{
|
|
3371
3484
|
"docs": {
|
|
3372
3485
|
"stability": "experimental",
|
|
@@ -3375,7 +3488,7 @@
|
|
|
3375
3488
|
"immutable": true,
|
|
3376
3489
|
"locationInModule": {
|
|
3377
3490
|
"filename": "src/gitattributes.ts",
|
|
3378
|
-
"line":
|
|
3491
|
+
"line": 102
|
|
3379
3492
|
},
|
|
3380
3493
|
"name": "hasLfsPatterns",
|
|
3381
3494
|
"type": {
|
|
@@ -3385,6 +3498,43 @@
|
|
|
3385
3498
|
],
|
|
3386
3499
|
"symbolId": "src/gitattributes:GitAttributesFile"
|
|
3387
3500
|
},
|
|
3501
|
+
"projen.GitAttributesFileOptions": {
|
|
3502
|
+
"assembly": "projen",
|
|
3503
|
+
"datatype": true,
|
|
3504
|
+
"docs": {
|
|
3505
|
+
"stability": "experimental",
|
|
3506
|
+
"summary": "Options for `GitAttributesFile`."
|
|
3507
|
+
},
|
|
3508
|
+
"fqn": "projen.GitAttributesFileOptions",
|
|
3509
|
+
"kind": "interface",
|
|
3510
|
+
"locationInModule": {
|
|
3511
|
+
"filename": "src/gitattributes.ts",
|
|
3512
|
+
"line": 33
|
|
3513
|
+
},
|
|
3514
|
+
"name": "GitAttributesFileOptions",
|
|
3515
|
+
"properties": [
|
|
3516
|
+
{
|
|
3517
|
+
"abstract": true,
|
|
3518
|
+
"docs": {
|
|
3519
|
+
"default": "EndOfLine.LF",
|
|
3520
|
+
"remarks": "endOfLine it's useful to keep the same end of line between Windows and Unix operative systems for git checking/checkout operations. Hence, it can avoid simple repository mutations consisting only of changes in the end of line characters. It will be set in the first line of the .gitattributes file to make it the first match with high priority but it can be overriden in a later line. Can be disabled by setting explicitly: `{ endOfLine: EndOfLine.NONE }`.",
|
|
3521
|
+
"stability": "experimental",
|
|
3522
|
+
"summary": "The default end of line character for text files."
|
|
3523
|
+
},
|
|
3524
|
+
"immutable": true,
|
|
3525
|
+
"locationInModule": {
|
|
3526
|
+
"filename": "src/gitattributes.ts",
|
|
3527
|
+
"line": 41
|
|
3528
|
+
},
|
|
3529
|
+
"name": "endOfLine",
|
|
3530
|
+
"optional": true,
|
|
3531
|
+
"type": {
|
|
3532
|
+
"fqn": "projen.EndOfLine"
|
|
3533
|
+
}
|
|
3534
|
+
}
|
|
3535
|
+
],
|
|
3536
|
+
"symbolId": "src/gitattributes:GitAttributesFileOptions"
|
|
3537
|
+
},
|
|
3388
3538
|
"projen.GitOptions": {
|
|
3389
3539
|
"assembly": "projen",
|
|
3390
3540
|
"datatype": true,
|
|
@@ -3400,6 +3550,25 @@
|
|
|
3400
3550
|
},
|
|
3401
3551
|
"name": "GitOptions",
|
|
3402
3552
|
"properties": [
|
|
3553
|
+
{
|
|
3554
|
+
"abstract": true,
|
|
3555
|
+
"docs": {
|
|
3556
|
+
"default": "EndOfLine.LF",
|
|
3557
|
+
"remarks": "endOfLine it's useful to keep the same end of line between Windows and Unix operative systems for git checking/checkout operations.\nHence, it can avoid simple repository mutations consisting only of changes in the end of line characters.\nIt will be set in the first line of the .gitattributes file to make it the first match with high priority but it can be overriden in a later line.\nCan be disabled by setting: `endOfLine: EndOfLine.NONE`.",
|
|
3558
|
+
"stability": "experimental",
|
|
3559
|
+
"summary": "The default end of line character for text files."
|
|
3560
|
+
},
|
|
3561
|
+
"immutable": true,
|
|
3562
|
+
"locationInModule": {
|
|
3563
|
+
"filename": "src/project.ts",
|
|
3564
|
+
"line": 149
|
|
3565
|
+
},
|
|
3566
|
+
"name": "endOfLine",
|
|
3567
|
+
"optional": true,
|
|
3568
|
+
"type": {
|
|
3569
|
+
"fqn": "projen.EndOfLine"
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3403
3572
|
{
|
|
3404
3573
|
"abstract": true,
|
|
3405
3574
|
"docs": {
|
|
@@ -5147,7 +5316,7 @@
|
|
|
5147
5316
|
"kind": "interface",
|
|
5148
5317
|
"locationInModule": {
|
|
5149
5318
|
"filename": "src/project.ts",
|
|
5150
|
-
"line":
|
|
5319
|
+
"line": 712
|
|
5151
5320
|
},
|
|
5152
5321
|
"name": "InitProject",
|
|
5153
5322
|
"properties": [
|
|
@@ -5160,7 +5329,7 @@
|
|
|
5160
5329
|
"immutable": true,
|
|
5161
5330
|
"locationInModule": {
|
|
5162
5331
|
"filename": "src/project.ts",
|
|
5163
|
-
"line":
|
|
5332
|
+
"line": 721
|
|
5164
5333
|
},
|
|
5165
5334
|
"name": "args",
|
|
5166
5335
|
"type": {
|
|
@@ -5183,7 +5352,7 @@
|
|
|
5183
5352
|
"immutable": true,
|
|
5184
5353
|
"locationInModule": {
|
|
5185
5354
|
"filename": "src/project.ts",
|
|
5186
|
-
"line":
|
|
5355
|
+
"line": 732
|
|
5187
5356
|
},
|
|
5188
5357
|
"name": "comments",
|
|
5189
5358
|
"type": {
|
|
@@ -5199,7 +5368,7 @@
|
|
|
5199
5368
|
"immutable": true,
|
|
5200
5369
|
"locationInModule": {
|
|
5201
5370
|
"filename": "src/project.ts",
|
|
5202
|
-
"line":
|
|
5371
|
+
"line": 716
|
|
5203
5372
|
},
|
|
5204
5373
|
"name": "fqn",
|
|
5205
5374
|
"type": {
|
|
@@ -5215,7 +5384,7 @@
|
|
|
5215
5384
|
"immutable": true,
|
|
5216
5385
|
"locationInModule": {
|
|
5217
5386
|
"filename": "src/project.ts",
|
|
5218
|
-
"line":
|
|
5387
|
+
"line": 726
|
|
5219
5388
|
},
|
|
5220
5389
|
"name": "type",
|
|
5221
5390
|
"type": {
|
|
@@ -6685,7 +6854,7 @@
|
|
|
6685
6854
|
},
|
|
6686
6855
|
"locationInModule": {
|
|
6687
6856
|
"filename": "src/project.ts",
|
|
6688
|
-
"line":
|
|
6857
|
+
"line": 261
|
|
6689
6858
|
},
|
|
6690
6859
|
"parameters": [
|
|
6691
6860
|
{
|
|
@@ -6699,7 +6868,7 @@
|
|
|
6699
6868
|
"kind": "class",
|
|
6700
6869
|
"locationInModule": {
|
|
6701
6870
|
"filename": "src/project.ts",
|
|
6702
|
-
"line":
|
|
6871
|
+
"line": 154
|
|
6703
6872
|
},
|
|
6704
6873
|
"methods": [
|
|
6705
6874
|
{
|
|
@@ -6709,7 +6878,7 @@
|
|
|
6709
6878
|
},
|
|
6710
6879
|
"locationInModule": {
|
|
6711
6880
|
"filename": "src/project.ts",
|
|
6712
|
-
"line":
|
|
6881
|
+
"line": 164
|
|
6713
6882
|
},
|
|
6714
6883
|
"name": "isProject",
|
|
6715
6884
|
"parameters": [
|
|
@@ -6738,7 +6907,7 @@
|
|
|
6738
6907
|
},
|
|
6739
6908
|
"locationInModule": {
|
|
6740
6909
|
"filename": "src/project.ts",
|
|
6741
|
-
"line":
|
|
6910
|
+
"line": 174
|
|
6742
6911
|
},
|
|
6743
6912
|
"name": "of",
|
|
6744
6913
|
"parameters": [
|
|
@@ -6764,7 +6933,7 @@
|
|
|
6764
6933
|
},
|
|
6765
6934
|
"locationInModule": {
|
|
6766
6935
|
"filename": "src/project.ts",
|
|
6767
|
-
"line":
|
|
6936
|
+
"line": 552
|
|
6768
6937
|
},
|
|
6769
6938
|
"name": "addExcludeFromCleanup",
|
|
6770
6939
|
"parameters": [
|
|
@@ -6788,7 +6957,7 @@
|
|
|
6788
6957
|
},
|
|
6789
6958
|
"locationInModule": {
|
|
6790
6959
|
"filename": "src/project.ts",
|
|
6791
|
-
"line":
|
|
6960
|
+
"line": 582
|
|
6792
6961
|
},
|
|
6793
6962
|
"name": "addGitIgnore",
|
|
6794
6963
|
"parameters": [
|
|
@@ -6811,7 +6980,7 @@
|
|
|
6811
6980
|
},
|
|
6812
6981
|
"locationInModule": {
|
|
6813
6982
|
"filename": "src/project.ts",
|
|
6814
|
-
"line":
|
|
6983
|
+
"line": 574
|
|
6815
6984
|
},
|
|
6816
6985
|
"name": "addPackageIgnore",
|
|
6817
6986
|
"parameters": [
|
|
@@ -6834,7 +7003,7 @@
|
|
|
6834
7003
|
},
|
|
6835
7004
|
"locationInModule": {
|
|
6836
7005
|
"filename": "src/project.ts",
|
|
6837
|
-
"line":
|
|
7006
|
+
"line": 421
|
|
6838
7007
|
},
|
|
6839
7008
|
"name": "addTask",
|
|
6840
7009
|
"parameters": [
|
|
@@ -6872,7 +7041,7 @@
|
|
|
6872
7041
|
},
|
|
6873
7042
|
"locationInModule": {
|
|
6874
7043
|
"filename": "src/project.ts",
|
|
6875
|
-
"line":
|
|
7044
|
+
"line": 542
|
|
6876
7045
|
},
|
|
6877
7046
|
"name": "addTip",
|
|
6878
7047
|
"parameters": [
|
|
@@ -6895,7 +7064,7 @@
|
|
|
6895
7064
|
},
|
|
6896
7065
|
"locationInModule": {
|
|
6897
7066
|
"filename": "src/project.ts",
|
|
6898
|
-
"line":
|
|
7067
|
+
"line": 593
|
|
6899
7068
|
},
|
|
6900
7069
|
"name": "annotateGenerated",
|
|
6901
7070
|
"parameters": [
|
|
@@ -6918,7 +7087,7 @@
|
|
|
6918
7087
|
},
|
|
6919
7088
|
"locationInModule": {
|
|
6920
7089
|
"filename": "src/project.ts",
|
|
6921
|
-
"line":
|
|
7090
|
+
"line": 681
|
|
6922
7091
|
},
|
|
6923
7092
|
"name": "postSynthesize"
|
|
6924
7093
|
},
|
|
@@ -6929,7 +7098,7 @@
|
|
|
6929
7098
|
},
|
|
6930
7099
|
"locationInModule": {
|
|
6931
7100
|
"filename": "src/project.ts",
|
|
6932
|
-
"line":
|
|
7101
|
+
"line": 676
|
|
6933
7102
|
},
|
|
6934
7103
|
"name": "preSynthesize"
|
|
6935
7104
|
},
|
|
@@ -6941,7 +7110,7 @@
|
|
|
6941
7110
|
},
|
|
6942
7111
|
"locationInModule": {
|
|
6943
7112
|
"filename": "src/project.ts",
|
|
6944
|
-
"line":
|
|
7113
|
+
"line": 432
|
|
6945
7114
|
},
|
|
6946
7115
|
"name": "removeTask",
|
|
6947
7116
|
"parameters": [
|
|
@@ -6970,7 +7139,7 @@
|
|
|
6970
7139
|
},
|
|
6971
7140
|
"locationInModule": {
|
|
6972
7141
|
"filename": "src/project.ts",
|
|
6973
|
-
"line":
|
|
7142
|
+
"line": 563
|
|
6974
7143
|
},
|
|
6975
7144
|
"name": "runTaskCommand",
|
|
6976
7145
|
"parameters": [
|
|
@@ -6998,7 +7167,7 @@
|
|
|
6998
7167
|
},
|
|
6999
7168
|
"locationInModule": {
|
|
7000
7169
|
"filename": "src/project.ts",
|
|
7001
|
-
"line":
|
|
7170
|
+
"line": 607
|
|
7002
7171
|
},
|
|
7003
7172
|
"name": "synth"
|
|
7004
7173
|
},
|
|
@@ -7010,7 +7179,7 @@
|
|
|
7010
7179
|
},
|
|
7011
7180
|
"locationInModule": {
|
|
7012
7181
|
"filename": "src/project.ts",
|
|
7013
|
-
"line":
|
|
7182
|
+
"line": 463
|
|
7014
7183
|
},
|
|
7015
7184
|
"name": "tryFindFile",
|
|
7016
7185
|
"parameters": [
|
|
@@ -7040,7 +7209,7 @@
|
|
|
7040
7209
|
},
|
|
7041
7210
|
"locationInModule": {
|
|
7042
7211
|
"filename": "src/project.ts",
|
|
7043
|
-
"line":
|
|
7212
|
+
"line": 483
|
|
7044
7213
|
},
|
|
7045
7214
|
"name": "tryFindJsonFile",
|
|
7046
7215
|
"parameters": [
|
|
@@ -7068,7 +7237,7 @@
|
|
|
7068
7237
|
},
|
|
7069
7238
|
"locationInModule": {
|
|
7070
7239
|
"filename": "src/project.ts",
|
|
7071
|
-
"line":
|
|
7240
|
+
"line": 502
|
|
7072
7241
|
},
|
|
7073
7242
|
"name": "tryFindObjectFile",
|
|
7074
7243
|
"parameters": [
|
|
@@ -7097,7 +7266,7 @@
|
|
|
7097
7266
|
},
|
|
7098
7267
|
"locationInModule": {
|
|
7099
7268
|
"filename": "src/project.ts",
|
|
7100
|
-
"line":
|
|
7269
|
+
"line": 526
|
|
7101
7270
|
},
|
|
7102
7271
|
"name": "tryRemoveFile",
|
|
7103
7272
|
"parameters": [
|
|
@@ -7132,7 +7301,7 @@
|
|
|
7132
7301
|
"immutable": true,
|
|
7133
7302
|
"locationInModule": {
|
|
7134
7303
|
"filename": "src/project.ts",
|
|
7135
|
-
"line":
|
|
7304
|
+
"line": 159
|
|
7136
7305
|
},
|
|
7137
7306
|
"name": "DEFAULT_TASK",
|
|
7138
7307
|
"static": true,
|
|
@@ -7147,7 +7316,7 @@
|
|
|
7147
7316
|
"immutable": true,
|
|
7148
7317
|
"locationInModule": {
|
|
7149
7318
|
"filename": "src/project.ts",
|
|
7150
|
-
"line":
|
|
7319
|
+
"line": 436
|
|
7151
7320
|
},
|
|
7152
7321
|
"name": "buildTask",
|
|
7153
7322
|
"type": {
|
|
@@ -7162,7 +7331,7 @@
|
|
|
7162
7331
|
"immutable": true,
|
|
7163
7332
|
"locationInModule": {
|
|
7164
7333
|
"filename": "src/project.ts",
|
|
7165
|
-
"line":
|
|
7334
|
+
"line": 253
|
|
7166
7335
|
},
|
|
7167
7336
|
"name": "commitGenerated",
|
|
7168
7337
|
"type": {
|
|
@@ -7176,7 +7345,7 @@
|
|
|
7176
7345
|
"immutable": true,
|
|
7177
7346
|
"locationInModule": {
|
|
7178
7347
|
"filename": "src/project.ts",
|
|
7179
|
-
"line":
|
|
7348
|
+
"line": 439
|
|
7180
7349
|
},
|
|
7181
7350
|
"name": "compileTask",
|
|
7182
7351
|
"type": {
|
|
@@ -7191,7 +7360,7 @@
|
|
|
7191
7360
|
"immutable": true,
|
|
7192
7361
|
"locationInModule": {
|
|
7193
7362
|
"filename": "src/project.ts",
|
|
7194
|
-
"line":
|
|
7363
|
+
"line": 390
|
|
7195
7364
|
},
|
|
7196
7365
|
"name": "components",
|
|
7197
7366
|
"type": {
|
|
@@ -7211,7 +7380,7 @@
|
|
|
7211
7380
|
"immutable": true,
|
|
7212
7381
|
"locationInModule": {
|
|
7213
7382
|
"filename": "src/project.ts",
|
|
7214
|
-
"line":
|
|
7383
|
+
"line": 210
|
|
7215
7384
|
},
|
|
7216
7385
|
"name": "deps",
|
|
7217
7386
|
"type": {
|
|
@@ -7226,7 +7395,7 @@
|
|
|
7226
7395
|
"immutable": true,
|
|
7227
7396
|
"locationInModule": {
|
|
7228
7397
|
"filename": "src/project.ts",
|
|
7229
|
-
"line":
|
|
7398
|
+
"line": 669
|
|
7230
7399
|
},
|
|
7231
7400
|
"name": "ejected",
|
|
7232
7401
|
"type": {
|
|
@@ -7241,7 +7410,7 @@
|
|
|
7241
7410
|
"immutable": true,
|
|
7242
7411
|
"locationInModule": {
|
|
7243
7412
|
"filename": "src/project.ts",
|
|
7244
|
-
"line":
|
|
7413
|
+
"line": 408
|
|
7245
7414
|
},
|
|
7246
7415
|
"name": "files",
|
|
7247
7416
|
"type": {
|
|
@@ -7261,7 +7430,7 @@
|
|
|
7261
7430
|
"immutable": true,
|
|
7262
7431
|
"locationInModule": {
|
|
7263
7432
|
"filename": "src/project.ts",
|
|
7264
|
-
"line":
|
|
7433
|
+
"line": 191
|
|
7265
7434
|
},
|
|
7266
7435
|
"name": "gitattributes",
|
|
7267
7436
|
"type": {
|
|
@@ -7276,7 +7445,7 @@
|
|
|
7276
7445
|
"immutable": true,
|
|
7277
7446
|
"locationInModule": {
|
|
7278
7447
|
"filename": "src/project.ts",
|
|
7279
|
-
"line":
|
|
7448
|
+
"line": 186
|
|
7280
7449
|
},
|
|
7281
7450
|
"name": "gitignore",
|
|
7282
7451
|
"type": {
|
|
@@ -7291,7 +7460,7 @@
|
|
|
7291
7460
|
"immutable": true,
|
|
7292
7461
|
"locationInModule": {
|
|
7293
7462
|
"filename": "src/project.ts",
|
|
7294
|
-
"line":
|
|
7463
|
+
"line": 215
|
|
7295
7464
|
},
|
|
7296
7465
|
"name": "logger",
|
|
7297
7466
|
"type": {
|
|
@@ -7306,7 +7475,7 @@
|
|
|
7306
7475
|
"immutable": true,
|
|
7307
7476
|
"locationInModule": {
|
|
7308
7477
|
"filename": "src/project.ts",
|
|
7309
|
-
"line":
|
|
7478
|
+
"line": 181
|
|
7310
7479
|
},
|
|
7311
7480
|
"name": "name",
|
|
7312
7481
|
"type": {
|
|
@@ -7321,7 +7490,7 @@
|
|
|
7321
7490
|
"immutable": true,
|
|
7322
7491
|
"locationInModule": {
|
|
7323
7492
|
"filename": "src/project.ts",
|
|
7324
|
-
"line":
|
|
7493
|
+
"line": 201
|
|
7325
7494
|
},
|
|
7326
7495
|
"name": "outdir",
|
|
7327
7496
|
"type": {
|
|
@@ -7335,7 +7504,7 @@
|
|
|
7335
7504
|
"immutable": true,
|
|
7336
7505
|
"locationInModule": {
|
|
7337
7506
|
"filename": "src/project.ts",
|
|
7338
|
-
"line":
|
|
7507
|
+
"line": 451
|
|
7339
7508
|
},
|
|
7340
7509
|
"name": "packageTask",
|
|
7341
7510
|
"type": {
|
|
@@ -7349,7 +7518,7 @@
|
|
|
7349
7518
|
"immutable": true,
|
|
7350
7519
|
"locationInModule": {
|
|
7351
7520
|
"filename": "src/project.ts",
|
|
7352
|
-
"line":
|
|
7521
|
+
"line": 448
|
|
7353
7522
|
},
|
|
7354
7523
|
"name": "postCompileTask",
|
|
7355
7524
|
"type": {
|
|
@@ -7363,7 +7532,7 @@
|
|
|
7363
7532
|
"immutable": true,
|
|
7364
7533
|
"locationInModule": {
|
|
7365
7534
|
"filename": "src/project.ts",
|
|
7366
|
-
"line":
|
|
7535
|
+
"line": 445
|
|
7367
7536
|
},
|
|
7368
7537
|
"name": "preCompileTask",
|
|
7369
7538
|
"type": {
|
|
@@ -7378,7 +7547,7 @@
|
|
|
7378
7547
|
"immutable": true,
|
|
7379
7548
|
"locationInModule": {
|
|
7380
7549
|
"filename": "src/project.ts",
|
|
7381
|
-
"line":
|
|
7550
|
+
"line": 248
|
|
7382
7551
|
},
|
|
7383
7552
|
"name": "projectBuild",
|
|
7384
7553
|
"type": {
|
|
@@ -7393,7 +7562,7 @@
|
|
|
7393
7562
|
"immutable": true,
|
|
7394
7563
|
"locationInModule": {
|
|
7395
7564
|
"filename": "src/project.ts",
|
|
7396
|
-
"line":
|
|
7565
|
+
"line": 227
|
|
7397
7566
|
},
|
|
7398
7567
|
"name": "projenCommand",
|
|
7399
7568
|
"type": {
|
|
@@ -7408,7 +7577,7 @@
|
|
|
7408
7577
|
"immutable": true,
|
|
7409
7578
|
"locationInModule": {
|
|
7410
7579
|
"filename": "src/project.ts",
|
|
7411
|
-
"line":
|
|
7580
|
+
"line": 383
|
|
7412
7581
|
},
|
|
7413
7582
|
"name": "root",
|
|
7414
7583
|
"type": {
|
|
@@ -7423,7 +7592,7 @@
|
|
|
7423
7592
|
"immutable": true,
|
|
7424
7593
|
"locationInModule": {
|
|
7425
7594
|
"filename": "src/project.ts",
|
|
7426
|
-
"line":
|
|
7595
|
+
"line": 401
|
|
7427
7596
|
},
|
|
7428
7597
|
"name": "subprojects",
|
|
7429
7598
|
"type": {
|
|
@@ -7443,7 +7612,7 @@
|
|
|
7443
7612
|
"immutable": true,
|
|
7444
7613
|
"locationInModule": {
|
|
7445
7614
|
"filename": "src/project.ts",
|
|
7446
|
-
"line":
|
|
7615
|
+
"line": 205
|
|
7447
7616
|
},
|
|
7448
7617
|
"name": "tasks",
|
|
7449
7618
|
"type": {
|
|
@@ -7457,7 +7626,7 @@
|
|
|
7457
7626
|
"immutable": true,
|
|
7458
7627
|
"locationInModule": {
|
|
7459
7628
|
"filename": "src/project.ts",
|
|
7460
|
-
"line":
|
|
7629
|
+
"line": 442
|
|
7461
7630
|
},
|
|
7462
7631
|
"name": "testTask",
|
|
7463
7632
|
"type": {
|
|
@@ -7473,7 +7642,7 @@
|
|
|
7473
7642
|
"immutable": true,
|
|
7474
7643
|
"locationInModule": {
|
|
7475
7644
|
"filename": "src/project.ts",
|
|
7476
|
-
"line":
|
|
7645
|
+
"line": 235
|
|
7477
7646
|
},
|
|
7478
7647
|
"name": "defaultTask",
|
|
7479
7648
|
"optional": true,
|
|
@@ -7490,7 +7659,7 @@
|
|
|
7490
7659
|
"immutable": true,
|
|
7491
7660
|
"locationInModule": {
|
|
7492
7661
|
"filename": "src/project.ts",
|
|
7493
|
-
"line":
|
|
7662
|
+
"line": 222
|
|
7494
7663
|
},
|
|
7495
7664
|
"name": "initProject",
|
|
7496
7665
|
"optional": true,
|
|
@@ -7507,7 +7676,7 @@
|
|
|
7507
7676
|
"immutable": true,
|
|
7508
7677
|
"locationInModule": {
|
|
7509
7678
|
"filename": "src/project.ts",
|
|
7510
|
-
"line":
|
|
7679
|
+
"line": 196
|
|
7511
7680
|
},
|
|
7512
7681
|
"name": "parent",
|
|
7513
7682
|
"optional": true,
|
|
@@ -7938,7 +8107,7 @@
|
|
|
7938
8107
|
"kind": "enum",
|
|
7939
8108
|
"locationInModule": {
|
|
7940
8109
|
"filename": "src/project.ts",
|
|
7941
|
-
"line":
|
|
8110
|
+
"line": 689
|
|
7942
8111
|
},
|
|
7943
8112
|
"members": [
|
|
7944
8113
|
{
|
|
@@ -39534,7 +39703,7 @@
|
|
|
39534
39703
|
"kind": "enum",
|
|
39535
39704
|
"locationInModule": {
|
|
39536
39705
|
"filename": "src/javascript/node-project.ts",
|
|
39537
|
-
"line":
|
|
39706
|
+
"line": 360
|
|
39538
39707
|
},
|
|
39539
39708
|
"members": [
|
|
39540
39709
|
{
|
|
@@ -39570,7 +39739,7 @@
|
|
|
39570
39739
|
"kind": "interface",
|
|
39571
39740
|
"locationInModule": {
|
|
39572
39741
|
"filename": "src/javascript/node-project.ts",
|
|
39573
|
-
"line":
|
|
39742
|
+
"line": 344
|
|
39574
39743
|
},
|
|
39575
39744
|
"name": "BuildWorkflowOptions",
|
|
39576
39745
|
"namespace": "javascript",
|
|
@@ -39586,7 +39755,7 @@
|
|
|
39586
39755
|
"immutable": true,
|
|
39587
39756
|
"locationInModule": {
|
|
39588
39757
|
"filename": "src/javascript/node-project.ts",
|
|
39589
|
-
"line":
|
|
39758
|
+
"line": 354
|
|
39590
39759
|
},
|
|
39591
39760
|
"name": "mutableBuild",
|
|
39592
39761
|
"optional": true,
|
|
@@ -44539,7 +44708,7 @@
|
|
|
44539
44708
|
"kind": "enum",
|
|
44540
44709
|
"locationInModule": {
|
|
44541
44710
|
"filename": "src/javascript/node-package.ts",
|
|
44542
|
-
"line":
|
|
44711
|
+
"line": 1630
|
|
44543
44712
|
},
|
|
44544
44713
|
"members": [
|
|
44545
44714
|
{
|
|
@@ -45355,7 +45524,7 @@
|
|
|
45355
45524
|
},
|
|
45356
45525
|
"locationInModule": {
|
|
45357
45526
|
"filename": "src/javascript/node-project.ts",
|
|
45358
|
-
"line":
|
|
45527
|
+
"line": 502
|
|
45359
45528
|
},
|
|
45360
45529
|
"parameters": [
|
|
45361
45530
|
{
|
|
@@ -45369,7 +45538,7 @@
|
|
|
45369
45538
|
"kind": "class",
|
|
45370
45539
|
"locationInModule": {
|
|
45371
45540
|
"filename": "src/javascript/node-project.ts",
|
|
45372
|
-
"line":
|
|
45541
|
+
"line": 377
|
|
45373
45542
|
},
|
|
45374
45543
|
"methods": [
|
|
45375
45544
|
{
|
|
@@ -45378,7 +45547,7 @@
|
|
|
45378
45547
|
},
|
|
45379
45548
|
"locationInModule": {
|
|
45380
45549
|
"filename": "src/javascript/node-project.ts",
|
|
45381
|
-
"line":
|
|
45550
|
+
"line": 894
|
|
45382
45551
|
},
|
|
45383
45552
|
"name": "addBins",
|
|
45384
45553
|
"parameters": [
|
|
@@ -45403,7 +45572,7 @@
|
|
|
45403
45572
|
},
|
|
45404
45573
|
"locationInModule": {
|
|
45405
45574
|
"filename": "src/javascript/node-project.ts",
|
|
45406
|
-
"line":
|
|
45575
|
+
"line": 1185
|
|
45407
45576
|
},
|
|
45408
45577
|
"name": "addBundledDeps",
|
|
45409
45578
|
"parameters": [
|
|
@@ -45429,7 +45598,7 @@
|
|
|
45429
45598
|
},
|
|
45430
45599
|
"locationInModule": {
|
|
45431
45600
|
"filename": "src/javascript/node-project.ts",
|
|
45432
|
-
"line":
|
|
45601
|
+
"line": 939
|
|
45433
45602
|
},
|
|
45434
45603
|
"name": "addCompileCommand",
|
|
45435
45604
|
"parameters": [
|
|
@@ -45450,7 +45619,7 @@
|
|
|
45450
45619
|
},
|
|
45451
45620
|
"locationInModule": {
|
|
45452
45621
|
"filename": "src/javascript/node-project.ts",
|
|
45453
|
-
"line":
|
|
45622
|
+
"line": 1139
|
|
45454
45623
|
},
|
|
45455
45624
|
"name": "addDeps",
|
|
45456
45625
|
"parameters": [
|
|
@@ -45475,7 +45644,7 @@
|
|
|
45475
45644
|
},
|
|
45476
45645
|
"locationInModule": {
|
|
45477
45646
|
"filename": "src/javascript/node-project.ts",
|
|
45478
|
-
"line":
|
|
45647
|
+
"line": 1152
|
|
45479
45648
|
},
|
|
45480
45649
|
"name": "addDevDeps",
|
|
45481
45650
|
"parameters": [
|
|
@@ -45500,7 +45669,7 @@
|
|
|
45500
45669
|
},
|
|
45501
45670
|
"locationInModule": {
|
|
45502
45671
|
"filename": "src/javascript/node-project.ts",
|
|
45503
|
-
"line":
|
|
45672
|
+
"line": 959
|
|
45504
45673
|
},
|
|
45505
45674
|
"name": "addFields",
|
|
45506
45675
|
"parameters": [
|
|
@@ -45527,7 +45696,7 @@
|
|
|
45527
45696
|
},
|
|
45528
45697
|
"locationInModule": {
|
|
45529
45698
|
"filename": "src/javascript/node-project.ts",
|
|
45530
|
-
"line":
|
|
45699
|
+
"line": 969
|
|
45531
45700
|
},
|
|
45532
45701
|
"name": "addKeywords",
|
|
45533
45702
|
"parameters": [
|
|
@@ -45554,7 +45723,7 @@
|
|
|
45554
45723
|
},
|
|
45555
45724
|
"locationInModule": {
|
|
45556
45725
|
"filename": "src/javascript/node-project.ts",
|
|
45557
|
-
"line":
|
|
45726
|
+
"line": 1197
|
|
45558
45727
|
},
|
|
45559
45728
|
"name": "addPackageIgnore",
|
|
45560
45729
|
"overrides": "projen.Project",
|
|
@@ -45578,7 +45747,7 @@
|
|
|
45578
45747
|
},
|
|
45579
45748
|
"locationInModule": {
|
|
45580
45749
|
"filename": "src/javascript/node-project.ts",
|
|
45581
|
-
"line":
|
|
45750
|
+
"line": 1169
|
|
45582
45751
|
},
|
|
45583
45752
|
"name": "addPeerDeps",
|
|
45584
45753
|
"parameters": [
|
|
@@ -45603,7 +45772,7 @@
|
|
|
45603
45772
|
},
|
|
45604
45773
|
"locationInModule": {
|
|
45605
45774
|
"filename": "src/javascript/node-project.ts",
|
|
45606
|
-
"line":
|
|
45775
|
+
"line": 912
|
|
45607
45776
|
},
|
|
45608
45777
|
"name": "addScripts",
|
|
45609
45778
|
"parameters": [
|
|
@@ -45631,7 +45800,7 @@
|
|
|
45631
45800
|
},
|
|
45632
45801
|
"locationInModule": {
|
|
45633
45802
|
"filename": "src/javascript/node-project.ts",
|
|
45634
|
-
"line":
|
|
45803
|
+
"line": 949
|
|
45635
45804
|
},
|
|
45636
45805
|
"name": "addTestCommand",
|
|
45637
45806
|
"parameters": [
|
|
@@ -45653,7 +45822,7 @@
|
|
|
45653
45822
|
},
|
|
45654
45823
|
"locationInModule": {
|
|
45655
45824
|
"filename": "src/javascript/node-project.ts",
|
|
45656
|
-
"line":
|
|
45825
|
+
"line": 931
|
|
45657
45826
|
},
|
|
45658
45827
|
"name": "hasScript",
|
|
45659
45828
|
"parameters": [
|
|
@@ -45680,7 +45849,7 @@
|
|
|
45680
45849
|
},
|
|
45681
45850
|
"locationInModule": {
|
|
45682
45851
|
"filename": "src/javascript/node-project.ts",
|
|
45683
|
-
"line":
|
|
45852
|
+
"line": 922
|
|
45684
45853
|
},
|
|
45685
45854
|
"name": "removeScript",
|
|
45686
45855
|
"parameters": [
|
|
@@ -45703,7 +45872,7 @@
|
|
|
45703
45872
|
},
|
|
45704
45873
|
"locationInModule": {
|
|
45705
45874
|
"filename": "src/javascript/node-project.ts",
|
|
45706
|
-
"line":
|
|
45875
|
+
"line": 1059
|
|
45707
45876
|
},
|
|
45708
45877
|
"name": "renderWorkflowSetup",
|
|
45709
45878
|
"parameters": [
|
|
@@ -45737,7 +45906,7 @@
|
|
|
45737
45906
|
},
|
|
45738
45907
|
"locationInModule": {
|
|
45739
45908
|
"filename": "src/javascript/node-project.ts",
|
|
45740
|
-
"line":
|
|
45909
|
+
"line": 1270
|
|
45741
45910
|
},
|
|
45742
45911
|
"name": "runTaskCommand",
|
|
45743
45912
|
"overrides": "projen.Project",
|
|
@@ -45765,7 +45934,7 @@
|
|
|
45765
45934
|
},
|
|
45766
45935
|
"locationInModule": {
|
|
45767
45936
|
"filename": "src/javascript/node-project.ts",
|
|
45768
|
-
"line":
|
|
45937
|
+
"line": 904
|
|
45769
45938
|
},
|
|
45770
45939
|
"name": "setScript",
|
|
45771
45940
|
"parameters": [
|
|
@@ -45801,7 +45970,7 @@
|
|
|
45801
45970
|
"immutable": true,
|
|
45802
45971
|
"locationInModule": {
|
|
45803
45972
|
"filename": "src/javascript/node-project.ts",
|
|
45804
|
-
"line":
|
|
45973
|
+
"line": 402
|
|
45805
45974
|
},
|
|
45806
45975
|
"name": "allowLibraryDependencies",
|
|
45807
45976
|
"type": {
|
|
@@ -45817,7 +45986,7 @@
|
|
|
45817
45986
|
"immutable": true,
|
|
45818
45987
|
"locationInModule": {
|
|
45819
45988
|
"filename": "src/javascript/node-project.ts",
|
|
45820
|
-
"line":
|
|
45989
|
+
"line": 485
|
|
45821
45990
|
},
|
|
45822
45991
|
"name": "artifactsDirectory",
|
|
45823
45992
|
"type": {
|
|
@@ -45832,7 +46001,7 @@
|
|
|
45832
46001
|
"immutable": true,
|
|
45833
46002
|
"locationInModule": {
|
|
45834
46003
|
"filename": "src/javascript/node-project.ts",
|
|
45835
|
-
"line":
|
|
46004
|
+
"line": 490
|
|
45836
46005
|
},
|
|
45837
46006
|
"name": "artifactsJavascriptDirectory",
|
|
45838
46007
|
"type": {
|
|
@@ -45846,7 +46015,7 @@
|
|
|
45846
46015
|
"immutable": true,
|
|
45847
46016
|
"locationInModule": {
|
|
45848
46017
|
"filename": "src/javascript/node-project.ts",
|
|
45849
|
-
"line":
|
|
46018
|
+
"line": 478
|
|
45850
46019
|
},
|
|
45851
46020
|
"name": "bundler",
|
|
45852
46021
|
"type": {
|
|
@@ -45861,7 +46030,7 @@
|
|
|
45861
46030
|
"immutable": true,
|
|
45862
46031
|
"locationInModule": {
|
|
45863
46032
|
"filename": "src/javascript/node-project.ts",
|
|
45864
|
-
"line":
|
|
46033
|
+
"line": 409
|
|
45865
46034
|
},
|
|
45866
46035
|
"name": "entrypoint",
|
|
45867
46036
|
"type": {
|
|
@@ -45876,7 +46045,7 @@
|
|
|
45876
46045
|
"immutable": true,
|
|
45877
46046
|
"locationInModule": {
|
|
45878
46047
|
"filename": "src/javascript/node-project.ts",
|
|
45879
|
-
"line":
|
|
46048
|
+
"line": 474
|
|
45880
46049
|
},
|
|
45881
46050
|
"name": "manifest",
|
|
45882
46051
|
"type": {
|
|
@@ -45891,7 +46060,7 @@
|
|
|
45891
46060
|
"immutable": true,
|
|
45892
46061
|
"locationInModule": {
|
|
45893
46062
|
"filename": "src/javascript/node-project.ts",
|
|
45894
|
-
"line":
|
|
46063
|
+
"line": 391
|
|
45895
46064
|
},
|
|
45896
46065
|
"name": "npmrc",
|
|
45897
46066
|
"type": {
|
|
@@ -45906,7 +46075,7 @@
|
|
|
45906
46075
|
"immutable": true,
|
|
45907
46076
|
"locationInModule": {
|
|
45908
46077
|
"filename": "src/javascript/node-project.ts",
|
|
45909
|
-
"line":
|
|
46078
|
+
"line": 381
|
|
45910
46079
|
},
|
|
45911
46080
|
"name": "package",
|
|
45912
46081
|
"type": {
|
|
@@ -45922,7 +46091,7 @@
|
|
|
45922
46091
|
"immutable": true,
|
|
45923
46092
|
"locationInModule": {
|
|
45924
46093
|
"filename": "src/javascript/node-project.ts",
|
|
45925
|
-
"line":
|
|
46094
|
+
"line": 457
|
|
45926
46095
|
},
|
|
45927
46096
|
"name": "packageManager",
|
|
45928
46097
|
"type": {
|
|
@@ -45937,7 +46106,7 @@
|
|
|
45937
46106
|
"immutable": true,
|
|
45938
46107
|
"locationInModule": {
|
|
45939
46108
|
"filename": "src/javascript/node-project.ts",
|
|
45940
|
-
"line":
|
|
46109
|
+
"line": 464
|
|
45941
46110
|
},
|
|
45942
46111
|
"name": "runScriptCommand",
|
|
45943
46112
|
"type": {
|
|
@@ -45951,7 +46120,7 @@
|
|
|
45951
46120
|
"immutable": true,
|
|
45952
46121
|
"locationInModule": {
|
|
45953
46122
|
"filename": "src/javascript/node-project.ts",
|
|
45954
|
-
"line":
|
|
46123
|
+
"line": 497
|
|
45955
46124
|
},
|
|
45956
46125
|
"name": "workflowBootstrapSteps",
|
|
45957
46126
|
"protected": true,
|
|
@@ -45971,7 +46140,7 @@
|
|
|
45971
46140
|
"immutable": true,
|
|
45972
46141
|
"locationInModule": {
|
|
45973
46142
|
"filename": "src/javascript/node-project.ts",
|
|
45974
|
-
"line":
|
|
46143
|
+
"line": 499
|
|
45975
46144
|
},
|
|
45976
46145
|
"name": "workflowPackageCache",
|
|
45977
46146
|
"protected": true,
|
|
@@ -45987,7 +46156,7 @@
|
|
|
45987
46156
|
"immutable": true,
|
|
45988
46157
|
"locationInModule": {
|
|
45989
46158
|
"filename": "src/javascript/node-project.ts",
|
|
45990
|
-
"line":
|
|
46159
|
+
"line": 416
|
|
45991
46160
|
},
|
|
45992
46161
|
"name": "autoMerge",
|
|
45993
46162
|
"optional": true,
|
|
@@ -46004,7 +46173,7 @@
|
|
|
46004
46173
|
"immutable": true,
|
|
46005
46174
|
"locationInModule": {
|
|
46006
46175
|
"filename": "src/javascript/node-project.ts",
|
|
46007
|
-
"line":
|
|
46176
|
+
"line": 421
|
|
46008
46177
|
},
|
|
46009
46178
|
"name": "buildWorkflow",
|
|
46010
46179
|
"optional": true,
|
|
@@ -46020,7 +46189,7 @@
|
|
|
46020
46189
|
"immutable": true,
|
|
46021
46190
|
"locationInModule": {
|
|
46022
46191
|
"filename": "src/javascript/node-project.ts",
|
|
46023
|
-
"line":
|
|
46192
|
+
"line": 1277
|
|
46024
46193
|
},
|
|
46025
46194
|
"name": "buildWorkflowJobId",
|
|
46026
46195
|
"optional": true,
|
|
@@ -46036,7 +46205,7 @@
|
|
|
46036
46205
|
"immutable": true,
|
|
46037
46206
|
"locationInModule": {
|
|
46038
46207
|
"filename": "src/javascript/node-project.ts",
|
|
46039
|
-
"line":
|
|
46208
|
+
"line": 469
|
|
46040
46209
|
},
|
|
46041
46210
|
"name": "jest",
|
|
46042
46211
|
"optional": true,
|
|
@@ -46052,7 +46221,7 @@
|
|
|
46052
46221
|
"immutable": true,
|
|
46053
46222
|
"locationInModule": {
|
|
46054
46223
|
"filename": "src/javascript/node-project.ts",
|
|
46055
|
-
"line":
|
|
46224
|
+
"line": 446
|
|
46056
46225
|
},
|
|
46057
46226
|
"name": "maxNodeVersion",
|
|
46058
46227
|
"optional": true,
|
|
@@ -46068,7 +46237,7 @@
|
|
|
46068
46237
|
"immutable": true,
|
|
46069
46238
|
"locationInModule": {
|
|
46070
46239
|
"filename": "src/javascript/node-project.ts",
|
|
46071
|
-
"line":
|
|
46240
|
+
"line": 439
|
|
46072
46241
|
},
|
|
46073
46242
|
"name": "minNodeVersion",
|
|
46074
46243
|
"optional": true,
|
|
@@ -46083,7 +46252,7 @@
|
|
|
46083
46252
|
"immutable": true,
|
|
46084
46253
|
"locationInModule": {
|
|
46085
46254
|
"filename": "src/javascript/node-project.ts",
|
|
46086
|
-
"line":
|
|
46255
|
+
"line": 450
|
|
46087
46256
|
},
|
|
46088
46257
|
"name": "nodeVersion",
|
|
46089
46258
|
"optional": true,
|
|
@@ -46100,7 +46269,7 @@
|
|
|
46100
46269
|
"immutable": true,
|
|
46101
46270
|
"locationInModule": {
|
|
46102
46271
|
"filename": "src/javascript/node-project.ts",
|
|
46103
|
-
"line":
|
|
46272
|
+
"line": 386
|
|
46104
46273
|
},
|
|
46105
46274
|
"name": "npmignore",
|
|
46106
46275
|
"optional": true,
|
|
@@ -46115,7 +46284,7 @@
|
|
|
46115
46284
|
"immutable": true,
|
|
46116
46285
|
"locationInModule": {
|
|
46117
46286
|
"filename": "src/javascript/node-project.ts",
|
|
46118
|
-
"line":
|
|
46287
|
+
"line": 500
|
|
46119
46288
|
},
|
|
46120
46289
|
"name": "prettier",
|
|
46121
46290
|
"optional": true,
|
|
@@ -46133,7 +46302,7 @@
|
|
|
46133
46302
|
"immutable": true,
|
|
46134
46303
|
"locationInModule": {
|
|
46135
46304
|
"filename": "src/javascript/node-project.ts",
|
|
46136
|
-
"line":
|
|
46305
|
+
"line": 429
|
|
46137
46306
|
},
|
|
46138
46307
|
"name": "publisher",
|
|
46139
46308
|
"optional": true,
|
|
@@ -46149,7 +46318,7 @@
|
|
|
46149
46318
|
"immutable": true,
|
|
46150
46319
|
"locationInModule": {
|
|
46151
46320
|
"filename": "src/javascript/node-project.ts",
|
|
46152
|
-
"line":
|
|
46321
|
+
"line": 434
|
|
46153
46322
|
},
|
|
46154
46323
|
"name": "release",
|
|
46155
46324
|
"optional": true,
|
|
@@ -46165,7 +46334,7 @@
|
|
|
46165
46334
|
"immutable": true,
|
|
46166
46335
|
"locationInModule": {
|
|
46167
46336
|
"filename": "src/javascript/node-project.ts",
|
|
46168
|
-
"line":
|
|
46337
|
+
"line": 495
|
|
46169
46338
|
},
|
|
46170
46339
|
"name": "upgradeWorkflow",
|
|
46171
46340
|
"optional": true,
|
|
@@ -46191,7 +46360,7 @@
|
|
|
46191
46360
|
"kind": "interface",
|
|
46192
46361
|
"locationInModule": {
|
|
46193
46362
|
"filename": "src/javascript/node-project.ts",
|
|
46194
|
-
"line":
|
|
46363
|
+
"line": 60
|
|
46195
46364
|
},
|
|
46196
46365
|
"name": "NodeProjectOptions",
|
|
46197
46366
|
"namespace": "javascript",
|
|
@@ -46206,7 +46375,7 @@
|
|
|
46206
46375
|
"immutable": true,
|
|
46207
46376
|
"locationInModule": {
|
|
46208
46377
|
"filename": "src/javascript/node-project.ts",
|
|
46209
|
-
"line":
|
|
46378
|
+
"line": 150
|
|
46210
46379
|
},
|
|
46211
46380
|
"name": "defaultReleaseBranch",
|
|
46212
46381
|
"type": {
|
|
@@ -46223,7 +46392,7 @@
|
|
|
46223
46392
|
"immutable": true,
|
|
46224
46393
|
"locationInModule": {
|
|
46225
46394
|
"filename": "src/javascript/node-project.ts",
|
|
46226
|
-
"line":
|
|
46395
|
+
"line": 313
|
|
46227
46396
|
},
|
|
46228
46397
|
"name": "artifactsDirectory",
|
|
46229
46398
|
"optional": true,
|
|
@@ -46242,7 +46411,7 @@
|
|
|
46242
46411
|
"immutable": true,
|
|
46243
46412
|
"locationInModule": {
|
|
46244
46413
|
"filename": "src/javascript/node-project.ts",
|
|
46245
|
-
"line":
|
|
46414
|
+
"line": 224
|
|
46246
46415
|
},
|
|
46247
46416
|
"name": "autoApproveUpgrades",
|
|
46248
46417
|
"optional": true,
|
|
@@ -46260,7 +46429,7 @@
|
|
|
46260
46429
|
"immutable": true,
|
|
46261
46430
|
"locationInModule": {
|
|
46262
46431
|
"filename": "src/javascript/node-project.ts",
|
|
46263
|
-
"line":
|
|
46432
|
+
"line": 96
|
|
46264
46433
|
},
|
|
46265
46434
|
"name": "buildWorkflow",
|
|
46266
46435
|
"optional": true,
|
|
@@ -46277,7 +46446,7 @@
|
|
|
46277
46446
|
"immutable": true,
|
|
46278
46447
|
"locationInModule": {
|
|
46279
46448
|
"filename": "src/javascript/node-project.ts",
|
|
46280
|
-
"line":
|
|
46449
|
+
"line": 100
|
|
46281
46450
|
},
|
|
46282
46451
|
"name": "buildWorkflowOptions",
|
|
46283
46452
|
"optional": true,
|
|
@@ -46296,7 +46465,7 @@
|
|
|
46296
46465
|
"immutable": true,
|
|
46297
46466
|
"locationInModule": {
|
|
46298
46467
|
"filename": "src/javascript/node-project.ts",
|
|
46299
|
-
"line":
|
|
46468
|
+
"line": 329
|
|
46300
46469
|
},
|
|
46301
46470
|
"name": "buildWorkflowTriggers",
|
|
46302
46471
|
"optional": true,
|
|
@@ -46313,7 +46482,7 @@
|
|
|
46313
46482
|
"immutable": true,
|
|
46314
46483
|
"locationInModule": {
|
|
46315
46484
|
"filename": "src/javascript/node-project.ts",
|
|
46316
|
-
"line":
|
|
46485
|
+
"line": 306
|
|
46317
46486
|
},
|
|
46318
46487
|
"name": "bundlerOptions",
|
|
46319
46488
|
"optional": true,
|
|
@@ -46332,7 +46501,7 @@
|
|
|
46332
46501
|
"immutable": true,
|
|
46333
46502
|
"locationInModule": {
|
|
46334
46503
|
"filename": "src/javascript/node-project.ts",
|
|
46335
|
-
"line":
|
|
46504
|
+
"line": 338
|
|
46336
46505
|
},
|
|
46337
46506
|
"name": "checkLicenses",
|
|
46338
46507
|
"optional": true,
|
|
@@ -46350,7 +46519,7 @@
|
|
|
46350
46519
|
"immutable": true,
|
|
46351
46520
|
"locationInModule": {
|
|
46352
46521
|
"filename": "src/javascript/node-project.ts",
|
|
46353
|
-
"line":
|
|
46522
|
+
"line": 121
|
|
46354
46523
|
},
|
|
46355
46524
|
"name": "codeCov",
|
|
46356
46525
|
"optional": true,
|
|
@@ -46368,7 +46537,7 @@
|
|
|
46368
46537
|
"immutable": true,
|
|
46369
46538
|
"locationInModule": {
|
|
46370
46539
|
"filename": "src/javascript/node-project.ts",
|
|
46371
|
-
"line":
|
|
46540
|
+
"line": 128
|
|
46372
46541
|
},
|
|
46373
46542
|
"name": "codeCovTokenSecret",
|
|
46374
46543
|
"optional": true,
|
|
@@ -46386,7 +46555,7 @@
|
|
|
46386
46555
|
"immutable": true,
|
|
46387
46556
|
"locationInModule": {
|
|
46388
46557
|
"filename": "src/javascript/node-project.ts",
|
|
46389
|
-
"line":
|
|
46558
|
+
"line": 69
|
|
46390
46559
|
},
|
|
46391
46560
|
"name": "copyrightOwner",
|
|
46392
46561
|
"optional": true,
|
|
@@ -46404,7 +46573,7 @@
|
|
|
46404
46573
|
"immutable": true,
|
|
46405
46574
|
"locationInModule": {
|
|
46406
46575
|
"filename": "src/javascript/node-project.ts",
|
|
46407
|
-
"line":
|
|
46576
|
+
"line": 76
|
|
46408
46577
|
},
|
|
46409
46578
|
"name": "copyrightPeriod",
|
|
46410
46579
|
"optional": true,
|
|
@@ -46423,7 +46592,7 @@
|
|
|
46423
46592
|
"immutable": true,
|
|
46424
46593
|
"locationInModule": {
|
|
46425
46594
|
"filename": "src/javascript/node-project.ts",
|
|
46426
|
-
"line":
|
|
46595
|
+
"line": 192
|
|
46427
46596
|
},
|
|
46428
46597
|
"name": "dependabot",
|
|
46429
46598
|
"optional": true,
|
|
@@ -46441,7 +46610,7 @@
|
|
|
46441
46610
|
"immutable": true,
|
|
46442
46611
|
"locationInModule": {
|
|
46443
46612
|
"filename": "src/javascript/node-project.ts",
|
|
46444
|
-
"line":
|
|
46613
|
+
"line": 199
|
|
46445
46614
|
},
|
|
46446
46615
|
"name": "dependabotOptions",
|
|
46447
46616
|
"optional": true,
|
|
@@ -46460,7 +46629,7 @@
|
|
|
46460
46629
|
"immutable": true,
|
|
46461
46630
|
"locationInModule": {
|
|
46462
46631
|
"filename": "src/javascript/node-project.ts",
|
|
46463
|
-
"line":
|
|
46632
|
+
"line": 207
|
|
46464
46633
|
},
|
|
46465
46634
|
"name": "depsUpgrade",
|
|
46466
46635
|
"optional": true,
|
|
@@ -46478,7 +46647,7 @@
|
|
|
46478
46647
|
"immutable": true,
|
|
46479
46648
|
"locationInModule": {
|
|
46480
46649
|
"filename": "src/javascript/node-project.ts",
|
|
46481
|
-
"line":
|
|
46650
|
+
"line": 214
|
|
46482
46651
|
},
|
|
46483
46652
|
"name": "depsUpgradeOptions",
|
|
46484
46653
|
"optional": true,
|
|
@@ -46495,7 +46664,7 @@
|
|
|
46495
46664
|
"immutable": true,
|
|
46496
46665
|
"locationInModule": {
|
|
46497
46666
|
"filename": "src/javascript/node-project.ts",
|
|
46498
|
-
"line":
|
|
46667
|
+
"line": 275
|
|
46499
46668
|
},
|
|
46500
46669
|
"name": "gitignore",
|
|
46501
46670
|
"optional": true,
|
|
@@ -46518,7 +46687,7 @@
|
|
|
46518
46687
|
"immutable": true,
|
|
46519
46688
|
"locationInModule": {
|
|
46520
46689
|
"filename": "src/javascript/node-project.ts",
|
|
46521
|
-
"line":
|
|
46690
|
+
"line": 281
|
|
46522
46691
|
},
|
|
46523
46692
|
"name": "jest",
|
|
46524
46693
|
"optional": true,
|
|
@@ -46536,7 +46705,7 @@
|
|
|
46536
46705
|
"immutable": true,
|
|
46537
46706
|
"locationInModule": {
|
|
46538
46707
|
"filename": "src/javascript/node-project.ts",
|
|
46539
|
-
"line":
|
|
46708
|
+
"line": 287
|
|
46540
46709
|
},
|
|
46541
46710
|
"name": "jestOptions",
|
|
46542
46711
|
"optional": true,
|
|
@@ -46556,7 +46725,7 @@
|
|
|
46556
46725
|
"immutable": true,
|
|
46557
46726
|
"locationInModule": {
|
|
46558
46727
|
"filename": "src/javascript/node-project.ts",
|
|
46559
|
-
"line":
|
|
46728
|
+
"line": 113
|
|
46560
46729
|
},
|
|
46561
46730
|
"name": "mutableBuild",
|
|
46562
46731
|
"optional": true,
|
|
@@ -46574,7 +46743,7 @@
|
|
|
46574
46743
|
"immutable": true,
|
|
46575
46744
|
"locationInModule": {
|
|
46576
46745
|
"filename": "src/javascript/node-project.ts",
|
|
46577
|
-
"line":
|
|
46746
|
+
"line": 243
|
|
46578
46747
|
},
|
|
46579
46748
|
"name": "npmignore",
|
|
46580
46749
|
"optional": true,
|
|
@@ -46597,7 +46766,7 @@
|
|
|
46597
46766
|
"immutable": true,
|
|
46598
46767
|
"locationInModule": {
|
|
46599
46768
|
"filename": "src/javascript/node-project.ts",
|
|
46600
|
-
"line":
|
|
46769
|
+
"line": 232
|
|
46601
46770
|
},
|
|
46602
46771
|
"name": "npmignoreEnabled",
|
|
46603
46772
|
"optional": true,
|
|
@@ -46614,7 +46783,7 @@
|
|
|
46614
46783
|
"immutable": true,
|
|
46615
46784
|
"locationInModule": {
|
|
46616
46785
|
"filename": "src/javascript/node-project.ts",
|
|
46617
|
-
"line":
|
|
46786
|
+
"line": 237
|
|
46618
46787
|
},
|
|
46619
46788
|
"name": "npmIgnoreOptions",
|
|
46620
46789
|
"optional": true,
|
|
@@ -46632,7 +46801,7 @@
|
|
|
46632
46801
|
"immutable": true,
|
|
46633
46802
|
"locationInModule": {
|
|
46634
46803
|
"filename": "src/javascript/node-project.ts",
|
|
46635
|
-
"line":
|
|
46804
|
+
"line": 321
|
|
46636
46805
|
},
|
|
46637
46806
|
"name": "package",
|
|
46638
46807
|
"optional": true,
|
|
@@ -46650,7 +46819,7 @@
|
|
|
46650
46819
|
"immutable": true,
|
|
46651
46820
|
"locationInModule": {
|
|
46652
46821
|
"filename": "src/javascript/node-project.ts",
|
|
46653
|
-
"line":
|
|
46822
|
+
"line": 264
|
|
46654
46823
|
},
|
|
46655
46824
|
"name": "prettier",
|
|
46656
46825
|
"optional": true,
|
|
@@ -46668,7 +46837,7 @@
|
|
|
46668
46837
|
"immutable": true,
|
|
46669
46838
|
"locationInModule": {
|
|
46670
46839
|
"filename": "src/javascript/node-project.ts",
|
|
46671
|
-
"line":
|
|
46840
|
+
"line": 270
|
|
46672
46841
|
},
|
|
46673
46842
|
"name": "prettierOptions",
|
|
46674
46843
|
"optional": true,
|
|
@@ -46686,7 +46855,7 @@
|
|
|
46686
46855
|
"immutable": true,
|
|
46687
46856
|
"locationInModule": {
|
|
46688
46857
|
"filename": "src/javascript/node-project.ts",
|
|
46689
|
-
"line":
|
|
46858
|
+
"line": 90
|
|
46690
46859
|
},
|
|
46691
46860
|
"name": "projenDevDependency",
|
|
46692
46861
|
"optional": true,
|
|
@@ -46704,7 +46873,7 @@
|
|
|
46704
46873
|
"immutable": true,
|
|
46705
46874
|
"locationInModule": {
|
|
46706
46875
|
"filename": "src/javascript/node-project.ts",
|
|
46707
|
-
"line":
|
|
46876
|
+
"line": 295
|
|
46708
46877
|
},
|
|
46709
46878
|
"name": "projenrcJs",
|
|
46710
46879
|
"optional": true,
|
|
@@ -46722,7 +46891,7 @@
|
|
|
46722
46891
|
"immutable": true,
|
|
46723
46892
|
"locationInModule": {
|
|
46724
46893
|
"filename": "src/javascript/node-project.ts",
|
|
46725
|
-
"line":
|
|
46894
|
+
"line": 301
|
|
46726
46895
|
},
|
|
46727
46896
|
"name": "projenrcJsOptions",
|
|
46728
46897
|
"optional": true,
|
|
@@ -46740,7 +46909,7 @@
|
|
|
46740
46909
|
"immutable": true,
|
|
46741
46910
|
"locationInModule": {
|
|
46742
46911
|
"filename": "src/javascript/node-project.ts",
|
|
46743
|
-
"line":
|
|
46912
|
+
"line": 83
|
|
46744
46913
|
},
|
|
46745
46914
|
"name": "projenVersion",
|
|
46746
46915
|
"optional": true,
|
|
@@ -46758,7 +46927,7 @@
|
|
|
46758
46927
|
"immutable": true,
|
|
46759
46928
|
"locationInModule": {
|
|
46760
46929
|
"filename": "src/javascript/node-project.ts",
|
|
46761
|
-
"line":
|
|
46930
|
+
"line": 250
|
|
46762
46931
|
},
|
|
46763
46932
|
"name": "pullRequestTemplate",
|
|
46764
46933
|
"optional": true,
|
|
@@ -46776,7 +46945,7 @@
|
|
|
46776
46945
|
"immutable": true,
|
|
46777
46946
|
"locationInModule": {
|
|
46778
46947
|
"filename": "src/javascript/node-project.ts",
|
|
46779
|
-
"line":
|
|
46948
|
+
"line": 257
|
|
46780
46949
|
},
|
|
46781
46950
|
"name": "pullRequestTemplateContents",
|
|
46782
46951
|
"optional": true,
|
|
@@ -46799,7 +46968,7 @@
|
|
|
46799
46968
|
"immutable": true,
|
|
46800
46969
|
"locationInModule": {
|
|
46801
46970
|
"filename": "src/javascript/node-project.ts",
|
|
46802
|
-
"line":
|
|
46971
|
+
"line": 143
|
|
46803
46972
|
},
|
|
46804
46973
|
"name": "release",
|
|
46805
46974
|
"optional": true,
|
|
@@ -46817,7 +46986,7 @@
|
|
|
46817
46986
|
"immutable": true,
|
|
46818
46987
|
"locationInModule": {
|
|
46819
46988
|
"filename": "src/javascript/node-project.ts",
|
|
46820
|
-
"line":
|
|
46989
|
+
"line": 170
|
|
46821
46990
|
},
|
|
46822
46991
|
"name": "releaseToNpm",
|
|
46823
46992
|
"optional": true,
|
|
@@ -46836,7 +47005,7 @@
|
|
|
46836
47005
|
"immutable": true,
|
|
46837
47006
|
"locationInModule": {
|
|
46838
47007
|
"filename": "src/javascript/node-project.ts",
|
|
46839
|
-
"line":
|
|
47008
|
+
"line": 136
|
|
46840
47009
|
},
|
|
46841
47010
|
"name": "releaseWorkflow",
|
|
46842
47011
|
"optional": true,
|
|
@@ -46854,7 +47023,7 @@
|
|
|
46854
47023
|
"immutable": true,
|
|
46855
47024
|
"locationInModule": {
|
|
46856
47025
|
"filename": "src/javascript/node-project.ts",
|
|
46857
|
-
"line":
|
|
47026
|
+
"line": 157
|
|
46858
47027
|
},
|
|
46859
47028
|
"name": "workflowBootstrapSteps",
|
|
46860
47029
|
"optional": true,
|
|
@@ -46877,7 +47046,7 @@
|
|
|
46877
47046
|
"immutable": true,
|
|
46878
47047
|
"locationInModule": {
|
|
46879
47048
|
"filename": "src/javascript/node-project.ts",
|
|
46880
|
-
"line":
|
|
47049
|
+
"line": 164
|
|
46881
47050
|
},
|
|
46882
47051
|
"name": "workflowGitIdentity",
|
|
46883
47052
|
"optional": true,
|
|
@@ -46895,7 +47064,7 @@
|
|
|
46895
47064
|
"immutable": true,
|
|
46896
47065
|
"locationInModule": {
|
|
46897
47066
|
"filename": "src/javascript/node-project.ts",
|
|
46898
|
-
"line":
|
|
47067
|
+
"line": 177
|
|
46899
47068
|
},
|
|
46900
47069
|
"name": "workflowNodeVersion",
|
|
46901
47070
|
"optional": true,
|
|
@@ -46913,7 +47082,7 @@
|
|
|
46913
47082
|
"immutable": true,
|
|
46914
47083
|
"locationInModule": {
|
|
46915
47084
|
"filename": "src/javascript/node-project.ts",
|
|
46916
|
-
"line":
|
|
47085
|
+
"line": 184
|
|
46917
47086
|
},
|
|
46918
47087
|
"name": "workflowPackageCache",
|
|
46919
47088
|
"optional": true,
|
|
@@ -46934,7 +47103,7 @@
|
|
|
46934
47103
|
"kind": "enum",
|
|
46935
47104
|
"locationInModule": {
|
|
46936
47105
|
"filename": "src/javascript/node-package.ts",
|
|
46937
|
-
"line":
|
|
47106
|
+
"line": 1674
|
|
46938
47107
|
},
|
|
46939
47108
|
"members": [
|
|
46940
47109
|
{
|
|
@@ -47129,7 +47298,7 @@
|
|
|
47129
47298
|
"kind": "interface",
|
|
47130
47299
|
"locationInModule": {
|
|
47131
47300
|
"filename": "src/javascript/node-package.ts",
|
|
47132
|
-
"line":
|
|
47301
|
+
"line": 1619
|
|
47133
47302
|
},
|
|
47134
47303
|
"name": "PeerDependencyOptions",
|
|
47135
47304
|
"namespace": "javascript",
|
|
@@ -47144,7 +47313,7 @@
|
|
|
47144
47313
|
"immutable": true,
|
|
47145
47314
|
"locationInModule": {
|
|
47146
47315
|
"filename": "src/javascript/node-package.ts",
|
|
47147
|
-
"line":
|
|
47316
|
+
"line": 1624
|
|
47148
47317
|
},
|
|
47149
47318
|
"name": "pinnedDevDependency",
|
|
47150
47319
|
"optional": true,
|
|
@@ -48224,7 +48393,7 @@
|
|
|
48224
48393
|
"kind": "interface",
|
|
48225
48394
|
"locationInModule": {
|
|
48226
48395
|
"filename": "src/javascript/node-project.ts",
|
|
48227
|
-
"line":
|
|
48396
|
+
"line": 1285
|
|
48228
48397
|
},
|
|
48229
48398
|
"name": "RenderWorkflowSetupOptions",
|
|
48230
48399
|
"namespace": "javascript",
|
|
@@ -48240,7 +48409,7 @@
|
|
|
48240
48409
|
"immutable": true,
|
|
48241
48410
|
"locationInModule": {
|
|
48242
48411
|
"filename": "src/javascript/node-project.ts",
|
|
48243
|
-
"line":
|
|
48412
|
+
"line": 1294
|
|
48244
48413
|
},
|
|
48245
48414
|
"name": "installStepConfiguration",
|
|
48246
48415
|
"optional": true,
|
|
@@ -48258,7 +48427,7 @@
|
|
|
48258
48427
|
"immutable": true,
|
|
48259
48428
|
"locationInModule": {
|
|
48260
48429
|
"filename": "src/javascript/node-project.ts",
|
|
48261
|
-
"line":
|
|
48430
|
+
"line": 1299
|
|
48262
48431
|
},
|
|
48263
48432
|
"name": "mutable",
|
|
48264
48433
|
"optional": true,
|
|
@@ -51225,7 +51394,7 @@
|
|
|
51225
51394
|
"kind": "interface",
|
|
51226
51395
|
"locationInModule": {
|
|
51227
51396
|
"filename": "src/javascript/node-package.ts",
|
|
51228
|
-
"line":
|
|
51397
|
+
"line": 1689
|
|
51229
51398
|
},
|
|
51230
51399
|
"name": "YarnBerryOptions",
|
|
51231
51400
|
"namespace": "javascript",
|
|
@@ -51240,7 +51409,7 @@
|
|
|
51240
51409
|
"immutable": true,
|
|
51241
51410
|
"locationInModule": {
|
|
51242
51411
|
"filename": "src/javascript/node-package.ts",
|
|
51243
|
-
"line":
|
|
51412
|
+
"line": 1695
|
|
51244
51413
|
},
|
|
51245
51414
|
"name": "version",
|
|
51246
51415
|
"optional": true,
|
|
@@ -51258,7 +51427,7 @@
|
|
|
51258
51427
|
"immutable": true,
|
|
51259
51428
|
"locationInModule": {
|
|
51260
51429
|
"filename": "src/javascript/node-package.ts",
|
|
51261
|
-
"line":
|
|
51430
|
+
"line": 1702
|
|
51262
51431
|
},
|
|
51263
51432
|
"name": "yarnRcOptions",
|
|
51264
51433
|
"optional": true,
|
|
@@ -51277,7 +51446,7 @@
|
|
|
51277
51446
|
"immutable": true,
|
|
51278
51447
|
"locationInModule": {
|
|
51279
51448
|
"filename": "src/javascript/node-package.ts",
|
|
51280
|
-
"line":
|
|
51449
|
+
"line": 1710
|
|
51281
51450
|
},
|
|
51282
51451
|
"name": "zeroInstalls",
|
|
51283
51452
|
"optional": true,
|
|
@@ -64258,6 +64427,6 @@
|
|
|
64258
64427
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
64259
64428
|
}
|
|
64260
64429
|
},
|
|
64261
|
-
"version": "0.
|
|
64262
|
-
"fingerprint": "
|
|
64430
|
+
"version": "0.86.0",
|
|
64431
|
+
"fingerprint": "/C08hPTbXFPkU/cozSYd57lxk2Croy3iulNAVvgIniQ="
|
|
64263
64432
|
}
|