projen 0.101.8 → 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 +315 -62
- 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 +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.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": [
|
|
@@ -44070,6 +44174,29 @@
|
|
|
44070
44174
|
"filename": "src/java/projenrc.ts",
|
|
44071
44175
|
"line": 50
|
|
44072
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
|
+
],
|
|
44073
44200
|
"name": "Projenrc",
|
|
44074
44201
|
"namespace": "java",
|
|
44075
44202
|
"properties": [
|
|
@@ -44096,7 +44223,7 @@
|
|
|
44096
44223
|
"immutable": true,
|
|
44097
44224
|
"locationInModule": {
|
|
44098
44225
|
"filename": "src/java/projenrc.ts",
|
|
44099
|
-
"line":
|
|
44226
|
+
"line": 112
|
|
44100
44227
|
},
|
|
44101
44228
|
"name": "filePath",
|
|
44102
44229
|
"overrides": "projen.ProjenrcFile",
|
|
@@ -44920,7 +45047,7 @@
|
|
|
44920
45047
|
},
|
|
44921
45048
|
"locationInModule": {
|
|
44922
45049
|
"filename": "src/javascript/biome/biome.ts",
|
|
44923
|
-
"line":
|
|
45050
|
+
"line": 255
|
|
44924
45051
|
},
|
|
44925
45052
|
"name": "addFilePattern",
|
|
44926
45053
|
"parameters": [
|
|
@@ -44943,7 +45070,7 @@
|
|
|
44943
45070
|
},
|
|
44944
45071
|
"locationInModule": {
|
|
44945
45072
|
"filename": "src/javascript/biome/biome.ts",
|
|
44946
|
-
"line":
|
|
45073
|
+
"line": 264
|
|
44947
45074
|
},
|
|
44948
45075
|
"name": "addOverride",
|
|
44949
45076
|
"parameters": [
|
|
@@ -44968,7 +45095,7 @@
|
|
|
44968
45095
|
},
|
|
44969
45096
|
"locationInModule": {
|
|
44970
45097
|
"filename": "src/javascript/biome/biome.ts",
|
|
44971
|
-
"line":
|
|
45098
|
+
"line": 288
|
|
44972
45099
|
},
|
|
44973
45100
|
"name": "expandLinterRules",
|
|
44974
45101
|
"parameters": [
|
|
@@ -44982,6 +45109,26 @@
|
|
|
44982
45109
|
}
|
|
44983
45110
|
}
|
|
44984
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
|
+
]
|
|
44985
45132
|
}
|
|
44986
45133
|
],
|
|
44987
45134
|
"name": "Biome",
|
|
@@ -46559,6 +46706,26 @@
|
|
|
46559
46706
|
}
|
|
46560
46707
|
}
|
|
46561
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
|
+
]
|
|
46562
46729
|
}
|
|
46563
46730
|
],
|
|
46564
46731
|
"name": "Eslint",
|
|
@@ -59003,10 +59170,31 @@
|
|
|
59003
59170
|
},
|
|
59004
59171
|
"locationInModule": {
|
|
59005
59172
|
"filename": "src/javascript/projenrc.ts",
|
|
59006
|
-
"line":
|
|
59173
|
+
"line": 37
|
|
59007
59174
|
},
|
|
59008
59175
|
"name": "preSynthesize",
|
|
59009
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
|
+
]
|
|
59010
59198
|
}
|
|
59011
59199
|
],
|
|
59012
59200
|
"name": "Projenrc",
|
|
@@ -72563,6 +72751,29 @@
|
|
|
72563
72751
|
"filename": "src/python/projenrc.ts",
|
|
72564
72752
|
"line": 39
|
|
72565
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
|
+
],
|
|
72566
72777
|
"name": "Projenrc",
|
|
72567
72778
|
"namespace": "python",
|
|
72568
72779
|
"properties": [
|
|
@@ -84454,7 +84665,7 @@
|
|
|
84454
84665
|
},
|
|
84455
84666
|
"locationInModule": {
|
|
84456
84667
|
"filename": "src/typescript/projenrc.ts",
|
|
84457
|
-
"line":
|
|
84668
|
+
"line": 57
|
|
84458
84669
|
},
|
|
84459
84670
|
"parameters": [
|
|
84460
84671
|
{
|
|
@@ -84475,7 +84686,7 @@
|
|
|
84475
84686
|
"kind": "class",
|
|
84476
84687
|
"locationInModule": {
|
|
84477
84688
|
"filename": "src/typescript/projenrc.ts",
|
|
84478
|
-
"line":
|
|
84689
|
+
"line": 49
|
|
84479
84690
|
},
|
|
84480
84691
|
"methods": [
|
|
84481
84692
|
{
|
|
@@ -84485,10 +84696,31 @@
|
|
|
84485
84696
|
},
|
|
84486
84697
|
"locationInModule": {
|
|
84487
84698
|
"filename": "src/typescript/projenrc.ts",
|
|
84488
|
-
"line":
|
|
84699
|
+
"line": 125
|
|
84489
84700
|
},
|
|
84490
84701
|
"name": "preSynthesize",
|
|
84491
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
|
+
]
|
|
84492
84724
|
}
|
|
84493
84725
|
],
|
|
84494
84726
|
"name": "Projenrc",
|
|
@@ -84502,7 +84734,7 @@
|
|
|
84502
84734
|
"immutable": true,
|
|
84503
84735
|
"locationInModule": {
|
|
84504
84736
|
"filename": "src/typescript/projenrc.ts",
|
|
84505
|
-
"line":
|
|
84737
|
+
"line": 50
|
|
84506
84738
|
},
|
|
84507
84739
|
"name": "filePath",
|
|
84508
84740
|
"overrides": "projen.ProjenrcFile",
|
|
@@ -84517,7 +84749,7 @@
|
|
|
84517
84749
|
"immutable": true,
|
|
84518
84750
|
"locationInModule": {
|
|
84519
84751
|
"filename": "src/typescript/projenrc.ts",
|
|
84520
|
-
"line":
|
|
84752
|
+
"line": 51
|
|
84521
84753
|
},
|
|
84522
84754
|
"name": "tsconfig",
|
|
84523
84755
|
"type": {
|
|
@@ -84537,7 +84769,7 @@
|
|
|
84537
84769
|
"kind": "interface",
|
|
84538
84770
|
"locationInModule": {
|
|
84539
84771
|
"filename": "src/typescript/projenrc.ts",
|
|
84540
|
-
"line":
|
|
84772
|
+
"line": 11
|
|
84541
84773
|
},
|
|
84542
84774
|
"name": "ProjenrcOptions",
|
|
84543
84775
|
"namespace": "typescript",
|
|
@@ -84552,7 +84784,7 @@
|
|
|
84552
84784
|
"immutable": true,
|
|
84553
84785
|
"locationInModule": {
|
|
84554
84786
|
"filename": "src/typescript/projenrc.ts",
|
|
84555
|
-
"line":
|
|
84787
|
+
"line": 16
|
|
84556
84788
|
},
|
|
84557
84789
|
"name": "filename",
|
|
84558
84790
|
"optional": true,
|
|
@@ -84570,7 +84802,7 @@
|
|
|
84570
84802
|
"immutable": true,
|
|
84571
84803
|
"locationInModule": {
|
|
84572
84804
|
"filename": "src/typescript/projenrc.ts",
|
|
84573
|
-
"line":
|
|
84805
|
+
"line": 24
|
|
84574
84806
|
},
|
|
84575
84807
|
"name": "projenCodeDir",
|
|
84576
84808
|
"optional": true,
|
|
@@ -84588,7 +84820,7 @@
|
|
|
84588
84820
|
"immutable": true,
|
|
84589
84821
|
"locationInModule": {
|
|
84590
84822
|
"filename": "src/typescript/projenrc.ts",
|
|
84591
|
-
"line":
|
|
84823
|
+
"line": 39
|
|
84592
84824
|
},
|
|
84593
84825
|
"name": "runner",
|
|
84594
84826
|
"optional": true,
|
|
@@ -84607,7 +84839,7 @@
|
|
|
84607
84839
|
"immutable": true,
|
|
84608
84840
|
"locationInModule": {
|
|
84609
84841
|
"filename": "src/typescript/projenrc.ts",
|
|
84610
|
-
"line":
|
|
84842
|
+
"line": 32
|
|
84611
84843
|
},
|
|
84612
84844
|
"name": "swc",
|
|
84613
84845
|
"optional": true,
|
|
@@ -84664,10 +84896,31 @@
|
|
|
84664
84896
|
},
|
|
84665
84897
|
"locationInModule": {
|
|
84666
84898
|
"filename": "src/typescript/projenrc-ts.ts",
|
|
84667
|
-
"line":
|
|
84899
|
+
"line": 117
|
|
84668
84900
|
},
|
|
84669
84901
|
"name": "preSynthesize",
|
|
84670
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
|
+
]
|
|
84671
84924
|
}
|
|
84672
84925
|
],
|
|
84673
84926
|
"name": "ProjenrcTs",
|
|
@@ -88951,6 +89204,6 @@
|
|
|
88951
89204
|
"usedFeatures": [
|
|
88952
89205
|
"class-covariant-overrides"
|
|
88953
89206
|
],
|
|
88954
|
-
"version": "0.101.
|
|
88955
|
-
"fingerprint": "
|
|
89207
|
+
"version": "0.101.9",
|
|
89208
|
+
"fingerprint": "IuYX/PgmjFwjEGWW0c9MKz7MPEEm1PhsLZtkD3zYxo8="
|
|
88956
89209
|
}
|