projen 0.47.2 → 0.47.6
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 +1335 -161
- package/API.md +427 -3
- package/changelog.md +3 -3
- package/lib/awscdk/auto-discover.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.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/java-app.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +5 -9
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.d.ts +1 -1
- package/lib/cdk/jsii-project.js +2 -2
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdktf/cdktf-construct.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.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.d.ts +26 -7
- package/lib/github/auto-merge.js +33 -11
- package/lib/github/dependabot.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-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.d.ts +11 -6
- package/lib/github/workflow-actions.js +8 -8
- package/lib/github/workflows.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/index.d.ts +2 -1
- package/lib/javascript/index.js +3 -2
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.d.ts +40 -2
- package/lib/javascript/node-project.js +38 -22
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.d.ts +444 -0
- package/lib/javascript/prettier.js +113 -0
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +16 -4
- 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.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.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.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +3 -3
- package/lib/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.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.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 +1 -1
- package/releasetag.txt +1 -1
- package/rfcs/project-creation-prompt.md +95 -0
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -12951,7 +12951,7 @@
|
|
|
12951
12951
|
},
|
|
12952
12952
|
"locationInModule": {
|
|
12953
12953
|
"filename": "src/github/auto-merge.ts",
|
|
12954
|
-
"line":
|
|
12954
|
+
"line": 30
|
|
12955
12955
|
},
|
|
12956
12956
|
"parameters": [
|
|
12957
12957
|
{
|
|
@@ -12962,6 +12962,7 @@
|
|
|
12962
12962
|
},
|
|
12963
12963
|
{
|
|
12964
12964
|
"name": "options",
|
|
12965
|
+
"optional": true,
|
|
12965
12966
|
"type": {
|
|
12966
12967
|
"fqn": "projen.github.AutoMergeOptions"
|
|
12967
12968
|
}
|
|
@@ -12971,8 +12972,56 @@
|
|
|
12971
12972
|
"kind": "class",
|
|
12972
12973
|
"locationInModule": {
|
|
12973
12974
|
"filename": "src/github/auto-merge.ts",
|
|
12974
|
-
"line":
|
|
12975
|
+
"line": 27
|
|
12975
12976
|
},
|
|
12977
|
+
"methods": [
|
|
12978
|
+
{
|
|
12979
|
+
"docs": {
|
|
12980
|
+
"stability": "experimental",
|
|
12981
|
+
"summary": "Adds conditions to the auto merge rule."
|
|
12982
|
+
},
|
|
12983
|
+
"locationInModule": {
|
|
12984
|
+
"filename": "src/github/auto-merge.ts",
|
|
12985
|
+
"line": 82
|
|
12986
|
+
},
|
|
12987
|
+
"name": "addConditions",
|
|
12988
|
+
"parameters": [
|
|
12989
|
+
{
|
|
12990
|
+
"docs": {
|
|
12991
|
+
"summary": "The conditions to add (mergify syntax)."
|
|
12992
|
+
},
|
|
12993
|
+
"name": "conditions",
|
|
12994
|
+
"type": {
|
|
12995
|
+
"primitive": "string"
|
|
12996
|
+
},
|
|
12997
|
+
"variadic": true
|
|
12998
|
+
}
|
|
12999
|
+
],
|
|
13000
|
+
"variadic": true
|
|
13001
|
+
},
|
|
13002
|
+
{
|
|
13003
|
+
"docs": {
|
|
13004
|
+
"stability": "experimental",
|
|
13005
|
+
"summary": "Adds conditions that will be rendered only during synthesis."
|
|
13006
|
+
},
|
|
13007
|
+
"locationInModule": {
|
|
13008
|
+
"filename": "src/github/auto-merge.ts",
|
|
13009
|
+
"line": 90
|
|
13010
|
+
},
|
|
13011
|
+
"name": "addConditionsLater",
|
|
13012
|
+
"parameters": [
|
|
13013
|
+
{
|
|
13014
|
+
"docs": {
|
|
13015
|
+
"summary": "The later."
|
|
13016
|
+
},
|
|
13017
|
+
"name": "later",
|
|
13018
|
+
"type": {
|
|
13019
|
+
"fqn": "projen.github.IAddConditionsLater"
|
|
13020
|
+
}
|
|
13021
|
+
}
|
|
13022
|
+
]
|
|
13023
|
+
}
|
|
13024
|
+
],
|
|
12976
13025
|
"name": "AutoMerge",
|
|
12977
13026
|
"namespace": "github",
|
|
12978
13027
|
"symbolId": "src/github/auto-merge:AutoMerge"
|
|
@@ -13002,7 +13051,7 @@
|
|
|
13002
13051
|
"immutable": true,
|
|
13003
13052
|
"locationInModule": {
|
|
13004
13053
|
"filename": "src/github/auto-merge.ts",
|
|
13005
|
-
"line":
|
|
13054
|
+
"line": 9
|
|
13006
13055
|
},
|
|
13007
13056
|
"name": "approvedReviews",
|
|
13008
13057
|
"optional": true,
|
|
@@ -13020,7 +13069,7 @@
|
|
|
13020
13069
|
"immutable": true,
|
|
13021
13070
|
"locationInModule": {
|
|
13022
13071
|
"filename": "src/github/auto-merge.ts",
|
|
13023
|
-
"line":
|
|
13072
|
+
"line": 15
|
|
13024
13073
|
},
|
|
13025
13074
|
"name": "blockingLabels",
|
|
13026
13075
|
"optional": true,
|
|
@@ -13032,23 +13081,6 @@
|
|
|
13032
13081
|
"kind": "array"
|
|
13033
13082
|
}
|
|
13034
13083
|
}
|
|
13035
|
-
},
|
|
13036
|
-
{
|
|
13037
|
-
"abstract": true,
|
|
13038
|
-
"docs": {
|
|
13039
|
-
"stability": "experimental",
|
|
13040
|
-
"summary": "The GitHub job ID of the build workflow."
|
|
13041
|
-
},
|
|
13042
|
-
"immutable": true,
|
|
13043
|
-
"locationInModule": {
|
|
13044
|
-
"filename": "src/github/auto-merge.ts",
|
|
13045
|
-
"line": 8
|
|
13046
|
-
},
|
|
13047
|
-
"name": "buildJob",
|
|
13048
|
-
"optional": true,
|
|
13049
|
-
"type": {
|
|
13050
|
-
"primitive": "string"
|
|
13051
|
-
}
|
|
13052
13084
|
}
|
|
13053
13085
|
],
|
|
13054
13086
|
"symbolId": "src/github/auto-merge:AutoMergeOptions"
|
|
@@ -14809,6 +14841,44 @@
|
|
|
14809
14841
|
],
|
|
14810
14842
|
"symbolId": "src/github/workflows:GithubWorkflowOptions"
|
|
14811
14843
|
},
|
|
14844
|
+
"projen.github.IAddConditionsLater": {
|
|
14845
|
+
"assembly": "projen",
|
|
14846
|
+
"docs": {
|
|
14847
|
+
"stability": "experimental"
|
|
14848
|
+
},
|
|
14849
|
+
"fqn": "projen.github.IAddConditionsLater",
|
|
14850
|
+
"kind": "interface",
|
|
14851
|
+
"locationInModule": {
|
|
14852
|
+
"filename": "src/github/auto-merge.ts",
|
|
14853
|
+
"line": 105
|
|
14854
|
+
},
|
|
14855
|
+
"methods": [
|
|
14856
|
+
{
|
|
14857
|
+
"abstract": true,
|
|
14858
|
+
"docs": {
|
|
14859
|
+
"stability": "experimental"
|
|
14860
|
+
},
|
|
14861
|
+
"locationInModule": {
|
|
14862
|
+
"filename": "src/github/auto-merge.ts",
|
|
14863
|
+
"line": 106
|
|
14864
|
+
},
|
|
14865
|
+
"name": "render",
|
|
14866
|
+
"returns": {
|
|
14867
|
+
"type": {
|
|
14868
|
+
"collection": {
|
|
14869
|
+
"elementtype": {
|
|
14870
|
+
"primitive": "string"
|
|
14871
|
+
},
|
|
14872
|
+
"kind": "array"
|
|
14873
|
+
}
|
|
14874
|
+
}
|
|
14875
|
+
}
|
|
14876
|
+
}
|
|
14877
|
+
],
|
|
14878
|
+
"name": "IAddConditionsLater",
|
|
14879
|
+
"namespace": "github",
|
|
14880
|
+
"symbolId": "src/github/auto-merge:IAddConditionsLater"
|
|
14881
|
+
},
|
|
14812
14882
|
"projen.github.IJobProvider": {
|
|
14813
14883
|
"assembly": "projen",
|
|
14814
14884
|
"docs": {
|
|
@@ -21040,6 +21110,35 @@
|
|
|
21040
21110
|
],
|
|
21041
21111
|
"symbolId": "src/javascript/bundler:AddBundleOptions"
|
|
21042
21112
|
},
|
|
21113
|
+
"projen.javascript.ArrowParens": {
|
|
21114
|
+
"assembly": "projen",
|
|
21115
|
+
"docs": {
|
|
21116
|
+
"stability": "experimental"
|
|
21117
|
+
},
|
|
21118
|
+
"fqn": "projen.javascript.ArrowParens",
|
|
21119
|
+
"kind": "enum",
|
|
21120
|
+
"locationInModule": {
|
|
21121
|
+
"filename": "src/javascript/prettier.ts",
|
|
21122
|
+
"line": 227
|
|
21123
|
+
},
|
|
21124
|
+
"members": [
|
|
21125
|
+
{
|
|
21126
|
+
"docs": {
|
|
21127
|
+
"stability": "experimental"
|
|
21128
|
+
},
|
|
21129
|
+
"name": "ALWAYS"
|
|
21130
|
+
},
|
|
21131
|
+
{
|
|
21132
|
+
"docs": {
|
|
21133
|
+
"stability": "experimental"
|
|
21134
|
+
},
|
|
21135
|
+
"name": "AVOID"
|
|
21136
|
+
}
|
|
21137
|
+
],
|
|
21138
|
+
"name": "ArrowParens",
|
|
21139
|
+
"namespace": "javascript",
|
|
21140
|
+
"symbolId": "src/javascript/prettier:ArrowParens"
|
|
21141
|
+
},
|
|
21043
21142
|
"projen.javascript.AutoRelease": {
|
|
21044
21143
|
"assembly": "projen",
|
|
21045
21144
|
"docs": {
|
|
@@ -21050,7 +21149,7 @@
|
|
|
21050
21149
|
"kind": "enum",
|
|
21051
21150
|
"locationInModule": {
|
|
21052
21151
|
"filename": "src/javascript/node-project.ts",
|
|
21053
|
-
"line":
|
|
21152
|
+
"line": 322
|
|
21054
21153
|
},
|
|
21055
21154
|
"members": [
|
|
21056
21155
|
{
|
|
@@ -21608,6 +21707,76 @@
|
|
|
21608
21707
|
],
|
|
21609
21708
|
"symbolId": "src/javascript/jest:CoverageThreshold"
|
|
21610
21709
|
},
|
|
21710
|
+
"projen.javascript.EmbeddedLanguageFormatting": {
|
|
21711
|
+
"assembly": "projen",
|
|
21712
|
+
"docs": {
|
|
21713
|
+
"stability": "experimental"
|
|
21714
|
+
},
|
|
21715
|
+
"fqn": "projen.javascript.EmbeddedLanguageFormatting",
|
|
21716
|
+
"kind": "enum",
|
|
21717
|
+
"locationInModule": {
|
|
21718
|
+
"filename": "src/javascript/prettier.ts",
|
|
21719
|
+
"line": 232
|
|
21720
|
+
},
|
|
21721
|
+
"members": [
|
|
21722
|
+
{
|
|
21723
|
+
"docs": {
|
|
21724
|
+
"stability": "experimental"
|
|
21725
|
+
},
|
|
21726
|
+
"name": "AUTO"
|
|
21727
|
+
},
|
|
21728
|
+
{
|
|
21729
|
+
"docs": {
|
|
21730
|
+
"stability": "experimental"
|
|
21731
|
+
},
|
|
21732
|
+
"name": "OFF"
|
|
21733
|
+
}
|
|
21734
|
+
],
|
|
21735
|
+
"name": "EmbeddedLanguageFormatting",
|
|
21736
|
+
"namespace": "javascript",
|
|
21737
|
+
"symbolId": "src/javascript/prettier:EmbeddedLanguageFormatting"
|
|
21738
|
+
},
|
|
21739
|
+
"projen.javascript.EndOfLine": {
|
|
21740
|
+
"assembly": "projen",
|
|
21741
|
+
"docs": {
|
|
21742
|
+
"stability": "experimental"
|
|
21743
|
+
},
|
|
21744
|
+
"fqn": "projen.javascript.EndOfLine",
|
|
21745
|
+
"kind": "enum",
|
|
21746
|
+
"locationInModule": {
|
|
21747
|
+
"filename": "src/javascript/prettier.ts",
|
|
21748
|
+
"line": 237
|
|
21749
|
+
},
|
|
21750
|
+
"members": [
|
|
21751
|
+
{
|
|
21752
|
+
"docs": {
|
|
21753
|
+
"stability": "experimental"
|
|
21754
|
+
},
|
|
21755
|
+
"name": "AUTO"
|
|
21756
|
+
},
|
|
21757
|
+
{
|
|
21758
|
+
"docs": {
|
|
21759
|
+
"stability": "experimental"
|
|
21760
|
+
},
|
|
21761
|
+
"name": "CR"
|
|
21762
|
+
},
|
|
21763
|
+
{
|
|
21764
|
+
"docs": {
|
|
21765
|
+
"stability": "experimental"
|
|
21766
|
+
},
|
|
21767
|
+
"name": "CRLF"
|
|
21768
|
+
},
|
|
21769
|
+
{
|
|
21770
|
+
"docs": {
|
|
21771
|
+
"stability": "experimental"
|
|
21772
|
+
},
|
|
21773
|
+
"name": "LF"
|
|
21774
|
+
}
|
|
21775
|
+
],
|
|
21776
|
+
"name": "EndOfLine",
|
|
21777
|
+
"namespace": "javascript",
|
|
21778
|
+
"symbolId": "src/javascript/prettier:EndOfLine"
|
|
21779
|
+
},
|
|
21611
21780
|
"projen.javascript.Eslint": {
|
|
21612
21781
|
"assembly": "projen",
|
|
21613
21782
|
"base": "projen.Component",
|
|
@@ -22131,6 +22300,41 @@
|
|
|
22131
22300
|
],
|
|
22132
22301
|
"symbolId": "src/javascript/eslint:EslintOverride"
|
|
22133
22302
|
},
|
|
22303
|
+
"projen.javascript.HTMLWhitespaceSensitivity": {
|
|
22304
|
+
"assembly": "projen",
|
|
22305
|
+
"docs": {
|
|
22306
|
+
"stability": "experimental"
|
|
22307
|
+
},
|
|
22308
|
+
"fqn": "projen.javascript.HTMLWhitespaceSensitivity",
|
|
22309
|
+
"kind": "enum",
|
|
22310
|
+
"locationInModule": {
|
|
22311
|
+
"filename": "src/javascript/prettier.ts",
|
|
22312
|
+
"line": 244
|
|
22313
|
+
},
|
|
22314
|
+
"members": [
|
|
22315
|
+
{
|
|
22316
|
+
"docs": {
|
|
22317
|
+
"stability": "experimental"
|
|
22318
|
+
},
|
|
22319
|
+
"name": "CSS"
|
|
22320
|
+
},
|
|
22321
|
+
{
|
|
22322
|
+
"docs": {
|
|
22323
|
+
"stability": "experimental"
|
|
22324
|
+
},
|
|
22325
|
+
"name": "IGNORE"
|
|
22326
|
+
},
|
|
22327
|
+
{
|
|
22328
|
+
"docs": {
|
|
22329
|
+
"stability": "experimental"
|
|
22330
|
+
},
|
|
22331
|
+
"name": "STRICT"
|
|
22332
|
+
}
|
|
22333
|
+
],
|
|
22334
|
+
"name": "HTMLWhitespaceSensitivity",
|
|
22335
|
+
"namespace": "javascript",
|
|
22336
|
+
"symbolId": "src/javascript/prettier:HTMLWhitespaceSensitivity"
|
|
22337
|
+
},
|
|
22134
22338
|
"projen.javascript.HasteConfig": {
|
|
22135
22339
|
"assembly": "projen",
|
|
22136
22340
|
"datatype": true,
|
|
@@ -25395,7 +25599,7 @@
|
|
|
25395
25599
|
},
|
|
25396
25600
|
"locationInModule": {
|
|
25397
25601
|
"filename": "src/javascript/node-project.ts",
|
|
25398
|
-
"line":
|
|
25602
|
+
"line": 448
|
|
25399
25603
|
},
|
|
25400
25604
|
"parameters": [
|
|
25401
25605
|
{
|
|
@@ -25409,7 +25613,7 @@
|
|
|
25409
25613
|
"kind": "class",
|
|
25410
25614
|
"locationInModule": {
|
|
25411
25615
|
"filename": "src/javascript/node-project.ts",
|
|
25412
|
-
"line":
|
|
25616
|
+
"line": 339
|
|
25413
25617
|
},
|
|
25414
25618
|
"methods": [
|
|
25415
25619
|
{
|
|
@@ -25418,7 +25622,7 @@
|
|
|
25418
25622
|
},
|
|
25419
25623
|
"locationInModule": {
|
|
25420
25624
|
"filename": "src/javascript/node-project.ts",
|
|
25421
|
-
"line":
|
|
25625
|
+
"line": 701
|
|
25422
25626
|
},
|
|
25423
25627
|
"name": "addBins",
|
|
25424
25628
|
"parameters": [
|
|
@@ -25443,7 +25647,7 @@
|
|
|
25443
25647
|
},
|
|
25444
25648
|
"locationInModule": {
|
|
25445
25649
|
"filename": "src/javascript/node-project.ts",
|
|
25446
|
-
"line":
|
|
25650
|
+
"line": 854
|
|
25447
25651
|
},
|
|
25448
25652
|
"name": "addBundledDeps",
|
|
25449
25653
|
"parameters": [
|
|
@@ -25469,7 +25673,7 @@
|
|
|
25469
25673
|
},
|
|
25470
25674
|
"locationInModule": {
|
|
25471
25675
|
"filename": "src/javascript/node-project.ts",
|
|
25472
|
-
"line":
|
|
25676
|
+
"line": 735
|
|
25473
25677
|
},
|
|
25474
25678
|
"name": "addCompileCommand",
|
|
25475
25679
|
"parameters": [
|
|
@@ -25490,7 +25694,7 @@
|
|
|
25490
25694
|
},
|
|
25491
25695
|
"locationInModule": {
|
|
25492
25696
|
"filename": "src/javascript/node-project.ts",
|
|
25493
|
-
"line":
|
|
25697
|
+
"line": 808
|
|
25494
25698
|
},
|
|
25495
25699
|
"name": "addDeps",
|
|
25496
25700
|
"parameters": [
|
|
@@ -25515,7 +25719,7 @@
|
|
|
25515
25719
|
},
|
|
25516
25720
|
"locationInModule": {
|
|
25517
25721
|
"filename": "src/javascript/node-project.ts",
|
|
25518
|
-
"line":
|
|
25722
|
+
"line": 821
|
|
25519
25723
|
},
|
|
25520
25724
|
"name": "addDevDeps",
|
|
25521
25725
|
"parameters": [
|
|
@@ -25540,7 +25744,7 @@
|
|
|
25540
25744
|
},
|
|
25541
25745
|
"locationInModule": {
|
|
25542
25746
|
"filename": "src/javascript/node-project.ts",
|
|
25543
|
-
"line":
|
|
25747
|
+
"line": 755
|
|
25544
25748
|
},
|
|
25545
25749
|
"name": "addFields",
|
|
25546
25750
|
"parameters": [
|
|
@@ -25567,7 +25771,7 @@
|
|
|
25567
25771
|
},
|
|
25568
25772
|
"locationInModule": {
|
|
25569
25773
|
"filename": "src/javascript/node-project.ts",
|
|
25570
|
-
"line":
|
|
25774
|
+
"line": 765
|
|
25571
25775
|
},
|
|
25572
25776
|
"name": "addKeywords",
|
|
25573
25777
|
"parameters": [
|
|
@@ -25592,7 +25796,7 @@
|
|
|
25592
25796
|
},
|
|
25593
25797
|
"locationInModule": {
|
|
25594
25798
|
"filename": "src/javascript/node-project.ts",
|
|
25595
|
-
"line":
|
|
25799
|
+
"line": 858
|
|
25596
25800
|
},
|
|
25597
25801
|
"name": "addPackageIgnore",
|
|
25598
25802
|
"overrides": "projen.Project",
|
|
@@ -25613,7 +25817,7 @@
|
|
|
25613
25817
|
},
|
|
25614
25818
|
"locationInModule": {
|
|
25615
25819
|
"filename": "src/javascript/node-project.ts",
|
|
25616
|
-
"line":
|
|
25820
|
+
"line": 838
|
|
25617
25821
|
},
|
|
25618
25822
|
"name": "addPeerDeps",
|
|
25619
25823
|
"parameters": [
|
|
@@ -25631,6 +25835,28 @@
|
|
|
25631
25835
|
],
|
|
25632
25836
|
"variadic": true
|
|
25633
25837
|
},
|
|
25838
|
+
{
|
|
25839
|
+
"docs": {
|
|
25840
|
+
"stability": "experimental",
|
|
25841
|
+
"summary": "Defines Prettier ignore Patterns these patterns will be added to the file .prettierignore."
|
|
25842
|
+
},
|
|
25843
|
+
"locationInModule": {
|
|
25844
|
+
"filename": "src/javascript/node-project.ts",
|
|
25845
|
+
"line": 868
|
|
25846
|
+
},
|
|
25847
|
+
"name": "addPrettierIgnore",
|
|
25848
|
+
"parameters": [
|
|
25849
|
+
{
|
|
25850
|
+
"docs": {
|
|
25851
|
+
"summary": "filepatterns so exclude from prettier formatting."
|
|
25852
|
+
},
|
|
25853
|
+
"name": "pattern",
|
|
25854
|
+
"type": {
|
|
25855
|
+
"primitive": "string"
|
|
25856
|
+
}
|
|
25857
|
+
}
|
|
25858
|
+
]
|
|
25859
|
+
},
|
|
25634
25860
|
{
|
|
25635
25861
|
"docs": {
|
|
25636
25862
|
"deprecated": "use `project.testTask.exec()`",
|
|
@@ -25639,7 +25865,7 @@
|
|
|
25639
25865
|
},
|
|
25640
25866
|
"locationInModule": {
|
|
25641
25867
|
"filename": "src/javascript/node-project.ts",
|
|
25642
|
-
"line":
|
|
25868
|
+
"line": 745
|
|
25643
25869
|
},
|
|
25644
25870
|
"name": "addTestCommand",
|
|
25645
25871
|
"parameters": [
|
|
@@ -25660,7 +25886,7 @@
|
|
|
25660
25886
|
},
|
|
25661
25887
|
"locationInModule": {
|
|
25662
25888
|
"filename": "src/javascript/node-project.ts",
|
|
25663
|
-
"line":
|
|
25889
|
+
"line": 727
|
|
25664
25890
|
},
|
|
25665
25891
|
"name": "hasScript",
|
|
25666
25892
|
"parameters": [
|
|
@@ -25687,7 +25913,7 @@
|
|
|
25687
25913
|
},
|
|
25688
25914
|
"locationInModule": {
|
|
25689
25915
|
"filename": "src/javascript/node-project.ts",
|
|
25690
|
-
"line":
|
|
25916
|
+
"line": 719
|
|
25691
25917
|
},
|
|
25692
25918
|
"name": "removeScript",
|
|
25693
25919
|
"parameters": [
|
|
@@ -25710,7 +25936,7 @@
|
|
|
25710
25936
|
},
|
|
25711
25937
|
"locationInModule": {
|
|
25712
25938
|
"filename": "src/javascript/node-project.ts",
|
|
25713
|
-
"line":
|
|
25939
|
+
"line": 942
|
|
25714
25940
|
},
|
|
25715
25941
|
"name": "runTaskCommand",
|
|
25716
25942
|
"overrides": "projen.Project",
|
|
@@ -25738,7 +25964,7 @@
|
|
|
25738
25964
|
},
|
|
25739
25965
|
"locationInModule": {
|
|
25740
25966
|
"filename": "src/javascript/node-project.ts",
|
|
25741
|
-
"line":
|
|
25967
|
+
"line": 711
|
|
25742
25968
|
},
|
|
25743
25969
|
"name": "setScript",
|
|
25744
25970
|
"parameters": [
|
|
@@ -25774,7 +26000,7 @@
|
|
|
25774
26000
|
"immutable": true,
|
|
25775
26001
|
"locationInModule": {
|
|
25776
26002
|
"filename": "src/javascript/node-project.ts",
|
|
25777
|
-
"line":
|
|
26003
|
+
"line": 358
|
|
25778
26004
|
},
|
|
25779
26005
|
"name": "allowLibraryDependencies",
|
|
25780
26006
|
"type": {
|
|
@@ -25790,7 +26016,7 @@
|
|
|
25790
26016
|
"immutable": true,
|
|
25791
26017
|
"locationInModule": {
|
|
25792
26018
|
"filename": "src/javascript/node-project.ts",
|
|
25793
|
-
"line":
|
|
26019
|
+
"line": 432
|
|
25794
26020
|
},
|
|
25795
26021
|
"name": "artifactsDirectory",
|
|
25796
26022
|
"type": {
|
|
@@ -25805,7 +26031,7 @@
|
|
|
25805
26031
|
"immutable": true,
|
|
25806
26032
|
"locationInModule": {
|
|
25807
26033
|
"filename": "src/javascript/node-project.ts",
|
|
25808
|
-
"line":
|
|
26034
|
+
"line": 437
|
|
25809
26035
|
},
|
|
25810
26036
|
"name": "artifactsJavascriptDirectory",
|
|
25811
26037
|
"type": {
|
|
@@ -25819,7 +26045,7 @@
|
|
|
25819
26045
|
"immutable": true,
|
|
25820
26046
|
"locationInModule": {
|
|
25821
26047
|
"filename": "src/javascript/node-project.ts",
|
|
25822
|
-
"line":
|
|
26048
|
+
"line": 425
|
|
25823
26049
|
},
|
|
25824
26050
|
"name": "bundler",
|
|
25825
26051
|
"type": {
|
|
@@ -25834,7 +26060,7 @@
|
|
|
25834
26060
|
"immutable": true,
|
|
25835
26061
|
"locationInModule": {
|
|
25836
26062
|
"filename": "src/javascript/node-project.ts",
|
|
25837
|
-
"line":
|
|
26063
|
+
"line": 363
|
|
25838
26064
|
},
|
|
25839
26065
|
"name": "entrypoint",
|
|
25840
26066
|
"type": {
|
|
@@ -25848,7 +26074,7 @@
|
|
|
25848
26074
|
"immutable": true,
|
|
25849
26075
|
"locationInModule": {
|
|
25850
26076
|
"filename": "src/javascript/node-project.ts",
|
|
25851
|
-
"line":
|
|
26077
|
+
"line": 769
|
|
25852
26078
|
},
|
|
25853
26079
|
"name": "installWorkflowSteps",
|
|
25854
26080
|
"type": {
|
|
@@ -25868,7 +26094,7 @@
|
|
|
25868
26094
|
"immutable": true,
|
|
25869
26095
|
"locationInModule": {
|
|
25870
26096
|
"filename": "src/javascript/node-project.ts",
|
|
25871
|
-
"line":
|
|
26097
|
+
"line": 421
|
|
25872
26098
|
},
|
|
25873
26099
|
"name": "manifest",
|
|
25874
26100
|
"type": {
|
|
@@ -25883,7 +26109,7 @@
|
|
|
25883
26109
|
"immutable": true,
|
|
25884
26110
|
"locationInModule": {
|
|
25885
26111
|
"filename": "src/javascript/node-project.ts",
|
|
25886
|
-
"line":
|
|
26112
|
+
"line": 343
|
|
25887
26113
|
},
|
|
25888
26114
|
"name": "package",
|
|
25889
26115
|
"type": {
|
|
@@ -25899,7 +26125,7 @@
|
|
|
25899
26125
|
"immutable": true,
|
|
25900
26126
|
"locationInModule": {
|
|
25901
26127
|
"filename": "src/javascript/node-project.ts",
|
|
25902
|
-
"line":
|
|
26128
|
+
"line": 406
|
|
25903
26129
|
},
|
|
25904
26130
|
"name": "packageManager",
|
|
25905
26131
|
"type": {
|
|
@@ -25914,7 +26140,7 @@
|
|
|
25914
26140
|
"immutable": true,
|
|
25915
26141
|
"locationInModule": {
|
|
25916
26142
|
"filename": "src/javascript/node-project.ts",
|
|
25917
|
-
"line":
|
|
26143
|
+
"line": 411
|
|
25918
26144
|
},
|
|
25919
26145
|
"name": "runScriptCommand",
|
|
25920
26146
|
"type": {
|
|
@@ -25929,7 +26155,7 @@
|
|
|
25929
26155
|
"immutable": true,
|
|
25930
26156
|
"locationInModule": {
|
|
25931
26157
|
"filename": "src/javascript/node-project.ts",
|
|
25932
|
-
"line":
|
|
26158
|
+
"line": 368
|
|
25933
26159
|
},
|
|
25934
26160
|
"name": "autoMerge",
|
|
25935
26161
|
"optional": true,
|
|
@@ -25946,7 +26172,7 @@
|
|
|
25946
26172
|
"immutable": true,
|
|
25947
26173
|
"locationInModule": {
|
|
25948
26174
|
"filename": "src/javascript/node-project.ts",
|
|
25949
|
-
"line":
|
|
26175
|
+
"line": 374
|
|
25950
26176
|
},
|
|
25951
26177
|
"name": "buildWorkflow",
|
|
25952
26178
|
"optional": true,
|
|
@@ -25962,7 +26188,7 @@
|
|
|
25962
26188
|
"immutable": true,
|
|
25963
26189
|
"locationInModule": {
|
|
25964
26190
|
"filename": "src/javascript/node-project.ts",
|
|
25965
|
-
"line":
|
|
26191
|
+
"line": 949
|
|
25966
26192
|
},
|
|
25967
26193
|
"name": "buildWorkflowJobId",
|
|
25968
26194
|
"optional": true,
|
|
@@ -25978,7 +26204,7 @@
|
|
|
25978
26204
|
"immutable": true,
|
|
25979
26205
|
"locationInModule": {
|
|
25980
26206
|
"filename": "src/javascript/node-project.ts",
|
|
25981
|
-
"line":
|
|
26207
|
+
"line": 416
|
|
25982
26208
|
},
|
|
25983
26209
|
"name": "jest",
|
|
25984
26210
|
"optional": true,
|
|
@@ -25994,7 +26220,7 @@
|
|
|
25994
26220
|
"immutable": true,
|
|
25995
26221
|
"locationInModule": {
|
|
25996
26222
|
"filename": "src/javascript/node-project.ts",
|
|
25997
|
-
"line":
|
|
26223
|
+
"line": 397
|
|
25998
26224
|
},
|
|
25999
26225
|
"name": "maxNodeVersion",
|
|
26000
26226
|
"optional": true,
|
|
@@ -26010,7 +26236,7 @@
|
|
|
26010
26236
|
"immutable": true,
|
|
26011
26237
|
"locationInModule": {
|
|
26012
26238
|
"filename": "src/javascript/node-project.ts",
|
|
26013
|
-
"line":
|
|
26239
|
+
"line": 392
|
|
26014
26240
|
},
|
|
26015
26241
|
"name": "minNodeVersion",
|
|
26016
26242
|
"optional": true,
|
|
@@ -26026,7 +26252,7 @@
|
|
|
26026
26252
|
"immutable": true,
|
|
26027
26253
|
"locationInModule": {
|
|
26028
26254
|
"filename": "src/javascript/node-project.ts",
|
|
26029
|
-
"line":
|
|
26255
|
+
"line": 348
|
|
26030
26256
|
},
|
|
26031
26257
|
"name": "npmignore",
|
|
26032
26258
|
"optional": true,
|
|
@@ -26036,31 +26262,62 @@
|
|
|
26036
26262
|
},
|
|
26037
26263
|
{
|
|
26038
26264
|
"docs": {
|
|
26039
|
-
"
|
|
26040
|
-
"remarks": "This will be `undefined` if the project does not have a\nrelease workflow.",
|
|
26041
|
-
"stability": "deprecated",
|
|
26042
|
-
"summary": "Package publisher."
|
|
26265
|
+
"stability": "experimental"
|
|
26043
26266
|
},
|
|
26044
26267
|
"immutable": true,
|
|
26045
26268
|
"locationInModule": {
|
|
26046
26269
|
"filename": "src/javascript/node-project.ts",
|
|
26047
|
-
"line":
|
|
26270
|
+
"line": 446
|
|
26048
26271
|
},
|
|
26049
|
-
"name": "
|
|
26272
|
+
"name": "prettier",
|
|
26050
26273
|
"optional": true,
|
|
26051
26274
|
"type": {
|
|
26052
|
-
"fqn": "projen.
|
|
26275
|
+
"fqn": "projen.javascript.Prettier"
|
|
26053
26276
|
}
|
|
26054
26277
|
},
|
|
26055
26278
|
{
|
|
26056
26279
|
"docs": {
|
|
26057
26280
|
"stability": "experimental",
|
|
26058
|
-
"summary": "
|
|
26281
|
+
"summary": "The .prettierIgnore file."
|
|
26059
26282
|
},
|
|
26060
26283
|
"immutable": true,
|
|
26061
26284
|
"locationInModule": {
|
|
26062
26285
|
"filename": "src/javascript/node-project.ts",
|
|
26063
|
-
"line":
|
|
26286
|
+
"line": 353
|
|
26287
|
+
},
|
|
26288
|
+
"name": "prettierIgnore",
|
|
26289
|
+
"optional": true,
|
|
26290
|
+
"type": {
|
|
26291
|
+
"fqn": "projen.IgnoreFile"
|
|
26292
|
+
}
|
|
26293
|
+
},
|
|
26294
|
+
{
|
|
26295
|
+
"docs": {
|
|
26296
|
+
"deprecated": "use `release.publisher`.",
|
|
26297
|
+
"remarks": "This will be `undefined` if the project does not have a\nrelease workflow.",
|
|
26298
|
+
"stability": "deprecated",
|
|
26299
|
+
"summary": "Package publisher."
|
|
26300
|
+
},
|
|
26301
|
+
"immutable": true,
|
|
26302
|
+
"locationInModule": {
|
|
26303
|
+
"filename": "src/javascript/node-project.ts",
|
|
26304
|
+
"line": 382
|
|
26305
|
+
},
|
|
26306
|
+
"name": "publisher",
|
|
26307
|
+
"optional": true,
|
|
26308
|
+
"type": {
|
|
26309
|
+
"fqn": "projen.release.Publisher"
|
|
26310
|
+
}
|
|
26311
|
+
},
|
|
26312
|
+
{
|
|
26313
|
+
"docs": {
|
|
26314
|
+
"stability": "experimental",
|
|
26315
|
+
"summary": "Release management."
|
|
26316
|
+
},
|
|
26317
|
+
"immutable": true,
|
|
26318
|
+
"locationInModule": {
|
|
26319
|
+
"filename": "src/javascript/node-project.ts",
|
|
26320
|
+
"line": 387
|
|
26064
26321
|
},
|
|
26065
26322
|
"name": "release",
|
|
26066
26323
|
"optional": true,
|
|
@@ -26076,7 +26333,7 @@
|
|
|
26076
26333
|
"immutable": true,
|
|
26077
26334
|
"locationInModule": {
|
|
26078
26335
|
"filename": "src/javascript/node-project.ts",
|
|
26079
|
-
"line":
|
|
26336
|
+
"line": 442
|
|
26080
26337
|
},
|
|
26081
26338
|
"name": "upgradeWorkflow",
|
|
26082
26339
|
"optional": true,
|
|
@@ -26134,7 +26391,7 @@
|
|
|
26134
26391
|
"immutable": true,
|
|
26135
26392
|
"locationInModule": {
|
|
26136
26393
|
"filename": "src/javascript/node-project.ts",
|
|
26137
|
-
"line":
|
|
26394
|
+
"line": 308
|
|
26138
26395
|
},
|
|
26139
26396
|
"name": "artifactsDirectory",
|
|
26140
26397
|
"optional": true,
|
|
@@ -26207,7 +26464,7 @@
|
|
|
26207
26464
|
"immutable": true,
|
|
26208
26465
|
"locationInModule": {
|
|
26209
26466
|
"filename": "src/javascript/node-project.ts",
|
|
26210
|
-
"line":
|
|
26467
|
+
"line": 301
|
|
26211
26468
|
},
|
|
26212
26469
|
"name": "bundlerOptions",
|
|
26213
26470
|
"optional": true,
|
|
@@ -26370,7 +26627,7 @@
|
|
|
26370
26627
|
"immutable": true,
|
|
26371
26628
|
"locationInModule": {
|
|
26372
26629
|
"filename": "src/javascript/node-project.ts",
|
|
26373
|
-
"line":
|
|
26630
|
+
"line": 270
|
|
26374
26631
|
},
|
|
26375
26632
|
"name": "gitignore",
|
|
26376
26633
|
"optional": true,
|
|
@@ -26393,7 +26650,7 @@
|
|
|
26393
26650
|
"immutable": true,
|
|
26394
26651
|
"locationInModule": {
|
|
26395
26652
|
"filename": "src/javascript/node-project.ts",
|
|
26396
|
-
"line":
|
|
26653
|
+
"line": 276
|
|
26397
26654
|
},
|
|
26398
26655
|
"name": "jest",
|
|
26399
26656
|
"optional": true,
|
|
@@ -26411,7 +26668,7 @@
|
|
|
26411
26668
|
"immutable": true,
|
|
26412
26669
|
"locationInModule": {
|
|
26413
26670
|
"filename": "src/javascript/node-project.ts",
|
|
26414
|
-
"line":
|
|
26671
|
+
"line": 282
|
|
26415
26672
|
},
|
|
26416
26673
|
"name": "jestOptions",
|
|
26417
26674
|
"optional": true,
|
|
@@ -26489,7 +26746,7 @@
|
|
|
26489
26746
|
"immutable": true,
|
|
26490
26747
|
"locationInModule": {
|
|
26491
26748
|
"filename": "src/javascript/node-project.ts",
|
|
26492
|
-
"line":
|
|
26749
|
+
"line": 316
|
|
26493
26750
|
},
|
|
26494
26751
|
"name": "package",
|
|
26495
26752
|
"optional": true,
|
|
@@ -26497,6 +26754,60 @@
|
|
|
26497
26754
|
"primitive": "boolean"
|
|
26498
26755
|
}
|
|
26499
26756
|
},
|
|
26757
|
+
{
|
|
26758
|
+
"abstract": true,
|
|
26759
|
+
"docs": {
|
|
26760
|
+
"default": "false",
|
|
26761
|
+
"stability": "experimental",
|
|
26762
|
+
"summary": "Setup prettier."
|
|
26763
|
+
},
|
|
26764
|
+
"immutable": true,
|
|
26765
|
+
"locationInModule": {
|
|
26766
|
+
"filename": "src/javascript/node-project.ts",
|
|
26767
|
+
"line": 259
|
|
26768
|
+
},
|
|
26769
|
+
"name": "prettier",
|
|
26770
|
+
"optional": true,
|
|
26771
|
+
"type": {
|
|
26772
|
+
"primitive": "boolean"
|
|
26773
|
+
}
|
|
26774
|
+
},
|
|
26775
|
+
{
|
|
26776
|
+
"abstract": true,
|
|
26777
|
+
"docs": {
|
|
26778
|
+
"default": "false",
|
|
26779
|
+
"stability": "experimental",
|
|
26780
|
+
"summary": "Defines an .prettierIgnore file."
|
|
26781
|
+
},
|
|
26782
|
+
"immutable": true,
|
|
26783
|
+
"locationInModule": {
|
|
26784
|
+
"filename": "src/javascript/node-project.ts",
|
|
26785
|
+
"line": 252
|
|
26786
|
+
},
|
|
26787
|
+
"name": "prettierIgnoreEnabled",
|
|
26788
|
+
"optional": true,
|
|
26789
|
+
"type": {
|
|
26790
|
+
"primitive": "boolean"
|
|
26791
|
+
}
|
|
26792
|
+
},
|
|
26793
|
+
{
|
|
26794
|
+
"abstract": true,
|
|
26795
|
+
"docs": {
|
|
26796
|
+
"default": "- opinionated default options",
|
|
26797
|
+
"stability": "experimental",
|
|
26798
|
+
"summary": "Prettier options."
|
|
26799
|
+
},
|
|
26800
|
+
"immutable": true,
|
|
26801
|
+
"locationInModule": {
|
|
26802
|
+
"filename": "src/javascript/node-project.ts",
|
|
26803
|
+
"line": 265
|
|
26804
|
+
},
|
|
26805
|
+
"name": "prettierOptions",
|
|
26806
|
+
"optional": true,
|
|
26807
|
+
"type": {
|
|
26808
|
+
"fqn": "projen.javascript.PrettierOptions"
|
|
26809
|
+
}
|
|
26810
|
+
},
|
|
26500
26811
|
{
|
|
26501
26812
|
"abstract": true,
|
|
26502
26813
|
"docs": {
|
|
@@ -26525,7 +26836,7 @@
|
|
|
26525
26836
|
"immutable": true,
|
|
26526
26837
|
"locationInModule": {
|
|
26527
26838
|
"filename": "src/javascript/node-project.ts",
|
|
26528
|
-
"line":
|
|
26839
|
+
"line": 290
|
|
26529
26840
|
},
|
|
26530
26841
|
"name": "projenrcJs",
|
|
26531
26842
|
"optional": true,
|
|
@@ -26543,7 +26854,7 @@
|
|
|
26543
26854
|
"immutable": true,
|
|
26544
26855
|
"locationInModule": {
|
|
26545
26856
|
"filename": "src/javascript/node-project.ts",
|
|
26546
|
-
"line":
|
|
26857
|
+
"line": 296
|
|
26547
26858
|
},
|
|
26548
26859
|
"name": "projenrcJsOptions",
|
|
26549
26860
|
"optional": true,
|
|
@@ -26897,111 +27208,869 @@
|
|
|
26897
27208
|
"summary": "configure a scoped registry."
|
|
26898
27209
|
},
|
|
26899
27210
|
"locationInModule": {
|
|
26900
|
-
"filename": "src/javascript/npm-config.ts",
|
|
26901
|
-
"line": 46
|
|
27211
|
+
"filename": "src/javascript/npm-config.ts",
|
|
27212
|
+
"line": 46
|
|
27213
|
+
},
|
|
27214
|
+
"name": "addRegistry",
|
|
27215
|
+
"parameters": [
|
|
27216
|
+
{
|
|
27217
|
+
"docs": {
|
|
27218
|
+
"summary": "the URL of the registry to use."
|
|
27219
|
+
},
|
|
27220
|
+
"name": "url",
|
|
27221
|
+
"type": {
|
|
27222
|
+
"primitive": "string"
|
|
27223
|
+
}
|
|
27224
|
+
},
|
|
27225
|
+
{
|
|
27226
|
+
"docs": {
|
|
27227
|
+
"remarks": "leave empty for the default registry",
|
|
27228
|
+
"summary": "the scope the registry is used for;"
|
|
27229
|
+
},
|
|
27230
|
+
"name": "scope",
|
|
27231
|
+
"optional": true,
|
|
27232
|
+
"type": {
|
|
27233
|
+
"primitive": "string"
|
|
27234
|
+
}
|
|
27235
|
+
}
|
|
27236
|
+
]
|
|
27237
|
+
}
|
|
27238
|
+
],
|
|
27239
|
+
"name": "NpmConfig",
|
|
27240
|
+
"namespace": "javascript",
|
|
27241
|
+
"symbolId": "src/javascript/npm-config:NpmConfig"
|
|
27242
|
+
},
|
|
27243
|
+
"projen.javascript.NpmConfigOptions": {
|
|
27244
|
+
"assembly": "projen",
|
|
27245
|
+
"datatype": true,
|
|
27246
|
+
"docs": {
|
|
27247
|
+
"stability": "experimental",
|
|
27248
|
+
"summary": "Options to configure the local NPM config."
|
|
27249
|
+
},
|
|
27250
|
+
"fqn": "projen.javascript.NpmConfigOptions",
|
|
27251
|
+
"kind": "interface",
|
|
27252
|
+
"locationInModule": {
|
|
27253
|
+
"filename": "src/javascript/npm-config.ts",
|
|
27254
|
+
"line": 8
|
|
27255
|
+
},
|
|
27256
|
+
"name": "NpmConfigOptions",
|
|
27257
|
+
"namespace": "javascript",
|
|
27258
|
+
"properties": [
|
|
27259
|
+
{
|
|
27260
|
+
"abstract": true,
|
|
27261
|
+
"docs": {
|
|
27262
|
+
"default": "- use npmjs default registry",
|
|
27263
|
+
"remarks": "You can change this or add scoped registries using the addRegistry method",
|
|
27264
|
+
"stability": "experimental",
|
|
27265
|
+
"summary": "URL of the registry mirror to use."
|
|
27266
|
+
},
|
|
27267
|
+
"immutable": true,
|
|
27268
|
+
"locationInModule": {
|
|
27269
|
+
"filename": "src/javascript/npm-config.ts",
|
|
27270
|
+
"line": 16
|
|
27271
|
+
},
|
|
27272
|
+
"name": "registry",
|
|
27273
|
+
"optional": true,
|
|
27274
|
+
"type": {
|
|
27275
|
+
"primitive": "string"
|
|
27276
|
+
}
|
|
27277
|
+
}
|
|
27278
|
+
],
|
|
27279
|
+
"symbolId": "src/javascript/npm-config:NpmConfigOptions"
|
|
27280
|
+
},
|
|
27281
|
+
"projen.javascript.PeerDependencyOptions": {
|
|
27282
|
+
"assembly": "projen",
|
|
27283
|
+
"datatype": true,
|
|
27284
|
+
"docs": {
|
|
27285
|
+
"stability": "experimental"
|
|
27286
|
+
},
|
|
27287
|
+
"fqn": "projen.javascript.PeerDependencyOptions",
|
|
27288
|
+
"kind": "interface",
|
|
27289
|
+
"locationInModule": {
|
|
27290
|
+
"filename": "src/javascript/node-package.ts",
|
|
27291
|
+
"line": 1076
|
|
27292
|
+
},
|
|
27293
|
+
"name": "PeerDependencyOptions",
|
|
27294
|
+
"namespace": "javascript",
|
|
27295
|
+
"properties": [
|
|
27296
|
+
{
|
|
27297
|
+
"abstract": true,
|
|
27298
|
+
"docs": {
|
|
27299
|
+
"default": "true",
|
|
27300
|
+
"stability": "experimental",
|
|
27301
|
+
"summary": "Automatically add a pinned dev dependency."
|
|
27302
|
+
},
|
|
27303
|
+
"immutable": true,
|
|
27304
|
+
"locationInModule": {
|
|
27305
|
+
"filename": "src/javascript/node-package.ts",
|
|
27306
|
+
"line": 1081
|
|
27307
|
+
},
|
|
27308
|
+
"name": "pinnedDevDependency",
|
|
27309
|
+
"optional": true,
|
|
27310
|
+
"type": {
|
|
27311
|
+
"primitive": "boolean"
|
|
27312
|
+
}
|
|
27313
|
+
}
|
|
27314
|
+
],
|
|
27315
|
+
"symbolId": "src/javascript/node-package:PeerDependencyOptions"
|
|
27316
|
+
},
|
|
27317
|
+
"projen.javascript.Prettier": {
|
|
27318
|
+
"assembly": "projen",
|
|
27319
|
+
"base": "projen.Component",
|
|
27320
|
+
"docs": {
|
|
27321
|
+
"stability": "experimental",
|
|
27322
|
+
"summary": "Represents prettier configuration."
|
|
27323
|
+
},
|
|
27324
|
+
"fqn": "projen.javascript.Prettier",
|
|
27325
|
+
"initializer": {
|
|
27326
|
+
"docs": {
|
|
27327
|
+
"stability": "experimental"
|
|
27328
|
+
},
|
|
27329
|
+
"locationInModule": {
|
|
27330
|
+
"filename": "src/javascript/prettier.ts",
|
|
27331
|
+
"line": 309
|
|
27332
|
+
},
|
|
27333
|
+
"parameters": [
|
|
27334
|
+
{
|
|
27335
|
+
"name": "project",
|
|
27336
|
+
"type": {
|
|
27337
|
+
"fqn": "projen.javascript.NodeProject"
|
|
27338
|
+
}
|
|
27339
|
+
},
|
|
27340
|
+
{
|
|
27341
|
+
"name": "options",
|
|
27342
|
+
"type": {
|
|
27343
|
+
"fqn": "projen.javascript.PrettierOptions"
|
|
27344
|
+
}
|
|
27345
|
+
}
|
|
27346
|
+
]
|
|
27347
|
+
},
|
|
27348
|
+
"kind": "class",
|
|
27349
|
+
"locationInModule": {
|
|
27350
|
+
"filename": "src/javascript/prettier.ts",
|
|
27351
|
+
"line": 293
|
|
27352
|
+
},
|
|
27353
|
+
"methods": [
|
|
27354
|
+
{
|
|
27355
|
+
"docs": {
|
|
27356
|
+
"stability": "experimental"
|
|
27357
|
+
},
|
|
27358
|
+
"locationInModule": {
|
|
27359
|
+
"filename": "src/javascript/prettier.ts",
|
|
27360
|
+
"line": 294
|
|
27361
|
+
},
|
|
27362
|
+
"name": "of",
|
|
27363
|
+
"parameters": [
|
|
27364
|
+
{
|
|
27365
|
+
"name": "project",
|
|
27366
|
+
"type": {
|
|
27367
|
+
"fqn": "projen.Project"
|
|
27368
|
+
}
|
|
27369
|
+
}
|
|
27370
|
+
],
|
|
27371
|
+
"returns": {
|
|
27372
|
+
"optional": true,
|
|
27373
|
+
"type": {
|
|
27374
|
+
"fqn": "projen.javascript.Prettier"
|
|
27375
|
+
}
|
|
27376
|
+
},
|
|
27377
|
+
"static": true
|
|
27378
|
+
},
|
|
27379
|
+
{
|
|
27380
|
+
"docs": {
|
|
27381
|
+
"see": "https://prettier.io/docs/en/configuration.html#configuration-overrides",
|
|
27382
|
+
"stability": "experimental",
|
|
27383
|
+
"summary": "Add a prettier override."
|
|
27384
|
+
},
|
|
27385
|
+
"locationInModule": {
|
|
27386
|
+
"filename": "src/javascript/prettier.ts",
|
|
27387
|
+
"line": 326
|
|
27388
|
+
},
|
|
27389
|
+
"name": "addOverride",
|
|
27390
|
+
"parameters": [
|
|
27391
|
+
{
|
|
27392
|
+
"name": "override",
|
|
27393
|
+
"type": {
|
|
27394
|
+
"fqn": "projen.javascript.PrettierOverride"
|
|
27395
|
+
}
|
|
27396
|
+
}
|
|
27397
|
+
]
|
|
27398
|
+
}
|
|
27399
|
+
],
|
|
27400
|
+
"name": "Prettier",
|
|
27401
|
+
"namespace": "javascript",
|
|
27402
|
+
"properties": [
|
|
27403
|
+
{
|
|
27404
|
+
"docs": {
|
|
27405
|
+
"stability": "experimental",
|
|
27406
|
+
"summary": "Direct access to the prettier configuration."
|
|
27407
|
+
},
|
|
27408
|
+
"immutable": true,
|
|
27409
|
+
"locationInModule": {
|
|
27410
|
+
"filename": "src/javascript/prettier.ts",
|
|
27411
|
+
"line": 301
|
|
27412
|
+
},
|
|
27413
|
+
"name": "config",
|
|
27414
|
+
"type": {
|
|
27415
|
+
"fqn": "projen.javascript.PrettierOptions"
|
|
27416
|
+
}
|
|
27417
|
+
},
|
|
27418
|
+
{
|
|
27419
|
+
"docs": {
|
|
27420
|
+
"stability": "experimental",
|
|
27421
|
+
"summary": "Access to the Prettieroverrides to extend those."
|
|
27422
|
+
},
|
|
27423
|
+
"immutable": true,
|
|
27424
|
+
"locationInModule": {
|
|
27425
|
+
"filename": "src/javascript/prettier.ts",
|
|
27426
|
+
"line": 333
|
|
27427
|
+
},
|
|
27428
|
+
"name": "overrides",
|
|
27429
|
+
"type": {
|
|
27430
|
+
"collection": {
|
|
27431
|
+
"elementtype": {
|
|
27432
|
+
"fqn": "projen.javascript.PrettierOverride"
|
|
27433
|
+
},
|
|
27434
|
+
"kind": "array"
|
|
27435
|
+
}
|
|
27436
|
+
}
|
|
27437
|
+
}
|
|
27438
|
+
],
|
|
27439
|
+
"symbolId": "src/javascript/prettier:Prettier"
|
|
27440
|
+
},
|
|
27441
|
+
"projen.javascript.PrettierBaseOptions": {
|
|
27442
|
+
"assembly": "projen",
|
|
27443
|
+
"datatype": true,
|
|
27444
|
+
"docs": {
|
|
27445
|
+
"stability": "experimental",
|
|
27446
|
+
"summary": "Options to set in Prettier directly or through overrides."
|
|
27447
|
+
},
|
|
27448
|
+
"fqn": "projen.javascript.PrettierBaseOptions",
|
|
27449
|
+
"kind": "interface",
|
|
27450
|
+
"locationInModule": {
|
|
27451
|
+
"filename": "src/javascript/prettier.ts",
|
|
27452
|
+
"line": 23
|
|
27453
|
+
},
|
|
27454
|
+
"name": "PrettierBaseOptions",
|
|
27455
|
+
"namespace": "javascript",
|
|
27456
|
+
"properties": [
|
|
27457
|
+
{
|
|
27458
|
+
"abstract": true,
|
|
27459
|
+
"docs": {
|
|
27460
|
+
"default": "ArrowParens.ALWAYS",
|
|
27461
|
+
"remarks": "Always include parens. Example: `(x) => x`\n\nOmit parens when possible. Example: `x => x`",
|
|
27462
|
+
"stability": "experimental",
|
|
27463
|
+
"summary": "Include parentheses around a sole arrow function parameter."
|
|
27464
|
+
},
|
|
27465
|
+
"immutable": true,
|
|
27466
|
+
"locationInModule": {
|
|
27467
|
+
"filename": "src/javascript/prettier.ts",
|
|
27468
|
+
"line": 33
|
|
27469
|
+
},
|
|
27470
|
+
"name": "arrowParens",
|
|
27471
|
+
"optional": true,
|
|
27472
|
+
"type": {
|
|
27473
|
+
"fqn": "projen.javascript.ArrowParens"
|
|
27474
|
+
}
|
|
27475
|
+
},
|
|
27476
|
+
{
|
|
27477
|
+
"abstract": true,
|
|
27478
|
+
"docs": {
|
|
27479
|
+
"default": "false",
|
|
27480
|
+
"stability": "experimental",
|
|
27481
|
+
"summary": "Put > of opening tags on the last line instead of on a new line."
|
|
27482
|
+
},
|
|
27483
|
+
"immutable": true,
|
|
27484
|
+
"locationInModule": {
|
|
27485
|
+
"filename": "src/javascript/prettier.ts",
|
|
27486
|
+
"line": 39
|
|
27487
|
+
},
|
|
27488
|
+
"name": "bracketSameLine",
|
|
27489
|
+
"optional": true,
|
|
27490
|
+
"type": {
|
|
27491
|
+
"primitive": "boolean"
|
|
27492
|
+
}
|
|
27493
|
+
},
|
|
27494
|
+
{
|
|
27495
|
+
"abstract": true,
|
|
27496
|
+
"docs": {
|
|
27497
|
+
"default": "true",
|
|
27498
|
+
"stability": "experimental",
|
|
27499
|
+
"summary": "Print spaces between brackets."
|
|
27500
|
+
},
|
|
27501
|
+
"immutable": true,
|
|
27502
|
+
"locationInModule": {
|
|
27503
|
+
"filename": "src/javascript/prettier.ts",
|
|
27504
|
+
"line": 45
|
|
27505
|
+
},
|
|
27506
|
+
"name": "bracketSpacing",
|
|
27507
|
+
"optional": true,
|
|
27508
|
+
"type": {
|
|
27509
|
+
"primitive": "boolean"
|
|
27510
|
+
}
|
|
27511
|
+
},
|
|
27512
|
+
{
|
|
27513
|
+
"abstract": true,
|
|
27514
|
+
"docs": {
|
|
27515
|
+
"default": "-1",
|
|
27516
|
+
"remarks": "This option cannot be used with --range-start and --range-end.",
|
|
27517
|
+
"stability": "experimental",
|
|
27518
|
+
"summary": "Print (to stderr) where a cursor at the given position would move to after formatting."
|
|
27519
|
+
},
|
|
27520
|
+
"immutable": true,
|
|
27521
|
+
"locationInModule": {
|
|
27522
|
+
"filename": "src/javascript/prettier.ts",
|
|
27523
|
+
"line": 52
|
|
27524
|
+
},
|
|
27525
|
+
"name": "cursorOffset",
|
|
27526
|
+
"optional": true,
|
|
27527
|
+
"type": {
|
|
27528
|
+
"primitive": "number"
|
|
27529
|
+
}
|
|
27530
|
+
},
|
|
27531
|
+
{
|
|
27532
|
+
"abstract": true,
|
|
27533
|
+
"docs": {
|
|
27534
|
+
"default": "EmbeddedLanguageFormatting.AUTO",
|
|
27535
|
+
"remarks": "Format embedded code if Prettier can automatically identify it.\n\nNever automatically format embedded code.",
|
|
27536
|
+
"stability": "experimental",
|
|
27537
|
+
"summary": "Control how Prettier formats quoted code embedded in the file."
|
|
27538
|
+
},
|
|
27539
|
+
"immutable": true,
|
|
27540
|
+
"locationInModule": {
|
|
27541
|
+
"filename": "src/javascript/prettier.ts",
|
|
27542
|
+
"line": 62
|
|
27543
|
+
},
|
|
27544
|
+
"name": "embeddedLanguageFormatting",
|
|
27545
|
+
"optional": true,
|
|
27546
|
+
"type": {
|
|
27547
|
+
"fqn": "projen.javascript.EmbeddedLanguageFormatting"
|
|
27548
|
+
}
|
|
27549
|
+
},
|
|
27550
|
+
{
|
|
27551
|
+
"abstract": true,
|
|
27552
|
+
"docs": {
|
|
27553
|
+
"default": "EndOfLine.LF",
|
|
27554
|
+
"remarks": "Line Feed only (\\n), common on Linux and macOS as well as inside git repos\n\nCarriage Return + Line Feed characters (\\r\\n), common on Windows\n\nCarriage Return character only (\\r), used very rarely\n\nMaintain existing\n(mixed values within one file are normalised by looking at what's used after the first\nline)",
|
|
27555
|
+
"stability": "experimental",
|
|
27556
|
+
"summary": "Which end of line characters to apply."
|
|
27557
|
+
},
|
|
27558
|
+
"immutable": true,
|
|
27559
|
+
"locationInModule": {
|
|
27560
|
+
"filename": "src/javascript/prettier.ts",
|
|
27561
|
+
"line": 77
|
|
27562
|
+
},
|
|
27563
|
+
"name": "endOfLine",
|
|
27564
|
+
"optional": true,
|
|
27565
|
+
"type": {
|
|
27566
|
+
"fqn": "projen.javascript.EndOfLine"
|
|
27567
|
+
}
|
|
27568
|
+
},
|
|
27569
|
+
{
|
|
27570
|
+
"abstract": true,
|
|
27571
|
+
"docs": {
|
|
27572
|
+
"default": "none",
|
|
27573
|
+
"remarks": "This will be used to do parser inference.",
|
|
27574
|
+
"stability": "experimental",
|
|
27575
|
+
"summary": "Specify the input filepath."
|
|
27576
|
+
},
|
|
27577
|
+
"immutable": true,
|
|
27578
|
+
"locationInModule": {
|
|
27579
|
+
"filename": "src/javascript/prettier.ts",
|
|
27580
|
+
"line": 82
|
|
27581
|
+
},
|
|
27582
|
+
"name": "filepath",
|
|
27583
|
+
"optional": true,
|
|
27584
|
+
"type": {
|
|
27585
|
+
"primitive": "string"
|
|
27586
|
+
}
|
|
27587
|
+
},
|
|
27588
|
+
{
|
|
27589
|
+
"abstract": true,
|
|
27590
|
+
"docs": {
|
|
27591
|
+
"default": "HTMLWhitespaceSensitivity.CSS",
|
|
27592
|
+
"remarks": "Respect the default value of CSS display property.\n\nWhitespaces are considered sensitive.\n\nWhitespaces are considered insensitive.",
|
|
27593
|
+
"stability": "experimental",
|
|
27594
|
+
"summary": "How to handle whitespaces in HTML."
|
|
27595
|
+
},
|
|
27596
|
+
"immutable": true,
|
|
27597
|
+
"locationInModule": {
|
|
27598
|
+
"filename": "src/javascript/prettier.ts",
|
|
27599
|
+
"line": 94
|
|
27600
|
+
},
|
|
27601
|
+
"name": "htmlWhitespaceSensitivity",
|
|
27602
|
+
"optional": true,
|
|
27603
|
+
"type": {
|
|
27604
|
+
"fqn": "projen.javascript.HTMLWhitespaceSensitivity"
|
|
27605
|
+
}
|
|
27606
|
+
},
|
|
27607
|
+
{
|
|
27608
|
+
"abstract": true,
|
|
27609
|
+
"docs": {
|
|
27610
|
+
"default": "false",
|
|
27611
|
+
"stability": "experimental",
|
|
27612
|
+
"summary": "Insert @format pragma into file's first docblock comment."
|
|
27613
|
+
},
|
|
27614
|
+
"immutable": true,
|
|
27615
|
+
"locationInModule": {
|
|
27616
|
+
"filename": "src/javascript/prettier.ts",
|
|
27617
|
+
"line": 100
|
|
27618
|
+
},
|
|
27619
|
+
"name": "insertPragma",
|
|
27620
|
+
"optional": true,
|
|
27621
|
+
"type": {
|
|
27622
|
+
"primitive": "boolean"
|
|
27623
|
+
}
|
|
27624
|
+
},
|
|
27625
|
+
{
|
|
27626
|
+
"abstract": true,
|
|
27627
|
+
"docs": {
|
|
27628
|
+
"default": "false",
|
|
27629
|
+
"stability": "experimental",
|
|
27630
|
+
"summary": "Use single quotes in JSX."
|
|
27631
|
+
},
|
|
27632
|
+
"immutable": true,
|
|
27633
|
+
"locationInModule": {
|
|
27634
|
+
"filename": "src/javascript/prettier.ts",
|
|
27635
|
+
"line": 106
|
|
27636
|
+
},
|
|
27637
|
+
"name": "jsxSingleQuote",
|
|
27638
|
+
"optional": true,
|
|
27639
|
+
"type": {
|
|
27640
|
+
"primitive": "boolean"
|
|
27641
|
+
}
|
|
27642
|
+
},
|
|
27643
|
+
{
|
|
27644
|
+
"abstract": true,
|
|
27645
|
+
"docs": {
|
|
27646
|
+
"default": "- Prettier automatically infers the parser from the input file path, so you shouldn’t have to change this setting.",
|
|
27647
|
+
"stability": "experimental",
|
|
27648
|
+
"summary": "Which parser to use."
|
|
27649
|
+
},
|
|
27650
|
+
"immutable": true,
|
|
27651
|
+
"locationInModule": {
|
|
27652
|
+
"filename": "src/javascript/prettier.ts",
|
|
27653
|
+
"line": 112
|
|
27654
|
+
},
|
|
27655
|
+
"name": "parser",
|
|
27656
|
+
"optional": true,
|
|
27657
|
+
"type": {
|
|
27658
|
+
"primitive": "string"
|
|
27659
|
+
}
|
|
27660
|
+
},
|
|
27661
|
+
{
|
|
27662
|
+
"abstract": true,
|
|
27663
|
+
"docs": {
|
|
27664
|
+
"default": "[]",
|
|
27665
|
+
"remarks": "Multiple plugins can be passed as separate `--plugin`s.",
|
|
27666
|
+
"stability": "experimental",
|
|
27667
|
+
"summary": "Add a plugin."
|
|
27668
|
+
},
|
|
27669
|
+
"immutable": true,
|
|
27670
|
+
"locationInModule": {
|
|
27671
|
+
"filename": "src/javascript/prettier.ts",
|
|
27672
|
+
"line": 118
|
|
27673
|
+
},
|
|
27674
|
+
"name": "plugins",
|
|
27675
|
+
"optional": true,
|
|
27676
|
+
"type": {
|
|
27677
|
+
"collection": {
|
|
27678
|
+
"elementtype": {
|
|
27679
|
+
"primitive": "string"
|
|
27680
|
+
},
|
|
27681
|
+
"kind": "array"
|
|
27682
|
+
}
|
|
27683
|
+
}
|
|
27684
|
+
},
|
|
27685
|
+
{
|
|
27686
|
+
"abstract": true,
|
|
27687
|
+
"docs": {
|
|
27688
|
+
"default": "[]",
|
|
27689
|
+
"remarks": "Overrides default behavior when plugins are searched relatively to the location of\nPrettier.\nMultiple values are accepted.",
|
|
27690
|
+
"stability": "experimental",
|
|
27691
|
+
"summary": "Custom directory that contains prettier plugins in node_modules subdirectory."
|
|
27692
|
+
},
|
|
27693
|
+
"immutable": true,
|
|
27694
|
+
"locationInModule": {
|
|
27695
|
+
"filename": "src/javascript/prettier.ts",
|
|
27696
|
+
"line": 127
|
|
27697
|
+
},
|
|
27698
|
+
"name": "pluginSearchDirs",
|
|
27699
|
+
"optional": true,
|
|
27700
|
+
"type": {
|
|
27701
|
+
"collection": {
|
|
27702
|
+
"elementtype": {
|
|
27703
|
+
"primitive": "string"
|
|
27704
|
+
},
|
|
27705
|
+
"kind": "array"
|
|
27706
|
+
}
|
|
27707
|
+
}
|
|
27708
|
+
},
|
|
27709
|
+
{
|
|
27710
|
+
"abstract": true,
|
|
27711
|
+
"docs": {
|
|
27712
|
+
"default": "80",
|
|
27713
|
+
"stability": "experimental",
|
|
27714
|
+
"summary": "The line length where Prettier will try wrap."
|
|
27715
|
+
},
|
|
27716
|
+
"immutable": true,
|
|
27717
|
+
"locationInModule": {
|
|
27718
|
+
"filename": "src/javascript/prettier.ts",
|
|
27719
|
+
"line": 133
|
|
27720
|
+
},
|
|
27721
|
+
"name": "printWidth",
|
|
27722
|
+
"optional": true,
|
|
27723
|
+
"type": {
|
|
27724
|
+
"primitive": "number"
|
|
27725
|
+
}
|
|
27726
|
+
},
|
|
27727
|
+
{
|
|
27728
|
+
"abstract": true,
|
|
27729
|
+
"docs": {
|
|
27730
|
+
"default": "ProseWrap.PRESERVE",
|
|
27731
|
+
"remarks": "Wrap prose if it exceeds the print width.\n\nDo not wrap prose.\n\nWrap prose as-is.",
|
|
27732
|
+
"stability": "experimental",
|
|
27733
|
+
"summary": "How to wrap prose."
|
|
27734
|
+
},
|
|
27735
|
+
"immutable": true,
|
|
27736
|
+
"locationInModule": {
|
|
27737
|
+
"filename": "src/javascript/prettier.ts",
|
|
27738
|
+
"line": 145
|
|
27739
|
+
},
|
|
27740
|
+
"name": "proseWrap",
|
|
27741
|
+
"optional": true,
|
|
27742
|
+
"type": {
|
|
27743
|
+
"fqn": "projen.javascript.ProseWrap"
|
|
27744
|
+
}
|
|
27745
|
+
},
|
|
27746
|
+
{
|
|
27747
|
+
"abstract": true,
|
|
27748
|
+
"docs": {
|
|
27749
|
+
"default": "QuoteProps.ASNEEDED",
|
|
27750
|
+
"remarks": "Only add quotes around object properties where required.\n\nIf at least one property in an object requires quotes, quote all properties.\n\nRespect the input use of quotes in object properties.",
|
|
27751
|
+
"stability": "experimental",
|
|
27752
|
+
"summary": "Change when properties in objects are quoted."
|
|
27753
|
+
},
|
|
27754
|
+
"immutable": true,
|
|
27755
|
+
"locationInModule": {
|
|
27756
|
+
"filename": "src/javascript/prettier.ts",
|
|
27757
|
+
"line": 157
|
|
27758
|
+
},
|
|
27759
|
+
"name": "quoteProps",
|
|
27760
|
+
"optional": true,
|
|
27761
|
+
"type": {
|
|
27762
|
+
"fqn": "projen.javascript.QuoteProps"
|
|
27763
|
+
}
|
|
27764
|
+
},
|
|
27765
|
+
{
|
|
27766
|
+
"abstract": true,
|
|
27767
|
+
"docs": {
|
|
27768
|
+
"default": "null",
|
|
27769
|
+
"remarks": "The range will extend forwards to the end of the selected statement.\nThis option cannot be used with --cursor-offset.",
|
|
27770
|
+
"stability": "experimental",
|
|
27771
|
+
"summary": "Format code ending at a given character offset (exclusive)."
|
|
27772
|
+
},
|
|
27773
|
+
"immutable": true,
|
|
27774
|
+
"locationInModule": {
|
|
27775
|
+
"filename": "src/javascript/prettier.ts",
|
|
27776
|
+
"line": 165
|
|
27777
|
+
},
|
|
27778
|
+
"name": "rangeEnd",
|
|
27779
|
+
"optional": true,
|
|
27780
|
+
"type": {
|
|
27781
|
+
"primitive": "number"
|
|
27782
|
+
}
|
|
27783
|
+
},
|
|
27784
|
+
{
|
|
27785
|
+
"abstract": true,
|
|
27786
|
+
"docs": {
|
|
27787
|
+
"default": "0",
|
|
27788
|
+
"remarks": "The range will extend backwards to the start of the first line containing the selected\nstatement.\nThis option cannot be used with --cursor-offset.",
|
|
27789
|
+
"stability": "experimental",
|
|
27790
|
+
"summary": "Format code starting at a given character offset."
|
|
27791
|
+
},
|
|
27792
|
+
"immutable": true,
|
|
27793
|
+
"locationInModule": {
|
|
27794
|
+
"filename": "src/javascript/prettier.ts",
|
|
27795
|
+
"line": 174
|
|
27796
|
+
},
|
|
27797
|
+
"name": "rangeStart",
|
|
27798
|
+
"optional": true,
|
|
27799
|
+
"type": {
|
|
27800
|
+
"primitive": "number"
|
|
27801
|
+
}
|
|
27802
|
+
},
|
|
27803
|
+
{
|
|
27804
|
+
"abstract": true,
|
|
27805
|
+
"docs": {
|
|
27806
|
+
"default": "false",
|
|
27807
|
+
"stability": "experimental",
|
|
27808
|
+
"summary": "Require either '@prettier' or '@format' to be present in the file's first docblock comment in order for it to be formatted."
|
|
27809
|
+
},
|
|
27810
|
+
"immutable": true,
|
|
27811
|
+
"locationInModule": {
|
|
27812
|
+
"filename": "src/javascript/prettier.ts",
|
|
27813
|
+
"line": 182
|
|
27814
|
+
},
|
|
27815
|
+
"name": "requirePragma",
|
|
27816
|
+
"optional": true,
|
|
27817
|
+
"type": {
|
|
27818
|
+
"primitive": "boolean"
|
|
27819
|
+
}
|
|
27820
|
+
},
|
|
27821
|
+
{
|
|
27822
|
+
"abstract": true,
|
|
27823
|
+
"docs": {
|
|
27824
|
+
"default": "true",
|
|
27825
|
+
"stability": "experimental",
|
|
27826
|
+
"summary": "Print semicolons."
|
|
27827
|
+
},
|
|
27828
|
+
"immutable": true,
|
|
27829
|
+
"locationInModule": {
|
|
27830
|
+
"filename": "src/javascript/prettier.ts",
|
|
27831
|
+
"line": 188
|
|
27832
|
+
},
|
|
27833
|
+
"name": "semi",
|
|
27834
|
+
"optional": true,
|
|
27835
|
+
"type": {
|
|
27836
|
+
"primitive": "boolean"
|
|
27837
|
+
}
|
|
27838
|
+
},
|
|
27839
|
+
{
|
|
27840
|
+
"abstract": true,
|
|
27841
|
+
"docs": {
|
|
27842
|
+
"default": "false",
|
|
27843
|
+
"stability": "experimental",
|
|
27844
|
+
"summary": "Use single quotes instead of double quotes."
|
|
27845
|
+
},
|
|
27846
|
+
"immutable": true,
|
|
27847
|
+
"locationInModule": {
|
|
27848
|
+
"filename": "src/javascript/prettier.ts",
|
|
27849
|
+
"line": 194
|
|
27850
|
+
},
|
|
27851
|
+
"name": "singleQuote",
|
|
27852
|
+
"optional": true,
|
|
27853
|
+
"type": {
|
|
27854
|
+
"primitive": "boolean"
|
|
27855
|
+
}
|
|
27856
|
+
},
|
|
27857
|
+
{
|
|
27858
|
+
"abstract": true,
|
|
27859
|
+
"docs": {
|
|
27860
|
+
"default": "2",
|
|
27861
|
+
"stability": "experimental",
|
|
27862
|
+
"summary": "Number of spaces per indentation level."
|
|
27863
|
+
},
|
|
27864
|
+
"immutable": true,
|
|
27865
|
+
"locationInModule": {
|
|
27866
|
+
"filename": "src/javascript/prettier.ts",
|
|
27867
|
+
"line": 200
|
|
27868
|
+
},
|
|
27869
|
+
"name": "tabWidth",
|
|
27870
|
+
"optional": true,
|
|
27871
|
+
"type": {
|
|
27872
|
+
"primitive": "number"
|
|
27873
|
+
}
|
|
27874
|
+
},
|
|
27875
|
+
{
|
|
27876
|
+
"abstract": true,
|
|
27877
|
+
"docs": {
|
|
27878
|
+
"default": "TrailingComma.ES5",
|
|
27879
|
+
"remarks": "Trailing commas where valid in ES5 (objects, arrays, etc.)\n\nNo trailing commas.\n\nTrailing commas wherever possible (including function arguments).",
|
|
27880
|
+
"stability": "experimental",
|
|
27881
|
+
"summary": "Print trailing commas wherever possible when multi-line."
|
|
27882
|
+
},
|
|
27883
|
+
"immutable": true,
|
|
27884
|
+
"locationInModule": {
|
|
27885
|
+
"filename": "src/javascript/prettier.ts",
|
|
27886
|
+
"line": 212
|
|
27887
|
+
},
|
|
27888
|
+
"name": "trailingComma",
|
|
27889
|
+
"optional": true,
|
|
27890
|
+
"type": {
|
|
27891
|
+
"fqn": "projen.javascript.TrailingComma"
|
|
27892
|
+
}
|
|
27893
|
+
},
|
|
27894
|
+
{
|
|
27895
|
+
"abstract": true,
|
|
27896
|
+
"docs": {
|
|
27897
|
+
"default": "false",
|
|
27898
|
+
"stability": "experimental",
|
|
27899
|
+
"summary": "Indent with tabs instead of spaces."
|
|
27900
|
+
},
|
|
27901
|
+
"immutable": true,
|
|
27902
|
+
"locationInModule": {
|
|
27903
|
+
"filename": "src/javascript/prettier.ts",
|
|
27904
|
+
"line": 218
|
|
27905
|
+
},
|
|
27906
|
+
"name": "useTabs",
|
|
27907
|
+
"optional": true,
|
|
27908
|
+
"type": {
|
|
27909
|
+
"primitive": "boolean"
|
|
27910
|
+
}
|
|
27911
|
+
},
|
|
27912
|
+
{
|
|
27913
|
+
"abstract": true,
|
|
27914
|
+
"docs": {
|
|
27915
|
+
"default": "false",
|
|
27916
|
+
"stability": "experimental",
|
|
27917
|
+
"summary": "Indent script and style tags in Vue files."
|
|
27918
|
+
},
|
|
27919
|
+
"immutable": true,
|
|
27920
|
+
"locationInModule": {
|
|
27921
|
+
"filename": "src/javascript/prettier.ts",
|
|
27922
|
+
"line": 224
|
|
26902
27923
|
},
|
|
26903
|
-
"name": "
|
|
26904
|
-
"
|
|
26905
|
-
|
|
26906
|
-
|
|
26907
|
-
|
|
26908
|
-
},
|
|
26909
|
-
"name": "url",
|
|
26910
|
-
"type": {
|
|
26911
|
-
"primitive": "string"
|
|
26912
|
-
}
|
|
26913
|
-
},
|
|
26914
|
-
{
|
|
26915
|
-
"docs": {
|
|
26916
|
-
"remarks": "leave empty for the default registry",
|
|
26917
|
-
"summary": "the scope the registry is used for;"
|
|
26918
|
-
},
|
|
26919
|
-
"name": "scope",
|
|
26920
|
-
"optional": true,
|
|
26921
|
-
"type": {
|
|
26922
|
-
"primitive": "string"
|
|
26923
|
-
}
|
|
26924
|
-
}
|
|
26925
|
-
]
|
|
27924
|
+
"name": "vueIndentScriptAndStyle",
|
|
27925
|
+
"optional": true,
|
|
27926
|
+
"type": {
|
|
27927
|
+
"primitive": "boolean"
|
|
27928
|
+
}
|
|
26926
27929
|
}
|
|
26927
27930
|
],
|
|
26928
|
-
"
|
|
26929
|
-
"namespace": "javascript",
|
|
26930
|
-
"symbolId": "src/javascript/npm-config:NpmConfig"
|
|
27931
|
+
"symbolId": "src/javascript/prettier:PrettierBaseOptions"
|
|
26931
27932
|
},
|
|
26932
|
-
"projen.javascript.
|
|
27933
|
+
"projen.javascript.PrettierOptions": {
|
|
26933
27934
|
"assembly": "projen",
|
|
26934
27935
|
"datatype": true,
|
|
26935
27936
|
"docs": {
|
|
27937
|
+
"see": "https://prettier.io/docs/en/options.html",
|
|
26936
27938
|
"stability": "experimental",
|
|
26937
|
-
"summary": "Options
|
|
27939
|
+
"summary": "Options for Prettier."
|
|
26938
27940
|
},
|
|
26939
|
-
"fqn": "projen.javascript.
|
|
27941
|
+
"fqn": "projen.javascript.PrettierOptions",
|
|
27942
|
+
"interfaces": [
|
|
27943
|
+
"projen.javascript.PrettierBaseOptions"
|
|
27944
|
+
],
|
|
26940
27945
|
"kind": "interface",
|
|
26941
27946
|
"locationInModule": {
|
|
26942
|
-
"filename": "src/javascript/
|
|
26943
|
-
"line":
|
|
27947
|
+
"filename": "src/javascript/prettier.ts",
|
|
27948
|
+
"line": 10
|
|
26944
27949
|
},
|
|
26945
|
-
"name": "
|
|
27950
|
+
"name": "PrettierOptions",
|
|
26946
27951
|
"namespace": "javascript",
|
|
26947
27952
|
"properties": [
|
|
26948
27953
|
{
|
|
26949
27954
|
"abstract": true,
|
|
26950
27955
|
"docs": {
|
|
26951
|
-
"default": "
|
|
26952
|
-
"
|
|
27956
|
+
"default": "[]",
|
|
27957
|
+
"see": "https://prettier.io/docs/en/configuration.html#configuration-overrides",
|
|
26953
27958
|
"stability": "experimental",
|
|
26954
|
-
"summary": "
|
|
27959
|
+
"summary": "Provide a list of patterns to override prettier configuration."
|
|
26955
27960
|
},
|
|
26956
27961
|
"immutable": true,
|
|
26957
27962
|
"locationInModule": {
|
|
26958
|
-
"filename": "src/javascript/
|
|
26959
|
-
"line":
|
|
27963
|
+
"filename": "src/javascript/prettier.ts",
|
|
27964
|
+
"line": 17
|
|
26960
27965
|
},
|
|
26961
|
-
"name": "
|
|
27966
|
+
"name": "overrides",
|
|
26962
27967
|
"optional": true,
|
|
26963
27968
|
"type": {
|
|
26964
|
-
"
|
|
27969
|
+
"collection": {
|
|
27970
|
+
"elementtype": {
|
|
27971
|
+
"fqn": "projen.javascript.PrettierOverride"
|
|
27972
|
+
},
|
|
27973
|
+
"kind": "array"
|
|
27974
|
+
}
|
|
26965
27975
|
}
|
|
26966
27976
|
}
|
|
26967
27977
|
],
|
|
26968
|
-
"symbolId": "src/javascript/
|
|
27978
|
+
"symbolId": "src/javascript/prettier:PrettierOptions"
|
|
26969
27979
|
},
|
|
26970
|
-
"projen.javascript.
|
|
27980
|
+
"projen.javascript.PrettierOverride": {
|
|
26971
27981
|
"assembly": "projen",
|
|
26972
27982
|
"datatype": true,
|
|
26973
27983
|
"docs": {
|
|
26974
27984
|
"stability": "experimental"
|
|
26975
27985
|
},
|
|
26976
|
-
"fqn": "projen.javascript.
|
|
27986
|
+
"fqn": "projen.javascript.PrettierOverride",
|
|
26977
27987
|
"kind": "interface",
|
|
26978
27988
|
"locationInModule": {
|
|
26979
|
-
"filename": "src/javascript/
|
|
26980
|
-
"line":
|
|
27989
|
+
"filename": "src/javascript/prettier.ts",
|
|
27990
|
+
"line": 250
|
|
26981
27991
|
},
|
|
26982
|
-
"name": "
|
|
27992
|
+
"name": "PrettierOverride",
|
|
26983
27993
|
"namespace": "javascript",
|
|
26984
27994
|
"properties": [
|
|
26985
27995
|
{
|
|
26986
27996
|
"abstract": true,
|
|
26987
27997
|
"docs": {
|
|
26988
|
-
"default": "true",
|
|
26989
27998
|
"stability": "experimental",
|
|
26990
|
-
"summary": "
|
|
27999
|
+
"summary": "Include these files in this override."
|
|
26991
28000
|
},
|
|
26992
28001
|
"immutable": true,
|
|
26993
28002
|
"locationInModule": {
|
|
26994
|
-
"filename": "src/javascript/
|
|
26995
|
-
"line":
|
|
28003
|
+
"filename": "src/javascript/prettier.ts",
|
|
28004
|
+
"line": 258
|
|
26996
28005
|
},
|
|
26997
|
-
"name": "
|
|
28006
|
+
"name": "files",
|
|
28007
|
+
"type": {
|
|
28008
|
+
"union": {
|
|
28009
|
+
"types": [
|
|
28010
|
+
{
|
|
28011
|
+
"primitive": "string"
|
|
28012
|
+
},
|
|
28013
|
+
{
|
|
28014
|
+
"collection": {
|
|
28015
|
+
"elementtype": {
|
|
28016
|
+
"primitive": "string"
|
|
28017
|
+
},
|
|
28018
|
+
"kind": "array"
|
|
28019
|
+
}
|
|
28020
|
+
}
|
|
28021
|
+
]
|
|
28022
|
+
}
|
|
28023
|
+
}
|
|
28024
|
+
},
|
|
28025
|
+
{
|
|
28026
|
+
"abstract": true,
|
|
28027
|
+
"docs": {
|
|
28028
|
+
"stability": "experimental",
|
|
28029
|
+
"summary": "The options to apply for this override."
|
|
28030
|
+
},
|
|
28031
|
+
"immutable": true,
|
|
28032
|
+
"locationInModule": {
|
|
28033
|
+
"filename": "src/javascript/prettier.ts",
|
|
28034
|
+
"line": 262
|
|
28035
|
+
},
|
|
28036
|
+
"name": "options",
|
|
28037
|
+
"type": {
|
|
28038
|
+
"fqn": "projen.javascript.PrettierBaseOptions"
|
|
28039
|
+
}
|
|
28040
|
+
},
|
|
28041
|
+
{
|
|
28042
|
+
"abstract": true,
|
|
28043
|
+
"docs": {
|
|
28044
|
+
"stability": "experimental",
|
|
28045
|
+
"summary": "Exclude these files from this override."
|
|
28046
|
+
},
|
|
28047
|
+
"immutable": true,
|
|
28048
|
+
"locationInModule": {
|
|
28049
|
+
"filename": "src/javascript/prettier.ts",
|
|
28050
|
+
"line": 254
|
|
28051
|
+
},
|
|
28052
|
+
"name": "excludeFiles",
|
|
26998
28053
|
"optional": true,
|
|
26999
28054
|
"type": {
|
|
27000
|
-
"
|
|
28055
|
+
"union": {
|
|
28056
|
+
"types": [
|
|
28057
|
+
{
|
|
28058
|
+
"primitive": "string"
|
|
28059
|
+
},
|
|
28060
|
+
{
|
|
28061
|
+
"collection": {
|
|
28062
|
+
"elementtype": {
|
|
28063
|
+
"primitive": "string"
|
|
28064
|
+
},
|
|
28065
|
+
"kind": "array"
|
|
28066
|
+
}
|
|
28067
|
+
}
|
|
28068
|
+
]
|
|
28069
|
+
}
|
|
27001
28070
|
}
|
|
27002
28071
|
}
|
|
27003
28072
|
],
|
|
27004
|
-
"symbolId": "src/javascript/
|
|
28073
|
+
"symbolId": "src/javascript/prettier:PrettierOverride"
|
|
27005
28074
|
},
|
|
27006
28075
|
"projen.javascript.Projenrc": {
|
|
27007
28076
|
"assembly": "projen",
|
|
@@ -27080,6 +28149,111 @@
|
|
|
27080
28149
|
],
|
|
27081
28150
|
"symbolId": "src/javascript/projenrc:ProjenrcOptions"
|
|
27082
28151
|
},
|
|
28152
|
+
"projen.javascript.ProseWrap": {
|
|
28153
|
+
"assembly": "projen",
|
|
28154
|
+
"docs": {
|
|
28155
|
+
"stability": "experimental"
|
|
28156
|
+
},
|
|
28157
|
+
"fqn": "projen.javascript.ProseWrap",
|
|
28158
|
+
"kind": "enum",
|
|
28159
|
+
"locationInModule": {
|
|
28160
|
+
"filename": "src/javascript/prettier.ts",
|
|
28161
|
+
"line": 272
|
|
28162
|
+
},
|
|
28163
|
+
"members": [
|
|
28164
|
+
{
|
|
28165
|
+
"docs": {
|
|
28166
|
+
"stability": "experimental"
|
|
28167
|
+
},
|
|
28168
|
+
"name": "ALWAYS"
|
|
28169
|
+
},
|
|
28170
|
+
{
|
|
28171
|
+
"docs": {
|
|
28172
|
+
"stability": "experimental"
|
|
28173
|
+
},
|
|
28174
|
+
"name": "NEVER"
|
|
28175
|
+
},
|
|
28176
|
+
{
|
|
28177
|
+
"docs": {
|
|
28178
|
+
"stability": "experimental"
|
|
28179
|
+
},
|
|
28180
|
+
"name": "PRESERVE"
|
|
28181
|
+
}
|
|
28182
|
+
],
|
|
28183
|
+
"name": "ProseWrap",
|
|
28184
|
+
"namespace": "javascript",
|
|
28185
|
+
"symbolId": "src/javascript/prettier:ProseWrap"
|
|
28186
|
+
},
|
|
28187
|
+
"projen.javascript.QuoteProps": {
|
|
28188
|
+
"assembly": "projen",
|
|
28189
|
+
"docs": {
|
|
28190
|
+
"stability": "experimental"
|
|
28191
|
+
},
|
|
28192
|
+
"fqn": "projen.javascript.QuoteProps",
|
|
28193
|
+
"kind": "enum",
|
|
28194
|
+
"locationInModule": {
|
|
28195
|
+
"filename": "src/javascript/prettier.ts",
|
|
28196
|
+
"line": 278
|
|
28197
|
+
},
|
|
28198
|
+
"members": [
|
|
28199
|
+
{
|
|
28200
|
+
"docs": {
|
|
28201
|
+
"stability": "experimental"
|
|
28202
|
+
},
|
|
28203
|
+
"name": "ASNEEDED"
|
|
28204
|
+
},
|
|
28205
|
+
{
|
|
28206
|
+
"docs": {
|
|
28207
|
+
"stability": "experimental"
|
|
28208
|
+
},
|
|
28209
|
+
"name": "CONSISTENT"
|
|
28210
|
+
},
|
|
28211
|
+
{
|
|
28212
|
+
"docs": {
|
|
28213
|
+
"stability": "experimental"
|
|
28214
|
+
},
|
|
28215
|
+
"name": "PRESERVE"
|
|
28216
|
+
}
|
|
28217
|
+
],
|
|
28218
|
+
"name": "QuoteProps",
|
|
28219
|
+
"namespace": "javascript",
|
|
28220
|
+
"symbolId": "src/javascript/prettier:QuoteProps"
|
|
28221
|
+
},
|
|
28222
|
+
"projen.javascript.TrailingComma": {
|
|
28223
|
+
"assembly": "projen",
|
|
28224
|
+
"docs": {
|
|
28225
|
+
"stability": "experimental"
|
|
28226
|
+
},
|
|
28227
|
+
"fqn": "projen.javascript.TrailingComma",
|
|
28228
|
+
"kind": "enum",
|
|
28229
|
+
"locationInModule": {
|
|
28230
|
+
"filename": "src/javascript/prettier.ts",
|
|
28231
|
+
"line": 284
|
|
28232
|
+
},
|
|
28233
|
+
"members": [
|
|
28234
|
+
{
|
|
28235
|
+
"docs": {
|
|
28236
|
+
"stability": "experimental"
|
|
28237
|
+
},
|
|
28238
|
+
"name": "ALL"
|
|
28239
|
+
},
|
|
28240
|
+
{
|
|
28241
|
+
"docs": {
|
|
28242
|
+
"stability": "experimental"
|
|
28243
|
+
},
|
|
28244
|
+
"name": "ES5"
|
|
28245
|
+
},
|
|
28246
|
+
{
|
|
28247
|
+
"docs": {
|
|
28248
|
+
"stability": "experimental"
|
|
28249
|
+
},
|
|
28250
|
+
"name": "NONE"
|
|
28251
|
+
}
|
|
28252
|
+
],
|
|
28253
|
+
"name": "TrailingComma",
|
|
28254
|
+
"namespace": "javascript",
|
|
28255
|
+
"symbolId": "src/javascript/prettier:TrailingComma"
|
|
28256
|
+
},
|
|
27083
28257
|
"projen.javascript.TypeScriptCompilerOptions": {
|
|
27084
28258
|
"assembly": "projen",
|
|
27085
28259
|
"datatype": true,
|
|
@@ -28144,7 +29318,7 @@
|
|
|
28144
29318
|
},
|
|
28145
29319
|
"locationInModule": {
|
|
28146
29320
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28147
|
-
"line":
|
|
29321
|
+
"line": 114
|
|
28148
29322
|
},
|
|
28149
29323
|
"parameters": [
|
|
28150
29324
|
{
|
|
@@ -28165,7 +29339,7 @@
|
|
|
28165
29339
|
"kind": "class",
|
|
28166
29340
|
"locationInModule": {
|
|
28167
29341
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28168
|
-
"line":
|
|
29342
|
+
"line": 90
|
|
28169
29343
|
},
|
|
28170
29344
|
"methods": [
|
|
28171
29345
|
{
|
|
@@ -28175,7 +29349,7 @@
|
|
|
28175
29349
|
},
|
|
28176
29350
|
"locationInModule": {
|
|
28177
29351
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28178
|
-
"line":
|
|
29352
|
+
"line": 132
|
|
28179
29353
|
},
|
|
28180
29354
|
"name": "addPostBuildSteps",
|
|
28181
29355
|
"parameters": [
|
|
@@ -28199,7 +29373,7 @@
|
|
|
28199
29373
|
},
|
|
28200
29374
|
"locationInModule": {
|
|
28201
29375
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28202
|
-
"line":
|
|
29376
|
+
"line": 138
|
|
28203
29377
|
},
|
|
28204
29378
|
"name": "preSynthesize",
|
|
28205
29379
|
"overrides": "projen.Component"
|
|
@@ -28216,7 +29390,7 @@
|
|
|
28216
29390
|
"immutable": true,
|
|
28217
29391
|
"locationInModule": {
|
|
28218
29392
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28219
|
-
"line":
|
|
29393
|
+
"line": 104
|
|
28220
29394
|
},
|
|
28221
29395
|
"name": "ignoresProjen",
|
|
28222
29396
|
"type": {
|
|
@@ -28232,7 +29406,7 @@
|
|
|
28232
29406
|
"immutable": true,
|
|
28233
29407
|
"locationInModule": {
|
|
28234
29408
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28235
|
-
"line":
|
|
29409
|
+
"line": 95
|
|
28236
29410
|
},
|
|
28237
29411
|
"name": "workflows",
|
|
28238
29412
|
"type": {
|
|
@@ -28251,7 +29425,7 @@
|
|
|
28251
29425
|
},
|
|
28252
29426
|
"locationInModule": {
|
|
28253
29427
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28254
|
-
"line":
|
|
29428
|
+
"line": 109
|
|
28255
29429
|
},
|
|
28256
29430
|
"name": "containerOptions",
|
|
28257
29431
|
"optional": true,
|
|
@@ -28273,7 +29447,7 @@
|
|
|
28273
29447
|
"kind": "interface",
|
|
28274
29448
|
"locationInModule": {
|
|
28275
29449
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28276
|
-
"line":
|
|
29450
|
+
"line": 23
|
|
28277
29451
|
},
|
|
28278
29452
|
"name": "UpgradeDependenciesOptions",
|
|
28279
29453
|
"namespace": "javascript",
|
|
@@ -28288,7 +29462,7 @@
|
|
|
28288
29462
|
"immutable": true,
|
|
28289
29463
|
"locationInModule": {
|
|
28290
29464
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28291
|
-
"line":
|
|
29465
|
+
"line": 30
|
|
28292
29466
|
},
|
|
28293
29467
|
"name": "exclude",
|
|
28294
29468
|
"optional": true,
|
|
@@ -28311,7 +29485,7 @@
|
|
|
28311
29485
|
"immutable": true,
|
|
28312
29486
|
"locationInModule": {
|
|
28313
29487
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28314
|
-
"line":
|
|
29488
|
+
"line": 77
|
|
28315
29489
|
},
|
|
28316
29490
|
"name": "ignoreProjen",
|
|
28317
29491
|
"optional": true,
|
|
@@ -28329,7 +29503,7 @@
|
|
|
28329
29503
|
"immutable": true,
|
|
28330
29504
|
"locationInModule": {
|
|
28331
29505
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28332
|
-
"line":
|
|
29506
|
+
"line": 37
|
|
28333
29507
|
},
|
|
28334
29508
|
"name": "include",
|
|
28335
29509
|
"optional": true,
|
|
@@ -28352,7 +29526,7 @@
|
|
|
28352
29526
|
"immutable": true,
|
|
28353
29527
|
"locationInModule": {
|
|
28354
29528
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28355
|
-
"line":
|
|
29529
|
+
"line": 70
|
|
28356
29530
|
},
|
|
28357
29531
|
"name": "pullRequestTitle",
|
|
28358
29532
|
"optional": true,
|
|
@@ -28370,7 +29544,7 @@
|
|
|
28370
29544
|
"immutable": true,
|
|
28371
29545
|
"locationInModule": {
|
|
28372
29546
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28373
|
-
"line":
|
|
29547
|
+
"line": 84
|
|
28374
29548
|
},
|
|
28375
29549
|
"name": "signoff",
|
|
28376
29550
|
"optional": true,
|
|
@@ -28389,7 +29563,7 @@
|
|
|
28389
29563
|
"immutable": true,
|
|
28390
29564
|
"locationInModule": {
|
|
28391
29565
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28392
|
-
"line":
|
|
29566
|
+
"line": 63
|
|
28393
29567
|
},
|
|
28394
29568
|
"name": "taskName",
|
|
28395
29569
|
"optional": true,
|
|
@@ -28408,7 +29582,7 @@
|
|
|
28408
29582
|
"immutable": true,
|
|
28409
29583
|
"locationInModule": {
|
|
28410
29584
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28411
|
-
"line":
|
|
29585
|
+
"line": 48
|
|
28412
29586
|
},
|
|
28413
29587
|
"name": "workflow",
|
|
28414
29588
|
"optional": true,
|
|
@@ -28427,7 +29601,7 @@
|
|
|
28427
29601
|
"immutable": true,
|
|
28428
29602
|
"locationInModule": {
|
|
28429
29603
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28430
|
-
"line":
|
|
29604
|
+
"line": 55
|
|
28431
29605
|
},
|
|
28432
29606
|
"name": "workflowOptions",
|
|
28433
29607
|
"optional": true,
|
|
@@ -28448,7 +29622,7 @@
|
|
|
28448
29622
|
"kind": "class",
|
|
28449
29623
|
"locationInModule": {
|
|
28450
29624
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28451
|
-
"line":
|
|
29625
|
+
"line": 405
|
|
28452
29626
|
},
|
|
28453
29627
|
"methods": [
|
|
28454
29628
|
{
|
|
@@ -28458,7 +29632,7 @@
|
|
|
28458
29632
|
},
|
|
28459
29633
|
"locationInModule": {
|
|
28460
29634
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28461
|
-
"line":
|
|
29635
|
+
"line": 435
|
|
28462
29636
|
},
|
|
28463
29637
|
"name": "expressions",
|
|
28464
29638
|
"parameters": [
|
|
@@ -28494,7 +29668,7 @@
|
|
|
28494
29668
|
"immutable": true,
|
|
28495
29669
|
"locationInModule": {
|
|
28496
29670
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28497
|
-
"line":
|
|
29671
|
+
"line": 415
|
|
28498
29672
|
},
|
|
28499
29673
|
"name": "DAILY",
|
|
28500
29674
|
"static": true,
|
|
@@ -28511,7 +29685,7 @@
|
|
|
28511
29685
|
"immutable": true,
|
|
28512
29686
|
"locationInModule": {
|
|
28513
29687
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28514
|
-
"line":
|
|
29688
|
+
"line": 430
|
|
28515
29689
|
},
|
|
28516
29690
|
"name": "MONTHLY",
|
|
28517
29691
|
"static": true,
|
|
@@ -28528,7 +29702,7 @@
|
|
|
28528
29702
|
"immutable": true,
|
|
28529
29703
|
"locationInModule": {
|
|
28530
29704
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28531
|
-
"line":
|
|
29705
|
+
"line": 410
|
|
28532
29706
|
},
|
|
28533
29707
|
"name": "NEVER",
|
|
28534
29708
|
"static": true,
|
|
@@ -28545,7 +29719,7 @@
|
|
|
28545
29719
|
"immutable": true,
|
|
28546
29720
|
"locationInModule": {
|
|
28547
29721
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28548
|
-
"line":
|
|
29722
|
+
"line": 420
|
|
28549
29723
|
},
|
|
28550
29724
|
"name": "WEEKDAY",
|
|
28551
29725
|
"static": true,
|
|
@@ -28562,7 +29736,7 @@
|
|
|
28562
29736
|
"immutable": true,
|
|
28563
29737
|
"locationInModule": {
|
|
28564
29738
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28565
|
-
"line":
|
|
29739
|
+
"line": 425
|
|
28566
29740
|
},
|
|
28567
29741
|
"name": "WEEKLY",
|
|
28568
29742
|
"static": true,
|
|
@@ -28577,7 +29751,7 @@
|
|
|
28577
29751
|
"immutable": true,
|
|
28578
29752
|
"locationInModule": {
|
|
28579
29753
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28580
|
-
"line":
|
|
29754
|
+
"line": 439
|
|
28581
29755
|
},
|
|
28582
29756
|
"name": "cron",
|
|
28583
29757
|
"type": {
|
|
@@ -28603,7 +29777,7 @@
|
|
|
28603
29777
|
"kind": "interface",
|
|
28604
29778
|
"locationInModule": {
|
|
28605
29779
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28606
|
-
"line":
|
|
29780
|
+
"line": 343
|
|
28607
29781
|
},
|
|
28608
29782
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
28609
29783
|
"namespace": "javascript",
|
|
@@ -28618,7 +29792,7 @@
|
|
|
28618
29792
|
"immutable": true,
|
|
28619
29793
|
"locationInModule": {
|
|
28620
29794
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28621
|
-
"line":
|
|
29795
|
+
"line": 387
|
|
28622
29796
|
},
|
|
28623
29797
|
"name": "branches",
|
|
28624
29798
|
"optional": true,
|
|
@@ -28641,7 +29815,7 @@
|
|
|
28641
29815
|
"immutable": true,
|
|
28642
29816
|
"locationInModule": {
|
|
28643
29817
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28644
|
-
"line":
|
|
29818
|
+
"line": 380
|
|
28645
29819
|
},
|
|
28646
29820
|
"name": "container",
|
|
28647
29821
|
"optional": true,
|
|
@@ -28662,7 +29836,7 @@
|
|
|
28662
29836
|
"immutable": true,
|
|
28663
29837
|
"locationInModule": {
|
|
28664
29838
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28665
|
-
"line":
|
|
29839
|
+
"line": 393
|
|
28666
29840
|
},
|
|
28667
29841
|
"name": "gitIdentity",
|
|
28668
29842
|
"optional": true,
|
|
@@ -28680,7 +29854,7 @@
|
|
|
28680
29854
|
"immutable": true,
|
|
28681
29855
|
"locationInModule": {
|
|
28682
29856
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28683
|
-
"line":
|
|
29857
|
+
"line": 373
|
|
28684
29858
|
},
|
|
28685
29859
|
"name": "labels",
|
|
28686
29860
|
"optional": true,
|
|
@@ -28703,7 +29877,7 @@
|
|
|
28703
29877
|
"immutable": true,
|
|
28704
29878
|
"locationInModule": {
|
|
28705
29879
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28706
|
-
"line":
|
|
29880
|
+
"line": 399
|
|
28707
29881
|
},
|
|
28708
29882
|
"name": "runsOn",
|
|
28709
29883
|
"optional": true,
|
|
@@ -28726,7 +29900,7 @@
|
|
|
28726
29900
|
"immutable": true,
|
|
28727
29901
|
"locationInModule": {
|
|
28728
29902
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28729
|
-
"line":
|
|
29903
|
+
"line": 350
|
|
28730
29904
|
},
|
|
28731
29905
|
"name": "schedule",
|
|
28732
29906
|
"optional": true,
|
|
@@ -28746,7 +29920,7 @@
|
|
|
28746
29920
|
"immutable": true,
|
|
28747
29921
|
"locationInModule": {
|
|
28748
29922
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28749
|
-
"line":
|
|
29923
|
+
"line": 366
|
|
28750
29924
|
},
|
|
28751
29925
|
"name": "secret",
|
|
28752
29926
|
"optional": true,
|
|
@@ -36301,6 +37475,6 @@
|
|
|
36301
37475
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
36302
37476
|
}
|
|
36303
37477
|
},
|
|
36304
|
-
"version": "0.47.
|
|
36305
|
-
"fingerprint": "
|
|
37478
|
+
"version": "0.47.6",
|
|
37479
|
+
"fingerprint": "Yhz7bhWlu+hf2rP5WaO7htgHaKwo40xZOKxfb7KcYxw="
|
|
36306
37480
|
}
|