projen 0.101.7 → 0.101.9
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 +439 -88
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +1 -1
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +3 -3
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-build.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/cli/cmds/new.js +1 -8
- package/lib/component.d.ts +21 -1
- package/lib/component.js +27 -3
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +6 -7
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.d.ts +32 -1
- package/lib/github/mergify.js +5 -2
- 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.d.ts +2 -1
- package/lib/java/projenrc.js +6 -9
- package/lib/javascript/biome/biome.d.ts +5 -1
- package/lib/javascript/biome/biome.js +8 -2
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.d.ts +5 -1
- package/lib/javascript/eslint.js +8 -2
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/pnpm-workspace-config.js +2 -2
- package/lib/javascript/pnpm-workspace.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.d.ts +2 -1
- package/lib/javascript/projenrc.js +6 -8
- package/lib/javascript/render-options.d.ts +15 -1
- package/lib/javascript/render-options.js +7 -3
- 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/logging.js +3 -2
- 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 +19 -5
- package/lib/project.js +34 -11
- package/lib/projects.js +7 -5
- package/lib/projenrc-json.d.ts +2 -1
- package/lib/projenrc-json.js +6 -8
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.d.ts +2 -1
- package/lib/python/projenrc.js +6 -9
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.cjs +245 -49
- package/lib/sample-file.js +2 -2
- package/lib/script-runner.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-shell.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.d.ts +2 -1
- package/lib/typescript/projenrc-ts.js +6 -8
- package/lib/typescript/projenrc.d.ts +3 -1
- package/lib/typescript/projenrc.js +7 -9
- package/lib/typescript/typescript-runner.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +5 -5
- package/lib/util/exec.d.ts +7 -0
- package/lib/util/exec.js +36 -13
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +3 -3
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -720,6 +720,29 @@
|
|
|
720
720
|
},
|
|
721
721
|
"static": true
|
|
722
722
|
},
|
|
723
|
+
{
|
|
724
|
+
"docs": {
|
|
725
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nIt is also skipped when post-synthesis steps are disabled, e.g. `--no-post` or `PROJEN_DISABLE_POST`.\nUse it for one-off setup that can be turned off by the user, like running a task to give the user immediate\nfeedback on their new project. Order across components is not guaranteed.",
|
|
726
|
+
"stability": "experimental",
|
|
727
|
+
"summary": "Called once, right after `postSynthesize()`, only when the project is created for the first time."
|
|
728
|
+
},
|
|
729
|
+
"locationInModule": {
|
|
730
|
+
"filename": "src/component.ts",
|
|
731
|
+
"line": 79
|
|
732
|
+
},
|
|
733
|
+
"name": "postProjectCreation",
|
|
734
|
+
"parameters": [
|
|
735
|
+
{
|
|
736
|
+
"docs": {
|
|
737
|
+
"summary": "Details about how the project was created, e.g. its type and the original CLI args."
|
|
738
|
+
},
|
|
739
|
+
"name": "initProject",
|
|
740
|
+
"type": {
|
|
741
|
+
"fqn": "projen.InitProject"
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
]
|
|
745
|
+
},
|
|
723
746
|
{
|
|
724
747
|
"docs": {
|
|
725
748
|
"remarks": "Order is *not* guaranteed.",
|
|
@@ -743,6 +766,29 @@
|
|
|
743
766
|
},
|
|
744
767
|
"name": "preSynthesize"
|
|
745
768
|
},
|
|
769
|
+
{
|
|
770
|
+
"docs": {
|
|
771
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
772
|
+
"stability": "experimental",
|
|
773
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
774
|
+
},
|
|
775
|
+
"locationInModule": {
|
|
776
|
+
"filename": "src/component.ts",
|
|
777
|
+
"line": 65
|
|
778
|
+
},
|
|
779
|
+
"name": "projectCreation",
|
|
780
|
+
"parameters": [
|
|
781
|
+
{
|
|
782
|
+
"docs": {
|
|
783
|
+
"summary": "Details about how the project was created, e.g. its type and the original CLI args."
|
|
784
|
+
},
|
|
785
|
+
"name": "initProject",
|
|
786
|
+
"type": {
|
|
787
|
+
"fqn": "projen.InitProject"
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
]
|
|
791
|
+
},
|
|
746
792
|
{
|
|
747
793
|
"docs": {
|
|
748
794
|
"stability": "experimental",
|
|
@@ -3970,13 +4016,13 @@
|
|
|
3970
4016
|
},
|
|
3971
4017
|
"locationInModule": {
|
|
3972
4018
|
"filename": "src/component.ts",
|
|
3973
|
-
"line":
|
|
4019
|
+
"line": 209
|
|
3974
4020
|
}
|
|
3975
4021
|
},
|
|
3976
4022
|
"kind": "class",
|
|
3977
4023
|
"locationInModule": {
|
|
3978
4024
|
"filename": "src/component.ts",
|
|
3979
|
-
"line":
|
|
4025
|
+
"line": 205
|
|
3980
4026
|
},
|
|
3981
4027
|
"methods": [
|
|
3982
4028
|
{
|
|
@@ -3987,7 +4033,7 @@
|
|
|
3987
4033
|
},
|
|
3988
4034
|
"locationInModule": {
|
|
3989
4035
|
"filename": "src/component.ts",
|
|
3990
|
-
"line":
|
|
4036
|
+
"line": 248
|
|
3991
4037
|
},
|
|
3992
4038
|
"name": "attach",
|
|
3993
4039
|
"parameters": [
|
|
@@ -4019,7 +4065,7 @@
|
|
|
4019
4065
|
},
|
|
4020
4066
|
"locationInModule": {
|
|
4021
4067
|
"filename": "src/component.ts",
|
|
4022
|
-
"line":
|
|
4068
|
+
"line": 238
|
|
4023
4069
|
},
|
|
4024
4070
|
"name": "init",
|
|
4025
4071
|
"protected": true
|
|
@@ -4032,7 +4078,7 @@
|
|
|
4032
4078
|
},
|
|
4033
4079
|
"locationInModule": {
|
|
4034
4080
|
"filename": "src/component.ts",
|
|
4035
|
-
"line":
|
|
4081
|
+
"line": 294
|
|
4036
4082
|
},
|
|
4037
4083
|
"name": "tryAttach",
|
|
4038
4084
|
"parameters": [
|
|
@@ -4068,7 +4114,7 @@
|
|
|
4068
4114
|
"immutable": true,
|
|
4069
4115
|
"locationInModule": {
|
|
4070
4116
|
"filename": "src/component.ts",
|
|
4071
|
-
"line":
|
|
4117
|
+
"line": 230
|
|
4072
4118
|
},
|
|
4073
4119
|
"name": "attached",
|
|
4074
4120
|
"type": {
|
|
@@ -6138,7 +6184,7 @@
|
|
|
6138
6184
|
"kind": "interface",
|
|
6139
6185
|
"locationInModule": {
|
|
6140
6186
|
"filename": "src/project.ts",
|
|
6141
|
-
"line":
|
|
6187
|
+
"line": 712
|
|
6142
6188
|
},
|
|
6143
6189
|
"name": "InitProject",
|
|
6144
6190
|
"properties": [
|
|
@@ -6151,7 +6197,7 @@
|
|
|
6151
6197
|
"immutable": true,
|
|
6152
6198
|
"locationInModule": {
|
|
6153
6199
|
"filename": "src/project.ts",
|
|
6154
|
-
"line":
|
|
6200
|
+
"line": 721
|
|
6155
6201
|
},
|
|
6156
6202
|
"name": "args",
|
|
6157
6203
|
"type": {
|
|
@@ -6174,7 +6220,7 @@
|
|
|
6174
6220
|
"immutable": true,
|
|
6175
6221
|
"locationInModule": {
|
|
6176
6222
|
"filename": "src/project.ts",
|
|
6177
|
-
"line":
|
|
6223
|
+
"line": 732
|
|
6178
6224
|
},
|
|
6179
6225
|
"name": "comments",
|
|
6180
6226
|
"type": {
|
|
@@ -6190,13 +6236,47 @@
|
|
|
6190
6236
|
"immutable": true,
|
|
6191
6237
|
"locationInModule": {
|
|
6192
6238
|
"filename": "src/project.ts",
|
|
6193
|
-
"line":
|
|
6239
|
+
"line": 716
|
|
6194
6240
|
},
|
|
6195
6241
|
"name": "fqn",
|
|
6196
6242
|
"type": {
|
|
6197
6243
|
"primitive": "string"
|
|
6198
6244
|
}
|
|
6199
6245
|
},
|
|
6246
|
+
{
|
|
6247
|
+
"abstract": true,
|
|
6248
|
+
"docs": {
|
|
6249
|
+
"default": "true",
|
|
6250
|
+
"stability": "experimental",
|
|
6251
|
+
"summary": "Whether `projen new` should run post-synthesis steps (e.g. package manager install)."
|
|
6252
|
+
},
|
|
6253
|
+
"immutable": true,
|
|
6254
|
+
"locationInModule": {
|
|
6255
|
+
"filename": "src/project.ts",
|
|
6256
|
+
"line": 744
|
|
6257
|
+
},
|
|
6258
|
+
"name": "post",
|
|
6259
|
+
"type": {
|
|
6260
|
+
"primitive": "boolean"
|
|
6261
|
+
}
|
|
6262
|
+
},
|
|
6263
|
+
{
|
|
6264
|
+
"abstract": true,
|
|
6265
|
+
"docs": {
|
|
6266
|
+
"default": "true",
|
|
6267
|
+
"stability": "experimental",
|
|
6268
|
+
"summary": "Whether `projen new` should call `project.synth()` after construction."
|
|
6269
|
+
},
|
|
6270
|
+
"immutable": true,
|
|
6271
|
+
"locationInModule": {
|
|
6272
|
+
"filename": "src/project.ts",
|
|
6273
|
+
"line": 738
|
|
6274
|
+
},
|
|
6275
|
+
"name": "synth",
|
|
6276
|
+
"type": {
|
|
6277
|
+
"primitive": "boolean"
|
|
6278
|
+
}
|
|
6279
|
+
},
|
|
6200
6280
|
{
|
|
6201
6281
|
"abstract": true,
|
|
6202
6282
|
"docs": {
|
|
@@ -6206,7 +6286,7 @@
|
|
|
6206
6286
|
"immutable": true,
|
|
6207
6287
|
"locationInModule": {
|
|
6208
6288
|
"filename": "src/project.ts",
|
|
6209
|
-
"line":
|
|
6289
|
+
"line": 726
|
|
6210
6290
|
},
|
|
6211
6291
|
"name": "type",
|
|
6212
6292
|
"type": {
|
|
@@ -7677,7 +7757,7 @@
|
|
|
7677
7757
|
},
|
|
7678
7758
|
"locationInModule": {
|
|
7679
7759
|
"filename": "src/project.ts",
|
|
7680
|
-
"line":
|
|
7760
|
+
"line": 281
|
|
7681
7761
|
},
|
|
7682
7762
|
"parameters": [
|
|
7683
7763
|
{
|
|
@@ -7756,7 +7836,7 @@
|
|
|
7756
7836
|
},
|
|
7757
7837
|
"locationInModule": {
|
|
7758
7838
|
"filename": "src/project.ts",
|
|
7759
|
-
"line":
|
|
7839
|
+
"line": 553
|
|
7760
7840
|
},
|
|
7761
7841
|
"name": "addExcludeFromCleanup",
|
|
7762
7842
|
"parameters": [
|
|
@@ -7780,7 +7860,7 @@
|
|
|
7780
7860
|
},
|
|
7781
7861
|
"locationInModule": {
|
|
7782
7862
|
"filename": "src/project.ts",
|
|
7783
|
-
"line":
|
|
7863
|
+
"line": 583
|
|
7784
7864
|
},
|
|
7785
7865
|
"name": "addGitIgnore",
|
|
7786
7866
|
"parameters": [
|
|
@@ -7803,7 +7883,7 @@
|
|
|
7803
7883
|
},
|
|
7804
7884
|
"locationInModule": {
|
|
7805
7885
|
"filename": "src/project.ts",
|
|
7806
|
-
"line":
|
|
7886
|
+
"line": 575
|
|
7807
7887
|
},
|
|
7808
7888
|
"name": "addPackageIgnore",
|
|
7809
7889
|
"parameters": [
|
|
@@ -7826,7 +7906,7 @@
|
|
|
7826
7906
|
},
|
|
7827
7907
|
"locationInModule": {
|
|
7828
7908
|
"filename": "src/project.ts",
|
|
7829
|
-
"line":
|
|
7909
|
+
"line": 451
|
|
7830
7910
|
},
|
|
7831
7911
|
"name": "addTask",
|
|
7832
7912
|
"parameters": [
|
|
@@ -7864,7 +7944,7 @@
|
|
|
7864
7944
|
},
|
|
7865
7945
|
"locationInModule": {
|
|
7866
7946
|
"filename": "src/project.ts",
|
|
7867
|
-
"line":
|
|
7947
|
+
"line": 594
|
|
7868
7948
|
},
|
|
7869
7949
|
"name": "annotateGenerated",
|
|
7870
7950
|
"parameters": [
|
|
@@ -7887,7 +7967,7 @@
|
|
|
7887
7967
|
},
|
|
7888
7968
|
"locationInModule": {
|
|
7889
7969
|
"filename": "src/project.ts",
|
|
7890
|
-
"line":
|
|
7970
|
+
"line": 705
|
|
7891
7971
|
},
|
|
7892
7972
|
"name": "postSynthesize"
|
|
7893
7973
|
},
|
|
@@ -7898,7 +7978,7 @@
|
|
|
7898
7978
|
},
|
|
7899
7979
|
"locationInModule": {
|
|
7900
7980
|
"filename": "src/project.ts",
|
|
7901
|
-
"line":
|
|
7981
|
+
"line": 700
|
|
7902
7982
|
},
|
|
7903
7983
|
"name": "preSynthesize"
|
|
7904
7984
|
},
|
|
@@ -7910,7 +7990,7 @@
|
|
|
7910
7990
|
},
|
|
7911
7991
|
"locationInModule": {
|
|
7912
7992
|
"filename": "src/project.ts",
|
|
7913
|
-
"line":
|
|
7993
|
+
"line": 462
|
|
7914
7994
|
},
|
|
7915
7995
|
"name": "removeTask",
|
|
7916
7996
|
"parameters": [
|
|
@@ -7939,7 +8019,7 @@
|
|
|
7939
8019
|
},
|
|
7940
8020
|
"locationInModule": {
|
|
7941
8021
|
"filename": "src/project.ts",
|
|
7942
|
-
"line":
|
|
8022
|
+
"line": 564
|
|
7943
8023
|
},
|
|
7944
8024
|
"name": "runTaskCommand",
|
|
7945
8025
|
"parameters": [
|
|
@@ -7961,13 +8041,13 @@
|
|
|
7961
8041
|
},
|
|
7962
8042
|
{
|
|
7963
8043
|
"docs": {
|
|
7964
|
-
"remarks": "1. Call \"this.preSynthesize()\"\n2. Delete all generated files\n3. Synthesize all subprojects\n4. Synthesize all components of this project\n5. Call \"postSynthesize()\" for all components of this project\
|
|
8044
|
+
"remarks": "1. Call \"this.preSynthesize()\"\n2. Delete all generated files\n3. Synthesize all subprojects\n4. Synthesize all components of this project\n5. Call \"projectCreation()\" for all components, only if the project is being created for the first time\n6. Call \"postSynthesize()\" for all components of this project\n7. Call \"this.postSynthesize()\"\n8. Call \"postProjectCreation()\" for all components, only if the project is being created for the first time",
|
|
7965
8045
|
"stability": "experimental",
|
|
7966
8046
|
"summary": "Synthesize all project files into `outdir`."
|
|
7967
8047
|
},
|
|
7968
8048
|
"locationInModule": {
|
|
7969
8049
|
"filename": "src/project.ts",
|
|
7970
|
-
"line":
|
|
8050
|
+
"line": 610
|
|
7971
8051
|
},
|
|
7972
8052
|
"name": "synth"
|
|
7973
8053
|
},
|
|
@@ -7979,7 +8059,7 @@
|
|
|
7979
8059
|
},
|
|
7980
8060
|
"locationInModule": {
|
|
7981
8061
|
"filename": "src/project.ts",
|
|
7982
|
-
"line":
|
|
8062
|
+
"line": 493
|
|
7983
8063
|
},
|
|
7984
8064
|
"name": "tryFindFile",
|
|
7985
8065
|
"parameters": [
|
|
@@ -8008,7 +8088,7 @@
|
|
|
8008
8088
|
},
|
|
8009
8089
|
"locationInModule": {
|
|
8010
8090
|
"filename": "src/project.ts",
|
|
8011
|
-
"line":
|
|
8091
|
+
"line": 512
|
|
8012
8092
|
},
|
|
8013
8093
|
"name": "tryFindObjectFile",
|
|
8014
8094
|
"parameters": [
|
|
@@ -8037,7 +8117,7 @@
|
|
|
8037
8117
|
},
|
|
8038
8118
|
"locationInModule": {
|
|
8039
8119
|
"filename": "src/project.ts",
|
|
8040
|
-
"line":
|
|
8120
|
+
"line": 536
|
|
8041
8121
|
},
|
|
8042
8122
|
"name": "tryRemoveFile",
|
|
8043
8123
|
"parameters": [
|
|
@@ -8087,7 +8167,7 @@
|
|
|
8087
8167
|
"immutable": true,
|
|
8088
8168
|
"locationInModule": {
|
|
8089
8169
|
"filename": "src/project.ts",
|
|
8090
|
-
"line":
|
|
8170
|
+
"line": 466
|
|
8091
8171
|
},
|
|
8092
8172
|
"name": "buildTask",
|
|
8093
8173
|
"type": {
|
|
@@ -8102,7 +8182,7 @@
|
|
|
8102
8182
|
"immutable": true,
|
|
8103
8183
|
"locationInModule": {
|
|
8104
8184
|
"filename": "src/project.ts",
|
|
8105
|
-
"line":
|
|
8185
|
+
"line": 274
|
|
8106
8186
|
},
|
|
8107
8187
|
"name": "commitGenerated",
|
|
8108
8188
|
"type": {
|
|
@@ -8116,7 +8196,7 @@
|
|
|
8116
8196
|
"immutable": true,
|
|
8117
8197
|
"locationInModule": {
|
|
8118
8198
|
"filename": "src/project.ts",
|
|
8119
|
-
"line":
|
|
8199
|
+
"line": 469
|
|
8120
8200
|
},
|
|
8121
8201
|
"name": "compileTask",
|
|
8122
8202
|
"type": {
|
|
@@ -8131,7 +8211,7 @@
|
|
|
8131
8211
|
"immutable": true,
|
|
8132
8212
|
"locationInModule": {
|
|
8133
8213
|
"filename": "src/project.ts",
|
|
8134
|
-
"line":
|
|
8214
|
+
"line": 420
|
|
8135
8215
|
},
|
|
8136
8216
|
"name": "components",
|
|
8137
8217
|
"type": {
|
|
@@ -8166,7 +8246,7 @@
|
|
|
8166
8246
|
"immutable": true,
|
|
8167
8247
|
"locationInModule": {
|
|
8168
8248
|
"filename": "src/project.ts",
|
|
8169
|
-
"line":
|
|
8249
|
+
"line": 693
|
|
8170
8250
|
},
|
|
8171
8251
|
"name": "ejected",
|
|
8172
8252
|
"type": {
|
|
@@ -8181,7 +8261,7 @@
|
|
|
8181
8261
|
"immutable": true,
|
|
8182
8262
|
"locationInModule": {
|
|
8183
8263
|
"filename": "src/project.ts",
|
|
8184
|
-
"line":
|
|
8264
|
+
"line": 438
|
|
8185
8265
|
},
|
|
8186
8266
|
"name": "files",
|
|
8187
8267
|
"type": {
|
|
@@ -8275,7 +8355,7 @@
|
|
|
8275
8355
|
"immutable": true,
|
|
8276
8356
|
"locationInModule": {
|
|
8277
8357
|
"filename": "src/project.ts",
|
|
8278
|
-
"line":
|
|
8358
|
+
"line": 481
|
|
8279
8359
|
},
|
|
8280
8360
|
"name": "packageTask",
|
|
8281
8361
|
"type": {
|
|
@@ -8289,7 +8369,7 @@
|
|
|
8289
8369
|
"immutable": true,
|
|
8290
8370
|
"locationInModule": {
|
|
8291
8371
|
"filename": "src/project.ts",
|
|
8292
|
-
"line":
|
|
8372
|
+
"line": 478
|
|
8293
8373
|
},
|
|
8294
8374
|
"name": "postCompileTask",
|
|
8295
8375
|
"type": {
|
|
@@ -8303,7 +8383,7 @@
|
|
|
8303
8383
|
"immutable": true,
|
|
8304
8384
|
"locationInModule": {
|
|
8305
8385
|
"filename": "src/project.ts",
|
|
8306
|
-
"line":
|
|
8386
|
+
"line": 475
|
|
8307
8387
|
},
|
|
8308
8388
|
"name": "preCompileTask",
|
|
8309
8389
|
"type": {
|
|
@@ -8318,7 +8398,7 @@
|
|
|
8318
8398
|
"immutable": true,
|
|
8319
8399
|
"locationInModule": {
|
|
8320
8400
|
"filename": "src/project.ts",
|
|
8321
|
-
"line":
|
|
8401
|
+
"line": 269
|
|
8322
8402
|
},
|
|
8323
8403
|
"name": "projectBuild",
|
|
8324
8404
|
"type": {
|
|
@@ -8333,7 +8413,7 @@
|
|
|
8333
8413
|
"immutable": true,
|
|
8334
8414
|
"locationInModule": {
|
|
8335
8415
|
"filename": "src/project.ts",
|
|
8336
|
-
"line":
|
|
8416
|
+
"line": 248
|
|
8337
8417
|
},
|
|
8338
8418
|
"name": "projenCommand",
|
|
8339
8419
|
"type": {
|
|
@@ -8348,7 +8428,7 @@
|
|
|
8348
8428
|
"immutable": true,
|
|
8349
8429
|
"locationInModule": {
|
|
8350
8430
|
"filename": "src/project.ts",
|
|
8351
|
-
"line":
|
|
8431
|
+
"line": 413
|
|
8352
8432
|
},
|
|
8353
8433
|
"name": "root",
|
|
8354
8434
|
"type": {
|
|
@@ -8363,7 +8443,7 @@
|
|
|
8363
8443
|
"immutable": true,
|
|
8364
8444
|
"locationInModule": {
|
|
8365
8445
|
"filename": "src/project.ts",
|
|
8366
|
-
"line":
|
|
8446
|
+
"line": 431
|
|
8367
8447
|
},
|
|
8368
8448
|
"name": "subprojects",
|
|
8369
8449
|
"type": {
|
|
@@ -8397,7 +8477,7 @@
|
|
|
8397
8477
|
"immutable": true,
|
|
8398
8478
|
"locationInModule": {
|
|
8399
8479
|
"filename": "src/project.ts",
|
|
8400
|
-
"line":
|
|
8480
|
+
"line": 472
|
|
8401
8481
|
},
|
|
8402
8482
|
"name": "testTask",
|
|
8403
8483
|
"type": {
|
|
@@ -8413,7 +8493,7 @@
|
|
|
8413
8493
|
"immutable": true,
|
|
8414
8494
|
"locationInModule": {
|
|
8415
8495
|
"filename": "src/project.ts",
|
|
8416
|
-
"line":
|
|
8496
|
+
"line": 256
|
|
8417
8497
|
},
|
|
8418
8498
|
"name": "defaultTask",
|
|
8419
8499
|
"optional": true,
|
|
@@ -8423,14 +8503,15 @@
|
|
|
8423
8503
|
},
|
|
8424
8504
|
{
|
|
8425
8505
|
"docs": {
|
|
8506
|
+
"deprecated": "use the `initProject` argument passed to `Component.projectCreation()` instead.",
|
|
8426
8507
|
"remarks": "It\nincludes the original set of options passed to the CLI and also the JSII\nFQN of the project type.",
|
|
8427
|
-
"stability": "
|
|
8508
|
+
"stability": "deprecated",
|
|
8428
8509
|
"summary": "The options used when this project is bootstrapped via `projen new`."
|
|
8429
8510
|
},
|
|
8430
8511
|
"immutable": true,
|
|
8431
8512
|
"locationInModule": {
|
|
8432
8513
|
"filename": "src/project.ts",
|
|
8433
|
-
"line":
|
|
8514
|
+
"line": 241
|
|
8434
8515
|
},
|
|
8435
8516
|
"name": "initProject",
|
|
8436
8517
|
"optional": true,
|
|
@@ -9352,6 +9433,29 @@
|
|
|
9352
9433
|
"filename": "src/projenrc-json.ts",
|
|
9353
9434
|
"line": 17
|
|
9354
9435
|
},
|
|
9436
|
+
"methods": [
|
|
9437
|
+
{
|
|
9438
|
+
"docs": {
|
|
9439
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
9440
|
+
"stability": "experimental",
|
|
9441
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
9442
|
+
},
|
|
9443
|
+
"locationInModule": {
|
|
9444
|
+
"filename": "src/projenrc-json.ts",
|
|
9445
|
+
"line": 30
|
|
9446
|
+
},
|
|
9447
|
+
"name": "projectCreation",
|
|
9448
|
+
"overrides": "projen.Component",
|
|
9449
|
+
"parameters": [
|
|
9450
|
+
{
|
|
9451
|
+
"name": "initProject",
|
|
9452
|
+
"type": {
|
|
9453
|
+
"fqn": "projen.InitProject"
|
|
9454
|
+
}
|
|
9455
|
+
}
|
|
9456
|
+
]
|
|
9457
|
+
}
|
|
9458
|
+
],
|
|
9355
9459
|
"name": "ProjenrcJson",
|
|
9356
9460
|
"properties": [
|
|
9357
9461
|
{
|
|
@@ -10497,7 +10601,7 @@
|
|
|
10497
10601
|
},
|
|
10498
10602
|
"locationInModule": {
|
|
10499
10603
|
"filename": "src/component.ts",
|
|
10500
|
-
"line":
|
|
10604
|
+
"line": 209
|
|
10501
10605
|
}
|
|
10502
10606
|
},
|
|
10503
10607
|
"interfaces": [
|
|
@@ -23464,7 +23568,7 @@
|
|
|
23464
23568
|
},
|
|
23465
23569
|
"locationInModule": {
|
|
23466
23570
|
"filename": "src/github/auto-merge.ts",
|
|
23467
|
-
"line":
|
|
23571
|
+
"line": 103
|
|
23468
23572
|
},
|
|
23469
23573
|
"name": "addConditions",
|
|
23470
23574
|
"parameters": [
|
|
@@ -23488,7 +23592,7 @@
|
|
|
23488
23592
|
},
|
|
23489
23593
|
"locationInModule": {
|
|
23490
23594
|
"filename": "src/github/auto-merge.ts",
|
|
23491
|
-
"line":
|
|
23595
|
+
"line": 111
|
|
23492
23596
|
},
|
|
23493
23597
|
"name": "addConditionsLater",
|
|
23494
23598
|
"parameters": [
|
|
@@ -28447,7 +28551,7 @@
|
|
|
28447
28551
|
"kind": "interface",
|
|
28448
28552
|
"locationInModule": {
|
|
28449
28553
|
"filename": "src/github/auto-merge.ts",
|
|
28450
|
-
"line":
|
|
28554
|
+
"line": 126
|
|
28451
28555
|
},
|
|
28452
28556
|
"methods": [
|
|
28453
28557
|
{
|
|
@@ -28457,7 +28561,7 @@
|
|
|
28457
28561
|
},
|
|
28458
28562
|
"locationInModule": {
|
|
28459
28563
|
"filename": "src/github/auto-merge.ts",
|
|
28460
|
-
"line":
|
|
28564
|
+
"line": 127
|
|
28461
28565
|
},
|
|
28462
28566
|
"name": "render",
|
|
28463
28567
|
"returns": {
|
|
@@ -28659,7 +28763,7 @@
|
|
|
28659
28763
|
},
|
|
28660
28764
|
"locationInModule": {
|
|
28661
28765
|
"filename": "src/github/mergify.ts",
|
|
28662
|
-
"line":
|
|
28766
|
+
"line": 148
|
|
28663
28767
|
},
|
|
28664
28768
|
"parameters": [
|
|
28665
28769
|
{
|
|
@@ -28680,7 +28784,7 @@
|
|
|
28680
28784
|
"kind": "class",
|
|
28681
28785
|
"locationInModule": {
|
|
28682
28786
|
"filename": "src/github/mergify.ts",
|
|
28683
|
-
"line":
|
|
28787
|
+
"line": 142
|
|
28684
28788
|
},
|
|
28685
28789
|
"methods": [
|
|
28686
28790
|
{
|
|
@@ -28689,7 +28793,7 @@
|
|
|
28689
28793
|
},
|
|
28690
28794
|
"locationInModule": {
|
|
28691
28795
|
"filename": "src/github/mergify.ts",
|
|
28692
|
-
"line":
|
|
28796
|
+
"line": 181
|
|
28693
28797
|
},
|
|
28694
28798
|
"name": "addQueue",
|
|
28695
28799
|
"parameters": [
|
|
@@ -28707,7 +28811,7 @@
|
|
|
28707
28811
|
},
|
|
28708
28812
|
"locationInModule": {
|
|
28709
28813
|
"filename": "src/github/mergify.ts",
|
|
28710
|
-
"line":
|
|
28814
|
+
"line": 176
|
|
28711
28815
|
},
|
|
28712
28816
|
"name": "addRule",
|
|
28713
28817
|
"parameters": [
|
|
@@ -28724,6 +28828,84 @@
|
|
|
28724
28828
|
"namespace": "github",
|
|
28725
28829
|
"symbolId": "src/github/mergify:Mergify"
|
|
28726
28830
|
},
|
|
28831
|
+
"projen.github.MergifyCommitMessageFormat": {
|
|
28832
|
+
"assembly": "projen",
|
|
28833
|
+
"datatype": true,
|
|
28834
|
+
"docs": {
|
|
28835
|
+
"see": "https://docs.mergify.com/workflow/actions/merge/#customizing-the-commit-message",
|
|
28836
|
+
"stability": "experimental",
|
|
28837
|
+
"summary": "Declarative configuration for Mergify `commit_message_format`."
|
|
28838
|
+
},
|
|
28839
|
+
"fqn": "projen.github.MergifyCommitMessageFormat",
|
|
28840
|
+
"kind": "interface",
|
|
28841
|
+
"locationInModule": {
|
|
28842
|
+
"filename": "src/github/mergify.ts",
|
|
28843
|
+
"line": 23
|
|
28844
|
+
},
|
|
28845
|
+
"name": "MergifyCommitMessageFormat",
|
|
28846
|
+
"namespace": "github",
|
|
28847
|
+
"properties": [
|
|
28848
|
+
{
|
|
28849
|
+
"abstract": true,
|
|
28850
|
+
"docs": {
|
|
28851
|
+
"remarks": "- `inherit`: use the GitHub repository default merge commit body format\n- `pr-body`: use the pull request body\n- `empty`: set the commit body to be empty",
|
|
28852
|
+
"stability": "experimental",
|
|
28853
|
+
"summary": "Commit body format."
|
|
28854
|
+
},
|
|
28855
|
+
"immutable": true,
|
|
28856
|
+
"locationInModule": {
|
|
28857
|
+
"filename": "src/github/mergify.ts",
|
|
28858
|
+
"line": 39
|
|
28859
|
+
},
|
|
28860
|
+
"name": "body",
|
|
28861
|
+
"optional": true,
|
|
28862
|
+
"type": {
|
|
28863
|
+
"primitive": "string"
|
|
28864
|
+
}
|
|
28865
|
+
},
|
|
28866
|
+
{
|
|
28867
|
+
"abstract": true,
|
|
28868
|
+
"docs": {
|
|
28869
|
+
"remarks": "- `inherit`: use the GitHub repository default merge commit title format\n- `pr-title`: use the pull request title (with the PR number appended)",
|
|
28870
|
+
"stability": "experimental",
|
|
28871
|
+
"summary": "Commit title format."
|
|
28872
|
+
},
|
|
28873
|
+
"immutable": true,
|
|
28874
|
+
"locationInModule": {
|
|
28875
|
+
"filename": "src/github/mergify.ts",
|
|
28876
|
+
"line": 30
|
|
28877
|
+
},
|
|
28878
|
+
"name": "title",
|
|
28879
|
+
"optional": true,
|
|
28880
|
+
"type": {
|
|
28881
|
+
"primitive": "string"
|
|
28882
|
+
}
|
|
28883
|
+
},
|
|
28884
|
+
{
|
|
28885
|
+
"abstract": true,
|
|
28886
|
+
"docs": {
|
|
28887
|
+
"stability": "experimental",
|
|
28888
|
+
"summary": "Optional list of trailers to append to the commit message."
|
|
28889
|
+
},
|
|
28890
|
+
"immutable": true,
|
|
28891
|
+
"locationInModule": {
|
|
28892
|
+
"filename": "src/github/mergify.ts",
|
|
28893
|
+
"line": 44
|
|
28894
|
+
},
|
|
28895
|
+
"name": "trailers",
|
|
28896
|
+
"optional": true,
|
|
28897
|
+
"type": {
|
|
28898
|
+
"collection": {
|
|
28899
|
+
"elementtype": {
|
|
28900
|
+
"primitive": "string"
|
|
28901
|
+
},
|
|
28902
|
+
"kind": "array"
|
|
28903
|
+
}
|
|
28904
|
+
}
|
|
28905
|
+
}
|
|
28906
|
+
],
|
|
28907
|
+
"symbolId": "src/github/mergify:MergifyCommitMessageFormat"
|
|
28908
|
+
},
|
|
28727
28909
|
"projen.github.MergifyConditionalOperator": {
|
|
28728
28910
|
"assembly": "projen",
|
|
28729
28911
|
"datatype": true,
|
|
@@ -28818,7 +29000,7 @@
|
|
|
28818
29000
|
"kind": "interface",
|
|
28819
29001
|
"locationInModule": {
|
|
28820
29002
|
"filename": "src/github/mergify.ts",
|
|
28821
|
-
"line":
|
|
29003
|
+
"line": 131
|
|
28822
29004
|
},
|
|
28823
29005
|
"name": "MergifyOptions",
|
|
28824
29006
|
"namespace": "github",
|
|
@@ -28832,7 +29014,7 @@
|
|
|
28832
29014
|
"immutable": true,
|
|
28833
29015
|
"locationInModule": {
|
|
28834
29016
|
"filename": "src/github/mergify.ts",
|
|
28835
|
-
"line":
|
|
29017
|
+
"line": 139
|
|
28836
29018
|
},
|
|
28837
29019
|
"name": "queues",
|
|
28838
29020
|
"optional": true,
|
|
@@ -28854,7 +29036,7 @@
|
|
|
28854
29036
|
"immutable": true,
|
|
28855
29037
|
"locationInModule": {
|
|
28856
29038
|
"filename": "src/github/mergify.ts",
|
|
28857
|
-
"line":
|
|
29039
|
+
"line": 135
|
|
28858
29040
|
},
|
|
28859
29041
|
"name": "rules",
|
|
28860
29042
|
"optional": true,
|
|
@@ -28880,7 +29062,7 @@
|
|
|
28880
29062
|
"kind": "interface",
|
|
28881
29063
|
"locationInModule": {
|
|
28882
29064
|
"filename": "src/github/mergify.ts",
|
|
28883
|
-
"line":
|
|
29065
|
+
"line": 67
|
|
28884
29066
|
},
|
|
28885
29067
|
"name": "MergifyQueue",
|
|
28886
29068
|
"namespace": "github",
|
|
@@ -28889,14 +29071,14 @@
|
|
|
28889
29071
|
"abstract": true,
|
|
28890
29072
|
"docs": {
|
|
28891
29073
|
"stability": "experimental",
|
|
28892
|
-
"summary": "
|
|
29074
|
+
"summary": "The name of the queue."
|
|
28893
29075
|
},
|
|
28894
29076
|
"immutable": true,
|
|
28895
29077
|
"locationInModule": {
|
|
28896
29078
|
"filename": "src/github/mergify.ts",
|
|
28897
|
-
"line":
|
|
29079
|
+
"line": 71
|
|
28898
29080
|
},
|
|
28899
|
-
"name": "
|
|
29081
|
+
"name": "name",
|
|
28900
29082
|
"type": {
|
|
28901
29083
|
"primitive": "string"
|
|
28902
29084
|
}
|
|
@@ -28904,15 +29086,35 @@
|
|
|
28904
29086
|
{
|
|
28905
29087
|
"abstract": true,
|
|
28906
29088
|
"docs": {
|
|
29089
|
+
"see": "https://docs.mergify.com/workflow/actions/merge/#customizing-the-commit-message",
|
|
28907
29090
|
"stability": "experimental",
|
|
28908
|
-
"summary": "
|
|
29091
|
+
"summary": "When merging with the merge or squash method, configure the title, body, and trailers of the resulting commit."
|
|
28909
29092
|
},
|
|
28910
29093
|
"immutable": true,
|
|
28911
29094
|
"locationInModule": {
|
|
28912
29095
|
"filename": "src/github/mergify.ts",
|
|
28913
|
-
"line":
|
|
29096
|
+
"line": 116
|
|
28914
29097
|
},
|
|
28915
|
-
"name": "
|
|
29098
|
+
"name": "commitMessageFormat",
|
|
29099
|
+
"optional": true,
|
|
29100
|
+
"type": {
|
|
29101
|
+
"fqn": "projen.github.MergifyCommitMessageFormat"
|
|
29102
|
+
}
|
|
29103
|
+
},
|
|
29104
|
+
{
|
|
29105
|
+
"abstract": true,
|
|
29106
|
+
"docs": {
|
|
29107
|
+
"deprecated": "Use `commitMessageFormat` instead.",
|
|
29108
|
+
"stability": "deprecated",
|
|
29109
|
+
"summary": "Template to use as the commit message when using the merge or squash merge method."
|
|
29110
|
+
},
|
|
29111
|
+
"immutable": true,
|
|
29112
|
+
"locationInModule": {
|
|
29113
|
+
"filename": "src/github/mergify.ts",
|
|
29114
|
+
"line": 122
|
|
29115
|
+
},
|
|
29116
|
+
"name": "commitMessageTemplate",
|
|
29117
|
+
"optional": true,
|
|
28916
29118
|
"type": {
|
|
28917
29119
|
"primitive": "string"
|
|
28918
29120
|
}
|
|
@@ -28928,7 +29130,7 @@
|
|
|
28928
29130
|
"immutable": true,
|
|
28929
29131
|
"locationInModule": {
|
|
28930
29132
|
"filename": "src/github/mergify.ts",
|
|
28931
|
-
"line":
|
|
29133
|
+
"line": 110
|
|
28932
29134
|
},
|
|
28933
29135
|
"name": "mergeConditions",
|
|
28934
29136
|
"optional": true,
|
|
@@ -28961,7 +29163,7 @@
|
|
|
28961
29163
|
"immutable": true,
|
|
28962
29164
|
"locationInModule": {
|
|
28963
29165
|
"filename": "src/github/mergify.ts",
|
|
28964
|
-
"line":
|
|
29166
|
+
"line": 81
|
|
28965
29167
|
},
|
|
28966
29168
|
"name": "mergeMethod",
|
|
28967
29169
|
"optional": true,
|
|
@@ -28979,7 +29181,7 @@
|
|
|
28979
29181
|
"immutable": true,
|
|
28980
29182
|
"locationInModule": {
|
|
28981
29183
|
"filename": "src/github/mergify.ts",
|
|
28982
|
-
"line":
|
|
29184
|
+
"line": 102
|
|
28983
29185
|
},
|
|
28984
29186
|
"name": "queueConditions",
|
|
28985
29187
|
"optional": true,
|
|
@@ -29013,7 +29215,7 @@
|
|
|
29013
29215
|
"immutable": true,
|
|
29014
29216
|
"locationInModule": {
|
|
29015
29217
|
"filename": "src/github/mergify.ts",
|
|
29016
|
-
"line":
|
|
29218
|
+
"line": 96
|
|
29017
29219
|
},
|
|
29018
29220
|
"name": "updateMethod",
|
|
29019
29221
|
"optional": true,
|
|
@@ -29034,7 +29236,7 @@
|
|
|
29034
29236
|
"kind": "interface",
|
|
29035
29237
|
"locationInModule": {
|
|
29036
29238
|
"filename": "src/github/mergify.ts",
|
|
29037
|
-
"line":
|
|
29239
|
+
"line": 47
|
|
29038
29240
|
},
|
|
29039
29241
|
"name": "MergifyRule",
|
|
29040
29242
|
"namespace": "github",
|
|
@@ -29049,7 +29251,7 @@
|
|
|
29049
29251
|
"immutable": true,
|
|
29050
29252
|
"locationInModule": {
|
|
29051
29253
|
"filename": "src/github/mergify.ts",
|
|
29052
|
-
"line":
|
|
29254
|
+
"line": 64
|
|
29053
29255
|
},
|
|
29054
29256
|
"name": "actions",
|
|
29055
29257
|
"type": {
|
|
@@ -29071,7 +29273,7 @@
|
|
|
29071
29273
|
"immutable": true,
|
|
29072
29274
|
"locationInModule": {
|
|
29073
29275
|
"filename": "src/github/mergify.ts",
|
|
29074
|
-
"line":
|
|
29276
|
+
"line": 58
|
|
29075
29277
|
},
|
|
29076
29278
|
"name": "conditions",
|
|
29077
29279
|
"type": {
|
|
@@ -29102,7 +29304,7 @@
|
|
|
29102
29304
|
"immutable": true,
|
|
29103
29305
|
"locationInModule": {
|
|
29104
29306
|
"filename": "src/github/mergify.ts",
|
|
29105
|
-
"line":
|
|
29307
|
+
"line": 52
|
|
29106
29308
|
},
|
|
29107
29309
|
"name": "name",
|
|
29108
29310
|
"type": {
|
|
@@ -43972,6 +44174,29 @@
|
|
|
43972
44174
|
"filename": "src/java/projenrc.ts",
|
|
43973
44175
|
"line": 50
|
|
43974
44176
|
},
|
|
44177
|
+
"methods": [
|
|
44178
|
+
{
|
|
44179
|
+
"docs": {
|
|
44180
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
44181
|
+
"stability": "experimental",
|
|
44182
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
44183
|
+
},
|
|
44184
|
+
"locationInModule": {
|
|
44185
|
+
"filename": "src/java/projenrc.ts",
|
|
44186
|
+
"line": 89
|
|
44187
|
+
},
|
|
44188
|
+
"name": "projectCreation",
|
|
44189
|
+
"overrides": "projen.Component",
|
|
44190
|
+
"parameters": [
|
|
44191
|
+
{
|
|
44192
|
+
"name": "initProject",
|
|
44193
|
+
"type": {
|
|
44194
|
+
"fqn": "projen.InitProject"
|
|
44195
|
+
}
|
|
44196
|
+
}
|
|
44197
|
+
]
|
|
44198
|
+
}
|
|
44199
|
+
],
|
|
43975
44200
|
"name": "Projenrc",
|
|
43976
44201
|
"namespace": "java",
|
|
43977
44202
|
"properties": [
|
|
@@ -43998,7 +44223,7 @@
|
|
|
43998
44223
|
"immutable": true,
|
|
43999
44224
|
"locationInModule": {
|
|
44000
44225
|
"filename": "src/java/projenrc.ts",
|
|
44001
|
-
"line":
|
|
44226
|
+
"line": 112
|
|
44002
44227
|
},
|
|
44003
44228
|
"name": "filePath",
|
|
44004
44229
|
"overrides": "projen.ProjenrcFile",
|
|
@@ -44822,7 +45047,7 @@
|
|
|
44822
45047
|
},
|
|
44823
45048
|
"locationInModule": {
|
|
44824
45049
|
"filename": "src/javascript/biome/biome.ts",
|
|
44825
|
-
"line":
|
|
45050
|
+
"line": 255
|
|
44826
45051
|
},
|
|
44827
45052
|
"name": "addFilePattern",
|
|
44828
45053
|
"parameters": [
|
|
@@ -44845,7 +45070,7 @@
|
|
|
44845
45070
|
},
|
|
44846
45071
|
"locationInModule": {
|
|
44847
45072
|
"filename": "src/javascript/biome/biome.ts",
|
|
44848
|
-
"line":
|
|
45073
|
+
"line": 264
|
|
44849
45074
|
},
|
|
44850
45075
|
"name": "addOverride",
|
|
44851
45076
|
"parameters": [
|
|
@@ -44870,7 +45095,7 @@
|
|
|
44870
45095
|
},
|
|
44871
45096
|
"locationInModule": {
|
|
44872
45097
|
"filename": "src/javascript/biome/biome.ts",
|
|
44873
|
-
"line":
|
|
45098
|
+
"line": 288
|
|
44874
45099
|
},
|
|
44875
45100
|
"name": "expandLinterRules",
|
|
44876
45101
|
"parameters": [
|
|
@@ -44884,6 +45109,26 @@
|
|
|
44884
45109
|
}
|
|
44885
45110
|
}
|
|
44886
45111
|
]
|
|
45112
|
+
},
|
|
45113
|
+
{
|
|
45114
|
+
"docs": {
|
|
45115
|
+
"stability": "experimental",
|
|
45116
|
+
"summary": "Runs biome once, right after the project is first created, so the generated code is linted and formatted immediately."
|
|
45117
|
+
},
|
|
45118
|
+
"locationInModule": {
|
|
45119
|
+
"filename": "src/javascript/biome/biome.ts",
|
|
45120
|
+
"line": 244
|
|
45121
|
+
},
|
|
45122
|
+
"name": "postProjectCreation",
|
|
45123
|
+
"overrides": "projen.Component",
|
|
45124
|
+
"parameters": [
|
|
45125
|
+
{
|
|
45126
|
+
"name": "_initProject",
|
|
45127
|
+
"type": {
|
|
45128
|
+
"fqn": "projen.InitProject"
|
|
45129
|
+
}
|
|
45130
|
+
}
|
|
45131
|
+
]
|
|
44887
45132
|
}
|
|
44888
45133
|
],
|
|
44889
45134
|
"name": "Biome",
|
|
@@ -46461,6 +46706,26 @@
|
|
|
46461
46706
|
}
|
|
46462
46707
|
}
|
|
46463
46708
|
]
|
|
46709
|
+
},
|
|
46710
|
+
{
|
|
46711
|
+
"docs": {
|
|
46712
|
+
"stability": "experimental",
|
|
46713
|
+
"summary": "Runs eslint once, right after the project is first created, so the generated code is linted (and auto-fixed) immediately."
|
|
46714
|
+
},
|
|
46715
|
+
"locationInModule": {
|
|
46716
|
+
"filename": "src/javascript/eslint.ts",
|
|
46717
|
+
"line": 592
|
|
46718
|
+
},
|
|
46719
|
+
"name": "postProjectCreation",
|
|
46720
|
+
"overrides": "projen.Component",
|
|
46721
|
+
"parameters": [
|
|
46722
|
+
{
|
|
46723
|
+
"name": "_initProject",
|
|
46724
|
+
"type": {
|
|
46725
|
+
"fqn": "projen.InitProject"
|
|
46726
|
+
}
|
|
46727
|
+
}
|
|
46728
|
+
]
|
|
46464
46729
|
}
|
|
46465
46730
|
],
|
|
46466
46731
|
"name": "Eslint",
|
|
@@ -58905,10 +59170,31 @@
|
|
|
58905
59170
|
},
|
|
58906
59171
|
"locationInModule": {
|
|
58907
59172
|
"filename": "src/javascript/projenrc.ts",
|
|
58908
|
-
"line":
|
|
59173
|
+
"line": 37
|
|
58909
59174
|
},
|
|
58910
59175
|
"name": "preSynthesize",
|
|
58911
59176
|
"overrides": "projen.ProjenrcFile"
|
|
59177
|
+
},
|
|
59178
|
+
{
|
|
59179
|
+
"docs": {
|
|
59180
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
59181
|
+
"stability": "experimental",
|
|
59182
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
59183
|
+
},
|
|
59184
|
+
"locationInModule": {
|
|
59185
|
+
"filename": "src/javascript/projenrc.ts",
|
|
59186
|
+
"line": 55
|
|
59187
|
+
},
|
|
59188
|
+
"name": "projectCreation",
|
|
59189
|
+
"overrides": "projen.Component",
|
|
59190
|
+
"parameters": [
|
|
59191
|
+
{
|
|
59192
|
+
"name": "initProject",
|
|
59193
|
+
"type": {
|
|
59194
|
+
"fqn": "projen.InitProject"
|
|
59195
|
+
}
|
|
59196
|
+
}
|
|
59197
|
+
]
|
|
58912
59198
|
}
|
|
58913
59199
|
],
|
|
58914
59200
|
"name": "Projenrc",
|
|
@@ -72465,6 +72751,29 @@
|
|
|
72465
72751
|
"filename": "src/python/projenrc.ts",
|
|
72466
72752
|
"line": 39
|
|
72467
72753
|
},
|
|
72754
|
+
"methods": [
|
|
72755
|
+
{
|
|
72756
|
+
"docs": {
|
|
72757
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
72758
|
+
"stability": "experimental",
|
|
72759
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
72760
|
+
},
|
|
72761
|
+
"locationInModule": {
|
|
72762
|
+
"filename": "src/python/projenrc.ts",
|
|
72763
|
+
"line": 65
|
|
72764
|
+
},
|
|
72765
|
+
"name": "projectCreation",
|
|
72766
|
+
"overrides": "projen.Component",
|
|
72767
|
+
"parameters": [
|
|
72768
|
+
{
|
|
72769
|
+
"name": "initProject",
|
|
72770
|
+
"type": {
|
|
72771
|
+
"fqn": "projen.InitProject"
|
|
72772
|
+
}
|
|
72773
|
+
}
|
|
72774
|
+
]
|
|
72775
|
+
}
|
|
72776
|
+
],
|
|
72468
72777
|
"name": "Projenrc",
|
|
72469
72778
|
"namespace": "python",
|
|
72470
72779
|
"properties": [
|
|
@@ -84356,7 +84665,7 @@
|
|
|
84356
84665
|
},
|
|
84357
84666
|
"locationInModule": {
|
|
84358
84667
|
"filename": "src/typescript/projenrc.ts",
|
|
84359
|
-
"line":
|
|
84668
|
+
"line": 57
|
|
84360
84669
|
},
|
|
84361
84670
|
"parameters": [
|
|
84362
84671
|
{
|
|
@@ -84377,7 +84686,7 @@
|
|
|
84377
84686
|
"kind": "class",
|
|
84378
84687
|
"locationInModule": {
|
|
84379
84688
|
"filename": "src/typescript/projenrc.ts",
|
|
84380
|
-
"line":
|
|
84689
|
+
"line": 49
|
|
84381
84690
|
},
|
|
84382
84691
|
"methods": [
|
|
84383
84692
|
{
|
|
@@ -84387,10 +84696,31 @@
|
|
|
84387
84696
|
},
|
|
84388
84697
|
"locationInModule": {
|
|
84389
84698
|
"filename": "src/typescript/projenrc.ts",
|
|
84390
|
-
"line":
|
|
84699
|
+
"line": 125
|
|
84391
84700
|
},
|
|
84392
84701
|
"name": "preSynthesize",
|
|
84393
84702
|
"overrides": "projen.ProjenrcFile"
|
|
84703
|
+
},
|
|
84704
|
+
{
|
|
84705
|
+
"docs": {
|
|
84706
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
84707
|
+
"stability": "experimental",
|
|
84708
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
84709
|
+
},
|
|
84710
|
+
"locationInModule": {
|
|
84711
|
+
"filename": "src/typescript/projenrc.ts",
|
|
84712
|
+
"line": 86
|
|
84713
|
+
},
|
|
84714
|
+
"name": "projectCreation",
|
|
84715
|
+
"overrides": "projen.Component",
|
|
84716
|
+
"parameters": [
|
|
84717
|
+
{
|
|
84718
|
+
"name": "initProject",
|
|
84719
|
+
"type": {
|
|
84720
|
+
"fqn": "projen.InitProject"
|
|
84721
|
+
}
|
|
84722
|
+
}
|
|
84723
|
+
]
|
|
84394
84724
|
}
|
|
84395
84725
|
],
|
|
84396
84726
|
"name": "Projenrc",
|
|
@@ -84404,7 +84734,7 @@
|
|
|
84404
84734
|
"immutable": true,
|
|
84405
84735
|
"locationInModule": {
|
|
84406
84736
|
"filename": "src/typescript/projenrc.ts",
|
|
84407
|
-
"line":
|
|
84737
|
+
"line": 50
|
|
84408
84738
|
},
|
|
84409
84739
|
"name": "filePath",
|
|
84410
84740
|
"overrides": "projen.ProjenrcFile",
|
|
@@ -84419,7 +84749,7 @@
|
|
|
84419
84749
|
"immutable": true,
|
|
84420
84750
|
"locationInModule": {
|
|
84421
84751
|
"filename": "src/typescript/projenrc.ts",
|
|
84422
|
-
"line":
|
|
84752
|
+
"line": 51
|
|
84423
84753
|
},
|
|
84424
84754
|
"name": "tsconfig",
|
|
84425
84755
|
"type": {
|
|
@@ -84439,7 +84769,7 @@
|
|
|
84439
84769
|
"kind": "interface",
|
|
84440
84770
|
"locationInModule": {
|
|
84441
84771
|
"filename": "src/typescript/projenrc.ts",
|
|
84442
|
-
"line":
|
|
84772
|
+
"line": 11
|
|
84443
84773
|
},
|
|
84444
84774
|
"name": "ProjenrcOptions",
|
|
84445
84775
|
"namespace": "typescript",
|
|
@@ -84454,7 +84784,7 @@
|
|
|
84454
84784
|
"immutable": true,
|
|
84455
84785
|
"locationInModule": {
|
|
84456
84786
|
"filename": "src/typescript/projenrc.ts",
|
|
84457
|
-
"line":
|
|
84787
|
+
"line": 16
|
|
84458
84788
|
},
|
|
84459
84789
|
"name": "filename",
|
|
84460
84790
|
"optional": true,
|
|
@@ -84472,7 +84802,7 @@
|
|
|
84472
84802
|
"immutable": true,
|
|
84473
84803
|
"locationInModule": {
|
|
84474
84804
|
"filename": "src/typescript/projenrc.ts",
|
|
84475
|
-
"line":
|
|
84805
|
+
"line": 24
|
|
84476
84806
|
},
|
|
84477
84807
|
"name": "projenCodeDir",
|
|
84478
84808
|
"optional": true,
|
|
@@ -84490,7 +84820,7 @@
|
|
|
84490
84820
|
"immutable": true,
|
|
84491
84821
|
"locationInModule": {
|
|
84492
84822
|
"filename": "src/typescript/projenrc.ts",
|
|
84493
|
-
"line":
|
|
84823
|
+
"line": 39
|
|
84494
84824
|
},
|
|
84495
84825
|
"name": "runner",
|
|
84496
84826
|
"optional": true,
|
|
@@ -84509,7 +84839,7 @@
|
|
|
84509
84839
|
"immutable": true,
|
|
84510
84840
|
"locationInModule": {
|
|
84511
84841
|
"filename": "src/typescript/projenrc.ts",
|
|
84512
|
-
"line":
|
|
84842
|
+
"line": 32
|
|
84513
84843
|
},
|
|
84514
84844
|
"name": "swc",
|
|
84515
84845
|
"optional": true,
|
|
@@ -84566,10 +84896,31 @@
|
|
|
84566
84896
|
},
|
|
84567
84897
|
"locationInModule": {
|
|
84568
84898
|
"filename": "src/typescript/projenrc-ts.ts",
|
|
84569
|
-
"line":
|
|
84899
|
+
"line": 117
|
|
84570
84900
|
},
|
|
84571
84901
|
"name": "preSynthesize",
|
|
84572
84902
|
"overrides": "projen.ProjenrcFile"
|
|
84903
|
+
},
|
|
84904
|
+
{
|
|
84905
|
+
"docs": {
|
|
84906
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
84907
|
+
"stability": "experimental",
|
|
84908
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
84909
|
+
},
|
|
84910
|
+
"locationInModule": {
|
|
84911
|
+
"filename": "src/typescript/projenrc-ts.ts",
|
|
84912
|
+
"line": 100
|
|
84913
|
+
},
|
|
84914
|
+
"name": "projectCreation",
|
|
84915
|
+
"overrides": "projen.Component",
|
|
84916
|
+
"parameters": [
|
|
84917
|
+
{
|
|
84918
|
+
"name": "initProject",
|
|
84919
|
+
"type": {
|
|
84920
|
+
"fqn": "projen.InitProject"
|
|
84921
|
+
}
|
|
84922
|
+
}
|
|
84923
|
+
]
|
|
84573
84924
|
}
|
|
84574
84925
|
],
|
|
84575
84926
|
"name": "ProjenrcTs",
|
|
@@ -88853,6 +89204,6 @@
|
|
|
88853
89204
|
"usedFeatures": [
|
|
88854
89205
|
"class-covariant-overrides"
|
|
88855
89206
|
],
|
|
88856
|
-
"version": "0.101.
|
|
88857
|
-
"fingerprint": "
|
|
89207
|
+
"version": "0.101.9",
|
|
89208
|
+
"fingerprint": "IuYX/PgmjFwjEGWW0c9MKz7MPEEm1PhsLZtkD3zYxo8="
|
|
88858
89209
|
}
|