projen 0.32.8 → 0.33.1

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.
Files changed (118) hide show
  1. package/.jsii +623 -622
  2. package/API.md +92 -124
  3. package/docs/project.md +30 -0
  4. package/lib/awscdk/auto-discover.js +1 -1
  5. package/lib/awscdk/cdk-config.js +1 -1
  6. package/lib/awscdk/cdk-tasks.js +1 -1
  7. package/lib/awscdk/java-app.js +3 -3
  8. package/lib/awscdk/lambda-function.js +5 -5
  9. package/lib/awscdk-app-ts.js +3 -3
  10. package/lib/awscdk-construct.js +2 -2
  11. package/lib/cdk8s-app-ts.js +3 -3
  12. package/lib/cdk8s-construct.js +1 -1
  13. package/lib/cdktf-construct.js +1 -1
  14. package/lib/cli/synth.js +5 -2
  15. package/lib/common.d.ts +1 -0
  16. package/lib/common.js +4 -3
  17. package/lib/component.js +1 -1
  18. package/lib/construct-lib.js +1 -1
  19. package/lib/deps/dependencies.js +1 -1
  20. package/lib/dev-env.js +1 -1
  21. package/lib/docker-compose.js +2 -2
  22. package/lib/eslint.js +1 -1
  23. package/lib/file.js +1 -1
  24. package/lib/git/gitattributes.js +1 -1
  25. package/lib/github/auto-approve.js +1 -1
  26. package/lib/github/auto-merge.js +1 -1
  27. package/lib/github/dependabot.js +1 -1
  28. package/lib/github/github.js +1 -1
  29. package/lib/github/mergify.js +1 -1
  30. package/lib/github/pr-template.js +1 -1
  31. package/lib/github/stale.js +1 -1
  32. package/lib/github/task-workflow.js +1 -1
  33. package/lib/github/workflows.js +1 -1
  34. package/lib/gitpod.js +1 -1
  35. package/lib/ignore-file.js +1 -1
  36. package/lib/index.d.ts +1 -0
  37. package/lib/index.js +2 -1
  38. package/lib/ini.js +1 -1
  39. package/lib/java/java-project.d.ts +0 -7
  40. package/lib/java/java-project.js +2 -5
  41. package/lib/java/junit.js +3 -6
  42. package/lib/java/maven-compile.d.ts +0 -5
  43. package/lib/java/maven-compile.js +3 -6
  44. package/lib/java/maven-packaging.d.ts +0 -7
  45. package/lib/java/maven-packaging.js +7 -8
  46. package/lib/java/maven-sample.js +1 -1
  47. package/lib/java/pom.js +1 -1
  48. package/lib/java/projenrc.js +4 -6
  49. package/lib/javascript/bundler.d.ts +1 -8
  50. package/lib/javascript/bundler.js +4 -5
  51. package/lib/javascript/npm-config.js +1 -1
  52. package/lib/javascript/projenrc.js +3 -4
  53. package/lib/jest.js +1 -1
  54. package/lib/jsii-docgen.js +3 -2
  55. package/lib/jsii-project.js +1 -1
  56. package/lib/json/projenrc.js +4 -9
  57. package/lib/json.js +1 -1
  58. package/lib/license.js +1 -1
  59. package/lib/logger.js +6 -5
  60. package/lib/logging.d.ts +1 -0
  61. package/lib/logging.js +6 -4
  62. package/lib/makefile.js +1 -1
  63. package/lib/node-package.d.ts +6 -15
  64. package/lib/node-package.js +22 -15
  65. package/lib/node-project.d.ts +0 -46
  66. package/lib/node-project.js +34 -70
  67. package/lib/object-file.js +1 -1
  68. package/lib/project-build.d.ts +60 -0
  69. package/lib/project-build.js +61 -0
  70. package/lib/project.d.ts +52 -0
  71. package/lib/project.js +39 -9
  72. package/lib/projects.js +1 -1
  73. package/lib/python/pip.js +1 -1
  74. package/lib/python/poetry.d.ts +0 -6
  75. package/lib/python/poetry.js +4 -7
  76. package/lib/python/projenrc.js +3 -5
  77. package/lib/python/pytest.d.ts +0 -5
  78. package/lib/python/pytest.js +6 -9
  79. package/lib/python/python-packaging.d.ts +0 -6
  80. package/lib/python/python-packaging.js +1 -1
  81. package/lib/python/python-project.js +1 -1
  82. package/lib/python/python-sample.js +1 -1
  83. package/lib/python/requirements-file.js +1 -1
  84. package/lib/python/setuppy.js +1 -1
  85. package/lib/python/setuptools.d.ts +0 -6
  86. package/lib/python/setuptools.js +3 -6
  87. package/lib/python/venv.js +1 -1
  88. package/lib/readme.js +1 -1
  89. package/lib/release/publisher.js +1 -1
  90. package/lib/release/release-trigger.js +1 -1
  91. package/lib/release/release.js +1 -1
  92. package/lib/sample-file.js +2 -2
  93. package/lib/semver.js +1 -1
  94. package/lib/source-code.js +1 -1
  95. package/lib/tasks/runtime.js +10 -7
  96. package/lib/tasks/task.d.ts +8 -0
  97. package/lib/tasks/task.js +26 -2
  98. package/lib/tasks/tasks.js +1 -1
  99. package/lib/textfile.js +1 -1
  100. package/lib/toml.js +1 -1
  101. package/lib/typescript/projenrc.js +3 -6
  102. package/lib/typescript-config.js +1 -1
  103. package/lib/typescript-typedoc.js +3 -2
  104. package/lib/typescript.d.ts +0 -13
  105. package/lib/typescript.js +24 -45
  106. package/lib/upgrade-dependencies.js +2 -2
  107. package/lib/util.js +3 -3
  108. package/lib/version.js +1 -1
  109. package/lib/vscode/devcontainer.js +1 -1
  110. package/lib/vscode/launch-config.js +1 -1
  111. package/lib/vscode/vscode.js +1 -1
  112. package/lib/web/next.js +5 -5
  113. package/lib/web/postcss.js +1 -1
  114. package/lib/web/react.js +6 -6
  115. package/lib/web/tailwind.js +1 -1
  116. package/lib/xmlfile.js +1 -1
  117. package/lib/yaml.js +1 -1
  118. package/package.json +4 -2
package/.jsii CHANGED
@@ -49,25 +49,25 @@
49
49
  "projen.awscdk": {
50
50
  "locationInModule": {
51
51
  "filename": "src/index.ts",
52
- "line": 53
52
+ "line": 54
53
53
  }
54
54
  },
55
55
  "projen.deps": {
56
56
  "locationInModule": {
57
57
  "filename": "src/index.ts",
58
- "line": 45
58
+ "line": 46
59
59
  }
60
60
  },
61
61
  "projen.git": {
62
62
  "locationInModule": {
63
63
  "filename": "src/index.ts",
64
- "line": 52
64
+ "line": 53
65
65
  }
66
66
  },
67
67
  "projen.github": {
68
68
  "locationInModule": {
69
69
  "filename": "src/index.ts",
70
- "line": 43
70
+ "line": 44
71
71
  }
72
72
  },
73
73
  "projen.github.workflows": {
@@ -79,55 +79,55 @@
79
79
  "projen.java": {
80
80
  "locationInModule": {
81
81
  "filename": "src/index.ts",
82
- "line": 47
82
+ "line": 48
83
83
  }
84
84
  },
85
85
  "projen.javascript": {
86
86
  "locationInModule": {
87
87
  "filename": "src/index.ts",
88
- "line": 50
88
+ "line": 51
89
89
  }
90
90
  },
91
91
  "projen.json": {
92
92
  "locationInModule": {
93
93
  "filename": "src/index.ts",
94
- "line": 46
94
+ "line": 47
95
95
  }
96
96
  },
97
97
  "projen.python": {
98
98
  "locationInModule": {
99
99
  "filename": "src/index.ts",
100
- "line": 48
100
+ "line": 49
101
101
  }
102
102
  },
103
103
  "projen.release": {
104
104
  "locationInModule": {
105
105
  "filename": "src/index.ts",
106
- "line": 51
106
+ "line": 52
107
107
  }
108
108
  },
109
109
  "projen.tasks": {
110
110
  "locationInModule": {
111
111
  "filename": "src/index.ts",
112
- "line": 41
112
+ "line": 42
113
113
  }
114
114
  },
115
115
  "projen.typescript": {
116
116
  "locationInModule": {
117
117
  "filename": "src/index.ts",
118
- "line": 49
118
+ "line": 50
119
119
  }
120
120
  },
121
121
  "projen.vscode": {
122
122
  "locationInModule": {
123
123
  "filename": "src/index.ts",
124
- "line": 44
124
+ "line": 45
125
125
  }
126
126
  },
127
127
  "projen.web": {
128
128
  "locationInModule": {
129
129
  "filename": "src/index.ts",
130
- "line": 42
130
+ "line": 43
131
131
  }
132
132
  }
133
133
  },
@@ -158,7 +158,7 @@
158
158
  "kind": "enum",
159
159
  "locationInModule": {
160
160
  "filename": "src/node-project.ts",
161
- "line": 294
161
+ "line": 283
162
162
  },
163
163
  "members": [
164
164
  {
@@ -557,7 +557,7 @@
557
557
  },
558
558
  "locationInModule": {
559
559
  "filename": "src/awscdk-app-ts.ts",
560
- "line": 167
560
+ "line": 166
561
561
  },
562
562
  "name": "addCdkDependency",
563
563
  "parameters": [
@@ -1142,7 +1142,7 @@
1142
1142
  "kind": "interface",
1143
1143
  "locationInModule": {
1144
1144
  "filename": "src/node-package.ts",
1145
- "line": 303
1145
+ "line": 294
1146
1146
  },
1147
1147
  "name": "CodeArtifactOptions",
1148
1148
  "properties": [
@@ -1157,7 +1157,7 @@
1157
1157
  "immutable": true,
1158
1158
  "locationInModule": {
1159
1159
  "filename": "src/node-package.ts",
1160
- "line": 310
1160
+ "line": 301
1161
1161
  },
1162
1162
  "name": "accessKeyIdSecret",
1163
1163
  "optional": true,
@@ -1176,7 +1176,7 @@
1176
1176
  "immutable": true,
1177
1177
  "locationInModule": {
1178
1178
  "filename": "src/node-package.ts",
1179
- "line": 318
1179
+ "line": 309
1180
1180
  },
1181
1181
  "name": "secretAccessKeySecret",
1182
1182
  "optional": true,
@@ -4076,7 +4076,7 @@
4076
4076
  },
4077
4077
  "locationInModule": {
4078
4078
  "filename": "src/project.ts",
4079
- "line": 676
4079
+ "line": 716
4080
4080
  },
4081
4081
  "parameters": [
4082
4082
  {
@@ -4090,7 +4090,7 @@
4090
4090
  "kind": "class",
4091
4091
  "locationInModule": {
4092
4092
  "filename": "src/project.ts",
4093
- "line": 635
4093
+ "line": 675
4094
4094
  },
4095
4095
  "methods": [
4096
4096
  {
@@ -4102,7 +4102,7 @@
4102
4102
  },
4103
4103
  "locationInModule": {
4104
4104
  "filename": "src/project.ts",
4105
- "line": 719
4105
+ "line": 759
4106
4106
  },
4107
4107
  "name": "annotateGenerated",
4108
4108
  "overrides": "projen.Project",
@@ -4128,7 +4128,7 @@
4128
4128
  "immutable": true,
4129
4129
  "locationInModule": {
4130
4130
  "filename": "src/project.ts",
4131
- "line": 669
4131
+ "line": 709
4132
4132
  },
4133
4133
  "name": "projectType",
4134
4134
  "type": {
@@ -4143,7 +4143,7 @@
4143
4143
  "immutable": true,
4144
4144
  "locationInModule": {
4145
4145
  "filename": "src/project.ts",
4146
- "line": 674
4146
+ "line": 714
4147
4147
  },
4148
4148
  "name": "autoApprove",
4149
4149
  "optional": true,
@@ -4160,7 +4160,7 @@
4160
4160
  "immutable": true,
4161
4161
  "locationInModule": {
4162
4162
  "filename": "src/project.ts",
4163
- "line": 662
4163
+ "line": 702
4164
4164
  },
4165
4165
  "name": "devContainer",
4166
4166
  "optional": true,
@@ -4177,7 +4177,7 @@
4177
4177
  "immutable": true,
4178
4178
  "locationInModule": {
4179
4179
  "filename": "src/project.ts",
4180
- "line": 641
4180
+ "line": 681
4181
4181
  },
4182
4182
  "name": "github",
4183
4183
  "optional": true,
@@ -4194,7 +4194,7 @@
4194
4194
  "immutable": true,
4195
4195
  "locationInModule": {
4196
4196
  "filename": "src/project.ts",
4197
- "line": 655
4197
+ "line": 695
4198
4198
  },
4199
4199
  "name": "gitpod",
4200
4200
  "optional": true,
@@ -4211,7 +4211,7 @@
4211
4211
  "immutable": true,
4212
4212
  "locationInModule": {
4213
4213
  "filename": "src/project.ts",
4214
- "line": 648
4214
+ "line": 688
4215
4215
  },
4216
4216
  "name": "vscode",
4217
4217
  "optional": true,
@@ -4236,7 +4236,7 @@
4236
4236
  "kind": "interface",
4237
4237
  "locationInModule": {
4238
4238
  "filename": "src/project.ts",
4239
- "line": 520
4239
+ "line": 560
4240
4240
  },
4241
4241
  "name": "GitHubProjectOptions",
4242
4242
  "properties": [
@@ -4250,7 +4250,7 @@
4250
4250
  "immutable": true,
4251
4251
  "locationInModule": {
4252
4252
  "filename": "src/project.ts",
4253
- "line": 601
4253
+ "line": 641
4254
4254
  },
4255
4255
  "name": "autoApproveOptions",
4256
4256
  "optional": true,
@@ -4269,7 +4269,7 @@
4269
4269
  "immutable": true,
4270
4270
  "locationInModule": {
4271
4271
  "filename": "src/project.ts",
4272
- "line": 609
4272
+ "line": 649
4273
4273
  },
4274
4274
  "name": "autoMergeOptions",
4275
4275
  "optional": true,
@@ -4287,7 +4287,7 @@
4287
4287
  "immutable": true,
4288
4288
  "locationInModule": {
4289
4289
  "filename": "src/project.ts",
4290
- "line": 580
4290
+ "line": 620
4291
4291
  },
4292
4292
  "name": "clobber",
4293
4293
  "optional": true,
@@ -4305,7 +4305,7 @@
4305
4305
  "immutable": true,
4306
4306
  "locationInModule": {
4307
4307
  "filename": "src/project.ts",
4308
- "line": 574
4308
+ "line": 614
4309
4309
  },
4310
4310
  "name": "devContainer",
4311
4311
  "optional": true,
@@ -4324,7 +4324,7 @@
4324
4324
  "immutable": true,
4325
4325
  "locationInModule": {
4326
4326
  "filename": "src/project.ts",
4327
- "line": 544
4327
+ "line": 584
4328
4328
  },
4329
4329
  "name": "github",
4330
4330
  "optional": true,
@@ -4342,7 +4342,7 @@
4342
4342
  "immutable": true,
4343
4343
  "locationInModule": {
4344
4344
  "filename": "src/project.ts",
4345
- "line": 551
4345
+ "line": 591
4346
4346
  },
4347
4347
  "name": "githubOptions",
4348
4348
  "optional": true,
@@ -4360,7 +4360,7 @@
4360
4360
  "immutable": true,
4361
4361
  "locationInModule": {
4362
4362
  "filename": "src/project.ts",
4363
- "line": 526
4363
+ "line": 566
4364
4364
  },
4365
4365
  "name": "gitpod",
4366
4366
  "optional": true,
@@ -4379,7 +4379,7 @@
4379
4379
  "immutable": true,
4380
4380
  "locationInModule": {
4381
4381
  "filename": "src/project.ts",
4382
- "line": 559
4382
+ "line": 599
4383
4383
  },
4384
4384
  "name": "mergify",
4385
4385
  "optional": true,
@@ -4398,7 +4398,7 @@
4398
4398
  "immutable": true,
4399
4399
  "locationInModule": {
4400
4400
  "filename": "src/project.ts",
4401
- "line": 567
4401
+ "line": 607
4402
4402
  },
4403
4403
  "name": "mergifyOptions",
4404
4404
  "optional": true,
@@ -4417,7 +4417,7 @@
4417
4417
  "immutable": true,
4418
4418
  "locationInModule": {
4419
4419
  "filename": "src/project.ts",
4420
- "line": 595
4420
+ "line": 635
4421
4421
  },
4422
4422
  "name": "projectType",
4423
4423
  "optional": true,
@@ -4436,7 +4436,7 @@
4436
4436
  "immutable": true,
4437
4437
  "locationInModule": {
4438
4438
  "filename": "src/project.ts",
4439
- "line": 588
4439
+ "line": 628
4440
4440
  },
4441
4441
  "name": "readme",
4442
4442
  "optional": true,
@@ -4455,7 +4455,7 @@
4455
4455
  "immutable": true,
4456
4456
  "locationInModule": {
4457
4457
  "filename": "src/project.ts",
4458
- "line": 623
4458
+ "line": 663
4459
4459
  },
4460
4460
  "name": "stale",
4461
4461
  "optional": true,
@@ -4474,7 +4474,7 @@
4474
4474
  "immutable": true,
4475
4475
  "locationInModule": {
4476
4476
  "filename": "src/project.ts",
4477
- "line": 616
4477
+ "line": 656
4478
4478
  },
4479
4479
  "name": "staleOptions",
4480
4480
  "optional": true,
@@ -4493,7 +4493,7 @@
4493
4493
  "immutable": true,
4494
4494
  "locationInModule": {
4495
4495
  "filename": "src/project.ts",
4496
- "line": 535
4496
+ "line": 575
4497
4497
  },
4498
4498
  "name": "vscode",
4499
4499
  "optional": true,
@@ -9072,7 +9072,7 @@
9072
9072
  "kind": "interface",
9073
9073
  "locationInModule": {
9074
9074
  "filename": "src/project.ts",
9075
- "line": 494
9075
+ "line": 534
9076
9076
  },
9077
9077
  "name": "NewProject",
9078
9078
  "properties": [
@@ -9085,7 +9085,7 @@
9085
9085
  "immutable": true,
9086
9086
  "locationInModule": {
9087
9087
  "filename": "src/project.ts",
9088
- "line": 503
9088
+ "line": 543
9089
9089
  },
9090
9090
  "name": "args",
9091
9091
  "type": {
@@ -9108,7 +9108,7 @@
9108
9108
  "immutable": true,
9109
9109
  "locationInModule": {
9110
9110
  "filename": "src/project.ts",
9111
- "line": 514
9111
+ "line": 554
9112
9112
  },
9113
9113
  "name": "comments",
9114
9114
  "type": {
@@ -9124,7 +9124,7 @@
9124
9124
  "immutable": true,
9125
9125
  "locationInModule": {
9126
9126
  "filename": "src/project.ts",
9127
- "line": 498
9127
+ "line": 538
9128
9128
  },
9129
9129
  "name": "fqn",
9130
9130
  "type": {
@@ -9140,7 +9140,7 @@
9140
9140
  "immutable": true,
9141
9141
  "locationInModule": {
9142
9142
  "filename": "src/project.ts",
9143
- "line": 508
9143
+ "line": 548
9144
9144
  },
9145
9145
  "name": "type",
9146
9146
  "type": {
@@ -9203,7 +9203,7 @@
9203
9203
  },
9204
9204
  "locationInModule": {
9205
9205
  "filename": "src/node-package.ts",
9206
- "line": 417
9206
+ "line": 403
9207
9207
  },
9208
9208
  "parameters": [
9209
9209
  {
@@ -9224,7 +9224,7 @@
9224
9224
  "kind": "class",
9225
9225
  "locationInModule": {
9226
9226
  "filename": "src/node-package.ts",
9227
- "line": 324
9227
+ "line": 315
9228
9228
  },
9229
9229
  "methods": [
9230
9230
  {
@@ -9233,7 +9233,7 @@
9233
9233
  },
9234
9234
  "locationInModule": {
9235
9235
  "filename": "src/node-package.ts",
9236
- "line": 596
9236
+ "line": 581
9237
9237
  },
9238
9238
  "name": "addBin",
9239
9239
  "parameters": [
@@ -9258,7 +9258,7 @@
9258
9258
  },
9259
9259
  "locationInModule": {
9260
9260
  "filename": "src/node-package.ts",
9261
- "line": 567
9261
+ "line": 552
9262
9262
  },
9263
9263
  "name": "addBundledDeps",
9264
9264
  "parameters": [
@@ -9283,7 +9283,7 @@
9283
9283
  },
9284
9284
  "locationInModule": {
9285
9285
  "filename": "src/node-package.ts",
9286
- "line": 510
9286
+ "line": 495
9287
9287
  },
9288
9288
  "name": "addDeps",
9289
9289
  "parameters": [
@@ -9308,7 +9308,7 @@
9308
9308
  },
9309
9309
  "locationInModule": {
9310
9310
  "filename": "src/node-package.ts",
9311
- "line": 525
9311
+ "line": 510
9312
9312
  },
9313
9313
  "name": "addDevDeps",
9314
9314
  "parameters": [
@@ -9333,7 +9333,7 @@
9333
9333
  },
9334
9334
  "locationInModule": {
9335
9335
  "filename": "src/node-package.ts",
9336
- "line": 582
9336
+ "line": 567
9337
9337
  },
9338
9338
  "name": "addEngine",
9339
9339
  "parameters": [
@@ -9367,7 +9367,7 @@
9367
9367
  },
9368
9368
  "locationInModule": {
9369
9369
  "filename": "src/node-package.ts",
9370
- "line": 636
9370
+ "line": 621
9371
9371
  },
9372
9372
  "name": "addField",
9373
9373
  "parameters": [
@@ -9398,7 +9398,7 @@
9398
9398
  },
9399
9399
  "locationInModule": {
9400
9400
  "filename": "src/node-package.ts",
9401
- "line": 590
9401
+ "line": 575
9402
9402
  },
9403
9403
  "name": "addKeywords",
9404
9404
  "parameters": [
@@ -9423,7 +9423,7 @@
9423
9423
  },
9424
9424
  "locationInModule": {
9425
9425
  "filename": "src/node-package.ts",
9426
- "line": 545
9426
+ "line": 530
9427
9427
  },
9428
9428
  "name": "addPeerDeps",
9429
9429
  "parameters": [
@@ -9448,7 +9448,7 @@
9448
9448
  },
9449
9449
  "locationInModule": {
9450
9450
  "filename": "src/node-package.ts",
9451
- "line": 644
9451
+ "line": 629
9452
9452
  },
9453
9453
  "name": "addVersion",
9454
9454
  "parameters": [
@@ -9471,7 +9471,7 @@
9471
9471
  },
9472
9472
  "locationInModule": {
9473
9473
  "filename": "src/node-package.ts",
9474
- "line": 626
9474
+ "line": 611
9475
9475
  },
9476
9476
  "name": "hasScript",
9477
9477
  "parameters": [
@@ -9499,7 +9499,7 @@
9499
9499
  },
9500
9500
  "locationInModule": {
9501
9501
  "filename": "src/node-package.ts",
9502
- "line": 713
9502
+ "line": 698
9503
9503
  },
9504
9504
  "name": "postSynthesize",
9505
9505
  "overrides": "projen.Component"
@@ -9511,7 +9511,7 @@
9511
9511
  },
9512
9512
  "locationInModule": {
9513
9513
  "filename": "src/node-package.ts",
9514
- "line": 708
9514
+ "line": 693
9515
9515
  },
9516
9516
  "name": "preSynthesize",
9517
9517
  "overrides": "projen.Component"
@@ -9523,7 +9523,7 @@
9523
9523
  },
9524
9524
  "locationInModule": {
9525
9525
  "filename": "src/node-package.ts",
9526
- "line": 616
9526
+ "line": 601
9527
9527
  },
9528
9528
  "name": "removeScript",
9529
9529
  "parameters": [
@@ -9545,7 +9545,7 @@
9545
9545
  },
9546
9546
  "locationInModule": {
9547
9547
  "filename": "src/node-package.ts",
9548
- "line": 665
9548
+ "line": 650
9549
9549
  },
9550
9550
  "name": "renderUpgradePackagesCommand",
9551
9551
  "parameters": [
@@ -9586,7 +9586,7 @@
9586
9586
  },
9587
9587
  "locationInModule": {
9588
9588
  "filename": "src/node-package.ts",
9589
- "line": 608
9589
+ "line": 593
9590
9590
  },
9591
9591
  "name": "setScript",
9592
9592
  "parameters": [
@@ -9621,7 +9621,7 @@
9621
9621
  "immutable": true,
9622
9622
  "locationInModule": {
9623
9623
  "filename": "src/node-package.ts",
9624
- "line": 344
9624
+ "line": 330
9625
9625
  },
9626
9626
  "name": "allowLibraryDependencies",
9627
9627
  "type": {
@@ -9636,7 +9636,7 @@
9636
9636
  "immutable": true,
9637
9637
  "locationInModule": {
9638
9638
  "filename": "src/node-package.ts",
9639
- "line": 334
9639
+ "line": 325
9640
9640
  },
9641
9641
  "name": "entrypoint",
9642
9642
  "type": {
@@ -9651,7 +9651,7 @@
9651
9651
  "immutable": true,
9652
9652
  "locationInModule": {
9653
9653
  "filename": "src/node-package.ts",
9654
- "line": 658
9654
+ "line": 643
9655
9655
  },
9656
9656
  "name": "installAndUpdateLockfileCommand",
9657
9657
  "type": {
@@ -9666,7 +9666,7 @@
9666
9666
  "immutable": true,
9667
9667
  "locationInModule": {
9668
9668
  "filename": "src/node-package.ts",
9669
- "line": 651
9669
+ "line": 636
9670
9670
  },
9671
9671
  "name": "installCommand",
9672
9672
  "type": {
@@ -9681,7 +9681,7 @@
9681
9681
  "immutable": true,
9682
9682
  "locationInModule": {
9683
9683
  "filename": "src/node-package.ts",
9684
- "line": 408
9684
+ "line": 394
9685
9685
  },
9686
9686
  "name": "lockFile",
9687
9687
  "type": {
@@ -9696,7 +9696,7 @@
9696
9696
  "immutable": true,
9697
9697
  "locationInModule": {
9698
9698
  "filename": "src/node-package.ts",
9699
- "line": 354
9699
+ "line": 340
9700
9700
  },
9701
9701
  "name": "manifest",
9702
9702
  "type": {
@@ -9711,7 +9711,7 @@
9711
9711
  "immutable": true,
9712
9712
  "locationInModule": {
9713
9713
  "filename": "src/node-package.ts",
9714
- "line": 403
9714
+ "line": 389
9715
9715
  },
9716
9716
  "name": "npmAccess",
9717
9717
  "type": {
@@ -9726,7 +9726,7 @@
9726
9726
  "immutable": true,
9727
9727
  "locationInModule": {
9728
9728
  "filename": "src/node-package.ts",
9729
- "line": 376
9729
+ "line": 362
9730
9730
  },
9731
9731
  "name": "npmDistTag",
9732
9732
  "type": {
@@ -9741,7 +9741,7 @@
9741
9741
  "immutable": true,
9742
9742
  "locationInModule": {
9743
9743
  "filename": "src/node-package.ts",
9744
- "line": 386
9744
+ "line": 372
9745
9745
  },
9746
9746
  "name": "npmRegistry",
9747
9747
  "type": {
@@ -9756,7 +9756,7 @@
9756
9756
  "immutable": true,
9757
9757
  "locationInModule": {
9758
9758
  "filename": "src/node-package.ts",
9759
- "line": 381
9759
+ "line": 367
9760
9760
  },
9761
9761
  "name": "npmRegistryUrl",
9762
9762
  "type": {
@@ -9771,7 +9771,7 @@
9771
9771
  "immutable": true,
9772
9772
  "locationInModule": {
9773
9773
  "filename": "src/node-package.ts",
9774
- "line": 349
9774
+ "line": 335
9775
9775
  },
9776
9776
  "name": "packageManager",
9777
9777
  "type": {
@@ -9786,7 +9786,7 @@
9786
9786
  "immutable": true,
9787
9787
  "locationInModule": {
9788
9788
  "filename": "src/node-package.ts",
9789
- "line": 329
9789
+ "line": 320
9790
9790
  },
9791
9791
  "name": "packageName",
9792
9792
  "type": {
@@ -9796,12 +9796,12 @@
9796
9796
  {
9797
9797
  "docs": {
9798
9798
  "stability": "experimental",
9799
- "summary": "The command to use in order to run the projen CLI."
9799
+ "summary": "The command which executes \"projen\"."
9800
9800
  },
9801
9801
  "immutable": true,
9802
9802
  "locationInModule": {
9803
9803
  "filename": "src/node-package.ts",
9804
- "line": 339
9804
+ "line": 711
9805
9805
  },
9806
9806
  "name": "projenCommand",
9807
9807
  "type": {
@@ -9817,7 +9817,7 @@
9817
9817
  "immutable": true,
9818
9818
  "locationInModule": {
9819
9819
  "filename": "src/node-package.ts",
9820
- "line": 398
9820
+ "line": 384
9821
9821
  },
9822
9822
  "name": "codeArtifactOptions",
9823
9823
  "optional": true,
@@ -9834,7 +9834,7 @@
9834
9834
  "immutable": true,
9835
9835
  "locationInModule": {
9836
9836
  "filename": "src/node-package.ts",
9837
- "line": 371
9837
+ "line": 357
9838
9838
  },
9839
9839
  "name": "license",
9840
9840
  "optional": true,
@@ -9851,7 +9851,7 @@
9851
9851
  "immutable": true,
9852
9852
  "locationInModule": {
9853
9853
  "filename": "src/node-package.ts",
9854
- "line": 366
9854
+ "line": 352
9855
9855
  },
9856
9856
  "name": "maxNodeVersion",
9857
9857
  "optional": true,
@@ -9868,7 +9868,7 @@
9868
9868
  "immutable": true,
9869
9869
  "locationInModule": {
9870
9870
  "filename": "src/node-package.ts",
9871
- "line": 360
9871
+ "line": 346
9872
9872
  },
9873
9873
  "name": "minNodeVersion",
9874
9874
  "optional": true,
@@ -9884,7 +9884,7 @@
9884
9884
  "immutable": true,
9885
9885
  "locationInModule": {
9886
9886
  "filename": "src/node-package.ts",
9887
- "line": 391
9887
+ "line": 377
9888
9888
  },
9889
9889
  "name": "npmTokenSecret",
9890
9890
  "optional": true,
@@ -9905,7 +9905,7 @@
9905
9905
  "kind": "enum",
9906
9906
  "locationInModule": {
9907
9907
  "filename": "src/node-package.ts",
9908
- "line": 1090
9908
+ "line": 1082
9909
9909
  },
9910
9910
  "members": [
9911
9911
  {
@@ -9975,7 +9975,7 @@
9975
9975
  "immutable": true,
9976
9976
  "locationInModule": {
9977
9977
  "filename": "src/node-package.ts",
9978
- "line": 193
9978
+ "line": 184
9979
9979
  },
9980
9980
  "name": "authorEmail",
9981
9981
  "optional": true,
@@ -9992,7 +9992,7 @@
9992
9992
  "immutable": true,
9993
9993
  "locationInModule": {
9994
9994
  "filename": "src/node-package.ts",
9995
- "line": 188
9995
+ "line": 179
9996
9996
  },
9997
9997
  "name": "authorName",
9998
9998
  "optional": true,
@@ -10009,7 +10009,7 @@
10009
10009
  "immutable": true,
10010
10010
  "locationInModule": {
10011
10011
  "filename": "src/node-package.ts",
10012
- "line": 203
10012
+ "line": 194
10013
10013
  },
10014
10014
  "name": "authorOrganization",
10015
10015
  "optional": true,
@@ -10026,7 +10026,7 @@
10026
10026
  "immutable": true,
10027
10027
  "locationInModule": {
10028
10028
  "filename": "src/node-package.ts",
10029
- "line": 198
10029
+ "line": 189
10030
10030
  },
10031
10031
  "name": "authorUrl",
10032
10032
  "optional": true,
@@ -10108,7 +10108,7 @@
10108
10108
  "immutable": true,
10109
10109
  "locationInModule": {
10110
10110
  "filename": "src/node-package.ts",
10111
- "line": 300
10111
+ "line": 291
10112
10112
  },
10113
10113
  "name": "codeArtifactOptions",
10114
10114
  "optional": true,
@@ -10221,7 +10221,7 @@
10221
10221
  "immutable": true,
10222
10222
  "locationInModule": {
10223
10223
  "filename": "src/node-package.ts",
10224
- "line": 208
10224
+ "line": 199
10225
10225
  },
10226
10226
  "name": "homepage",
10227
10227
  "optional": true,
@@ -10262,7 +10262,7 @@
10262
10262
  "immutable": true,
10263
10263
  "locationInModule": {
10264
10264
  "filename": "src/node-package.ts",
10265
- "line": 236
10265
+ "line": 227
10266
10266
  },
10267
10267
  "name": "license",
10268
10268
  "optional": true,
@@ -10280,7 +10280,7 @@
10280
10280
  "immutable": true,
10281
10281
  "locationInModule": {
10282
10282
  "filename": "src/node-package.ts",
10283
- "line": 243
10283
+ "line": 234
10284
10284
  },
10285
10285
  "name": "licensed",
10286
10286
  "optional": true,
@@ -10298,7 +10298,7 @@
10298
10298
  "immutable": true,
10299
10299
  "locationInModule": {
10300
10300
  "filename": "src/node-package.ts",
10301
- "line": 227
10301
+ "line": 218
10302
10302
  },
10303
10303
  "name": "maxNodeVersion",
10304
10304
  "optional": true,
@@ -10316,7 +10316,7 @@
10316
10316
  "immutable": true,
10317
10317
  "locationInModule": {
10318
10318
  "filename": "src/node-package.ts",
10319
- "line": 220
10319
+ "line": 211
10320
10320
  },
10321
10321
  "name": "minNodeVersion",
10322
10322
  "optional": true,
@@ -10334,7 +10334,7 @@
10334
10334
  "immutable": true,
10335
10335
  "locationInModule": {
10336
10336
  "filename": "src/node-package.ts",
10337
- "line": 286
10337
+ "line": 277
10338
10338
  },
10339
10339
  "name": "npmAccess",
10340
10340
  "optional": true,
@@ -10353,7 +10353,7 @@
10353
10353
  "immutable": true,
10354
10354
  "locationInModule": {
10355
10355
  "filename": "src/node-package.ts",
10356
- "line": 261
10356
+ "line": 252
10357
10357
  },
10358
10358
  "name": "npmDistTag",
10359
10359
  "optional": true,
@@ -10372,7 +10372,7 @@
10372
10372
  "immutable": true,
10373
10373
  "locationInModule": {
10374
10374
  "filename": "src/node-package.ts",
10375
- "line": 277
10375
+ "line": 268
10376
10376
  },
10377
10377
  "name": "npmRegistry",
10378
10378
  "optional": true,
@@ -10391,7 +10391,7 @@
10391
10391
  "immutable": true,
10392
10392
  "locationInModule": {
10393
10393
  "filename": "src/node-package.ts",
10394
- "line": 270
10394
+ "line": 261
10395
10395
  },
10396
10396
  "name": "npmRegistryUrl",
10397
10397
  "optional": true,
@@ -10409,7 +10409,7 @@
10409
10409
  "immutable": true,
10410
10410
  "locationInModule": {
10411
10411
  "filename": "src/node-package.ts",
10412
- "line": 293
10412
+ "line": 284
10413
10413
  },
10414
10414
  "name": "npmTokenSecret",
10415
10415
  "optional": true,
@@ -10427,7 +10427,7 @@
10427
10427
  "immutable": true,
10428
10428
  "locationInModule": {
10429
10429
  "filename": "src/node-package.ts",
10430
- "line": 171
10430
+ "line": 162
10431
10431
  },
10432
10432
  "name": "packageManager",
10433
10433
  "optional": true,
@@ -10497,25 +10497,6 @@
10497
10497
  }
10498
10498
  }
10499
10499
  },
10500
- {
10501
- "abstract": true,
10502
- "docs": {
10503
- "default": "\"npx projen\"",
10504
- "remarks": "Can be used to customize in special environments.",
10505
- "stability": "experimental",
10506
- "summary": "The shell command to use in order to run the projen CLI."
10507
- },
10508
- "immutable": true,
10509
- "locationInModule": {
10510
- "filename": "src/node-package.ts",
10511
- "line": 164
10512
- },
10513
- "name": "projenCommand",
10514
- "optional": true,
10515
- "type": {
10516
- "primitive": "string"
10517
- }
10518
- },
10519
10500
  {
10520
10501
  "abstract": true,
10521
10502
  "docs": {
@@ -10526,7 +10507,7 @@
10526
10507
  "immutable": true,
10527
10508
  "locationInModule": {
10528
10509
  "filename": "src/node-package.ts",
10529
- "line": 177
10510
+ "line": 168
10530
10511
  },
10531
10512
  "name": "repository",
10532
10513
  "optional": true,
@@ -10543,7 +10524,7 @@
10543
10524
  "immutable": true,
10544
10525
  "locationInModule": {
10545
10526
  "filename": "src/node-package.ts",
10546
- "line": 183
10527
+ "line": 174
10547
10528
  },
10548
10529
  "name": "repositoryDirectory",
10549
10530
  "optional": true,
@@ -10584,7 +10565,7 @@
10584
10565
  "immutable": true,
10585
10566
  "locationInModule": {
10586
10567
  "filename": "src/node-package.ts",
10587
- "line": 213
10568
+ "line": 204
10588
10569
  },
10589
10570
  "name": "stability",
10590
10571
  "optional": true,
@@ -10609,7 +10590,7 @@
10609
10590
  },
10610
10591
  "locationInModule": {
10611
10592
  "filename": "src/node-project.ts",
10612
- "line": 431
10593
+ "line": 400
10613
10594
  },
10614
10595
  "parameters": [
10615
10596
  {
@@ -10623,7 +10604,7 @@
10623
10604
  "kind": "class",
10624
10605
  "locationInModule": {
10625
10606
  "filename": "src/node-project.ts",
10626
- "line": 309
10607
+ "line": 298
10627
10608
  },
10628
10609
  "methods": [
10629
10610
  {
@@ -10632,7 +10613,7 @@
10632
10613
  },
10633
10614
  "locationInModule": {
10634
10615
  "filename": "src/node-project.ts",
10635
- "line": 793
10616
+ "line": 739
10636
10617
  },
10637
10618
  "name": "addBins",
10638
10619
  "parameters": [
@@ -10649,28 +10630,6 @@
10649
10630
  }
10650
10631
  ]
10651
10632
  },
10652
- {
10653
- "docs": {
10654
- "deprecated": "use `project.buildTask.exec()`",
10655
- "stability": "deprecated",
10656
- "summary": "DEPRECATED."
10657
- },
10658
- "locationInModule": {
10659
- "filename": "src/node-project.ts",
10660
- "line": 847
10661
- },
10662
- "name": "addBuildCommand",
10663
- "parameters": [
10664
- {
10665
- "name": "commands",
10666
- "type": {
10667
- "primitive": "string"
10668
- },
10669
- "variadic": true
10670
- }
10671
- ],
10672
- "variadic": true
10673
- },
10674
10633
  {
10675
10634
  "docs": {
10676
10635
  "remarks": "Bundled dependencies will be added as normal dependencies as well as to the\n`bundledDependencies` section of your `package.json`.",
@@ -10679,7 +10638,7 @@
10679
10638
  },
10680
10639
  "locationInModule": {
10681
10640
  "filename": "src/node-project.ts",
10682
- "line": 956
10641
+ "line": 892
10683
10642
  },
10684
10643
  "name": "addBundledDeps",
10685
10644
  "parameters": [
@@ -10705,7 +10664,7 @@
10705
10664
  },
10706
10665
  "locationInModule": {
10707
10666
  "filename": "src/node-project.ts",
10708
- "line": 827
10667
+ "line": 773
10709
10668
  },
10710
10669
  "name": "addCompileCommand",
10711
10670
  "parameters": [
@@ -10726,7 +10685,7 @@
10726
10685
  },
10727
10686
  "locationInModule": {
10728
10687
  "filename": "src/node-project.ts",
10729
- "line": 910
10688
+ "line": 846
10730
10689
  },
10731
10690
  "name": "addDeps",
10732
10691
  "parameters": [
@@ -10751,7 +10710,7 @@
10751
10710
  },
10752
10711
  "locationInModule": {
10753
10712
  "filename": "src/node-project.ts",
10754
- "line": 923
10713
+ "line": 859
10755
10714
  },
10756
10715
  "name": "addDevDeps",
10757
10716
  "parameters": [
@@ -10776,7 +10735,7 @@
10776
10735
  },
10777
10736
  "locationInModule": {
10778
10737
  "filename": "src/node-project.ts",
10779
- "line": 857
10738
+ "line": 793
10780
10739
  },
10781
10740
  "name": "addFields",
10782
10741
  "parameters": [
@@ -10803,7 +10762,7 @@
10803
10762
  },
10804
10763
  "locationInModule": {
10805
10764
  "filename": "src/node-project.ts",
10806
- "line": 867
10765
+ "line": 803
10807
10766
  },
10808
10767
  "name": "addKeywords",
10809
10768
  "parameters": [
@@ -10828,7 +10787,7 @@
10828
10787
  },
10829
10788
  "locationInModule": {
10830
10789
  "filename": "src/node-project.ts",
10831
- "line": 960
10790
+ "line": 896
10832
10791
  },
10833
10792
  "name": "addPackageIgnore",
10834
10793
  "overrides": "projen.Project",
@@ -10849,7 +10808,7 @@
10849
10808
  },
10850
10809
  "locationInModule": {
10851
10810
  "filename": "src/node-project.ts",
10852
- "line": 940
10811
+ "line": 876
10853
10812
  },
10854
10813
  "name": "addPeerDeps",
10855
10814
  "parameters": [
@@ -10875,7 +10834,7 @@
10875
10834
  },
10876
10835
  "locationInModule": {
10877
10836
  "filename": "src/node-project.ts",
10878
- "line": 837
10837
+ "line": 783
10879
10838
  },
10880
10839
  "name": "addTestCommand",
10881
10840
  "parameters": [
@@ -10896,7 +10855,7 @@
10896
10855
  },
10897
10856
  "locationInModule": {
10898
10857
  "filename": "src/node-project.ts",
10899
- "line": 819
10858
+ "line": 765
10900
10859
  },
10901
10860
  "name": "hasScript",
10902
10861
  "parameters": [
@@ -10923,7 +10882,7 @@
10923
10882
  },
10924
10883
  "locationInModule": {
10925
10884
  "filename": "src/node-project.ts",
10926
- "line": 811
10885
+ "line": 757
10927
10886
  },
10928
10887
  "name": "removeScript",
10929
10888
  "parameters": [
@@ -10946,7 +10905,7 @@
10946
10905
  },
10947
10906
  "locationInModule": {
10948
10907
  "filename": "src/node-project.ts",
10949
- "line": 1034
10908
+ "line": 970
10950
10909
  },
10951
10910
  "name": "runTaskCommand",
10952
10911
  "overrides": "projen.Project",
@@ -10974,7 +10933,7 @@
10974
10933
  },
10975
10934
  "locationInModule": {
10976
10935
  "filename": "src/node-project.ts",
10977
- "line": 803
10936
+ "line": 749
10978
10937
  },
10979
10938
  "name": "setScript",
10980
10939
  "parameters": [
@@ -11009,7 +10968,7 @@
11009
10968
  "immutable": true,
11010
10969
  "locationInModule": {
11011
10970
  "filename": "src/node-project.ts",
11012
- "line": 323
10971
+ "line": 312
11013
10972
  },
11014
10973
  "name": "allowLibraryDependencies",
11015
10974
  "type": {
@@ -11024,29 +10983,13 @@
11024
10983
  "immutable": true,
11025
10984
  "locationInModule": {
11026
10985
  "filename": "src/node-project.ts",
11027
- "line": 385
10986
+ "line": 359
11028
10987
  },
11029
10988
  "name": "antitamper",
11030
10989
  "type": {
11031
10990
  "primitive": "boolean"
11032
10991
  }
11033
10992
  },
11034
- {
11035
- "docs": {
11036
- "remarks": "It spawns: compile + test + release + package",
11037
- "stability": "experimental",
11038
- "summary": "The task responsible for a full release build."
11039
- },
11040
- "immutable": true,
11041
- "locationInModule": {
11042
- "filename": "src/node-project.ts",
11043
- "line": 343
11044
- },
11045
- "name": "buildTask",
11046
- "type": {
11047
- "fqn": "projen.tasks.Task"
11048
- }
11049
- },
11050
10993
  {
11051
10994
  "docs": {
11052
10995
  "stability": "experimental"
@@ -11054,29 +10997,13 @@
11054
10997
  "immutable": true,
11055
10998
  "locationInModule": {
11056
10999
  "filename": "src/node-project.ts",
11057
- "line": 426
11000
+ "line": 395
11058
11001
  },
11059
11002
  "name": "bundler",
11060
11003
  "type": {
11061
11004
  "fqn": "projen.javascript.Bundler"
11062
11005
  }
11063
11006
  },
11064
- {
11065
- "docs": {
11066
- "remarks": "By default for node.js projects this task is empty.",
11067
- "stability": "experimental",
11068
- "summary": "Compiles the code."
11069
- },
11070
- "immutable": true,
11071
- "locationInModule": {
11072
- "filename": "src/node-project.ts",
11073
- "line": 333
11074
- },
11075
- "name": "compileTask",
11076
- "type": {
11077
- "fqn": "projen.tasks.Task"
11078
- }
11079
- },
11080
11007
  {
11081
11008
  "docs": {
11082
11009
  "deprecated": "use `package.entrypoint`",
@@ -11085,7 +11012,7 @@
11085
11012
  "immutable": true,
11086
11013
  "locationInModule": {
11087
11014
  "filename": "src/node-project.ts",
11088
- "line": 328
11015
+ "line": 317
11089
11016
  },
11090
11017
  "name": "entrypoint",
11091
11018
  "type": {
@@ -11099,7 +11026,7 @@
11099
11026
  "immutable": true,
11100
11027
  "locationInModule": {
11101
11028
  "filename": "src/node-project.ts",
11102
- "line": 871
11029
+ "line": 807
11103
11030
  },
11104
11031
  "name": "installWorkflowSteps",
11105
11032
  "type": {
@@ -11119,7 +11046,7 @@
11119
11046
  "immutable": true,
11120
11047
  "locationInModule": {
11121
11048
  "filename": "src/node-project.ts",
11122
- "line": 422
11049
+ "line": 391
11123
11050
  },
11124
11051
  "name": "manifest",
11125
11052
  "type": {
@@ -11134,7 +11061,7 @@
11134
11061
  "immutable": true,
11135
11062
  "locationInModule": {
11136
11063
  "filename": "src/node-project.ts",
11137
- "line": 390
11064
+ "line": 364
11138
11065
  },
11139
11066
  "name": "npmDistTag",
11140
11067
  "protected": true,
@@ -11150,7 +11077,7 @@
11150
11077
  "immutable": true,
11151
11078
  "locationInModule": {
11152
11079
  "filename": "src/node-project.ts",
11153
- "line": 395
11080
+ "line": 369
11154
11081
  },
11155
11082
  "name": "npmRegistry",
11156
11083
  "protected": true,
@@ -11166,7 +11093,7 @@
11166
11093
  "immutable": true,
11167
11094
  "locationInModule": {
11168
11095
  "filename": "src/node-project.ts",
11169
- "line": 313
11096
+ "line": 302
11170
11097
  },
11171
11098
  "name": "package",
11172
11099
  "type": {
@@ -11182,28 +11109,13 @@
11182
11109
  "immutable": true,
11183
11110
  "locationInModule": {
11184
11111
  "filename": "src/node-project.ts",
11185
- "line": 402
11112
+ "line": 376
11186
11113
  },
11187
11114
  "name": "packageManager",
11188
11115
  "type": {
11189
11116
  "fqn": "projen.NodePackageManager"
11190
11117
  }
11191
11118
  },
11192
- {
11193
- "docs": {
11194
- "stability": "experimental",
11195
- "summary": "The command to use in order to run the projen CLI."
11196
- },
11197
- "immutable": true,
11198
- "locationInModule": {
11199
- "filename": "src/node-project.ts",
11200
- "line": 417
11201
- },
11202
- "name": "projenCommand",
11203
- "type": {
11204
- "primitive": "string"
11205
- }
11206
- },
11207
11119
  {
11208
11120
  "docs": {
11209
11121
  "stability": "experimental",
@@ -11212,28 +11124,13 @@
11212
11124
  "immutable": true,
11213
11125
  "locationInModule": {
11214
11126
  "filename": "src/node-project.ts",
11215
- "line": 407
11127
+ "line": 381
11216
11128
  },
11217
11129
  "name": "runScriptCommand",
11218
11130
  "type": {
11219
11131
  "primitive": "string"
11220
11132
  }
11221
11133
  },
11222
- {
11223
- "docs": {
11224
- "stability": "experimental",
11225
- "summary": "Tests the code."
11226
- },
11227
- "immutable": true,
11228
- "locationInModule": {
11229
- "filename": "src/node-project.ts",
11230
- "line": 338
11231
- },
11232
- "name": "testTask",
11233
- "type": {
11234
- "fqn": "projen.tasks.Task"
11235
- }
11236
- },
11237
11134
  {
11238
11135
  "docs": {
11239
11136
  "stability": "experimental",
@@ -11242,7 +11139,7 @@
11242
11139
  "immutable": true,
11243
11140
  "locationInModule": {
11244
11141
  "filename": "src/node-project.ts",
11245
- "line": 348
11142
+ "line": 322
11246
11143
  },
11247
11144
  "name": "autoMerge",
11248
11145
  "optional": true,
@@ -11259,7 +11156,7 @@
11259
11156
  "immutable": true,
11260
11157
  "locationInModule": {
11261
11158
  "filename": "src/node-project.ts",
11262
- "line": 354
11159
+ "line": 328
11263
11160
  },
11264
11161
  "name": "buildWorkflow",
11265
11162
  "optional": true,
@@ -11274,7 +11171,7 @@
11274
11171
  "immutable": true,
11275
11172
  "locationInModule": {
11276
11173
  "filename": "src/node-project.ts",
11277
- "line": 355
11174
+ "line": 329
11278
11175
  },
11279
11176
  "name": "buildWorkflowJobId",
11280
11177
  "optional": true,
@@ -11290,7 +11187,7 @@
11290
11187
  "immutable": true,
11291
11188
  "locationInModule": {
11292
11189
  "filename": "src/node-project.ts",
11293
- "line": 412
11190
+ "line": 386
11294
11191
  },
11295
11192
  "name": "jest",
11296
11193
  "optional": true,
@@ -11306,7 +11203,7 @@
11306
11203
  "immutable": true,
11307
11204
  "locationInModule": {
11308
11205
  "filename": "src/node-project.ts",
11309
- "line": 378
11206
+ "line": 352
11310
11207
  },
11311
11208
  "name": "maxNodeVersion",
11312
11209
  "optional": true,
@@ -11322,7 +11219,7 @@
11322
11219
  "immutable": true,
11323
11220
  "locationInModule": {
11324
11221
  "filename": "src/node-project.ts",
11325
- "line": 373
11222
+ "line": 347
11326
11223
  },
11327
11224
  "name": "minNodeVersion",
11328
11225
  "optional": true,
@@ -11338,7 +11235,7 @@
11338
11235
  "immutable": true,
11339
11236
  "locationInModule": {
11340
11237
  "filename": "src/node-project.ts",
11341
- "line": 318
11238
+ "line": 307
11342
11239
  },
11343
11240
  "name": "npmignore",
11344
11241
  "optional": true,
@@ -11356,7 +11253,7 @@
11356
11253
  "immutable": true,
11357
11254
  "locationInModule": {
11358
11255
  "filename": "src/node-project.ts",
11359
- "line": 363
11256
+ "line": 337
11360
11257
  },
11361
11258
  "name": "publisher",
11362
11259
  "optional": true,
@@ -11372,7 +11269,7 @@
11372
11269
  "immutable": true,
11373
11270
  "locationInModule": {
11374
11271
  "filename": "src/node-project.ts",
11375
- "line": 368
11272
+ "line": 342
11376
11273
  },
11377
11274
  "name": "release",
11378
11275
  "optional": true,
@@ -11484,7 +11381,7 @@
11484
11381
  "immutable": true,
11485
11382
  "locationInModule": {
11486
11383
  "filename": "src/node-project.ts",
11487
- "line": 288
11384
+ "line": 277
11488
11385
  },
11489
11386
  "name": "bundlerOptions",
11490
11387
  "optional": true,
@@ -11647,7 +11544,7 @@
11647
11544
  "immutable": true,
11648
11545
  "locationInModule": {
11649
11546
  "filename": "src/node-project.ts",
11650
- "line": 257
11547
+ "line": 246
11651
11548
  },
11652
11549
  "name": "gitignore",
11653
11550
  "optional": true,
@@ -11670,7 +11567,7 @@
11670
11567
  "immutable": true,
11671
11568
  "locationInModule": {
11672
11569
  "filename": "src/node-project.ts",
11673
- "line": 263
11570
+ "line": 252
11674
11571
  },
11675
11572
  "name": "jest",
11676
11573
  "optional": true,
@@ -11688,7 +11585,7 @@
11688
11585
  "immutable": true,
11689
11586
  "locationInModule": {
11690
11587
  "filename": "src/node-project.ts",
11691
- "line": 269
11588
+ "line": 258
11692
11589
  },
11693
11590
  "name": "jestOptions",
11694
11591
  "optional": true,
@@ -11725,7 +11622,7 @@
11725
11622
  "immutable": true,
11726
11623
  "locationInModule": {
11727
11624
  "filename": "src/node-project.ts",
11728
- "line": 238
11625
+ "line": 227
11729
11626
  },
11730
11627
  "name": "npmignore",
11731
11628
  "optional": true,
@@ -11748,7 +11645,7 @@
11748
11645
  "immutable": true,
11749
11646
  "locationInModule": {
11750
11647
  "filename": "src/node-project.ts",
11751
- "line": 232
11648
+ "line": 221
11752
11649
  },
11753
11650
  "name": "npmignoreEnabled",
11754
11651
  "optional": true,
@@ -11774,25 +11671,6 @@
11774
11671
  "primitive": "boolean"
11775
11672
  }
11776
11673
  },
11777
- {
11778
- "abstract": true,
11779
- "docs": {
11780
- "default": "true",
11781
- "remarks": "This applies both to local builds and to CI builds.\n\nDisabling this feature is NOT RECOMMENDED and means that manual changes to\nsynthesized project files will be persisted.",
11782
- "stability": "experimental",
11783
- "summary": "Execute `projen` as the first step of the `build` task to synthesize project files."
11784
- },
11785
- "immutable": true,
11786
- "locationInModule": {
11787
- "filename": "src/node-project.ts",
11788
- "line": 224
11789
- },
11790
- "name": "projenDuringBuild",
11791
- "optional": true,
11792
- "type": {
11793
- "primitive": "boolean"
11794
- }
11795
- },
11796
11674
  {
11797
11675
  "abstract": true,
11798
11676
  "docs": {
@@ -11803,7 +11681,7 @@
11803
11681
  "immutable": true,
11804
11682
  "locationInModule": {
11805
11683
  "filename": "src/node-project.ts",
11806
- "line": 277
11684
+ "line": 266
11807
11685
  },
11808
11686
  "name": "projenrcJs",
11809
11687
  "optional": true,
@@ -11821,7 +11699,7 @@
11821
11699
  "immutable": true,
11822
11700
  "locationInModule": {
11823
11701
  "filename": "src/node-project.ts",
11824
- "line": 283
11702
+ "line": 272
11825
11703
  },
11826
11704
  "name": "projenrcJsOptions",
11827
11705
  "optional": true,
@@ -11919,7 +11797,7 @@
11919
11797
  "immutable": true,
11920
11798
  "locationInModule": {
11921
11799
  "filename": "src/node-project.ts",
11922
- "line": 245
11800
+ "line": 234
11923
11801
  },
11924
11802
  "name": "pullRequestTemplate",
11925
11803
  "optional": true,
@@ -11937,7 +11815,7 @@
11937
11815
  "immutable": true,
11938
11816
  "locationInModule": {
11939
11817
  "filename": "src/node-project.ts",
11940
- "line": 252
11818
+ "line": 241
11941
11819
  },
11942
11820
  "name": "pullRequestTemplateContents",
11943
11821
  "optional": true,
@@ -12080,7 +11958,7 @@
12080
11958
  "kind": "interface",
12081
11959
  "locationInModule": {
12082
11960
  "filename": "src/node-project.ts",
12083
- "line": 1039
11961
+ "line": 975
12084
11962
  },
12085
11963
  "name": "NodeWorkflowSteps",
12086
11964
  "properties": [
@@ -12092,7 +11970,7 @@
12092
11970
  "immutable": true,
12093
11971
  "locationInModule": {
12094
11972
  "filename": "src/node-project.ts",
12095
- "line": 1040
11973
+ "line": 976
12096
11974
  },
12097
11975
  "name": "antitamper",
12098
11976
  "type": {
@@ -12112,7 +11990,7 @@
12112
11990
  "immutable": true,
12113
11991
  "locationInModule": {
12114
11992
  "filename": "src/node-project.ts",
12115
- "line": 1041
11993
+ "line": 977
12116
11994
  },
12117
11995
  "name": "install",
12118
11996
  "type": {
@@ -12137,7 +12015,7 @@
12137
12015
  "kind": "enum",
12138
12016
  "locationInModule": {
12139
12017
  "filename": "src/node-package.ts",
12140
- "line": 1110
12018
+ "line": 1102
12141
12019
  },
12142
12020
  "members": [
12143
12021
  {
@@ -12406,7 +12284,7 @@
12406
12284
  "kind": "interface",
12407
12285
  "locationInModule": {
12408
12286
  "filename": "src/node-package.ts",
12409
- "line": 1079
12287
+ "line": 1071
12410
12288
  },
12411
12289
  "name": "PeerDependencyOptions",
12412
12290
  "properties": [
@@ -12420,7 +12298,7 @@
12420
12298
  "immutable": true,
12421
12299
  "locationInModule": {
12422
12300
  "filename": "src/node-package.ts",
12423
- "line": 1084
12301
+ "line": 1076
12424
12302
  },
12425
12303
  "name": "pinnedDevDependency",
12426
12304
  "optional": true,
@@ -12444,7 +12322,7 @@
12444
12322
  },
12445
12323
  "locationInModule": {
12446
12324
  "filename": "src/project.ts",
12447
- "line": 148
12325
+ "line": 173
12448
12326
  },
12449
12327
  "parameters": [
12450
12328
  {
@@ -12458,7 +12336,7 @@
12458
12336
  "kind": "class",
12459
12337
  "locationInModule": {
12460
12338
  "filename": "src/project.ts",
12461
- "line": 82
12339
+ "line": 92
12462
12340
  },
12463
12341
  "methods": [
12464
12342
  {
@@ -12469,7 +12347,7 @@
12469
12347
  },
12470
12348
  "locationInModule": {
12471
12349
  "filename": "src/project.ts",
12472
- "line": 297
12350
+ "line": 337
12473
12351
  },
12474
12352
  "name": "addExcludeFromCleanup",
12475
12353
  "parameters": [
@@ -12493,7 +12371,7 @@
12493
12371
  },
12494
12372
  "locationInModule": {
12495
12373
  "filename": "src/project.ts",
12496
- "line": 326
12374
+ "line": 366
12497
12375
  },
12498
12376
  "name": "addGitIgnore",
12499
12377
  "parameters": [
@@ -12516,7 +12394,7 @@
12516
12394
  },
12517
12395
  "locationInModule": {
12518
12396
  "filename": "src/project.ts",
12519
- "line": 318
12397
+ "line": 358
12520
12398
  },
12521
12399
  "name": "addPackageIgnore",
12522
12400
  "parameters": [
@@ -12539,7 +12417,7 @@
12539
12417
  },
12540
12418
  "locationInModule": {
12541
12419
  "filename": "src/project.ts",
12542
- "line": 206
12420
+ "line": 239
12543
12421
  },
12544
12422
  "name": "addTask",
12545
12423
  "parameters": [
@@ -12577,7 +12455,7 @@
12577
12455
  },
12578
12456
  "locationInModule": {
12579
12457
  "filename": "src/project.ts",
12580
- "line": 287
12458
+ "line": 327
12581
12459
  },
12582
12460
  "name": "addTip",
12583
12461
  "parameters": [
@@ -12600,7 +12478,7 @@
12600
12478
  },
12601
12479
  "locationInModule": {
12602
12480
  "filename": "src/project.ts",
12603
- "line": 337
12481
+ "line": 377
12604
12482
  },
12605
12483
  "name": "annotateGenerated",
12606
12484
  "parameters": [
@@ -12623,7 +12501,7 @@
12623
12501
  },
12624
12502
  "locationInModule": {
12625
12503
  "filename": "src/project.ts",
12626
- "line": 398
12504
+ "line": 438
12627
12505
  },
12628
12506
  "name": "postSynthesize"
12629
12507
  },
@@ -12634,7 +12512,7 @@
12634
12512
  },
12635
12513
  "locationInModule": {
12636
12514
  "filename": "src/project.ts",
12637
- "line": 393
12515
+ "line": 433
12638
12516
  },
12639
12517
  "name": "preSynthesize"
12640
12518
  },
@@ -12646,7 +12524,7 @@
12646
12524
  },
12647
12525
  "locationInModule": {
12648
12526
  "filename": "src/project.ts",
12649
- "line": 217
12527
+ "line": 250
12650
12528
  },
12651
12529
  "name": "removeTask",
12652
12530
  "parameters": [
@@ -12675,7 +12553,7 @@
12675
12553
  },
12676
12554
  "locationInModule": {
12677
12555
  "filename": "src/project.ts",
12678
- "line": 308
12556
+ "line": 348
12679
12557
  },
12680
12558
  "name": "runTaskCommand",
12681
12559
  "parameters": [
@@ -12703,7 +12581,7 @@
12703
12581
  },
12704
12582
  "locationInModule": {
12705
12583
  "filename": "src/project.ts",
12706
- "line": 351
12584
+ "line": 391
12707
12585
  },
12708
12586
  "name": "synth"
12709
12587
  },
@@ -12715,7 +12593,7 @@
12715
12593
  },
12716
12594
  "locationInModule": {
12717
12595
  "filename": "src/project.ts",
12718
- "line": 229
12596
+ "line": 269
12719
12597
  },
12720
12598
  "name": "tryFindFile",
12721
12599
  "parameters": [
@@ -12745,7 +12623,7 @@
12745
12623
  },
12746
12624
  "locationInModule": {
12747
12625
  "filename": "src/project.ts",
12748
- "line": 252
12626
+ "line": 292
12749
12627
  },
12750
12628
  "name": "tryFindJsonFile",
12751
12629
  "parameters": [
@@ -12773,7 +12651,7 @@
12773
12651
  },
12774
12652
  "locationInModule": {
12775
12653
  "filename": "src/project.ts",
12776
- "line": 269
12654
+ "line": 309
12777
12655
  },
12778
12656
  "name": "tryFindObjectFile",
12779
12657
  "parameters": [
@@ -12807,7 +12685,7 @@
12807
12685
  "immutable": true,
12808
12686
  "locationInModule": {
12809
12687
  "filename": "src/project.ts",
12810
- "line": 87
12688
+ "line": 97
12811
12689
  },
12812
12690
  "name": "DEFAULT_TASK",
12813
12691
  "static": true,
@@ -12815,6 +12693,34 @@
12815
12693
  "primitive": "string"
12816
12694
  }
12817
12695
  },
12696
+ {
12697
+ "docs": {
12698
+ "stability": "experimental"
12699
+ },
12700
+ "immutable": true,
12701
+ "locationInModule": {
12702
+ "filename": "src/project.ts",
12703
+ "line": 254
12704
+ },
12705
+ "name": "buildTask",
12706
+ "type": {
12707
+ "fqn": "projen.tasks.Task"
12708
+ }
12709
+ },
12710
+ {
12711
+ "docs": {
12712
+ "stability": "experimental"
12713
+ },
12714
+ "immutable": true,
12715
+ "locationInModule": {
12716
+ "filename": "src/project.ts",
12717
+ "line": 255
12718
+ },
12719
+ "name": "compileTask",
12720
+ "type": {
12721
+ "fqn": "projen.tasks.Task"
12722
+ }
12723
+ },
12818
12724
  {
12819
12725
  "docs": {
12820
12726
  "stability": "experimental",
@@ -12823,7 +12729,7 @@
12823
12729
  "immutable": true,
12824
12730
  "locationInModule": {
12825
12731
  "filename": "src/project.ts",
12826
- "line": 187
12732
+ "line": 220
12827
12733
  },
12828
12734
  "name": "components",
12829
12735
  "type": {
@@ -12835,6 +12741,21 @@
12835
12741
  }
12836
12742
  }
12837
12743
  },
12744
+ {
12745
+ "docs": {
12746
+ "stability": "experimental",
12747
+ "summary": "This is the \"default\" task, the one that executes \"projen\"."
12748
+ },
12749
+ "immutable": true,
12750
+ "locationInModule": {
12751
+ "filename": "src/project.ts",
12752
+ "line": 161
12753
+ },
12754
+ "name": "defaultTask",
12755
+ "type": {
12756
+ "fqn": "projen.tasks.Task"
12757
+ }
12758
+ },
12838
12759
  {
12839
12760
  "docs": {
12840
12761
  "stability": "experimental",
@@ -12843,7 +12764,7 @@
12843
12764
  "immutable": true,
12844
12765
  "locationInModule": {
12845
12766
  "filename": "src/project.ts",
12846
- "line": 129
12767
+ "line": 139
12847
12768
  },
12848
12769
  "name": "deps",
12849
12770
  "type": {
@@ -12858,7 +12779,7 @@
12858
12779
  "immutable": true,
12859
12780
  "locationInModule": {
12860
12781
  "filename": "src/project.ts",
12861
- "line": 194
12782
+ "line": 227
12862
12783
  },
12863
12784
  "name": "files",
12864
12785
  "type": {
@@ -12878,7 +12799,7 @@
12878
12799
  "immutable": true,
12879
12800
  "locationInModule": {
12880
12801
  "filename": "src/project.ts",
12881
- "line": 103
12802
+ "line": 113
12882
12803
  },
12883
12804
  "name": "gitattributes",
12884
12805
  "type": {
@@ -12893,7 +12814,7 @@
12893
12814
  "immutable": true,
12894
12815
  "locationInModule": {
12895
12816
  "filename": "src/project.ts",
12896
- "line": 97
12817
+ "line": 107
12897
12818
  },
12898
12819
  "name": "gitignore",
12899
12820
  "type": {
@@ -12908,7 +12829,7 @@
12908
12829
  "immutable": true,
12909
12830
  "locationInModule": {
12910
12831
  "filename": "src/project.ts",
12911
- "line": 134
12832
+ "line": 144
12912
12833
  },
12913
12834
  "name": "logger",
12914
12835
  "type": {
@@ -12923,7 +12844,7 @@
12923
12844
  "immutable": true,
12924
12845
  "locationInModule": {
12925
12846
  "filename": "src/project.ts",
12926
- "line": 92
12847
+ "line": 102
12927
12848
  },
12928
12849
  "name": "name",
12929
12850
  "type": {
@@ -12938,13 +12859,85 @@
12938
12859
  "immutable": true,
12939
12860
  "locationInModule": {
12940
12861
  "filename": "src/project.ts",
12941
- "line": 114
12862
+ "line": 124
12942
12863
  },
12943
12864
  "name": "outdir",
12944
12865
  "type": {
12945
12866
  "primitive": "string"
12946
12867
  }
12947
12868
  },
12869
+ {
12870
+ "docs": {
12871
+ "stability": "experimental"
12872
+ },
12873
+ "immutable": true,
12874
+ "locationInModule": {
12875
+ "filename": "src/project.ts",
12876
+ "line": 259
12877
+ },
12878
+ "name": "packageTask",
12879
+ "type": {
12880
+ "fqn": "projen.tasks.Task"
12881
+ }
12882
+ },
12883
+ {
12884
+ "docs": {
12885
+ "stability": "experimental"
12886
+ },
12887
+ "immutable": true,
12888
+ "locationInModule": {
12889
+ "filename": "src/project.ts",
12890
+ "line": 258
12891
+ },
12892
+ "name": "postCompileTask",
12893
+ "type": {
12894
+ "fqn": "projen.tasks.Task"
12895
+ }
12896
+ },
12897
+ {
12898
+ "docs": {
12899
+ "stability": "experimental"
12900
+ },
12901
+ "immutable": true,
12902
+ "locationInModule": {
12903
+ "filename": "src/project.ts",
12904
+ "line": 257
12905
+ },
12906
+ "name": "preCompileTask",
12907
+ "type": {
12908
+ "fqn": "projen.tasks.Task"
12909
+ }
12910
+ },
12911
+ {
12912
+ "docs": {
12913
+ "stability": "experimental",
12914
+ "summary": "Manages the build process of the project."
12915
+ },
12916
+ "immutable": true,
12917
+ "locationInModule": {
12918
+ "filename": "src/project.ts",
12919
+ "line": 166
12920
+ },
12921
+ "name": "projectBuild",
12922
+ "type": {
12923
+ "fqn": "projen.ProjectBuild"
12924
+ }
12925
+ },
12926
+ {
12927
+ "docs": {
12928
+ "stability": "experimental",
12929
+ "summary": "The command to use in order to run the projen CLI."
12930
+ },
12931
+ "immutable": true,
12932
+ "locationInModule": {
12933
+ "filename": "src/project.ts",
12934
+ "line": 156
12935
+ },
12936
+ "name": "projenCommand",
12937
+ "type": {
12938
+ "primitive": "string"
12939
+ }
12940
+ },
12948
12941
  {
12949
12942
  "docs": {
12950
12943
  "stability": "experimental",
@@ -12953,7 +12946,7 @@
12953
12946
  "immutable": true,
12954
12947
  "locationInModule": {
12955
12948
  "filename": "src/project.ts",
12956
- "line": 119
12949
+ "line": 129
12957
12950
  },
12958
12951
  "name": "root",
12959
12952
  "type": {
@@ -12968,13 +12961,27 @@
12968
12961
  "immutable": true,
12969
12962
  "locationInModule": {
12970
12963
  "filename": "src/project.ts",
12971
- "line": 124
12964
+ "line": 134
12972
12965
  },
12973
12966
  "name": "tasks",
12974
12967
  "type": {
12975
12968
  "fqn": "projen.tasks.Tasks"
12976
12969
  }
12977
12970
  },
12971
+ {
12972
+ "docs": {
12973
+ "stability": "experimental"
12974
+ },
12975
+ "immutable": true,
12976
+ "locationInModule": {
12977
+ "filename": "src/project.ts",
12978
+ "line": 256
12979
+ },
12980
+ "name": "testTask",
12981
+ "type": {
12982
+ "fqn": "projen.tasks.Task"
12983
+ }
12984
+ },
12978
12985
  {
12979
12986
  "docs": {
12980
12987
  "remarks": "It\nincludes the original set of options passed to the CLI and also the JSII\nFQN of the project type.",
@@ -12984,7 +12991,7 @@
12984
12991
  "immutable": true,
12985
12992
  "locationInModule": {
12986
12993
  "filename": "src/project.ts",
12987
- "line": 141
12994
+ "line": 151
12988
12995
  },
12989
12996
  "name": "newProject",
12990
12997
  "optional": true,
@@ -13001,7 +13008,7 @@
13001
13008
  "immutable": true,
13002
13009
  "locationInModule": {
13003
13010
  "filename": "src/project.ts",
13004
- "line": 109
13011
+ "line": 119
13005
13012
  },
13006
13013
  "name": "parent",
13007
13014
  "optional": true,
@@ -13012,6 +13019,133 @@
13012
13019
  ],
13013
13020
  "symbolId": "src/project:Project"
13014
13021
  },
13022
+ "projen.ProjectBuild": {
13023
+ "assembly": "projen",
13024
+ "base": "projen.Component",
13025
+ "docs": {
13026
+ "remarks": "Build spawns these tasks in order:\n1. default\n2. pre-compile\n3. compile\n4. post-compile\n5. test\n6. package",
13027
+ "stability": "experimental",
13028
+ "summary": "Manages a standard build process for all projects."
13029
+ },
13030
+ "fqn": "projen.ProjectBuild",
13031
+ "initializer": {
13032
+ "docs": {
13033
+ "stability": "experimental"
13034
+ },
13035
+ "locationInModule": {
13036
+ "filename": "src/project-build.ts",
13037
+ "line": 48
13038
+ },
13039
+ "parameters": [
13040
+ {
13041
+ "name": "project",
13042
+ "type": {
13043
+ "fqn": "projen.Project"
13044
+ }
13045
+ }
13046
+ ]
13047
+ },
13048
+ "kind": "class",
13049
+ "locationInModule": {
13050
+ "filename": "src/project-build.ts",
13051
+ "line": 16
13052
+ },
13053
+ "name": "ProjectBuild",
13054
+ "properties": [
13055
+ {
13056
+ "docs": {
13057
+ "stability": "experimental",
13058
+ "summary": "The task responsible for a full release build."
13059
+ },
13060
+ "immutable": true,
13061
+ "locationInModule": {
13062
+ "filename": "src/project-build.ts",
13063
+ "line": 21
13064
+ },
13065
+ "name": "buildTask",
13066
+ "type": {
13067
+ "fqn": "projen.tasks.Task"
13068
+ }
13069
+ },
13070
+ {
13071
+ "docs": {
13072
+ "remarks": "By default for node.js projects this task is empty.",
13073
+ "stability": "experimental",
13074
+ "summary": "Compiles the code."
13075
+ },
13076
+ "immutable": true,
13077
+ "locationInModule": {
13078
+ "filename": "src/project-build.ts",
13079
+ "line": 31
13080
+ },
13081
+ "name": "compileTask",
13082
+ "type": {
13083
+ "fqn": "projen.tasks.Task"
13084
+ }
13085
+ },
13086
+ {
13087
+ "docs": {
13088
+ "stability": "experimental",
13089
+ "summary": "The \"package\" task."
13090
+ },
13091
+ "immutable": true,
13092
+ "locationInModule": {
13093
+ "filename": "src/project-build.ts",
13094
+ "line": 46
13095
+ },
13096
+ "name": "packageTask",
13097
+ "type": {
13098
+ "fqn": "projen.tasks.Task"
13099
+ }
13100
+ },
13101
+ {
13102
+ "docs": {
13103
+ "stability": "experimental",
13104
+ "summary": "Post-compile task."
13105
+ },
13106
+ "immutable": true,
13107
+ "locationInModule": {
13108
+ "filename": "src/project-build.ts",
13109
+ "line": 36
13110
+ },
13111
+ "name": "postCompileTask",
13112
+ "type": {
13113
+ "fqn": "projen.tasks.Task"
13114
+ }
13115
+ },
13116
+ {
13117
+ "docs": {
13118
+ "stability": "experimental",
13119
+ "summary": "Pre-compile task."
13120
+ },
13121
+ "immutable": true,
13122
+ "locationInModule": {
13123
+ "filename": "src/project-build.ts",
13124
+ "line": 26
13125
+ },
13126
+ "name": "preCompileTask",
13127
+ "type": {
13128
+ "fqn": "projen.tasks.Task"
13129
+ }
13130
+ },
13131
+ {
13132
+ "docs": {
13133
+ "stability": "experimental",
13134
+ "summary": "Tests the code."
13135
+ },
13136
+ "immutable": true,
13137
+ "locationInModule": {
13138
+ "filename": "src/project-build.ts",
13139
+ "line": 41
13140
+ },
13141
+ "name": "testTask",
13142
+ "type": {
13143
+ "fqn": "projen.tasks.Task"
13144
+ }
13145
+ }
13146
+ ],
13147
+ "symbolId": "src/project-build:ProjectBuild"
13148
+ },
13015
13149
  "projen.ProjectOptions": {
13016
13150
  "assembly": "projen",
13017
13151
  "datatype": true,
@@ -13023,7 +13157,7 @@
13023
13157
  "kind": "interface",
13024
13158
  "locationInModule": {
13025
13159
  "filename": "src/project.ts",
13026
- "line": 31
13160
+ "line": 32
13027
13161
  },
13028
13162
  "name": "ProjectOptions",
13029
13163
  "properties": [
@@ -13040,7 +13174,7 @@
13040
13174
  "immutable": true,
13041
13175
  "locationInModule": {
13042
13176
  "filename": "src/project.ts",
13043
- "line": 38
13177
+ "line": 39
13044
13178
  },
13045
13179
  "name": "name",
13046
13180
  "type": {
@@ -13057,7 +13191,7 @@
13057
13191
  "immutable": true,
13058
13192
  "locationInModule": {
13059
13193
  "filename": "src/project.ts",
13060
- "line": 62
13194
+ "line": 63
13061
13195
  },
13062
13196
  "name": "logging",
13063
13197
  "optional": true,
@@ -13076,7 +13210,7 @@
13076
13210
  "immutable": true,
13077
13211
  "locationInModule": {
13078
13212
  "filename": "src/project.ts",
13079
- "line": 56
13213
+ "line": 57
13080
13214
  },
13081
13215
  "name": "outdir",
13082
13216
  "optional": true,
@@ -13093,7 +13227,7 @@
13093
13227
  "immutable": true,
13094
13228
  "locationInModule": {
13095
13229
  "filename": "src/project.ts",
13096
- "line": 43
13230
+ "line": 44
13097
13231
  },
13098
13232
  "name": "parent",
13099
13233
  "optional": true,
@@ -13101,6 +13235,25 @@
13101
13235
  "fqn": "projen.Project"
13102
13236
  }
13103
13237
  },
13238
+ {
13239
+ "abstract": true,
13240
+ "docs": {
13241
+ "default": "\"npx projen\"",
13242
+ "remarks": "Can be used to customize in special environments.",
13243
+ "stability": "experimental",
13244
+ "summary": "The shell command to use in order to run the projen CLI."
13245
+ },
13246
+ "immutable": true,
13247
+ "locationInModule": {
13248
+ "filename": "src/project.ts",
13249
+ "line": 86
13250
+ },
13251
+ "name": "projenCommand",
13252
+ "optional": true,
13253
+ "type": {
13254
+ "primitive": "string"
13255
+ }
13256
+ },
13104
13257
  {
13105
13258
  "abstract": true,
13106
13259
  "docs": {
@@ -13111,7 +13264,7 @@
13111
13264
  "immutable": true,
13112
13265
  "locationInModule": {
13113
13266
  "filename": "src/project.ts",
13114
- "line": 70
13267
+ "line": 71
13115
13268
  },
13116
13269
  "name": "projenrcJson",
13117
13270
  "optional": true,
@@ -13129,7 +13282,7 @@
13129
13282
  "immutable": true,
13130
13283
  "locationInModule": {
13131
13284
  "filename": "src/project.ts",
13132
- "line": 76
13285
+ "line": 77
13133
13286
  },
13134
13287
  "name": "projenrcJsonOptions",
13135
13288
  "optional": true,
@@ -13151,7 +13304,7 @@
13151
13304
  "kind": "enum",
13152
13305
  "locationInModule": {
13153
13306
  "filename": "src/project.ts",
13154
- "line": 471
13307
+ "line": 511
13155
13308
  },
13156
13309
  "members": [
13157
13310
  {
@@ -14359,7 +14512,7 @@
14359
14512
  },
14360
14513
  "locationInModule": {
14361
14514
  "filename": "src/typescript.ts",
14362
- "line": 453
14515
+ "line": 416
14363
14516
  },
14364
14517
  "parameters": [
14365
14518
  {
@@ -14373,7 +14526,7 @@
14373
14526
  "kind": "class",
14374
14527
  "locationInModule": {
14375
14528
  "filename": "src/typescript.ts",
14376
- "line": 452
14529
+ "line": 415
14377
14530
  },
14378
14531
  "name": "TypeScriptAppProject",
14379
14532
  "symbolId": "src/typescript:TypeScriptAppProject"
@@ -15150,7 +15303,7 @@
15150
15303
  },
15151
15304
  "locationInModule": {
15152
15305
  "filename": "src/typescript.ts",
15153
- "line": 185
15306
+ "line": 173
15154
15307
  },
15155
15308
  "parameters": [
15156
15309
  {
@@ -15164,7 +15317,7 @@
15164
15317
  "kind": "class",
15165
15318
  "locationInModule": {
15166
15319
  "filename": "src/typescript.ts",
15167
- "line": 467
15320
+ "line": 430
15168
15321
  },
15169
15322
  "name": "TypeScriptLibraryProject",
15170
15323
  "symbolId": "src/typescript:TypeScriptLibraryProject"
@@ -15183,7 +15336,7 @@
15183
15336
  "kind": "interface",
15184
15337
  "locationInModule": {
15185
15338
  "filename": "src/typescript.ts",
15186
- "line": 473
15339
+ "line": 436
15187
15340
  },
15188
15341
  "name": "TypeScriptLibraryProjectOptions",
15189
15342
  "symbolId": "src/typescript:TypeScriptLibraryProjectOptions"
@@ -15239,7 +15392,7 @@
15239
15392
  },
15240
15393
  "locationInModule": {
15241
15394
  "filename": "src/typescript.ts",
15242
- "line": 185
15395
+ "line": 173
15243
15396
  },
15244
15397
  "parameters": [
15245
15398
  {
@@ -15253,7 +15406,7 @@
15253
15406
  "kind": "class",
15254
15407
  "locationInModule": {
15255
15408
  "filename": "src/typescript.ts",
15256
- "line": 148
15409
+ "line": 141
15257
15410
  },
15258
15411
  "name": "TypeScriptProject",
15259
15412
  "properties": [
@@ -15264,7 +15417,7 @@
15264
15417
  "immutable": true,
15265
15418
  "locationInModule": {
15266
15419
  "filename": "src/typescript.ts",
15267
- "line": 150
15420
+ "line": 143
15268
15421
  },
15269
15422
  "name": "docsDirectory",
15270
15423
  "type": {
@@ -15279,7 +15432,7 @@
15279
15432
  "immutable": true,
15280
15433
  "locationInModule": {
15281
15434
  "filename": "src/typescript.ts",
15282
- "line": 168
15435
+ "line": 161
15283
15436
  },
15284
15437
  "name": "libdir",
15285
15438
  "type": {
@@ -15294,7 +15447,7 @@
15294
15447
  "immutable": true,
15295
15448
  "locationInModule": {
15296
15449
  "filename": "src/typescript.ts",
15297
- "line": 163
15450
+ "line": 156
15298
15451
  },
15299
15452
  "name": "srcdir",
15300
15453
  "type": {
@@ -15309,7 +15462,7 @@
15309
15462
  "immutable": true,
15310
15463
  "locationInModule": {
15311
15464
  "filename": "src/typescript.ts",
15312
- "line": 173
15465
+ "line": 166
15313
15466
  },
15314
15467
  "name": "testdir",
15315
15468
  "type": {
@@ -15324,7 +15477,7 @@
15324
15477
  "immutable": true,
15325
15478
  "locationInModule": {
15326
15479
  "filename": "src/typescript.ts",
15327
- "line": 158
15480
+ "line": 151
15328
15481
  },
15329
15482
  "name": "tsconfigDev",
15330
15483
  "type": {
@@ -15339,7 +15492,7 @@
15339
15492
  "immutable": true,
15340
15493
  "locationInModule": {
15341
15494
  "filename": "src/typescript.ts",
15342
- "line": 178
15495
+ "line": 171
15343
15496
  },
15344
15497
  "name": "watchTask",
15345
15498
  "type": {
@@ -15353,7 +15506,7 @@
15353
15506
  "immutable": true,
15354
15507
  "locationInModule": {
15355
15508
  "filename": "src/typescript.ts",
15356
- "line": 149
15509
+ "line": 142
15357
15510
  },
15358
15511
  "name": "docgen",
15359
15512
  "optional": true,
@@ -15368,7 +15521,7 @@
15368
15521
  "immutable": true,
15369
15522
  "locationInModule": {
15370
15523
  "filename": "src/typescript.ts",
15371
- "line": 151
15524
+ "line": 144
15372
15525
  },
15373
15526
  "name": "eslint",
15374
15527
  "optional": true,
@@ -15376,22 +15529,6 @@
15376
15529
  "fqn": "projen.Eslint"
15377
15530
  }
15378
15531
  },
15379
- {
15380
- "docs": {
15381
- "stability": "experimental",
15382
- "summary": "The \"package\" task (or undefined if `package` is set to `false`)."
15383
- },
15384
- "immutable": true,
15385
- "locationInModule": {
15386
- "filename": "src/typescript.ts",
15387
- "line": 183
15388
- },
15389
- "name": "packageTask",
15390
- "optional": true,
15391
- "type": {
15392
- "fqn": "projen.tasks.Task"
15393
- }
15394
- },
15395
15532
  {
15396
15533
  "docs": {
15397
15534
  "stability": "experimental"
@@ -15399,7 +15536,7 @@
15399
15536
  "immutable": true,
15400
15537
  "locationInModule": {
15401
15538
  "filename": "src/typescript.ts",
15402
- "line": 153
15539
+ "line": 146
15403
15540
  },
15404
15541
  "name": "tsconfig",
15405
15542
  "optional": true,
@@ -15414,7 +15551,7 @@
15414
15551
  "immutable": true,
15415
15552
  "locationInModule": {
15416
15553
  "filename": "src/typescript.ts",
15417
- "line": 152
15554
+ "line": 145
15418
15555
  },
15419
15556
  "name": "tsconfigEslint",
15420
15557
  "optional": true,
@@ -15442,24 +15579,6 @@
15442
15579
  },
15443
15580
  "name": "TypeScriptProjectOptions",
15444
15581
  "properties": [
15445
- {
15446
- "abstract": true,
15447
- "docs": {
15448
- "default": "- if `testdir` is under `src/**`, the default is `true`, otherwise the default is `false`.",
15449
- "stability": "experimental",
15450
- "summary": "Compile the code before running tests."
15451
- },
15452
- "immutable": true,
15453
- "locationInModule": {
15454
- "filename": "src/typescript.ts",
15455
- "line": 109
15456
- },
15457
- "name": "compileBeforeTest",
15458
- "optional": true,
15459
- "type": {
15460
- "primitive": "boolean"
15461
- }
15462
- },
15463
15582
  {
15464
15583
  "abstract": true,
15465
15584
  "docs": {
@@ -15524,7 +15643,7 @@
15524
15643
  "immutable": true,
15525
15644
  "locationInModule": {
15526
15645
  "filename": "src/typescript.ts",
15527
- "line": 121
15646
+ "line": 114
15528
15647
  },
15529
15648
  "name": "entrypointTypes",
15530
15649
  "optional": true,
@@ -15596,7 +15715,7 @@
15596
15715
  "immutable": true,
15597
15716
  "locationInModule": {
15598
15717
  "filename": "src/typescript.ts",
15599
- "line": 129
15718
+ "line": 122
15600
15719
  },
15601
15720
  "name": "package",
15602
15721
  "optional": true,
@@ -15614,7 +15733,7 @@
15614
15733
  "immutable": true,
15615
15734
  "locationInModule": {
15616
15735
  "filename": "src/typescript.ts",
15617
- "line": 136
15736
+ "line": 129
15618
15737
  },
15619
15738
  "name": "projenrcTs",
15620
15739
  "optional": true,
@@ -15631,7 +15750,7 @@
15631
15750
  "immutable": true,
15632
15751
  "locationInModule": {
15633
15752
  "filename": "src/typescript.ts",
15634
- "line": 141
15753
+ "line": 134
15635
15754
  },
15636
15755
  "name": "projenrcTsOptions",
15637
15756
  "optional": true,
@@ -15649,7 +15768,7 @@
15649
15768
  "immutable": true,
15650
15769
  "locationInModule": {
15651
15770
  "filename": "src/typescript.ts",
15652
- "line": 115
15771
+ "line": 108
15653
15772
  },
15654
15773
  "name": "sampleCode",
15655
15774
  "optional": true,
@@ -23865,7 +23984,7 @@
23865
23984
  },
23866
23985
  "locationInModule": {
23867
23986
  "filename": "src/java/java-project.ts",
23868
- "line": 147
23987
+ "line": 141
23869
23988
  },
23870
23989
  "parameters": [
23871
23990
  {
@@ -23879,7 +23998,7 @@
23879
23998
  "kind": "class",
23880
23999
  "locationInModule": {
23881
24000
  "filename": "src/java/java-project.ts",
23882
- "line": 111
24001
+ "line": 110
23883
24002
  },
23884
24003
  "methods": [
23885
24004
  {
@@ -23889,7 +24008,7 @@
23889
24008
  },
23890
24009
  "locationInModule": {
23891
24010
  "filename": "src/java/java-project.ts",
23892
- "line": 208
24011
+ "line": 198
23893
24012
  },
23894
24013
  "name": "addDependency",
23895
24014
  "parameters": [
@@ -23912,7 +24031,7 @@
23912
24031
  },
23913
24032
  "locationInModule": {
23914
24033
  "filename": "src/java/java-project.ts",
23915
- "line": 229
24034
+ "line": 219
23916
24035
  },
23917
24036
  "name": "addPlugin",
23918
24037
  "parameters": [
@@ -23949,7 +24068,7 @@
23949
24068
  },
23950
24069
  "locationInModule": {
23951
24070
  "filename": "src/java/java-project.ts",
23952
- "line": 217
24071
+ "line": 207
23953
24072
  },
23954
24073
  "name": "addTestDependency",
23955
24074
  "parameters": [
@@ -23968,21 +24087,6 @@
23968
24087
  "name": "JavaProject",
23969
24088
  "namespace": "java",
23970
24089
  "properties": [
23971
- {
23972
- "docs": {
23973
- "stability": "experimental",
23974
- "summary": "The primary build task."
23975
- },
23976
- "immutable": true,
23977
- "locationInModule": {
23978
- "filename": "src/java/java-project.ts",
23979
- "line": 145
23980
- },
23981
- "name": "buildTask",
23982
- "type": {
23983
- "fqn": "projen.tasks.Task"
23984
- }
23985
- },
23986
24090
  {
23987
24091
  "docs": {
23988
24092
  "stability": "experimental",
@@ -23991,7 +24095,7 @@
23991
24095
  "immutable": true,
23992
24096
  "locationInModule": {
23993
24097
  "filename": "src/java/java-project.ts",
23994
- "line": 130
24098
+ "line": 129
23995
24099
  },
23996
24100
  "name": "compile",
23997
24101
  "type": {
@@ -24006,7 +24110,7 @@
24006
24110
  "immutable": true,
24007
24111
  "locationInModule": {
24008
24112
  "filename": "src/java/java-project.ts",
24009
- "line": 140
24113
+ "line": 139
24010
24114
  },
24011
24115
  "name": "distdir",
24012
24116
  "type": {
@@ -24021,7 +24125,7 @@
24021
24125
  "immutable": true,
24022
24126
  "locationInModule": {
24023
24127
  "filename": "src/java/java-project.ts",
24024
- "line": 125
24128
+ "line": 124
24025
24129
  },
24026
24130
  "name": "packaging",
24027
24131
  "type": {
@@ -24036,7 +24140,7 @@
24036
24140
  "immutable": true,
24037
24141
  "locationInModule": {
24038
24142
  "filename": "src/java/java-project.ts",
24039
- "line": 115
24143
+ "line": 114
24040
24144
  },
24041
24145
  "name": "pom",
24042
24146
  "type": {
@@ -24051,7 +24155,7 @@
24051
24155
  "immutable": true,
24052
24156
  "locationInModule": {
24053
24157
  "filename": "src/java/java-project.ts",
24054
- "line": 120
24158
+ "line": 119
24055
24159
  },
24056
24160
  "name": "junit",
24057
24161
  "optional": true,
@@ -24067,7 +24171,7 @@
24067
24171
  "immutable": true,
24068
24172
  "locationInModule": {
24069
24173
  "filename": "src/java/java-project.ts",
24070
- "line": 135
24174
+ "line": 134
24071
24175
  },
24072
24176
  "name": "projenrc",
24073
24177
  "optional": true,
@@ -24093,7 +24197,7 @@
24093
24197
  "kind": "interface",
24094
24198
  "locationInModule": {
24095
24199
  "filename": "src/java/java-project.ts",
24096
- "line": 13
24200
+ "line": 12
24097
24201
  },
24098
24202
  "name": "JavaProjectCommonOptions",
24099
24203
  "namespace": "java",
@@ -24108,7 +24212,7 @@
24108
24212
  "immutable": true,
24109
24213
  "locationInModule": {
24110
24214
  "filename": "src/java/java-project.ts",
24111
- "line": 71
24215
+ "line": 70
24112
24216
  },
24113
24217
  "name": "compileOptions",
24114
24218
  "optional": true,
@@ -24130,7 +24234,7 @@
24130
24234
  "immutable": true,
24131
24235
  "locationInModule": {
24132
24236
  "filename": "src/java/java-project.ts",
24133
- "line": 33
24237
+ "line": 32
24134
24238
  },
24135
24239
  "name": "deps",
24136
24240
  "optional": true,
@@ -24153,7 +24257,7 @@
24153
24257
  "immutable": true,
24154
24258
  "locationInModule": {
24155
24259
  "filename": "src/java/java-project.ts",
24156
- "line": 19
24260
+ "line": 18
24157
24261
  },
24158
24262
  "name": "distdir",
24159
24263
  "optional": true,
@@ -24171,7 +24275,7 @@
24171
24275
  "immutable": true,
24172
24276
  "locationInModule": {
24173
24277
  "filename": "src/java/java-project.ts",
24174
- "line": 53
24278
+ "line": 52
24175
24279
  },
24176
24280
  "name": "junit",
24177
24281
  "optional": true,
@@ -24189,7 +24293,7 @@
24189
24293
  "immutable": true,
24190
24294
  "locationInModule": {
24191
24295
  "filename": "src/java/java-project.ts",
24192
- "line": 59
24296
+ "line": 58
24193
24297
  },
24194
24298
  "name": "junitOptions",
24195
24299
  "optional": true,
@@ -24207,7 +24311,7 @@
24207
24311
  "immutable": true,
24208
24312
  "locationInModule": {
24209
24313
  "filename": "src/java/java-project.ts",
24210
- "line": 65
24314
+ "line": 64
24211
24315
  },
24212
24316
  "name": "packagingOptions",
24213
24317
  "optional": true,
@@ -24226,7 +24330,7 @@
24226
24330
  "immutable": true,
24227
24331
  "locationInModule": {
24228
24332
  "filename": "src/java/java-project.ts",
24229
- "line": 81
24333
+ "line": 80
24230
24334
  },
24231
24335
  "name": "projenrcJava",
24232
24336
  "optional": true,
@@ -24244,7 +24348,7 @@
24244
24348
  "immutable": true,
24245
24349
  "locationInModule": {
24246
24350
  "filename": "src/java/java-project.ts",
24247
- "line": 87
24351
+ "line": 86
24248
24352
  },
24249
24353
  "name": "projenrcJavaOptions",
24250
24354
  "optional": true,
@@ -24266,7 +24370,7 @@
24266
24370
  "immutable": true,
24267
24371
  "locationInModule": {
24268
24372
  "filename": "src/java/java-project.ts",
24269
- "line": 45
24373
+ "line": 44
24270
24374
  },
24271
24375
  "name": "testDeps",
24272
24376
  "optional": true,
@@ -24296,7 +24400,7 @@
24296
24400
  "kind": "interface",
24297
24401
  "locationInModule": {
24298
24402
  "filename": "src/java/java-project.ts",
24299
- "line": 93
24403
+ "line": 92
24300
24404
  },
24301
24405
  "name": "JavaProjectOptions",
24302
24406
  "namespace": "java",
@@ -24310,7 +24414,7 @@
24310
24414
  "immutable": true,
24311
24415
  "locationInModule": {
24312
24416
  "filename": "src/java/java-project.ts",
24313
- "line": 97
24417
+ "line": 96
24314
24418
  },
24315
24419
  "name": "sample",
24316
24420
  "optional": true,
@@ -24328,7 +24432,7 @@
24328
24432
  "immutable": true,
24329
24433
  "locationInModule": {
24330
24434
  "filename": "src/java/java-project.ts",
24331
- "line": 103
24435
+ "line": 102
24332
24436
  },
24333
24437
  "name": "sampleJavaPackage",
24334
24438
  "optional": true,
@@ -24464,7 +24568,7 @@
24464
24568
  },
24465
24569
  "locationInModule": {
24466
24570
  "filename": "src/java/maven-compile.ts",
24467
- "line": 31
24571
+ "line": 28
24468
24572
  },
24469
24573
  "parameters": [
24470
24574
  {
@@ -24491,26 +24595,10 @@
24491
24595
  "kind": "class",
24492
24596
  "locationInModule": {
24493
24597
  "filename": "src/java/maven-compile.ts",
24494
- "line": 28
24598
+ "line": 27
24495
24599
  },
24496
24600
  "name": "MavenCompile",
24497
24601
  "namespace": "java",
24498
- "properties": [
24499
- {
24500
- "docs": {
24501
- "stability": "experimental"
24502
- },
24503
- "immutable": true,
24504
- "locationInModule": {
24505
- "filename": "src/java/maven-compile.ts",
24506
- "line": 29
24507
- },
24508
- "name": "compileTask",
24509
- "type": {
24510
- "fqn": "projen.tasks.Task"
24511
- }
24512
- }
24513
- ],
24514
24602
  "symbolId": "src/java/maven-compile:MavenCompile"
24515
24603
  },
24516
24604
  "projen.java.MavenCompileOptions": {
@@ -24524,7 +24612,7 @@
24524
24612
  "kind": "interface",
24525
24613
  "locationInModule": {
24526
24614
  "filename": "src/java/maven-compile.ts",
24527
- "line": 9
24615
+ "line": 8
24528
24616
  },
24529
24617
  "name": "MavenCompileOptions",
24530
24618
  "namespace": "java",
@@ -24539,7 +24627,7 @@
24539
24627
  "immutable": true,
24540
24628
  "locationInModule": {
24541
24629
  "filename": "src/java/maven-compile.ts",
24542
- "line": 15
24630
+ "line": 14
24543
24631
  },
24544
24632
  "name": "source",
24545
24633
  "optional": true,
@@ -24557,7 +24645,7 @@
24557
24645
  "immutable": true,
24558
24646
  "locationInModule": {
24559
24647
  "filename": "src/java/maven-compile.ts",
24560
- "line": 22
24648
+ "line": 21
24561
24649
  },
24562
24650
  "name": "target",
24563
24651
  "optional": true,
@@ -24582,7 +24670,7 @@
24582
24670
  },
24583
24671
  "locationInModule": {
24584
24672
  "filename": "src/java/maven-packaging.ts",
24585
- "line": 44
24673
+ "line": 38
24586
24674
  },
24587
24675
  "parameters": [
24588
24676
  {
@@ -24609,27 +24697,10 @@
24609
24697
  "kind": "class",
24610
24698
  "locationInModule": {
24611
24699
  "filename": "src/java/maven-packaging.ts",
24612
- "line": 38
24700
+ "line": 37
24613
24701
  },
24614
24702
  "name": "MavenPackaging",
24615
24703
  "namespace": "java",
24616
- "properties": [
24617
- {
24618
- "docs": {
24619
- "stability": "experimental",
24620
- "summary": "The \"package\" task."
24621
- },
24622
- "immutable": true,
24623
- "locationInModule": {
24624
- "filename": "src/java/maven-packaging.ts",
24625
- "line": 42
24626
- },
24627
- "name": "task",
24628
- "type": {
24629
- "fqn": "projen.tasks.Task"
24630
- }
24631
- }
24632
- ],
24633
24704
  "symbolId": "src/java/maven-packaging:MavenPackaging"
24634
24705
  },
24635
24706
  "projen.java.MavenPackagingOptions": {
@@ -24643,7 +24714,7 @@
24643
24714
  "kind": "interface",
24644
24715
  "locationInModule": {
24645
24716
  "filename": "src/java/maven-packaging.ts",
24646
- "line": 9
24717
+ "line": 8
24647
24718
  },
24648
24719
  "name": "MavenPackagingOptions",
24649
24720
  "namespace": "java",
@@ -24658,7 +24729,7 @@
24658
24729
  "immutable": true,
24659
24730
  "locationInModule": {
24660
24731
  "filename": "src/java/maven-packaging.ts",
24661
- "line": 20
24732
+ "line": 19
24662
24733
  },
24663
24734
  "name": "distdir",
24664
24735
  "optional": true,
@@ -24676,7 +24747,7 @@
24676
24747
  "immutable": true,
24677
24748
  "locationInModule": {
24678
24749
  "filename": "src/java/maven-packaging.ts",
24679
- "line": 26
24750
+ "line": 25
24680
24751
  },
24681
24752
  "name": "javadocs",
24682
24753
  "optional": true,
@@ -24694,7 +24765,7 @@
24694
24765
  "immutable": true,
24695
24766
  "locationInModule": {
24696
24767
  "filename": "src/java/maven-packaging.ts",
24697
- "line": 32
24768
+ "line": 31
24698
24769
  },
24699
24770
  "name": "javadocsExclude",
24700
24771
  "optional": true,
@@ -24717,7 +24788,7 @@
24717
24788
  "immutable": true,
24718
24789
  "locationInModule": {
24719
24790
  "filename": "src/java/maven-packaging.ts",
24720
- "line": 14
24791
+ "line": 13
24721
24792
  },
24722
24793
  "name": "sources",
24723
24794
  "optional": true,
@@ -25522,7 +25593,7 @@
25522
25593
  "kind": "interface",
25523
25594
  "locationInModule": {
25524
25595
  "filename": "src/javascript/bundler.ts",
25525
- "line": 126
25596
+ "line": 121
25526
25597
  },
25527
25598
  "name": "BundleOptions",
25528
25599
  "namespace": "javascript",
@@ -25536,7 +25607,7 @@
25536
25607
  "immutable": true,
25537
25608
  "locationInModule": {
25538
25609
  "filename": "src/javascript/bundler.ts",
25539
- "line": 130
25610
+ "line": 125
25540
25611
  },
25541
25612
  "name": "entrypoint",
25542
25613
  "type": {
@@ -25552,7 +25623,7 @@
25552
25623
  "immutable": true,
25553
25624
  "locationInModule": {
25554
25625
  "filename": "src/javascript/bundler.ts",
25555
- "line": 149
25626
+ "line": 144
25556
25627
  },
25557
25628
  "name": "outfile",
25558
25629
  "type": {
@@ -25569,7 +25640,7 @@
25569
25640
  "immutable": true,
25570
25641
  "locationInModule": {
25571
25642
  "filename": "src/javascript/bundler.ts",
25572
- "line": 144
25643
+ "line": 139
25573
25644
  },
25574
25645
  "name": "platform",
25575
25646
  "type": {
@@ -25586,7 +25657,7 @@
25586
25657
  "immutable": true,
25587
25658
  "locationInModule": {
25588
25659
  "filename": "src/javascript/bundler.ts",
25589
- "line": 137
25660
+ "line": 132
25590
25661
  },
25591
25662
  "name": "target",
25592
25663
  "type": {
@@ -25604,7 +25675,7 @@
25604
25675
  "immutable": true,
25605
25676
  "locationInModule": {
25606
25677
  "filename": "src/javascript/bundler.ts",
25607
- "line": 167
25678
+ "line": 162
25608
25679
  },
25609
25680
  "name": "externals",
25610
25681
  "optional": true,
@@ -25627,7 +25698,7 @@
25627
25698
  "immutable": true,
25628
25699
  "locationInModule": {
25629
25700
  "filename": "src/javascript/bundler.ts",
25630
- "line": 174
25701
+ "line": 169
25631
25702
  },
25632
25703
  "name": "sourcemap",
25633
25704
  "optional": true,
@@ -25646,7 +25717,7 @@
25646
25717
  "immutable": true,
25647
25718
  "locationInModule": {
25648
25719
  "filename": "src/javascript/bundler.ts",
25649
- "line": 183
25720
+ "line": 178
25650
25721
  },
25651
25722
  "name": "watchTask",
25652
25723
  "optional": true,
@@ -25672,7 +25743,7 @@
25672
25743
  },
25673
25744
  "locationInModule": {
25674
25745
  "filename": "src/javascript/bundler.ts",
25675
- "line": 52
25746
+ "line": 48
25676
25747
  },
25677
25748
  "parameters": [
25678
25749
  {
@@ -25683,6 +25754,7 @@
25683
25754
  },
25684
25755
  {
25685
25756
  "name": "options",
25757
+ "optional": true,
25686
25758
  "type": {
25687
25759
  "fqn": "projen.javascript.BundlerOptions"
25688
25760
  }
@@ -25692,7 +25764,7 @@
25692
25764
  "kind": "class",
25693
25765
  "locationInModule": {
25694
25766
  "filename": "src/javascript/bundler.ts",
25695
- "line": 32
25767
+ "line": 29
25696
25768
  },
25697
25769
  "methods": [
25698
25770
  {
@@ -25703,7 +25775,7 @@
25703
25775
  },
25704
25776
  "locationInModule": {
25705
25777
  "filename": "src/javascript/bundler.ts",
25706
- "line": 39
25778
+ "line": 36
25707
25779
  },
25708
25780
  "name": "of",
25709
25781
  "parameters": [
@@ -25732,7 +25804,7 @@
25732
25804
  },
25733
25805
  "locationInModule": {
25734
25806
  "filename": "src/javascript/bundler.ts",
25735
- "line": 85
25807
+ "line": 80
25736
25808
  },
25737
25809
  "name": "addBundle",
25738
25810
  "parameters": [
@@ -25773,7 +25845,7 @@
25773
25845
  "immutable": true,
25774
25846
  "locationInModule": {
25775
25847
  "filename": "src/javascript/bundler.ts",
25776
- "line": 62
25848
+ "line": 57
25777
25849
  },
25778
25850
  "name": "bundleTask",
25779
25851
  "type": {
@@ -25787,7 +25859,7 @@
25787
25859
  "immutable": true,
25788
25860
  "locationInModule": {
25789
25861
  "filename": "src/javascript/bundler.ts",
25790
- "line": 47
25862
+ "line": 43
25791
25863
  },
25792
25864
  "name": "esbuildVersion",
25793
25865
  "optional": true,
@@ -25853,24 +25925,6 @@
25853
25925
  },
25854
25926
  "name": "BundlerOptions",
25855
25927
  "namespace": "javascript",
25856
- "properties": [
25857
- {
25858
- "abstract": true,
25859
- "docs": {
25860
- "stability": "experimental",
25861
- "summary": "A parent task that will spawn the \"bundle\" task (usually \"compile\")."
25862
- },
25863
- "immutable": true,
25864
- "locationInModule": {
25865
- "filename": "src/javascript/bundler.ts",
25866
- "line": 25
25867
- },
25868
- "name": "parentTask",
25869
- "type": {
25870
- "fqn": "projen.tasks.Task"
25871
- }
25872
- }
25873
- ],
25874
25928
  "symbolId": "src/javascript/bundler:BundlerOptions"
25875
25929
  },
25876
25930
  "projen.javascript.NpmConfig": {
@@ -26032,7 +26086,7 @@
26032
26086
  },
26033
26087
  "locationInModule": {
26034
26088
  "filename": "src/javascript/projenrc.ts",
26035
- "line": 21
26089
+ "line": 20
26036
26090
  },
26037
26091
  "parameters": [
26038
26092
  {
@@ -26053,7 +26107,7 @@
26053
26107
  "kind": "class",
26054
26108
  "locationInModule": {
26055
26109
  "filename": "src/javascript/projenrc.ts",
26056
- "line": 18
26110
+ "line": 17
26057
26111
  },
26058
26112
  "name": "Projenrc",
26059
26113
  "namespace": "javascript",
@@ -26069,7 +26123,7 @@
26069
26123
  "kind": "interface",
26070
26124
  "locationInModule": {
26071
26125
  "filename": "src/javascript/projenrc.ts",
26072
- "line": 7
26126
+ "line": 6
26073
26127
  },
26074
26128
  "name": "ProjenrcOptions",
26075
26129
  "namespace": "javascript",
@@ -26084,7 +26138,7 @@
26084
26138
  "immutable": true,
26085
26139
  "locationInModule": {
26086
26140
  "filename": "src/javascript/projenrc.ts",
26087
- "line": 12
26141
+ "line": 11
26088
26142
  },
26089
26143
  "name": "filename",
26090
26144
  "optional": true,
@@ -26346,22 +26400,6 @@
26346
26400
  "name": "IPythonPackaging",
26347
26401
  "namespace": "python",
26348
26402
  "properties": [
26349
- {
26350
- "abstract": true,
26351
- "docs": {
26352
- "stability": "experimental",
26353
- "summary": "A task that packages the project for distribution."
26354
- },
26355
- "immutable": true,
26356
- "locationInModule": {
26357
- "filename": "src/python/python-packaging.ts",
26358
- "line": 8
26359
- },
26360
- "name": "packageTask",
26361
- "type": {
26362
- "fqn": "projen.tasks.Task"
26363
- }
26364
- },
26365
26403
  {
26366
26404
  "abstract": true,
26367
26405
  "docs": {
@@ -26371,7 +26409,7 @@
26371
26409
  "immutable": true,
26372
26410
  "locationInModule": {
26373
26411
  "filename": "src/python/python-packaging.ts",
26374
- "line": 13
26412
+ "line": 8
26375
26413
  },
26376
26414
  "name": "publishTask",
26377
26415
  "type": {
@@ -26534,7 +26572,7 @@
26534
26572
  },
26535
26573
  "locationInModule": {
26536
26574
  "filename": "src/python/poetry.ts",
26537
- "line": 25
26575
+ "line": 24
26538
26576
  },
26539
26577
  "parameters": [
26540
26578
  {
@@ -26569,7 +26607,7 @@
26569
26607
  },
26570
26608
  "locationInModule": {
26571
26609
  "filename": "src/python/poetry.ts",
26572
- "line": 109
26610
+ "line": 105
26573
26611
  },
26574
26612
  "name": "addDependency",
26575
26613
  "overrides": "projen.python.IPythonDeps",
@@ -26592,7 +26630,7 @@
26592
26630
  },
26593
26631
  "locationInModule": {
26594
26632
  "filename": "src/python/poetry.ts",
26595
- "line": 118
26633
+ "line": 114
26596
26634
  },
26597
26635
  "name": "addDevDependency",
26598
26636
  "overrides": "projen.python.IPythonDeps",
@@ -26615,7 +26653,7 @@
26615
26653
  },
26616
26654
  "locationInModule": {
26617
26655
  "filename": "src/python/poetry.ts",
26618
- "line": 143
26656
+ "line": 139
26619
26657
  },
26620
26658
  "name": "installDependencies",
26621
26659
  "overrides": "projen.python.IPythonDeps"
@@ -26627,7 +26665,7 @@
26627
26665
  },
26628
26666
  "locationInModule": {
26629
26667
  "filename": "src/python/poetry.ts",
26630
- "line": 125
26668
+ "line": 121
26631
26669
  },
26632
26670
  "name": "setupEnvironment",
26633
26671
  "overrides": "projen.python.IPythonEnv"
@@ -26652,22 +26690,6 @@
26652
26690
  "fqn": "projen.tasks.Task"
26653
26691
  }
26654
26692
  },
26655
- {
26656
- "docs": {
26657
- "stability": "experimental",
26658
- "summary": "A task that packages the project for distribution."
26659
- },
26660
- "immutable": true,
26661
- "locationInModule": {
26662
- "filename": "src/python/poetry.ts",
26663
- "line": 17
26664
- },
26665
- "name": "packageTask",
26666
- "overrides": "projen.python.IPythonPackaging",
26667
- "type": {
26668
- "fqn": "projen.tasks.Task"
26669
- }
26670
- },
26671
26693
  {
26672
26694
  "docs": {
26673
26695
  "stability": "experimental",
@@ -26676,7 +26698,7 @@
26676
26698
  "immutable": true,
26677
26699
  "locationInModule": {
26678
26700
  "filename": "src/python/poetry.ts",
26679
- "line": 18
26701
+ "line": 17
26680
26702
  },
26681
26703
  "name": "publishTask",
26682
26704
  "overrides": "projen.python.IPythonPackaging",
@@ -26692,7 +26714,7 @@
26692
26714
  "immutable": true,
26693
26715
  "locationInModule": {
26694
26716
  "filename": "src/python/poetry.ts",
26695
- "line": 23
26717
+ "line": 22
26696
26718
  },
26697
26719
  "name": "publishTestTask",
26698
26720
  "type": {
@@ -26717,7 +26739,7 @@
26717
26739
  },
26718
26740
  "locationInModule": {
26719
26741
  "filename": "src/python/poetry.ts",
26720
- "line": 296
26742
+ "line": 292
26721
26743
  },
26722
26744
  "parameters": [
26723
26745
  {
@@ -26737,7 +26759,7 @@
26737
26759
  "kind": "class",
26738
26760
  "locationInModule": {
26739
26761
  "filename": "src/python/poetry.ts",
26740
- "line": 293
26762
+ "line": 289
26741
26763
  },
26742
26764
  "name": "PoetryPyproject",
26743
26765
  "namespace": "python",
@@ -26749,7 +26771,7 @@
26749
26771
  "immutable": true,
26750
26772
  "locationInModule": {
26751
26773
  "filename": "src/python/poetry.ts",
26752
- "line": 294
26774
+ "line": 290
26753
26775
  },
26754
26776
  "name": "file",
26755
26777
  "type": {
@@ -26774,7 +26796,7 @@
26774
26796
  "kind": "interface",
26775
26797
  "locationInModule": {
26776
26798
  "filename": "src/python/poetry.ts",
26777
- "line": 270
26799
+ "line": 266
26778
26800
  },
26779
26801
  "name": "PoetryPyprojectOptions",
26780
26802
  "namespace": "python",
@@ -26790,7 +26812,7 @@
26790
26812
  "immutable": true,
26791
26813
  "locationInModule": {
26792
26814
  "filename": "src/python/poetry.ts",
26793
- "line": 278
26815
+ "line": 274
26794
26816
  },
26795
26817
  "name": "dependencies",
26796
26818
  "optional": true,
@@ -26813,7 +26835,7 @@
26813
26835
  "immutable": true,
26814
26836
  "locationInModule": {
26815
26837
  "filename": "src/python/poetry.ts",
26816
- "line": 285
26838
+ "line": 281
26817
26839
  },
26818
26840
  "name": "devDependencies",
26819
26841
  "optional": true,
@@ -26841,7 +26863,7 @@
26841
26863
  "kind": "interface",
26842
26864
  "locationInModule": {
26843
26865
  "filename": "src/python/poetry.ts",
26844
- "line": 154
26866
+ "line": 150
26845
26867
  },
26846
26868
  "name": "PoetryPyprojectOptionsWithoutDeps",
26847
26869
  "namespace": "python",
@@ -26856,7 +26878,7 @@
26856
26878
  "immutable": true,
26857
26879
  "locationInModule": {
26858
26880
  "filename": "src/python/poetry.ts",
26859
- "line": 181
26881
+ "line": 177
26860
26882
  },
26861
26883
  "name": "authors",
26862
26884
  "optional": true,
@@ -26879,7 +26901,7 @@
26879
26901
  "immutable": true,
26880
26902
  "locationInModule": {
26881
26903
  "filename": "src/python/poetry.ts",
26882
- "line": 218
26904
+ "line": 214
26883
26905
  },
26884
26906
  "name": "classifiers",
26885
26907
  "optional": true,
@@ -26901,7 +26923,7 @@
26901
26923
  "immutable": true,
26902
26924
  "locationInModule": {
26903
26925
  "filename": "src/python/poetry.ts",
26904
- "line": 168
26926
+ "line": 164
26905
26927
  },
26906
26928
  "name": "description",
26907
26929
  "optional": true,
@@ -26918,7 +26940,7 @@
26918
26940
  "immutable": true,
26919
26941
  "locationInModule": {
26920
26942
  "filename": "src/python/poetry.ts",
26921
- "line": 206
26943
+ "line": 202
26922
26944
  },
26923
26945
  "name": "documentation",
26924
26946
  "optional": true,
@@ -26936,7 +26958,7 @@
26936
26958
  "immutable": true,
26937
26959
  "locationInModule": {
26938
26960
  "filename": "src/python/poetry.ts",
26939
- "line": 236
26961
+ "line": 232
26940
26962
  },
26941
26963
  "name": "exclude",
26942
26964
  "optional": true,
@@ -26958,7 +26980,7 @@
26958
26980
  "immutable": true,
26959
26981
  "locationInModule": {
26960
26982
  "filename": "src/python/poetry.ts",
26961
- "line": 251
26983
+ "line": 247
26962
26984
  },
26963
26985
  "name": "extras",
26964
26986
  "optional": true,
@@ -26985,7 +27007,7 @@
26985
27007
  "immutable": true,
26986
27008
  "locationInModule": {
26987
27009
  "filename": "src/python/poetry.ts",
26988
- "line": 196
27010
+ "line": 192
26989
27011
  },
26990
27012
  "name": "homepage",
26991
27013
  "optional": true,
@@ -27002,7 +27024,7 @@
27002
27024
  "immutable": true,
27003
27025
  "locationInModule": {
27004
27026
  "filename": "src/python/poetry.ts",
27005
- "line": 228
27027
+ "line": 224
27006
27028
  },
27007
27029
  "name": "include",
27008
27030
  "optional": true,
@@ -27024,7 +27046,7 @@
27024
27046
  "immutable": true,
27025
27047
  "locationInModule": {
27026
27048
  "filename": "src/python/poetry.ts",
27027
- "line": 211
27049
+ "line": 207
27028
27050
  },
27029
27051
  "name": "keywords",
27030
27052
  "optional": true,
@@ -27047,7 +27069,7 @@
27047
27069
  "immutable": true,
27048
27070
  "locationInModule": {
27049
27071
  "filename": "src/python/poetry.ts",
27050
- "line": 176
27072
+ "line": 172
27051
27073
  },
27052
27074
  "name": "license",
27053
27075
  "optional": true,
@@ -27065,7 +27087,7 @@
27065
27087
  "immutable": true,
27066
27088
  "locationInModule": {
27067
27089
  "filename": "src/python/poetry.ts",
27068
- "line": 186
27090
+ "line": 182
27069
27091
  },
27070
27092
  "name": "maintainers",
27071
27093
  "optional": true,
@@ -27087,7 +27109,7 @@
27087
27109
  "immutable": true,
27088
27110
  "locationInModule": {
27089
27111
  "filename": "src/python/poetry.ts",
27090
- "line": 158
27112
+ "line": 154
27091
27113
  },
27092
27114
  "name": "name",
27093
27115
  "optional": true,
@@ -27104,7 +27126,7 @@
27104
27126
  "immutable": true,
27105
27127
  "locationInModule": {
27106
27128
  "filename": "src/python/poetry.ts",
27107
- "line": 223
27129
+ "line": 219
27108
27130
  },
27109
27131
  "name": "packages",
27110
27132
  "optional": true,
@@ -27128,7 +27150,7 @@
27128
27150
  "immutable": true,
27129
27151
  "locationInModule": {
27130
27152
  "filename": "src/python/poetry.ts",
27131
- "line": 257
27153
+ "line": 253
27132
27154
  },
27133
27155
  "name": "plugins",
27134
27156
  "optional": true,
@@ -27145,7 +27167,7 @@
27145
27167
  "immutable": true,
27146
27168
  "locationInModule": {
27147
27169
  "filename": "src/python/poetry.ts",
27148
- "line": 191
27170
+ "line": 187
27149
27171
  },
27150
27172
  "name": "readme",
27151
27173
  "optional": true,
@@ -27162,7 +27184,7 @@
27162
27184
  "immutable": true,
27163
27185
  "locationInModule": {
27164
27186
  "filename": "src/python/poetry.ts",
27165
- "line": 201
27187
+ "line": 197
27166
27188
  },
27167
27189
  "name": "repository",
27168
27190
  "optional": true,
@@ -27179,7 +27201,7 @@
27179
27201
  "immutable": true,
27180
27202
  "locationInModule": {
27181
27203
  "filename": "src/python/poetry.ts",
27182
- "line": 241
27204
+ "line": 237
27183
27205
  },
27184
27206
  "name": "scripts",
27185
27207
  "optional": true,
@@ -27201,7 +27223,7 @@
27201
27223
  "immutable": true,
27202
27224
  "locationInModule": {
27203
27225
  "filename": "src/python/poetry.ts",
27204
- "line": 246
27226
+ "line": 242
27205
27227
  },
27206
27228
  "name": "source",
27207
27229
  "optional": true,
@@ -27224,7 +27246,7 @@
27224
27246
  "immutable": true,
27225
27247
  "locationInModule": {
27226
27248
  "filename": "src/python/poetry.ts",
27227
- "line": 263
27249
+ "line": 259
27228
27250
  },
27229
27251
  "name": "urls",
27230
27252
  "optional": true,
@@ -27246,7 +27268,7 @@
27246
27268
  "immutable": true,
27247
27269
  "locationInModule": {
27248
27270
  "filename": "src/python/poetry.ts",
27249
- "line": 163
27271
+ "line": 159
27250
27272
  },
27251
27273
  "name": "version",
27252
27274
  "optional": true,
@@ -27367,7 +27389,7 @@
27367
27389
  },
27368
27390
  "locationInModule": {
27369
27391
  "filename": "src/python/pytest.ts",
27370
- "line": 30
27392
+ "line": 27
27371
27393
  },
27372
27394
  "parameters": [
27373
27395
  {
@@ -27388,26 +27410,10 @@
27388
27410
  "kind": "class",
27389
27411
  "locationInModule": {
27390
27412
  "filename": "src/python/pytest.ts",
27391
- "line": 27
27413
+ "line": 26
27392
27414
  },
27393
27415
  "name": "Pytest",
27394
27416
  "namespace": "python",
27395
- "properties": [
27396
- {
27397
- "docs": {
27398
- "stability": "experimental"
27399
- },
27400
- "immutable": true,
27401
- "locationInModule": {
27402
- "filename": "src/python/pytest.ts",
27403
- "line": 28
27404
- },
27405
- "name": "testTask",
27406
- "type": {
27407
- "fqn": "projen.tasks.Task"
27408
- }
27409
- }
27410
- ],
27411
27417
  "symbolId": "src/python/pytest:Pytest"
27412
27418
  },
27413
27419
  "projen.python.PytestOptions": {
@@ -27420,7 +27426,7 @@
27420
27426
  "kind": "interface",
27421
27427
  "locationInModule": {
27422
27428
  "filename": "src/python/pytest.ts",
27423
- "line": 6
27429
+ "line": 5
27424
27430
  },
27425
27431
  "name": "PytestOptions",
27426
27432
  "namespace": "python",
@@ -27434,7 +27440,7 @@
27434
27440
  "immutable": true,
27435
27441
  "locationInModule": {
27436
27442
  "filename": "src/python/pytest.ts",
27437
- "line": 24
27443
+ "line": 23
27438
27444
  },
27439
27445
  "name": "maxFailures",
27440
27446
  "optional": true,
@@ -27452,7 +27458,7 @@
27452
27458
  "immutable": true,
27453
27459
  "locationInModule": {
27454
27460
  "filename": "src/python/pytest.ts",
27455
- "line": 19
27461
+ "line": 18
27456
27462
  },
27457
27463
  "name": "testdir",
27458
27464
  "optional": true,
@@ -27470,7 +27476,7 @@
27470
27476
  "immutable": true,
27471
27477
  "locationInModule": {
27472
27478
  "filename": "src/python/pytest.ts",
27473
- "line": 12
27479
+ "line": 11
27474
27480
  },
27475
27481
  "name": "version",
27476
27482
  "optional": true,
@@ -27491,7 +27497,7 @@
27491
27497
  "kind": "interface",
27492
27498
  "locationInModule": {
27493
27499
  "filename": "src/python/python-packaging.ts",
27494
- "line": 16
27500
+ "line": 11
27495
27501
  },
27496
27502
  "name": "PythonPackagingOptions",
27497
27503
  "namespace": "python",
@@ -27506,7 +27512,7 @@
27506
27512
  "immutable": true,
27507
27513
  "locationInModule": {
27508
27514
  "filename": "src/python/python-packaging.ts",
27509
- "line": 29
27515
+ "line": 24
27510
27516
  },
27511
27517
  "name": "authorEmail",
27512
27518
  "type": {
@@ -27523,7 +27529,7 @@
27523
27529
  "immutable": true,
27524
27530
  "locationInModule": {
27525
27531
  "filename": "src/python/python-packaging.ts",
27526
- "line": 22
27532
+ "line": 17
27527
27533
  },
27528
27534
  "name": "authorName",
27529
27535
  "type": {
@@ -27543,7 +27549,7 @@
27543
27549
  "immutable": true,
27544
27550
  "locationInModule": {
27545
27551
  "filename": "src/python/python-packaging.ts",
27546
- "line": 37
27552
+ "line": 32
27547
27553
  },
27548
27554
  "name": "version",
27549
27555
  "type": {
@@ -27560,7 +27566,7 @@
27560
27566
  "immutable": true,
27561
27567
  "locationInModule": {
27562
27568
  "filename": "src/python/python-packaging.ts",
27563
- "line": 60
27569
+ "line": 55
27564
27570
  },
27565
27571
  "name": "classifiers",
27566
27572
  "optional": true,
@@ -27585,7 +27591,7 @@
27585
27591
  "immutable": true,
27586
27592
  "locationInModule": {
27587
27593
  "filename": "src/python/python-packaging.ts",
27588
- "line": 43
27594
+ "line": 38
27589
27595
  },
27590
27596
  "name": "description",
27591
27597
  "optional": true,
@@ -27602,7 +27608,7 @@
27602
27608
  "immutable": true,
27603
27609
  "locationInModule": {
27604
27610
  "filename": "src/python/python-packaging.ts",
27605
- "line": 53
27611
+ "line": 48
27606
27612
  },
27607
27613
  "name": "homepage",
27608
27614
  "optional": true,
@@ -27619,7 +27625,7 @@
27619
27625
  "immutable": true,
27620
27626
  "locationInModule": {
27621
27627
  "filename": "src/python/python-packaging.ts",
27622
- "line": 48
27628
+ "line": 43
27623
27629
  },
27624
27630
  "name": "license",
27625
27631
  "optional": true,
@@ -27636,7 +27642,7 @@
27636
27642
  "immutable": true,
27637
27643
  "locationInModule": {
27638
27644
  "filename": "src/python/python-packaging.ts",
27639
- "line": 70
27645
+ "line": 65
27640
27646
  },
27641
27647
  "name": "poetryOptions",
27642
27648
  "optional": true,
@@ -27653,7 +27659,7 @@
27653
27659
  "immutable": true,
27654
27660
  "locationInModule": {
27655
27661
  "filename": "src/python/python-packaging.ts",
27656
- "line": 65
27662
+ "line": 60
27657
27663
  },
27658
27664
  "name": "setupConfig",
27659
27665
  "optional": true,
@@ -28611,7 +28617,7 @@
28611
28617
  },
28612
28618
  "locationInModule": {
28613
28619
  "filename": "src/python/setuptools.ts",
28614
- "line": 19
28620
+ "line": 18
28615
28621
  },
28616
28622
  "parameters": [
28617
28623
  {
@@ -28639,22 +28645,6 @@
28639
28645
  "name": "Setuptools",
28640
28646
  "namespace": "python",
28641
28647
  "properties": [
28642
- {
28643
- "docs": {
28644
- "stability": "experimental",
28645
- "summary": "A task that packages the project for distribution."
28646
- },
28647
- "immutable": true,
28648
- "locationInModule": {
28649
- "filename": "src/python/setuptools.ts",
28650
- "line": 11
28651
- },
28652
- "name": "packageTask",
28653
- "overrides": "projen.python.IPythonPackaging",
28654
- "type": {
28655
- "fqn": "projen.tasks.Task"
28656
- }
28657
- },
28658
28648
  {
28659
28649
  "docs": {
28660
28650
  "stability": "experimental",
@@ -28663,7 +28653,7 @@
28663
28653
  "immutable": true,
28664
28654
  "locationInModule": {
28665
28655
  "filename": "src/python/setuptools.ts",
28666
- "line": 12
28656
+ "line": 11
28667
28657
  },
28668
28658
  "name": "publishTask",
28669
28659
  "overrides": "projen.python.IPythonPackaging",
@@ -28679,7 +28669,7 @@
28679
28669
  "immutable": true,
28680
28670
  "locationInModule": {
28681
28671
  "filename": "src/python/setuptools.ts",
28682
- "line": 17
28672
+ "line": 16
28683
28673
  },
28684
28674
  "name": "publishTestTask",
28685
28675
  "type": {
@@ -30943,7 +30933,7 @@
30943
30933
  },
30944
30934
  "locationInModule": {
30945
30935
  "filename": "src/tasks/task.ts",
30946
- "line": 37
30936
+ "line": 38
30947
30937
  },
30948
30938
  "parameters": [
30949
30939
  {
@@ -30975,7 +30965,7 @@
30975
30965
  },
30976
30966
  "locationInModule": {
30977
30967
  "filename": "src/tasks/task.ts",
30978
- "line": 86
30968
+ "line": 98
30979
30969
  },
30980
30970
  "name": "builtin",
30981
30971
  "parameters": [
@@ -30997,7 +30987,7 @@
30997
30987
  },
30998
30988
  "locationInModule": {
30999
30989
  "filename": "src/tasks/task.ts",
31000
- "line": 157
30990
+ "line": 176
31001
30991
  },
31002
30992
  "name": "env",
31003
30993
  "parameters": [
@@ -31029,7 +31019,7 @@
31029
31019
  },
31030
31020
  "locationInModule": {
31031
31021
  "filename": "src/tasks/task.ts",
31032
- "line": 71
31022
+ "line": 82
31033
31023
  },
31034
31024
  "name": "exec",
31035
31025
  "parameters": [
@@ -31054,6 +31044,17 @@
31054
31044
  }
31055
31045
  ]
31056
31046
  },
31047
+ {
31048
+ "docs": {
31049
+ "stability": "experimental",
31050
+ "summary": "Forbid additional changes to this task."
31051
+ },
31052
+ "locationInModule": {
31053
+ "filename": "src/tasks/task.ts",
31054
+ "line": 57
31055
+ },
31056
+ "name": "lock"
31057
+ },
31057
31058
  {
31058
31059
  "docs": {
31059
31060
  "deprecated": "use `prependExec()`",
@@ -31062,7 +31063,7 @@
31062
31063
  },
31063
31064
  "locationInModule": {
31064
31065
  "filename": "src/tasks/task.ts",
31065
- "line": 105
31066
+ "line": 119
31066
31067
  },
31067
31068
  "name": "prepend",
31068
31069
  "parameters": [
@@ -31091,7 +31092,7 @@
31091
31092
  },
31092
31093
  "locationInModule": {
31093
31094
  "filename": "src/tasks/task.ts",
31094
- "line": 121
31095
+ "line": 137
31095
31096
  },
31096
31097
  "name": "prependExec",
31097
31098
  "parameters": [
@@ -31120,7 +31121,7 @@
31120
31121
  },
31121
31122
  "locationInModule": {
31122
31123
  "filename": "src/tasks/task.ts",
31123
- "line": 143
31124
+ "line": 161
31124
31125
  },
31125
31126
  "name": "prependSay",
31126
31127
  "parameters": [
@@ -31149,7 +31150,7 @@
31149
31150
  },
31150
31151
  "locationInModule": {
31151
31152
  "filename": "src/tasks/task.ts",
31152
- "line": 132
31153
+ "line": 149
31153
31154
  },
31154
31155
  "name": "prependSpawn",
31155
31156
  "parameters": [
@@ -31178,7 +31179,7 @@
31178
31179
  },
31179
31180
  "locationInModule": {
31180
31181
  "filename": "src/tasks/task.ts",
31181
- "line": 56
31182
+ "line": 65
31182
31183
  },
31183
31184
  "name": "reset",
31184
31185
  "parameters": [
@@ -31208,7 +31209,7 @@
31208
31209
  },
31209
31210
  "locationInModule": {
31210
31211
  "filename": "src/tasks/task.ts",
31211
- "line": 95
31212
+ "line": 108
31212
31213
  },
31213
31214
  "name": "say",
31214
31215
  "parameters": [
@@ -31240,7 +31241,7 @@
31240
31241
  },
31241
31242
  "locationInModule": {
31242
31243
  "filename": "src/tasks/task.ts",
31243
- "line": 113
31244
+ "line": 128
31244
31245
  },
31245
31246
  "name": "spawn",
31246
31247
  "parameters": [
@@ -31289,7 +31290,7 @@
31289
31290
  "immutable": true,
31290
31291
  "locationInModule": {
31291
31292
  "filename": "src/tasks/task.ts",
31292
- "line": 164
31293
+ "line": 184
31293
31294
  },
31294
31295
  "name": "steps",
31295
31296
  "type": {
@@ -34061,6 +34062,6 @@
34061
34062
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34062
34063
  }
34063
34064
  },
34064
- "version": "0.32.8",
34065
- "fingerprint": "xKJK5hw5WcyZ6z1AFWqoXPWwLYVcSIq+p3i0qTLI8so="
34065
+ "version": "0.33.1",
34066
+ "fingerprint": "tuPcnXHrreux7JOD/aKHnQfZo8m/CCot2Mli21u4HF4="
34066
34067
  }