projen 0.79.21 → 0.79.23

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 (136) hide show
  1. package/.jsii +921 -246
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +4 -3
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +3 -3
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-lint.js +1 -1
  48. package/lib/github/stale.js +1 -1
  49. package/lib/github/task-workflow-job.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflow-actions.js +3 -3
  52. package/lib/github/workflow-jobs.js +1 -1
  53. package/lib/github/workflow-steps.d.ts +60 -0
  54. package/lib/github/workflow-steps.js +29 -2
  55. package/lib/github/workflows.js +1 -1
  56. package/lib/gitlab/configuration.js +1 -1
  57. package/lib/gitlab/gitlab-configuration.js +1 -1
  58. package/lib/gitlab/nested-configuration.js +1 -1
  59. package/lib/gitpod.js +1 -1
  60. package/lib/ignore-file.js +1 -1
  61. package/lib/ini.js +1 -1
  62. package/lib/java/java-project.js +1 -1
  63. package/lib/java/junit.js +1 -1
  64. package/lib/java/maven-compile.js +1 -1
  65. package/lib/java/maven-packaging.js +1 -1
  66. package/lib/java/maven-sample.js +1 -1
  67. package/lib/java/pom.js +1 -1
  68. package/lib/java/projenrc.js +1 -1
  69. package/lib/javascript/bundler.d.ts +274 -1
  70. package/lib/javascript/bundler.js +177 -11
  71. package/lib/javascript/eslint.js +1 -1
  72. package/lib/javascript/jest.js +8 -6
  73. package/lib/javascript/license-checker.js +1 -1
  74. package/lib/javascript/node-package.js +5 -3
  75. package/lib/javascript/node-project.js +3 -3
  76. package/lib/javascript/npm-config.js +1 -1
  77. package/lib/javascript/prettier.js +1 -1
  78. package/lib/javascript/projenrc.js +1 -1
  79. package/lib/javascript/typescript-config.js +2 -2
  80. package/lib/javascript/upgrade-dependencies.js +2 -2
  81. package/lib/javascript/yarnrc.js +1 -1
  82. package/lib/json-patch.js +1 -1
  83. package/lib/json.js +1 -1
  84. package/lib/license.js +1 -1
  85. package/lib/logger.js +1 -1
  86. package/lib/makefile.js +1 -1
  87. package/lib/object-file.js +1 -1
  88. package/lib/project-build.js +1 -1
  89. package/lib/project-tree.js +1 -1
  90. package/lib/project.js +4 -4
  91. package/lib/projects.js +1 -1
  92. package/lib/projenrc-json.js +2 -2
  93. package/lib/projenrc.js +1 -1
  94. package/lib/python/pip.js +1 -1
  95. package/lib/python/poetry.d.ts +15 -9
  96. package/lib/python/poetry.js +5 -10
  97. package/lib/python/projenrc.js +1 -1
  98. package/lib/python/pytest-sample.js +1 -1
  99. package/lib/python/pytest.js +1 -1
  100. package/lib/python/python-project.js +1 -1
  101. package/lib/python/python-sample.js +1 -1
  102. package/lib/python/requirements-file.js +1 -1
  103. package/lib/python/setuppy.js +1 -1
  104. package/lib/python/setuptools.js +1 -1
  105. package/lib/python/venv.js +1 -1
  106. package/lib/readme.js +1 -1
  107. package/lib/release/publisher.js +1 -1
  108. package/lib/release/release-trigger.js +1 -1
  109. package/lib/release/release.js +1 -1
  110. package/lib/renovatebot.js +1 -1
  111. package/lib/sample-file.js +2 -2
  112. package/lib/semver.js +1 -1
  113. package/lib/source-code.js +1 -1
  114. package/lib/task-runtime.js +1 -1
  115. package/lib/task.js +1 -1
  116. package/lib/tasks.js +1 -1
  117. package/lib/testing.js +1 -1
  118. package/lib/textfile.js +1 -1
  119. package/lib/toml.js +1 -1
  120. package/lib/typescript/projenrc-ts.js +1 -1
  121. package/lib/typescript/projenrc.js +1 -1
  122. package/lib/typescript/typescript-typedoc.js +1 -1
  123. package/lib/typescript/typescript.js +10 -11
  124. package/lib/version.js +2 -2
  125. package/lib/vscode/devcontainer.js +1 -1
  126. package/lib/vscode/extensions.js +1 -1
  127. package/lib/vscode/launch-config.js +1 -1
  128. package/lib/vscode/settings.js +1 -1
  129. package/lib/vscode/vscode.js +1 -1
  130. package/lib/web/next.js +3 -3
  131. package/lib/web/postcss.js +1 -1
  132. package/lib/web/react.js +4 -4
  133. package/lib/web/tailwind.js +1 -1
  134. package/lib/xmlfile.js +1 -1
  135. package/lib/yaml.js +1 -1
  136. package/package.json +2 -2
package/.jsii CHANGED
@@ -13393,7 +13393,7 @@
13393
13393
  },
13394
13394
  "locationInModule": {
13395
13395
  "filename": "src/awscdk/awscdk-app-ts.ts",
13396
- "line": 107
13396
+ "line": 108
13397
13397
  },
13398
13398
  "parameters": [
13399
13399
  {
@@ -13407,7 +13407,7 @@
13407
13407
  "kind": "class",
13408
13408
  "locationInModule": {
13409
13409
  "filename": "src/awscdk/awscdk-app-ts.ts",
13410
- "line": 82
13410
+ "line": 83
13411
13411
  },
13412
13412
  "methods": [
13413
13413
  {
@@ -13417,7 +13417,7 @@
13417
13417
  },
13418
13418
  "locationInModule": {
13419
13419
  "filename": "src/awscdk/awscdk-app-ts.ts",
13420
- "line": 198
13420
+ "line": 199
13421
13421
  },
13422
13422
  "name": "addCdkDependency",
13423
13423
  "parameters": [
@@ -13446,7 +13446,7 @@
13446
13446
  "immutable": true,
13447
13447
  "locationInModule": {
13448
13448
  "filename": "src/awscdk/awscdk-app-ts.ts",
13449
- "line": 93
13449
+ "line": 94
13450
13450
  },
13451
13451
  "name": "appEntrypoint",
13452
13452
  "type": {
@@ -13461,7 +13461,7 @@
13461
13461
  "immutable": true,
13462
13462
  "locationInModule": {
13463
13463
  "filename": "src/awscdk/awscdk-app-ts.ts",
13464
- "line": 103
13464
+ "line": 104
13465
13465
  },
13466
13466
  "name": "cdkConfig",
13467
13467
  "type": {
@@ -13475,7 +13475,7 @@
13475
13475
  "immutable": true,
13476
13476
  "locationInModule": {
13477
13477
  "filename": "src/awscdk/awscdk-app-ts.ts",
13478
- "line": 105
13478
+ "line": 106
13479
13479
  },
13480
13480
  "name": "cdkDeps",
13481
13481
  "type": {
@@ -13490,7 +13490,7 @@
13490
13490
  "immutable": true,
13491
13491
  "locationInModule": {
13492
13492
  "filename": "src/awscdk/awscdk-app-ts.ts",
13493
- "line": 98
13493
+ "line": 99
13494
13494
  },
13495
13495
  "name": "cdkTasks",
13496
13496
  "type": {
@@ -13505,7 +13505,7 @@
13505
13505
  "immutable": true,
13506
13506
  "locationInModule": {
13507
13507
  "filename": "src/awscdk/awscdk-app-ts.ts",
13508
- "line": 86
13508
+ "line": 87
13509
13509
  },
13510
13510
  "name": "cdkVersion",
13511
13511
  "type": {
@@ -13530,7 +13530,7 @@
13530
13530
  "kind": "interface",
13531
13531
  "locationInModule": {
13532
13532
  "filename": "src/awscdk/awscdk-app-ts.ts",
13533
- "line": 14
13533
+ "line": 15
13534
13534
  },
13535
13535
  "name": "AwsCdkTypeScriptAppOptions",
13536
13536
  "namespace": "awscdk",
@@ -13545,7 +13545,7 @@
13545
13545
  "immutable": true,
13546
13546
  "locationInModule": {
13547
13547
  "filename": "src/awscdk/awscdk-app-ts.ts",
13548
- "line": 24
13548
+ "line": 25
13549
13549
  },
13550
13550
  "name": "appEntrypoint",
13551
13551
  "optional": true,
@@ -13563,7 +13563,7 @@
13563
13563
  "immutable": true,
13564
13564
  "locationInModule": {
13565
13565
  "filename": "src/awscdk/awscdk-app-ts.ts",
13566
- "line": 42
13566
+ "line": 43
13567
13567
  },
13568
13568
  "name": "edgeLambdaAutoDiscover",
13569
13569
  "optional": true,
@@ -13581,7 +13581,7 @@
13581
13581
  "immutable": true,
13582
13582
  "locationInModule": {
13583
13583
  "filename": "src/awscdk/awscdk-app-ts.ts",
13584
- "line": 67
13584
+ "line": 68
13585
13585
  },
13586
13586
  "name": "experimentalIntegRunner",
13587
13587
  "optional": true,
@@ -13599,7 +13599,7 @@
13599
13599
  "immutable": true,
13600
13600
  "locationInModule": {
13601
13601
  "filename": "src/awscdk/awscdk-app-ts.ts",
13602
- "line": 59
13602
+ "line": 60
13603
13603
  },
13604
13604
  "name": "integrationTestAutoDiscover",
13605
13605
  "optional": true,
@@ -13617,7 +13617,7 @@
13617
13617
  "immutable": true,
13618
13618
  "locationInModule": {
13619
13619
  "filename": "src/awscdk/awscdk-app-ts.ts",
13620
- "line": 33
13620
+ "line": 34
13621
13621
  },
13622
13622
  "name": "lambdaAutoDiscover",
13623
13623
  "optional": true,
@@ -13635,7 +13635,7 @@
13635
13635
  "immutable": true,
13636
13636
  "locationInModule": {
13637
13637
  "filename": "src/awscdk/awscdk-app-ts.ts",
13638
- "line": 51
13638
+ "line": 52
13639
13639
  },
13640
13640
  "name": "lambdaExtensionAutoDiscover",
13641
13641
  "optional": true,
@@ -13653,7 +13653,7 @@
13653
13653
  "immutable": true,
13654
13654
  "locationInModule": {
13655
13655
  "filename": "src/awscdk/awscdk-app-ts.ts",
13656
- "line": 74
13656
+ "line": 75
13657
13657
  },
13658
13658
  "name": "lambdaOptions",
13659
13659
  "optional": true,
@@ -20877,7 +20877,7 @@
20877
20877
  "kind": "interface",
20878
20878
  "locationInModule": {
20879
20879
  "filename": "src/github/workflow-steps.ts",
20880
- "line": 132
20880
+ "line": 161
20881
20881
  },
20882
20882
  "name": "CheckoutOptions",
20883
20883
  "namespace": "github",
@@ -20891,7 +20891,7 @@
20891
20891
  "immutable": true,
20892
20892
  "locationInModule": {
20893
20893
  "filename": "src/github/workflow-steps.ts",
20894
- "line": 136
20894
+ "line": 165
20895
20895
  },
20896
20896
  "name": "with",
20897
20897
  "optional": true,
@@ -20913,7 +20913,7 @@
20913
20913
  "kind": "interface",
20914
20914
  "locationInModule": {
20915
20915
  "filename": "src/github/workflow-steps.ts",
20916
- "line": 142
20916
+ "line": 171
20917
20917
  },
20918
20918
  "name": "CheckoutWith",
20919
20919
  "namespace": "github",
@@ -20929,7 +20929,7 @@
20929
20929
  "immutable": true,
20930
20930
  "locationInModule": {
20931
20931
  "filename": "src/github/workflow-steps.ts",
20932
- "line": 148
20932
+ "line": 177
20933
20933
  },
20934
20934
  "name": "fetchDepth",
20935
20935
  "optional": true,
@@ -20947,7 +20947,7 @@
20947
20947
  "immutable": true,
20948
20948
  "locationInModule": {
20949
20949
  "filename": "src/github/workflow-steps.ts",
20950
- "line": 154
20950
+ "line": 183
20951
20951
  },
20952
20952
  "name": "lfs",
20953
20953
  "optional": true,
@@ -20965,7 +20965,7 @@
20965
20965
  "immutable": true,
20966
20966
  "locationInModule": {
20967
20967
  "filename": "src/github/workflow-steps.ts",
20968
- "line": 160
20968
+ "line": 189
20969
20969
  },
20970
20970
  "name": "ref",
20971
20971
  "optional": true,
@@ -20983,7 +20983,7 @@
20983
20983
  "immutable": true,
20984
20984
  "locationInModule": {
20985
20985
  "filename": "src/github/workflow-steps.ts",
20986
- "line": 166
20986
+ "line": 195
20987
20987
  },
20988
20988
  "name": "repository",
20989
20989
  "optional": true,
@@ -21002,7 +21002,7 @@
21002
21002
  "immutable": true,
21003
21003
  "locationInModule": {
21004
21004
  "filename": "src/github/workflow-steps.ts",
21005
- "line": 175
21005
+ "line": 204
21006
21006
  },
21007
21007
  "name": "token",
21008
21008
  "optional": true,
@@ -22208,6 +22208,187 @@
22208
22208
  "namespace": "github",
22209
22209
  "symbolId": "src/github/dependabot:DependabotScheduleInterval"
22210
22210
  },
22211
+ "projen.github.DownloadArtifactOptions": {
22212
+ "assembly": "projen",
22213
+ "datatype": true,
22214
+ "docs": {
22215
+ "stability": "experimental"
22216
+ },
22217
+ "fqn": "projen.github.DownloadArtifactOptions",
22218
+ "interfaces": [
22219
+ "projen.github.workflows.JobStepConfiguration"
22220
+ ],
22221
+ "kind": "interface",
22222
+ "locationInModule": {
22223
+ "filename": "src/github/workflow-steps.ts",
22224
+ "line": 330
22225
+ },
22226
+ "name": "DownloadArtifactOptions",
22227
+ "namespace": "github",
22228
+ "properties": [
22229
+ {
22230
+ "abstract": true,
22231
+ "docs": {
22232
+ "stability": "experimental",
22233
+ "summary": "Options for `download-artifact`."
22234
+ },
22235
+ "immutable": true,
22236
+ "locationInModule": {
22237
+ "filename": "src/github/workflow-steps.ts",
22238
+ "line": 334
22239
+ },
22240
+ "name": "with",
22241
+ "type": {
22242
+ "fqn": "projen.github.DownloadArtifactWith"
22243
+ }
22244
+ }
22245
+ ],
22246
+ "symbolId": "src/github/workflow-steps:DownloadArtifactOptions"
22247
+ },
22248
+ "projen.github.DownloadArtifactWith": {
22249
+ "assembly": "projen",
22250
+ "datatype": true,
22251
+ "docs": {
22252
+ "stability": "experimental"
22253
+ },
22254
+ "fqn": "projen.github.DownloadArtifactWith",
22255
+ "kind": "interface",
22256
+ "locationInModule": {
22257
+ "filename": "src/github/workflow-steps.ts",
22258
+ "line": 276
22259
+ },
22260
+ "name": "DownloadArtifactWith",
22261
+ "namespace": "github",
22262
+ "properties": [
22263
+ {
22264
+ "abstract": true,
22265
+ "docs": {
22266
+ "default": "false",
22267
+ "stability": "experimental",
22268
+ "summary": "When multiple artifacts are matched, this changes the behavior of the destination directories If true, the downloaded artifacts will be in the same directory specified by path If false, the downloaded artifacts will be extracted into individual named directories within the specified path."
22269
+ },
22270
+ "immutable": true,
22271
+ "locationInModule": {
22272
+ "filename": "src/github/workflow-steps.ts",
22273
+ "line": 304
22274
+ },
22275
+ "name": "mergeMultiple",
22276
+ "optional": true,
22277
+ "type": {
22278
+ "primitive": "boolean"
22279
+ }
22280
+ },
22281
+ {
22282
+ "abstract": true,
22283
+ "docs": {
22284
+ "default": "- If unspecified, all artifacts for the run are downloaded",
22285
+ "stability": "experimental",
22286
+ "summary": "Name of the artifact to download."
22287
+ },
22288
+ "immutable": true,
22289
+ "locationInModule": {
22290
+ "filename": "src/github/workflow-steps.ts",
22291
+ "line": 282
22292
+ },
22293
+ "name": "name",
22294
+ "optional": true,
22295
+ "type": {
22296
+ "primitive": "string"
22297
+ }
22298
+ },
22299
+ {
22300
+ "abstract": true,
22301
+ "docs": {
22302
+ "default": "- $GITHUB_WORKSPACE",
22303
+ "remarks": "Supports basic tilde expansion.",
22304
+ "stability": "experimental",
22305
+ "summary": "A file, directory or wildcard pattern that describes what to download."
22306
+ },
22307
+ "immutable": true,
22308
+ "locationInModule": {
22309
+ "filename": "src/github/workflow-steps.ts",
22310
+ "line": 289
22311
+ },
22312
+ "name": "path",
22313
+ "optional": true,
22314
+ "type": {
22315
+ "primitive": "string"
22316
+ }
22317
+ },
22318
+ {
22319
+ "abstract": true,
22320
+ "docs": {
22321
+ "stability": "experimental",
22322
+ "summary": "A glob pattern to the artifacts that should be downloaded This is ignored if name is specified."
22323
+ },
22324
+ "immutable": true,
22325
+ "locationInModule": {
22326
+ "filename": "src/github/workflow-steps.ts",
22327
+ "line": 295
22328
+ },
22329
+ "name": "pattern",
22330
+ "optional": true,
22331
+ "type": {
22332
+ "primitive": "string"
22333
+ }
22334
+ },
22335
+ {
22336
+ "abstract": true,
22337
+ "docs": {
22338
+ "default": "- ${{ github.repository }}",
22339
+ "stability": "experimental",
22340
+ "summary": "The repository owner and the repository name joined together by \"/\" If github-token is specified, this is the repository that artifacts will be downloaded from."
22341
+ },
22342
+ "immutable": true,
22343
+ "locationInModule": {
22344
+ "filename": "src/github/workflow-steps.ts",
22345
+ "line": 319
22346
+ },
22347
+ "name": "repository",
22348
+ "optional": true,
22349
+ "type": {
22350
+ "primitive": "string"
22351
+ }
22352
+ },
22353
+ {
22354
+ "abstract": true,
22355
+ "docs": {
22356
+ "default": "- ${{ github.run_id }}",
22357
+ "stability": "experimental",
22358
+ "summary": "The id of the workflow run where the desired download artifact was uploaded from If github-token is specified, this is the run that artifacts will be downloaded from."
22359
+ },
22360
+ "immutable": true,
22361
+ "locationInModule": {
22362
+ "filename": "src/github/workflow-steps.ts",
22363
+ "line": 327
22364
+ },
22365
+ "name": "runId",
22366
+ "optional": true,
22367
+ "type": {
22368
+ "primitive": "string"
22369
+ }
22370
+ },
22371
+ {
22372
+ "abstract": true,
22373
+ "docs": {
22374
+ "default": "- If unspecified, the action will download artifacts from the current repo and the current workflow run",
22375
+ "stability": "experimental",
22376
+ "summary": "The GitHub token used to authenticate with the GitHub API to download artifacts from a different repository or from a different workflow run."
22377
+ },
22378
+ "immutable": true,
22379
+ "locationInModule": {
22380
+ "filename": "src/github/workflow-steps.ts",
22381
+ "line": 311
22382
+ },
22383
+ "name": "token",
22384
+ "optional": true,
22385
+ "type": {
22386
+ "primitive": "string"
22387
+ }
22388
+ }
22389
+ ],
22390
+ "symbolId": "src/github/workflow-steps:DownloadArtifactWith"
22391
+ },
22211
22392
  "projen.github.GitHub": {
22212
22393
  "assembly": "projen",
22213
22394
  "base": "projen.Component",
@@ -24902,7 +25083,7 @@
24902
25083
  "kind": "interface",
24903
25084
  "locationInModule": {
24904
25085
  "filename": "src/github/workflow-steps.ts",
24905
- "line": 178
25086
+ "line": 207
24906
25087
  },
24907
25088
  "name": "SetupGitIdentityOptions",
24908
25089
  "namespace": "github",
@@ -24916,7 +25097,7 @@
24916
25097
  "immutable": true,
24917
25098
  "locationInModule": {
24918
25099
  "filename": "src/github/workflow-steps.ts",
24919
- "line": 182
25100
+ "line": 211
24920
25101
  },
24921
25102
  "name": "gitIdentity",
24922
25103
  "type": {
@@ -26081,7 +26262,7 @@
26081
26262
  "kind": "interface",
26082
26263
  "locationInModule": {
26083
26264
  "filename": "src/github/workflow-steps.ts",
26084
- "line": 240
26265
+ "line": 269
26085
26266
  },
26086
26267
  "name": "UploadArtifactOptions",
26087
26268
  "namespace": "github",
@@ -26095,7 +26276,7 @@
26095
26276
  "immutable": true,
26096
26277
  "locationInModule": {
26097
26278
  "filename": "src/github/workflow-steps.ts",
26098
- "line": 244
26279
+ "line": 273
26099
26280
  },
26100
26281
  "name": "with",
26101
26282
  "type": {
@@ -26115,7 +26296,7 @@
26115
26296
  "kind": "interface",
26116
26297
  "locationInModule": {
26117
26298
  "filename": "src/github/workflow-steps.ts",
26118
- "line": 185
26299
+ "line": 214
26119
26300
  },
26120
26301
  "name": "UploadArtifactWith",
26121
26302
  "namespace": "github",
@@ -26129,7 +26310,7 @@
26129
26310
  "immutable": true,
26130
26311
  "locationInModule": {
26131
26312
  "filename": "src/github/workflow-steps.ts",
26132
- "line": 196
26313
+ "line": 225
26133
26314
  },
26134
26315
  "name": "path",
26135
26316
  "type": {
@@ -26147,7 +26328,7 @@
26147
26328
  "immutable": true,
26148
26329
  "locationInModule": {
26149
26330
  "filename": "src/github/workflow-steps.ts",
26150
- "line": 227
26331
+ "line": 256
26151
26332
  },
26152
26333
  "name": "compressionLevel",
26153
26334
  "optional": true,
@@ -26166,7 +26347,7 @@
26166
26347
  "immutable": true,
26167
26348
  "locationInModule": {
26168
26349
  "filename": "src/github/workflow-steps.ts",
26169
- "line": 207
26350
+ "line": 236
26170
26351
  },
26171
26352
  "name": "ifNoFilesFound",
26172
26353
  "optional": true,
@@ -26184,7 +26365,7 @@
26184
26365
  "immutable": true,
26185
26366
  "locationInModule": {
26186
26367
  "filename": "src/github/workflow-steps.ts",
26187
- "line": 191
26368
+ "line": 220
26188
26369
  },
26189
26370
  "name": "name",
26190
26371
  "optional": true,
@@ -26203,7 +26384,7 @@
26203
26384
  "immutable": true,
26204
26385
  "locationInModule": {
26205
26386
  "filename": "src/github/workflow-steps.ts",
26206
- "line": 237
26387
+ "line": 266
26207
26388
  },
26208
26389
  "name": "overwrite",
26209
26390
  "optional": true,
@@ -26222,7 +26403,7 @@
26222
26403
  "immutable": true,
26223
26404
  "locationInModule": {
26224
26405
  "filename": "src/github/workflow-steps.ts",
26225
- "line": 217
26406
+ "line": 246
26226
26407
  },
26227
26408
  "name": "retentionDays",
26228
26409
  "optional": true,
@@ -26653,6 +26834,36 @@
26653
26834
  },
26654
26835
  "static": true
26655
26836
  },
26837
+ {
26838
+ "docs": {
26839
+ "returns": "A JobStep that downloads an artifact",
26840
+ "stability": "experimental",
26841
+ "summary": "Downloads an artifact."
26842
+ },
26843
+ "locationInModule": {
26844
+ "filename": "src/github/workflow-steps.ts",
26845
+ "line": 121
26846
+ },
26847
+ "name": "downloadArtifact",
26848
+ "parameters": [
26849
+ {
26850
+ "docs": {
26851
+ "summary": "Options to configure the `download-artifact` JobStep."
26852
+ },
26853
+ "name": "options",
26854
+ "optional": true,
26855
+ "type": {
26856
+ "fqn": "projen.github.DownloadArtifactOptions"
26857
+ }
26858
+ }
26859
+ ],
26860
+ "returns": {
26861
+ "type": {
26862
+ "fqn": "projen.github.workflows.JobStep"
26863
+ }
26864
+ },
26865
+ "static": true
26866
+ },
26656
26867
  {
26657
26868
  "docs": {
26658
26869
  "returns": "Job step that configures the provided git identity",
@@ -38006,7 +38217,7 @@
38006
38217
  "kind": "interface",
38007
38218
  "locationInModule": {
38008
38219
  "filename": "src/javascript/bundler.ts",
38009
- "line": 259
38220
+ "line": 334
38010
38221
  },
38011
38222
  "name": "AddBundleOptions",
38012
38223
  "namespace": "javascript",
@@ -38021,7 +38232,7 @@
38021
38232
  "immutable": true,
38022
38233
  "locationInModule": {
38023
38234
  "filename": "src/javascript/bundler.ts",
38024
- "line": 272
38235
+ "line": 347
38025
38236
  },
38026
38237
  "name": "platform",
38027
38238
  "type": {
@@ -38038,13 +38249,109 @@
38038
38249
  "immutable": true,
38039
38250
  "locationInModule": {
38040
38251
  "filename": "src/javascript/bundler.ts",
38041
- "line": 265
38252
+ "line": 340
38042
38253
  },
38043
38254
  "name": "target",
38044
38255
  "type": {
38045
38256
  "primitive": "string"
38046
38257
  }
38047
38258
  },
38259
+ {
38260
+ "abstract": true,
38261
+ "docs": {
38262
+ "default": "- no comments are passed",
38263
+ "remarks": "This is similar to footer which inserts at the end instead of the beginning.\n\nThis is commonly used to insert comments:",
38264
+ "stability": "experimental",
38265
+ "summary": "Use this to insert an arbitrary string at the beginning of generated JavaScript files."
38266
+ },
38267
+ "immutable": true,
38268
+ "locationInModule": {
38269
+ "filename": "src/javascript/bundler.ts",
38270
+ "line": 476
38271
+ },
38272
+ "name": "banner",
38273
+ "optional": true,
38274
+ "type": {
38275
+ "primitive": "string"
38276
+ }
38277
+ },
38278
+ {
38279
+ "abstract": true,
38280
+ "docs": {
38281
+ "default": "Charset.ASCII",
38282
+ "remarks": "By default esbuild's output is ASCII-only. Any non-ASCII characters are escaped\nusing backslash escape sequences. Using escape sequences makes the generated output\nslightly bigger, and also makes it harder to read. If you would like for esbuild to print\nthe original characters without using escape sequences, use `Charset.UTF8`.",
38283
+ "see": "https://esbuild.github.io/api/#charset",
38284
+ "stability": "experimental",
38285
+ "summary": "The charset to use for esbuild's output."
38286
+ },
38287
+ "immutable": true,
38288
+ "locationInModule": {
38289
+ "filename": "src/javascript/bundler.ts",
38290
+ "line": 500
38291
+ },
38292
+ "name": "charset",
38293
+ "optional": true,
38294
+ "type": {
38295
+ "fqn": "projen.javascript.Charset"
38296
+ }
38297
+ },
38298
+ {
38299
+ "abstract": true,
38300
+ "docs": {
38301
+ "default": "- no replacements are made",
38302
+ "remarks": "For example, `{ 'process.env.DEBUG': 'true' }`.\n\nAnother example, `{ 'process.env.API_KEY': JSON.stringify('xxx-xxxx-xxx') }`.",
38303
+ "stability": "experimental",
38304
+ "summary": "Replace global identifiers with constant expressions."
38305
+ },
38306
+ "immutable": true,
38307
+ "locationInModule": {
38308
+ "filename": "src/javascript/bundler.ts",
38309
+ "line": 511
38310
+ },
38311
+ "name": "define",
38312
+ "optional": true,
38313
+ "type": {
38314
+ "collection": {
38315
+ "elementtype": {
38316
+ "primitive": "string"
38317
+ },
38318
+ "kind": "map"
38319
+ }
38320
+ }
38321
+ },
38322
+ {
38323
+ "abstract": true,
38324
+ "docs": {
38325
+ "default": "- no additional esbuild arguments are passed",
38326
+ "remarks": "For example, to add the [--log-limit](https://esbuild.github.io/api/#log-limit) flag:\n\n```text\nproject.bundler.addBundle(\"./src/hello.ts\", {\n platform: \"node\",\n target: \"node18\",\n sourcemap: true,\n format: \"esm\",\n esbuildArgs: {\n \"--log-limit\": \"0\",\n },\n});\n```",
38327
+ "stability": "experimental",
38328
+ "summary": "Build arguments to pass into esbuild."
38329
+ },
38330
+ "immutable": true,
38331
+ "locationInModule": {
38332
+ "filename": "src/javascript/bundler.ts",
38333
+ "line": 532
38334
+ },
38335
+ "name": "esbuildArgs",
38336
+ "optional": true,
38337
+ "type": {
38338
+ "collection": {
38339
+ "elementtype": {
38340
+ "union": {
38341
+ "types": [
38342
+ {
38343
+ "primitive": "string"
38344
+ },
38345
+ {
38346
+ "primitive": "boolean"
38347
+ }
38348
+ ]
38349
+ }
38350
+ },
38351
+ "kind": "map"
38352
+ }
38353
+ }
38354
+ },
38048
38355
  {
38049
38356
  "abstract": true,
38050
38357
  "docs": {
@@ -38055,7 +38362,7 @@
38055
38362
  "immutable": true,
38056
38363
  "locationInModule": {
38057
38364
  "filename": "src/javascript/bundler.ts",
38058
- "line": 284
38365
+ "line": 359
38059
38366
  },
38060
38367
  "name": "executable",
38061
38368
  "optional": true,
@@ -38063,6 +38370,25 @@
38063
38370
  "primitive": "boolean"
38064
38371
  }
38065
38372
  },
38373
+ {
38374
+ "abstract": true,
38375
+ "docs": {
38376
+ "default": "- no comments are passed",
38377
+ "remarks": "This is similar to banner which inserts at the beginning instead of the end.\n\nThis is commonly used to insert comments",
38378
+ "stability": "experimental",
38379
+ "summary": "Use this to insert an arbitrary string at the end of generated JavaScript files."
38380
+ },
38381
+ "immutable": true,
38382
+ "locationInModule": {
38383
+ "filename": "src/javascript/bundler.ts",
38384
+ "line": 487
38385
+ },
38386
+ "name": "footer",
38387
+ "optional": true,
38388
+ "type": {
38389
+ "primitive": "string"
38390
+ }
38391
+ },
38066
38392
  {
38067
38393
  "abstract": true,
38068
38394
  "docs": {
@@ -38075,7 +38401,7 @@
38075
38401
  "immutable": true,
38076
38402
  "locationInModule": {
38077
38403
  "filename": "src/javascript/bundler.ts",
38078
- "line": 313
38404
+ "line": 388
38079
38405
  },
38080
38406
  "name": "format",
38081
38407
  "optional": true,
@@ -38083,6 +38409,49 @@
38083
38409
  "primitive": "string"
38084
38410
  }
38085
38411
  },
38412
+ {
38413
+ "abstract": true,
38414
+ "docs": {
38415
+ "default": "- no code is injected",
38416
+ "see": "https://esbuild.github.io/api/#inject",
38417
+ "stability": "experimental",
38418
+ "summary": "This option allows you to automatically replace a global variable with an import from another file."
38419
+ },
38420
+ "immutable": true,
38421
+ "locationInModule": {
38422
+ "filename": "src/javascript/bundler.ts",
38423
+ "line": 549
38424
+ },
38425
+ "name": "inject",
38426
+ "optional": true,
38427
+ "type": {
38428
+ "collection": {
38429
+ "elementtype": {
38430
+ "primitive": "string"
38431
+ },
38432
+ "kind": "array"
38433
+ }
38434
+ }
38435
+ },
38436
+ {
38437
+ "abstract": true,
38438
+ "docs": {
38439
+ "default": "false",
38440
+ "remarks": "In JavaScript the `name` property on functions and classes defaults to a\nnearby identifier in the source code.\n\nHowever, minification renames symbols to reduce code size and bundling\nsometimes need to rename symbols to avoid collisions. That changes value of\nthe `name` property for many of these cases. This is usually fine because\nthe `name` property is normally only used for debugging. However, some\nframeworks rely on the `name` property for registration and binding purposes.\nIf this is the case, you can enable this option to preserve the original\n`name` values even in minified code.",
38441
+ "stability": "experimental",
38442
+ "summary": "Whether to preserve the original `name` values even in minified code."
38443
+ },
38444
+ "immutable": true,
38445
+ "locationInModule": {
38446
+ "filename": "src/javascript/bundler.ts",
38447
+ "line": 438
38448
+ },
38449
+ "name": "keepNames",
38450
+ "optional": true,
38451
+ "type": {
38452
+ "primitive": "boolean"
38453
+ }
38454
+ },
38086
38455
  {
38087
38456
  "abstract": true,
38088
38457
  "docs": {
@@ -38093,7 +38462,7 @@
38093
38462
  "immutable": true,
38094
38463
  "locationInModule": {
38095
38464
  "filename": "src/javascript/bundler.ts",
38096
- "line": 296
38465
+ "line": 371
38097
38466
  },
38098
38467
  "name": "loaders",
38099
38468
  "optional": true,
@@ -38106,6 +38475,87 @@
38106
38475
  }
38107
38476
  }
38108
38477
  },
38478
+ {
38479
+ "abstract": true,
38480
+ "docs": {
38481
+ "default": "LogLevel.WARNING",
38482
+ "remarks": "This is also propagated to the package manager and\napplies to its specific install command.",
38483
+ "stability": "experimental",
38484
+ "summary": "Log level for esbuild."
38485
+ },
38486
+ "immutable": true,
38487
+ "locationInModule": {
38488
+ "filename": "src/javascript/bundler.ts",
38489
+ "line": 420
38490
+ },
38491
+ "name": "logLevel",
38492
+ "optional": true,
38493
+ "type": {
38494
+ "fqn": "projen.javascript.BundleLogLevel"
38495
+ }
38496
+ },
38497
+ {
38498
+ "abstract": true,
38499
+ "docs": {
38500
+ "default": "[]",
38501
+ "remarks": "Try ['module', 'main'] to default to ES module versions.",
38502
+ "stability": "experimental",
38503
+ "summary": "How to determine the entry point for modules."
38504
+ },
38505
+ "immutable": true,
38506
+ "locationInModule": {
38507
+ "filename": "src/javascript/bundler.ts",
38508
+ "line": 540
38509
+ },
38510
+ "name": "mainFields",
38511
+ "optional": true,
38512
+ "type": {
38513
+ "collection": {
38514
+ "elementtype": {
38515
+ "primitive": "string"
38516
+ },
38517
+ "kind": "array"
38518
+ }
38519
+ }
38520
+ },
38521
+ {
38522
+ "abstract": true,
38523
+ "docs": {
38524
+ "default": "false",
38525
+ "remarks": "The metadata in this JSON file follows this schema (specified using TypeScript syntax):\n\n```text\n{\n outputs: {\n [path: string]: {\n bytes: number\n inputs: {\n [path: string]: { bytesInOutput: number }\n }\n imports: { path: string }[]\n exports: string[]\n }\n }\n}\n```\nThis data can then be analyzed by other tools. For example,\nbundle buddy can consume esbuild's metadata format and generates a treemap visualization\nof the modules in your bundle and how much space each one takes up.",
38526
+ "see": "https://esbuild.github.io/api/#metafile",
38527
+ "stability": "experimental",
38528
+ "summary": "This option tells esbuild to write out a JSON file relative to output directory with metadata about the build."
38529
+ },
38530
+ "immutable": true,
38531
+ "locationInModule": {
38532
+ "filename": "src/javascript/bundler.ts",
38533
+ "line": 465
38534
+ },
38535
+ "name": "metafile",
38536
+ "optional": true,
38537
+ "type": {
38538
+ "primitive": "boolean"
38539
+ }
38540
+ },
38541
+ {
38542
+ "abstract": true,
38543
+ "docs": {
38544
+ "default": "false",
38545
+ "stability": "experimental",
38546
+ "summary": "Whether to minify files when bundling."
38547
+ },
38548
+ "immutable": true,
38549
+ "locationInModule": {
38550
+ "filename": "src/javascript/bundler.ts",
38551
+ "line": 395
38552
+ },
38553
+ "name": "minify",
38554
+ "optional": true,
38555
+ "type": {
38556
+ "primitive": "boolean"
38557
+ }
38558
+ },
38109
38559
  {
38110
38560
  "abstract": true,
38111
38561
  "docs": {
@@ -38116,7 +38566,7 @@
38116
38566
  "immutable": true,
38117
38567
  "locationInModule": {
38118
38568
  "filename": "src/javascript/bundler.ts",
38119
- "line": 278
38569
+ "line": 353
38120
38570
  },
38121
38571
  "name": "outfile",
38122
38572
  "optional": true,
@@ -38124,6 +38574,44 @@
38124
38574
  "primitive": "string"
38125
38575
  }
38126
38576
  },
38577
+ {
38578
+ "abstract": true,
38579
+ "docs": {
38580
+ "default": "SourceMapMode.DEFAULT",
38581
+ "see": "https://esbuild.github.io/api/#sourcemap",
38582
+ "stability": "experimental",
38583
+ "summary": "Source map mode to be used when bundling."
38584
+ },
38585
+ "immutable": true,
38586
+ "locationInModule": {
38587
+ "filename": "src/javascript/bundler.ts",
38588
+ "line": 403
38589
+ },
38590
+ "name": "sourceMapMode",
38591
+ "optional": true,
38592
+ "type": {
38593
+ "fqn": "projen.javascript.SourceMapMode"
38594
+ }
38595
+ },
38596
+ {
38597
+ "abstract": true,
38598
+ "docs": {
38599
+ "default": "true",
38600
+ "see": "https://esbuild.github.io/api/#sources-content",
38601
+ "stability": "experimental",
38602
+ "summary": "Whether to include original source code in source maps when bundling."
38603
+ },
38604
+ "immutable": true,
38605
+ "locationInModule": {
38606
+ "filename": "src/javascript/bundler.ts",
38607
+ "line": 412
38608
+ },
38609
+ "name": "sourcesContent",
38610
+ "optional": true,
38611
+ "type": {
38612
+ "primitive": "boolean"
38613
+ }
38614
+ },
38127
38615
  {
38128
38616
  "abstract": true,
38129
38617
  "docs": {
@@ -38134,7 +38622,7 @@
38134
38622
  "immutable": true,
38135
38623
  "locationInModule": {
38136
38624
  "filename": "src/javascript/bundler.ts",
38137
- "line": 290
38625
+ "line": 365
38138
38626
  },
38139
38627
  "name": "tsconfigPath",
38140
38628
  "optional": true,
@@ -38220,7 +38708,7 @@
38220
38708
  "kind": "interface",
38221
38709
  "locationInModule": {
38222
38710
  "filename": "src/javascript/bundler.ts",
38223
- "line": 195
38711
+ "line": 270
38224
38712
  },
38225
38713
  "name": "Bundle",
38226
38714
  "namespace": "javascript",
@@ -38234,7 +38722,7 @@
38234
38722
  "immutable": true,
38235
38723
  "locationInModule": {
38236
38724
  "filename": "src/javascript/bundler.ts",
38237
- "line": 199
38725
+ "line": 274
38238
38726
  },
38239
38727
  "name": "bundleTask",
38240
38728
  "type": {
@@ -38250,7 +38738,7 @@
38250
38738
  "immutable": true,
38251
38739
  "locationInModule": {
38252
38740
  "filename": "src/javascript/bundler.ts",
38253
- "line": 214
38741
+ "line": 289
38254
38742
  },
38255
38743
  "name": "outdir",
38256
38744
  "type": {
@@ -38266,7 +38754,7 @@
38266
38754
  "immutable": true,
38267
38755
  "locationInModule": {
38268
38756
  "filename": "src/javascript/bundler.ts",
38269
- "line": 209
38757
+ "line": 284
38270
38758
  },
38271
38759
  "name": "outfile",
38272
38760
  "type": {
@@ -38282,7 +38770,7 @@
38282
38770
  "immutable": true,
38283
38771
  "locationInModule": {
38284
38772
  "filename": "src/javascript/bundler.ts",
38285
- "line": 204
38773
+ "line": 279
38286
38774
  },
38287
38775
  "name": "watchTask",
38288
38776
  "optional": true,
@@ -38293,6 +38781,66 @@
38293
38781
  ],
38294
38782
  "symbolId": "src/javascript/bundler:Bundle"
38295
38783
  },
38784
+ "projen.javascript.BundleLogLevel": {
38785
+ "assembly": "projen",
38786
+ "docs": {
38787
+ "stability": "experimental",
38788
+ "summary": "Log levels for esbuild and package managers' install commands."
38789
+ },
38790
+ "fqn": "projen.javascript.BundleLogLevel",
38791
+ "kind": "enum",
38792
+ "locationInModule": {
38793
+ "filename": "src/javascript/bundler.ts",
38794
+ "line": 651
38795
+ },
38796
+ "members": [
38797
+ {
38798
+ "docs": {
38799
+ "stability": "experimental",
38800
+ "summary": "Show everything."
38801
+ },
38802
+ "name": "VERBOSE"
38803
+ },
38804
+ {
38805
+ "docs": {
38806
+ "stability": "experimental",
38807
+ "summary": "Show everything from info and some additional messages for debugging."
38808
+ },
38809
+ "name": "DEBUG"
38810
+ },
38811
+ {
38812
+ "docs": {
38813
+ "stability": "experimental",
38814
+ "summary": "Show warnings, errors, and an output file summary."
38815
+ },
38816
+ "name": "INFO"
38817
+ },
38818
+ {
38819
+ "docs": {
38820
+ "stability": "experimental",
38821
+ "summary": "Show warnings and errors."
38822
+ },
38823
+ "name": "WARNING"
38824
+ },
38825
+ {
38826
+ "docs": {
38827
+ "stability": "experimental",
38828
+ "summary": "Show errors only."
38829
+ },
38830
+ "name": "ERROR"
38831
+ },
38832
+ {
38833
+ "docs": {
38834
+ "stability": "experimental",
38835
+ "summary": "Show nothing."
38836
+ },
38837
+ "name": "SILENT"
38838
+ }
38839
+ ],
38840
+ "name": "BundleLogLevel",
38841
+ "namespace": "javascript",
38842
+ "symbolId": "src/javascript/bundler:BundleLogLevel"
38843
+ },
38296
38844
  "projen.javascript.Bundler": {
38297
38845
  "assembly": "projen",
38298
38846
  "base": "projen.Component",
@@ -38309,7 +38857,7 @@
38309
38857
  },
38310
38858
  "locationInModule": {
38311
38859
  "filename": "src/javascript/bundler.ts",
38312
- "line": 72
38860
+ "line": 89
38313
38861
  },
38314
38862
  "parameters": [
38315
38863
  {
@@ -38330,7 +38878,7 @@
38330
38878
  "kind": "class",
38331
38879
  "locationInModule": {
38332
38880
  "filename": "src/javascript/bundler.ts",
38333
- "line": 43
38881
+ "line": 60
38334
38882
  },
38335
38883
  "methods": [
38336
38884
  {
@@ -38341,7 +38889,7 @@
38341
38889
  },
38342
38890
  "locationInModule": {
38343
38891
  "filename": "src/javascript/bundler.ts",
38344
- "line": 50
38892
+ "line": 67
38345
38893
  },
38346
38894
  "name": "of",
38347
38895
  "parameters": [
@@ -38370,7 +38918,7 @@
38370
38918
  },
38371
38919
  "locationInModule": {
38372
38920
  "filename": "src/javascript/bundler.ts",
38373
- "line": 110
38921
+ "line": 134
38374
38922
  },
38375
38923
  "name": "addBundle",
38376
38924
  "parameters": [
@@ -38411,7 +38959,7 @@
38411
38959
  "immutable": true,
38412
38960
  "locationInModule": {
38413
38961
  "filename": "src/javascript/bundler.ts",
38414
- "line": 63
38962
+ "line": 80
38415
38963
  },
38416
38964
  "name": "bundledir",
38417
38965
  "type": {
@@ -38427,7 +38975,7 @@
38427
38975
  "immutable": true,
38428
38976
  "locationInModule": {
38429
38977
  "filename": "src/javascript/bundler.ts",
38430
- "line": 87
38978
+ "line": 109
38431
38979
  },
38432
38980
  "name": "bundleTask",
38433
38981
  "type": {
@@ -38442,7 +38990,7 @@
38442
38990
  "immutable": true,
38443
38991
  "locationInModule": {
38444
38992
  "filename": "src/javascript/bundler.ts",
38445
- "line": 58
38993
+ "line": 75
38446
38994
  },
38447
38995
  "name": "esbuildVersion",
38448
38996
  "optional": true,
@@ -38464,7 +39012,7 @@
38464
39012
  "kind": "interface",
38465
39013
  "locationInModule": {
38466
39014
  "filename": "src/javascript/bundler.ts",
38467
- "line": 11
39015
+ "line": 15
38468
39016
  },
38469
39017
  "name": "BundlerOptions",
38470
39018
  "namespace": "javascript",
@@ -38473,13 +39021,14 @@
38473
39021
  "abstract": true,
38474
39022
  "docs": {
38475
39023
  "default": "true",
38476
- "stability": "experimental",
39024
+ "deprecated": "Use `runBundleTask` instead.",
39025
+ "stability": "deprecated",
38477
39026
  "summary": "Install the `bundle` command as a pre-compile phase."
38478
39027
  },
38479
39028
  "immutable": true,
38480
39029
  "locationInModule": {
38481
39030
  "filename": "src/javascript/bundler.ts",
38482
- "line": 30
39031
+ "line": 35
38483
39032
  },
38484
39033
  "name": "addToPreCompile",
38485
39034
  "optional": true,
@@ -38497,7 +39046,7 @@
38497
39046
  "immutable": true,
38498
39047
  "locationInModule": {
38499
39048
  "filename": "src/javascript/bundler.ts",
38500
- "line": 23
39049
+ "line": 27
38501
39050
  },
38502
39051
  "name": "assetsDir",
38503
39052
  "optional": true,
@@ -38515,7 +39064,7 @@
38515
39064
  "immutable": true,
38516
39065
  "locationInModule": {
38517
39066
  "filename": "src/javascript/bundler.ts",
38518
- "line": 17
39067
+ "line": 21
38519
39068
  },
38520
39069
  "name": "esbuildVersion",
38521
39070
  "optional": true,
@@ -38533,7 +39082,7 @@
38533
39082
  "immutable": true,
38534
39083
  "locationInModule": {
38535
39084
  "filename": "src/javascript/bundler.ts",
38536
- "line": 36
39085
+ "line": 53
38537
39086
  },
38538
39087
  "name": "loaders",
38539
39088
  "optional": true,
@@ -38545,6 +39094,26 @@
38545
39094
  "kind": "map"
38546
39095
  }
38547
39096
  }
39097
+ },
39098
+ {
39099
+ "abstract": true,
39100
+ "docs": {
39101
+ "default": "RunBundleTask.PRE_COMPILE",
39102
+ "remarks": "Note: If using `addBundle()` with the `bundleCompiledResults`, this option\nmust be set to `RunBundleTask.POST_COMPILE` or `RunBundleTask.MANUAL`.",
39103
+ "see": "AddBundleOptions.bundleCompiledResults *",
39104
+ "stability": "experimental",
39105
+ "summary": "Choose which phase (if any) to add the `bundle` command to."
39106
+ },
39107
+ "immutable": true,
39108
+ "locationInModule": {
39109
+ "filename": "src/javascript/bundler.ts",
39110
+ "line": 47
39111
+ },
39112
+ "name": "runBundleTask",
39113
+ "optional": true,
39114
+ "type": {
39115
+ "fqn": "projen.javascript.RunBundleTask"
39116
+ }
38548
39117
  }
38549
39118
  ],
38550
39119
  "symbolId": "src/javascript/bundler:BundlerOptions"
@@ -38560,7 +39129,7 @@
38560
39129
  "kind": "interface",
38561
39130
  "locationInModule": {
38562
39131
  "filename": "src/javascript/bundler.ts",
38563
- "line": 220
39132
+ "line": 295
38564
39133
  },
38565
39134
  "name": "BundlingOptions",
38566
39135
  "namespace": "javascript",
@@ -38576,7 +39145,7 @@
38576
39145
  "immutable": true,
38577
39146
  "locationInModule": {
38578
39147
  "filename": "src/javascript/bundler.ts",
38579
- "line": 237
39148
+ "line": 312
38580
39149
  },
38581
39150
  "name": "externals",
38582
39151
  "optional": true,
@@ -38599,7 +39168,7 @@
38599
39168
  "immutable": true,
38600
39169
  "locationInModule": {
38601
39170
  "filename": "src/javascript/bundler.ts",
38602
- "line": 244
39171
+ "line": 319
38603
39172
  },
38604
39173
  "name": "sourcemap",
38605
39174
  "optional": true,
@@ -38618,7 +39187,7 @@
38618
39187
  "immutable": true,
38619
39188
  "locationInModule": {
38620
39189
  "filename": "src/javascript/bundler.ts",
38621
- "line": 253
39190
+ "line": 328
38622
39191
  },
38623
39192
  "name": "watchTask",
38624
39193
  "optional": true,
@@ -38629,6 +39198,40 @@
38629
39198
  ],
38630
39199
  "symbolId": "src/javascript/bundler:BundlingOptions"
38631
39200
  },
39201
+ "projen.javascript.Charset": {
39202
+ "assembly": "projen",
39203
+ "docs": {
39204
+ "stability": "experimental",
39205
+ "summary": "Charset for esbuild's output."
39206
+ },
39207
+ "fqn": "projen.javascript.Charset",
39208
+ "kind": "enum",
39209
+ "locationInModule": {
39210
+ "filename": "src/javascript/bundler.ts",
39211
+ "line": 632
39212
+ },
39213
+ "members": [
39214
+ {
39215
+ "docs": {
39216
+ "remarks": "Any non-ASCII characters are escaped using backslash escape sequences",
39217
+ "stability": "experimental",
39218
+ "summary": "ASCII."
39219
+ },
39220
+ "name": "ASCII"
39221
+ },
39222
+ {
39223
+ "docs": {
39224
+ "remarks": "Keep original characters without using escape sequences",
39225
+ "stability": "experimental",
39226
+ "summary": "UTF-8."
39227
+ },
39228
+ "name": "UTF8"
39229
+ }
39230
+ ],
39231
+ "name": "Charset",
39232
+ "namespace": "javascript",
39233
+ "symbolId": "src/javascript/bundler:Charset"
39234
+ },
38632
39235
  "projen.javascript.CodeArtifactAuthProvider": {
38633
39236
  "assembly": "projen",
38634
39237
  "docs": {
@@ -38766,7 +39369,7 @@
38766
39369
  "kind": "interface",
38767
39370
  "locationInModule": {
38768
39371
  "filename": "src/javascript/jest.ts",
38769
- "line": 603
39372
+ "line": 604
38770
39373
  },
38771
39374
  "name": "CoverageThreshold",
38772
39375
  "namespace": "javascript",
@@ -38779,7 +39382,7 @@
38779
39382
  "immutable": true,
38780
39383
  "locationInModule": {
38781
39384
  "filename": "src/javascript/jest.ts",
38782
- "line": 604
39385
+ "line": 605
38783
39386
  },
38784
39387
  "name": "branches",
38785
39388
  "optional": true,
@@ -38795,7 +39398,7 @@
38795
39398
  "immutable": true,
38796
39399
  "locationInModule": {
38797
39400
  "filename": "src/javascript/jest.ts",
38798
- "line": 605
39401
+ "line": 606
38799
39402
  },
38800
39403
  "name": "functions",
38801
39404
  "optional": true,
@@ -38811,7 +39414,7 @@
38811
39414
  "immutable": true,
38812
39415
  "locationInModule": {
38813
39416
  "filename": "src/javascript/jest.ts",
38814
- "line": 606
39417
+ "line": 607
38815
39418
  },
38816
39419
  "name": "lines",
38817
39420
  "optional": true,
@@ -38827,7 +39430,7 @@
38827
39430
  "immutable": true,
38828
39431
  "locationInModule": {
38829
39432
  "filename": "src/javascript/jest.ts",
38830
- "line": 607
39433
+ "line": 608
38831
39434
  },
38832
39435
  "name": "statements",
38833
39436
  "optional": true,
@@ -39711,7 +40314,7 @@
39711
40314
  "kind": "interface",
39712
40315
  "locationInModule": {
39713
40316
  "filename": "src/javascript/jest.ts",
39714
- "line": 622
40317
+ "line": 623
39715
40318
  },
39716
40319
  "name": "HasteConfig",
39717
40320
  "namespace": "javascript",
@@ -39724,7 +40327,7 @@
39724
40327
  "immutable": true,
39725
40328
  "locationInModule": {
39726
40329
  "filename": "src/javascript/jest.ts",
39727
- "line": 623
40330
+ "line": 624
39728
40331
  },
39729
40332
  "name": "computeSha1",
39730
40333
  "optional": true,
@@ -39740,7 +40343,7 @@
39740
40343
  "immutable": true,
39741
40344
  "locationInModule": {
39742
40345
  "filename": "src/javascript/jest.ts",
39743
- "line": 624
40346
+ "line": 625
39744
40347
  },
39745
40348
  "name": "defaultPlatform",
39746
40349
  "optional": true,
@@ -39756,7 +40359,7 @@
39756
40359
  "immutable": true,
39757
40360
  "locationInModule": {
39758
40361
  "filename": "src/javascript/jest.ts",
39759
- "line": 625
40362
+ "line": 626
39760
40363
  },
39761
40364
  "name": "hasteImplModulePath",
39762
40365
  "optional": true,
@@ -39772,7 +40375,7 @@
39772
40375
  "immutable": true,
39773
40376
  "locationInModule": {
39774
40377
  "filename": "src/javascript/jest.ts",
39775
- "line": 626
40378
+ "line": 627
39776
40379
  },
39777
40380
  "name": "platforms",
39778
40381
  "optional": true,
@@ -39793,7 +40396,7 @@
39793
40396
  "immutable": true,
39794
40397
  "locationInModule": {
39795
40398
  "filename": "src/javascript/jest.ts",
39796
- "line": 627
40399
+ "line": 628
39797
40400
  },
39798
40401
  "name": "throwOnModuleCollision",
39799
40402
  "optional": true,
@@ -39819,7 +40422,7 @@
39819
40422
  },
39820
40423
  "locationInModule": {
39821
40424
  "filename": "src/javascript/jest.ts",
39822
- "line": 692
40425
+ "line": 693
39823
40426
  },
39824
40427
  "parameters": [
39825
40428
  {
@@ -39840,7 +40443,7 @@
39840
40443
  "kind": "class",
39841
40444
  "locationInModule": {
39842
40445
  "filename": "src/javascript/jest.ts",
39843
- "line": 656
40446
+ "line": 657
39844
40447
  },
39845
40448
  "methods": [
39846
40449
  {
@@ -39850,7 +40453,7 @@
39850
40453
  },
39851
40454
  "locationInModule": {
39852
40455
  "filename": "src/javascript/jest.ts",
39853
- "line": 660
40456
+ "line": 661
39854
40457
  },
39855
40458
  "name": "of",
39856
40459
  "parameters": [
@@ -39875,7 +40478,7 @@
39875
40478
  },
39876
40479
  "locationInModule": {
39877
40480
  "filename": "src/javascript/jest.ts",
39878
- "line": 823
40481
+ "line": 824
39879
40482
  },
39880
40483
  "name": "addIgnorePattern",
39881
40484
  "parameters": [
@@ -39895,7 +40498,7 @@
39895
40498
  },
39896
40499
  "locationInModule": {
39897
40500
  "filename": "src/javascript/jest.ts",
39898
- "line": 863
40501
+ "line": 866
39899
40502
  },
39900
40503
  "name": "addModuleNameMappers",
39901
40504
  "parameters": [
@@ -39936,7 +40539,7 @@
39936
40539
  },
39937
40540
  "locationInModule": {
39938
40541
  "filename": "src/javascript/jest.ts",
39939
- "line": 878
40542
+ "line": 881
39940
40543
  },
39941
40544
  "name": "addModulePaths",
39942
40545
  "parameters": [
@@ -39959,7 +40562,7 @@
39959
40562
  },
39960
40563
  "locationInModule": {
39961
40564
  "filename": "src/javascript/jest.ts",
39962
- "line": 827
40565
+ "line": 828
39963
40566
  },
39964
40567
  "name": "addReporter",
39965
40568
  "parameters": [
@@ -39978,7 +40581,7 @@
39978
40581
  },
39979
40582
  "locationInModule": {
39980
40583
  "filename": "src/javascript/jest.ts",
39981
- "line": 890
40584
+ "line": 893
39982
40585
  },
39983
40586
  "name": "addRoots",
39984
40587
  "parameters": [
@@ -40002,7 +40605,7 @@
40002
40605
  },
40003
40606
  "locationInModule": {
40004
40607
  "filename": "src/javascript/jest.ts",
40005
- "line": 835
40608
+ "line": 836
40006
40609
  },
40007
40610
  "name": "addSetupFile",
40008
40611
  "parameters": [
@@ -40024,7 +40627,7 @@
40024
40627
  },
40025
40628
  "locationInModule": {
40026
40629
  "filename": "src/javascript/jest.ts",
40027
- "line": 846
40630
+ "line": 847
40028
40631
  },
40029
40632
  "name": "addSetupFileAfterEnv",
40030
40633
  "parameters": [
@@ -40045,7 +40648,7 @@
40045
40648
  },
40046
40649
  "locationInModule": {
40047
40650
  "filename": "src/javascript/jest.ts",
40048
- "line": 853
40651
+ "line": 854
40049
40652
  },
40050
40653
  "name": "addSnapshotResolver",
40051
40654
  "parameters": [
@@ -40064,7 +40667,7 @@
40064
40667
  },
40065
40668
  "locationInModule": {
40066
40669
  "filename": "src/javascript/jest.ts",
40067
- "line": 811
40670
+ "line": 812
40068
40671
  },
40069
40672
  "name": "addTestMatch",
40070
40673
  "parameters": [
@@ -40086,7 +40689,7 @@
40086
40689
  },
40087
40690
  "locationInModule": {
40088
40691
  "filename": "src/javascript/jest.ts",
40089
- "line": 819
40692
+ "line": 820
40090
40693
  },
40091
40694
  "name": "addWatchIgnorePattern",
40092
40695
  "parameters": [
@@ -40113,7 +40716,7 @@
40113
40716
  "immutable": true,
40114
40717
  "locationInModule": {
40115
40718
  "filename": "src/javascript/jest.ts",
40116
- "line": 668
40719
+ "line": 669
40117
40720
  },
40118
40721
  "name": "config",
40119
40722
  "type": {
@@ -40128,7 +40731,7 @@
40128
40731
  "immutable": true,
40129
40732
  "locationInModule": {
40130
40733
  "filename": "src/javascript/jest.ts",
40131
- "line": 673
40734
+ "line": 674
40132
40735
  },
40133
40736
  "name": "jestVersion",
40134
40737
  "type": {
@@ -40144,7 +40747,7 @@
40144
40747
  "immutable": true,
40145
40748
  "locationInModule": {
40146
40749
  "filename": "src/javascript/jest.ts",
40147
- "line": 678
40750
+ "line": 679
40148
40751
  },
40149
40752
  "name": "file",
40150
40753
  "optional": true,
@@ -40165,7 +40768,7 @@
40165
40768
  "kind": "interface",
40166
40769
  "locationInModule": {
40167
40770
  "filename": "src/javascript/jest.ts",
40168
- "line": 11
40771
+ "line": 12
40169
40772
  },
40170
40773
  "name": "JestConfigOptions",
40171
40774
  "namespace": "javascript",
@@ -40179,7 +40782,7 @@
40179
40782
  "immutable": true,
40180
40783
  "locationInModule": {
40181
40784
  "filename": "src/javascript/jest.ts",
40182
- "line": 479
40785
+ "line": 480
40183
40786
  },
40184
40787
  "name": "additionalOptions",
40185
40788
  "optional": true,
@@ -40203,7 +40806,7 @@
40203
40806
  "immutable": true,
40204
40807
  "locationInModule": {
40205
40808
  "filename": "src/javascript/jest.ts",
40206
- "line": 17
40809
+ "line": 18
40207
40810
  },
40208
40811
  "name": "automock",
40209
40812
  "optional": true,
@@ -40222,7 +40825,7 @@
40222
40825
  "immutable": true,
40223
40826
  "locationInModule": {
40224
40827
  "filename": "src/javascript/jest.ts",
40225
- "line": 25
40828
+ "line": 26
40226
40829
  },
40227
40830
  "name": "bail",
40228
40831
  "optional": true,
@@ -40249,7 +40852,7 @@
40249
40852
  "immutable": true,
40250
40853
  "locationInModule": {
40251
40854
  "filename": "src/javascript/jest.ts",
40252
- "line": 31
40855
+ "line": 32
40253
40856
  },
40254
40857
  "name": "cacheDirectory",
40255
40858
  "optional": true,
@@ -40268,7 +40871,7 @@
40268
40871
  "immutable": true,
40269
40872
  "locationInModule": {
40270
40873
  "filename": "src/javascript/jest.ts",
40271
- "line": 39
40874
+ "line": 40
40272
40875
  },
40273
40876
  "name": "clearMocks",
40274
40877
  "optional": true,
@@ -40287,7 +40890,7 @@
40287
40890
  "immutable": true,
40288
40891
  "locationInModule": {
40289
40892
  "filename": "src/javascript/jest.ts",
40290
- "line": 47
40893
+ "line": 48
40291
40894
  },
40292
40895
  "name": "collectCoverage",
40293
40896
  "optional": true,
@@ -40305,7 +40908,7 @@
40305
40908
  "immutable": true,
40306
40909
  "locationInModule": {
40307
40910
  "filename": "src/javascript/jest.ts",
40308
- "line": 53
40911
+ "line": 54
40309
40912
  },
40310
40913
  "name": "collectCoverageFrom",
40311
40914
  "optional": true,
@@ -40328,7 +40931,7 @@
40328
40931
  "immutable": true,
40329
40932
  "locationInModule": {
40330
40933
  "filename": "src/javascript/jest.ts",
40331
- "line": 59
40934
+ "line": 60
40332
40935
  },
40333
40936
  "name": "coverageDirectory",
40334
40937
  "optional": true,
@@ -40347,7 +40950,7 @@
40347
40950
  "immutable": true,
40348
40951
  "locationInModule": {
40349
40952
  "filename": "src/javascript/jest.ts",
40350
- "line": 66
40953
+ "line": 67
40351
40954
  },
40352
40955
  "name": "coveragePathIgnorePatterns",
40353
40956
  "optional": true,
@@ -40371,7 +40974,7 @@
40371
40974
  "immutable": true,
40372
40975
  "locationInModule": {
40373
40976
  "filename": "src/javascript/jest.ts",
40374
- "line": 73
40977
+ "line": 74
40375
40978
  },
40376
40979
  "name": "coverageProvider",
40377
40980
  "optional": true,
@@ -40390,7 +40993,7 @@
40390
40993
  "immutable": true,
40391
40994
  "locationInModule": {
40392
40995
  "filename": "src/javascript/jest.ts",
40393
- "line": 79
40996
+ "line": 80
40394
40997
  },
40395
40998
  "name": "coverageReporters",
40396
40999
  "optional": true,
@@ -40414,7 +41017,7 @@
40414
41017
  "immutable": true,
40415
41018
  "locationInModule": {
40416
41019
  "filename": "src/javascript/jest.ts",
40417
- "line": 87
41020
+ "line": 88
40418
41021
  },
40419
41022
  "name": "coverageThreshold",
40420
41023
  "optional": true,
@@ -40433,7 +41036,7 @@
40433
41036
  "immutable": true,
40434
41037
  "locationInModule": {
40435
41038
  "filename": "src/javascript/jest.ts",
40436
- "line": 94
41039
+ "line": 95
40437
41040
  },
40438
41041
  "name": "dependencyExtractor",
40439
41042
  "optional": true,
@@ -40451,7 +41054,7 @@
40451
41054
  "immutable": true,
40452
41055
  "locationInModule": {
40453
41056
  "filename": "src/javascript/jest.ts",
40454
- "line": 100
41057
+ "line": 101
40455
41058
  },
40456
41059
  "name": "displayName",
40457
41060
  "optional": true,
@@ -40470,7 +41073,7 @@
40470
41073
  "immutable": true,
40471
41074
  "locationInModule": {
40472
41075
  "filename": "src/javascript/jest.ts",
40473
- "line": 106
41076
+ "line": 107
40474
41077
  },
40475
41078
  "name": "errorOnDeprecated",
40476
41079
  "optional": true,
@@ -40488,7 +41091,7 @@
40488
41091
  "immutable": true,
40489
41092
  "locationInModule": {
40490
41093
  "filename": "src/javascript/jest.ts",
40491
- "line": 113
41094
+ "line": 114
40492
41095
  },
40493
41096
  "name": "extraGlobals",
40494
41097
  "optional": true,
@@ -40512,7 +41115,7 @@
40512
41115
  "immutable": true,
40513
41116
  "locationInModule": {
40514
41117
  "filename": "src/javascript/jest.ts",
40515
- "line": 120
41118
+ "line": 121
40516
41119
  },
40517
41120
  "name": "forceCoverageMatch",
40518
41121
  "optional": true,
@@ -40535,7 +41138,7 @@
40535
41138
  "immutable": true,
40536
41139
  "locationInModule": {
40537
41140
  "filename": "src/javascript/jest.ts",
40538
- "line": 126
41141
+ "line": 127
40539
41142
  },
40540
41143
  "name": "globals",
40541
41144
  "optional": true,
@@ -40554,7 +41157,7 @@
40554
41157
  "immutable": true,
40555
41158
  "locationInModule": {
40556
41159
  "filename": "src/javascript/jest.ts",
40557
- "line": 133
41160
+ "line": 134
40558
41161
  },
40559
41162
  "name": "globalSetup",
40560
41163
  "optional": true,
@@ -40573,7 +41176,7 @@
40573
41176
  "immutable": true,
40574
41177
  "locationInModule": {
40575
41178
  "filename": "src/javascript/jest.ts",
40576
- "line": 140
41179
+ "line": 141
40577
41180
  },
40578
41181
  "name": "globalTeardown",
40579
41182
  "optional": true,
@@ -40591,7 +41194,7 @@
40591
41194
  "immutable": true,
40592
41195
  "locationInModule": {
40593
41196
  "filename": "src/javascript/jest.ts",
40594
- "line": 146
41197
+ "line": 147
40595
41198
  },
40596
41199
  "name": "haste",
40597
41200
  "optional": true,
@@ -40612,7 +41215,7 @@
40612
41215
  "immutable": true,
40613
41216
  "locationInModule": {
40614
41217
  "filename": "src/javascript/jest.ts",
40615
- "line": 153
41218
+ "line": 154
40616
41219
  },
40617
41220
  "name": "injectGlobals",
40618
41221
  "optional": true,
@@ -40630,7 +41233,7 @@
40630
41233
  "immutable": true,
40631
41234
  "locationInModule": {
40632
41235
  "filename": "src/javascript/jest.ts",
40633
- "line": 160
41236
+ "line": 161
40634
41237
  },
40635
41238
  "name": "maxConcurrency",
40636
41239
  "optional": true,
@@ -40649,7 +41252,7 @@
40649
41252
  "immutable": true,
40650
41253
  "locationInModule": {
40651
41254
  "filename": "src/javascript/jest.ts",
40652
- "line": 169
41255
+ "line": 170
40653
41256
  },
40654
41257
  "name": "maxWorkers",
40655
41258
  "optional": true,
@@ -40677,7 +41280,7 @@
40677
41280
  "immutable": true,
40678
41281
  "locationInModule": {
40679
41282
  "filename": "src/javascript/jest.ts",
40680
- "line": 177
41283
+ "line": 178
40681
41284
  },
40682
41285
  "name": "moduleDirectories",
40683
41286
  "optional": true,
@@ -40701,7 +41304,7 @@
40701
41304
  "immutable": true,
40702
41305
  "locationInModule": {
40703
41306
  "filename": "src/javascript/jest.ts",
40704
- "line": 184
41307
+ "line": 185
40705
41308
  },
40706
41309
  "name": "moduleFileExtensions",
40707
41310
  "optional": true,
@@ -40724,7 +41327,7 @@
40724
41327
  "immutable": true,
40725
41328
  "locationInModule": {
40726
41329
  "filename": "src/javascript/jest.ts",
40727
- "line": 191
41330
+ "line": 192
40728
41331
  },
40729
41332
  "name": "moduleNameMapper",
40730
41333
  "optional": true,
@@ -40762,7 +41365,7 @@
40762
41365
  "immutable": true,
40763
41366
  "locationInModule": {
40764
41367
  "filename": "src/javascript/jest.ts",
40765
- "line": 199
41368
+ "line": 200
40766
41369
  },
40767
41370
  "name": "modulePathIgnorePatterns",
40768
41371
  "optional": true,
@@ -40786,7 +41389,7 @@
40786
41389
  "immutable": true,
40787
41390
  "locationInModule": {
40788
41391
  "filename": "src/javascript/jest.ts",
40789
- "line": 207
41392
+ "line": 208
40790
41393
  },
40791
41394
  "name": "modulePaths",
40792
41395
  "optional": true,
@@ -40809,7 +41412,7 @@
40809
41412
  "immutable": true,
40810
41413
  "locationInModule": {
40811
41414
  "filename": "src/javascript/jest.ts",
40812
- "line": 213
41415
+ "line": 214
40813
41416
  },
40814
41417
  "name": "notify",
40815
41418
  "optional": true,
@@ -40828,7 +41431,7 @@
40828
41431
  "immutable": true,
40829
41432
  "locationInModule": {
40830
41433
  "filename": "src/javascript/jest.ts",
40831
- "line": 219
41434
+ "line": 220
40832
41435
  },
40833
41436
  "name": "notifyMode",
40834
41437
  "optional": true,
@@ -40847,7 +41450,7 @@
40847
41450
  "immutable": true,
40848
41451
  "locationInModule": {
40849
41452
  "filename": "src/javascript/jest.ts",
40850
- "line": 232
41453
+ "line": 233
40851
41454
  },
40852
41455
  "name": "preset",
40853
41456
  "optional": true,
@@ -40865,7 +41468,7 @@
40865
41468
  "immutable": true,
40866
41469
  "locationInModule": {
40867
41470
  "filename": "src/javascript/jest.ts",
40868
- "line": 238
41471
+ "line": 239
40869
41472
  },
40870
41473
  "name": "prettierPath",
40871
41474
  "optional": true,
@@ -40884,7 +41487,7 @@
40884
41487
  "immutable": true,
40885
41488
  "locationInModule": {
40886
41489
  "filename": "src/javascript/jest.ts",
40887
- "line": 246
41490
+ "line": 247
40888
41491
  },
40889
41492
  "name": "projects",
40890
41493
  "optional": true,
@@ -40922,7 +41525,7 @@
40922
41525
  "immutable": true,
40923
41526
  "locationInModule": {
40924
41527
  "filename": "src/javascript/jest.ts",
40925
- "line": 254
41528
+ "line": 255
40926
41529
  },
40927
41530
  "name": "reporters",
40928
41531
  "optional": true,
@@ -40946,7 +41549,7 @@
40946
41549
  "immutable": true,
40947
41550
  "locationInModule": {
40948
41551
  "filename": "src/javascript/jest.ts",
40949
- "line": 262
41552
+ "line": 263
40950
41553
  },
40951
41554
  "name": "resetMocks",
40952
41555
  "optional": true,
@@ -40965,7 +41568,7 @@
40965
41568
  "immutable": true,
40966
41569
  "locationInModule": {
40967
41570
  "filename": "src/javascript/jest.ts",
40968
- "line": 269
41571
+ "line": 270
40969
41572
  },
40970
41573
  "name": "resetModules",
40971
41574
  "optional": true,
@@ -40984,7 +41587,7 @@
40984
41587
  "immutable": true,
40985
41588
  "locationInModule": {
40986
41589
  "filename": "src/javascript/jest.ts",
40987
- "line": 276
41590
+ "line": 277
40988
41591
  },
40989
41592
  "name": "resolver",
40990
41593
  "optional": true,
@@ -41003,7 +41606,7 @@
41003
41606
  "immutable": true,
41004
41607
  "locationInModule": {
41005
41608
  "filename": "src/javascript/jest.ts",
41006
- "line": 284
41609
+ "line": 285
41007
41610
  },
41008
41611
  "name": "restoreMocks",
41009
41612
  "optional": true,
@@ -41022,7 +41625,7 @@
41022
41625
  "immutable": true,
41023
41626
  "locationInModule": {
41024
41627
  "filename": "src/javascript/jest.ts",
41025
- "line": 292
41628
+ "line": 293
41026
41629
  },
41027
41630
  "name": "rootDir",
41028
41631
  "optional": true,
@@ -41040,7 +41643,7 @@
41040
41643
  "immutable": true,
41041
41644
  "locationInModule": {
41042
41645
  "filename": "src/javascript/jest.ts",
41043
- "line": 298
41646
+ "line": 299
41044
41647
  },
41045
41648
  "name": "roots",
41046
41649
  "optional": true,
@@ -41063,7 +41666,7 @@
41063
41666
  "immutable": true,
41064
41667
  "locationInModule": {
41065
41668
  "filename": "src/javascript/jest.ts",
41066
- "line": 304
41669
+ "line": 305
41067
41670
  },
41068
41671
  "name": "runner",
41069
41672
  "optional": true,
@@ -41082,7 +41685,7 @@
41082
41685
  "immutable": true,
41083
41686
  "locationInModule": {
41084
41687
  "filename": "src/javascript/jest.ts",
41085
- "line": 313
41688
+ "line": 314
41086
41689
  },
41087
41690
  "name": "setupFiles",
41088
41691
  "optional": true,
@@ -41106,7 +41709,7 @@
41106
41709
  "immutable": true,
41107
41710
  "locationInModule": {
41108
41711
  "filename": "src/javascript/jest.ts",
41109
- "line": 322
41712
+ "line": 323
41110
41713
  },
41111
41714
  "name": "setupFilesAfterEnv",
41112
41715
  "optional": true,
@@ -41129,7 +41732,7 @@
41129
41732
  "immutable": true,
41130
41733
  "locationInModule": {
41131
41734
  "filename": "src/javascript/jest.ts",
41132
- "line": 328
41735
+ "line": 329
41133
41736
  },
41134
41737
  "name": "slowTestThreshold",
41135
41738
  "optional": true,
@@ -41148,7 +41751,7 @@
41148
41751
  "immutable": true,
41149
41752
  "locationInModule": {
41150
41753
  "filename": "src/javascript/jest.ts",
41151
- "line": 335
41754
+ "line": 336
41152
41755
  },
41153
41756
  "name": "snapshotResolver",
41154
41757
  "optional": true,
@@ -41166,7 +41769,7 @@
41166
41769
  "immutable": true,
41167
41770
  "locationInModule": {
41168
41771
  "filename": "src/javascript/jest.ts",
41169
- "line": 341
41772
+ "line": 342
41170
41773
  },
41171
41774
  "name": "snapshotSerializers",
41172
41775
  "optional": true,
@@ -41190,7 +41793,7 @@
41190
41793
  "immutable": true,
41191
41794
  "locationInModule": {
41192
41795
  "filename": "src/javascript/jest.ts",
41193
- "line": 349
41796
+ "line": 350
41194
41797
  },
41195
41798
  "name": "testEnvironment",
41196
41799
  "optional": true,
@@ -41209,7 +41812,7 @@
41209
41812
  "immutable": true,
41210
41813
  "locationInModule": {
41211
41814
  "filename": "src/javascript/jest.ts",
41212
- "line": 356
41815
+ "line": 357
41213
41816
  },
41214
41817
  "name": "testEnvironmentOptions",
41215
41818
  "optional": true,
@@ -41227,7 +41830,7 @@
41227
41830
  "immutable": true,
41228
41831
  "locationInModule": {
41229
41832
  "filename": "src/javascript/jest.ts",
41230
- "line": 362
41833
+ "line": 363
41231
41834
  },
41232
41835
  "name": "testFailureExitCode",
41233
41836
  "optional": true,
@@ -41246,7 +41849,7 @@
41246
41849
  "immutable": true,
41247
41850
  "locationInModule": {
41248
41851
  "filename": "src/javascript/jest.ts",
41249
- "line": 370
41852
+ "line": 371
41250
41853
  },
41251
41854
  "name": "testMatch",
41252
41855
  "optional": true,
@@ -41270,7 +41873,7 @@
41270
41873
  "immutable": true,
41271
41874
  "locationInModule": {
41272
41875
  "filename": "src/javascript/jest.ts",
41273
- "line": 377
41876
+ "line": 378
41274
41877
  },
41275
41878
  "name": "testPathIgnorePatterns",
41276
41879
  "optional": true,
@@ -41294,7 +41897,7 @@
41294
41897
  "immutable": true,
41295
41898
  "locationInModule": {
41296
41899
  "filename": "src/javascript/jest.ts",
41297
- "line": 385
41900
+ "line": 386
41298
41901
  },
41299
41902
  "name": "testRegex",
41300
41903
  "optional": true,
@@ -41326,7 +41929,7 @@
41326
41929
  "immutable": true,
41327
41930
  "locationInModule": {
41328
41931
  "filename": "src/javascript/jest.ts",
41329
- "line": 391
41932
+ "line": 392
41330
41933
  },
41331
41934
  "name": "testResultsProcessor",
41332
41935
  "optional": true,
@@ -41345,7 +41948,7 @@
41345
41948
  "immutable": true,
41346
41949
  "locationInModule": {
41347
41950
  "filename": "src/javascript/jest.ts",
41348
- "line": 398
41951
+ "line": 399
41349
41952
  },
41350
41953
  "name": "testRunner",
41351
41954
  "optional": true,
@@ -41364,7 +41967,7 @@
41364
41967
  "immutable": true,
41365
41968
  "locationInModule": {
41366
41969
  "filename": "src/javascript/jest.ts",
41367
- "line": 405
41970
+ "line": 406
41368
41971
  },
41369
41972
  "name": "testSequencer",
41370
41973
  "optional": true,
@@ -41382,7 +41985,7 @@
41382
41985
  "immutable": true,
41383
41986
  "locationInModule": {
41384
41987
  "filename": "src/javascript/jest.ts",
41385
- "line": 411
41988
+ "line": 412
41386
41989
  },
41387
41990
  "name": "testTimeout",
41388
41991
  "optional": true,
@@ -41401,7 +42004,7 @@
41401
42004
  "immutable": true,
41402
42005
  "locationInModule": {
41403
42006
  "filename": "src/javascript/jest.ts",
41404
- "line": 417
42007
+ "line": 418
41405
42008
  },
41406
42009
  "name": "testURL",
41407
42010
  "optional": true,
@@ -41420,7 +42023,7 @@
41420
42023
  "immutable": true,
41421
42024
  "locationInModule": {
41422
42025
  "filename": "src/javascript/jest.ts",
41423
- "line": 424
42026
+ "line": 425
41424
42027
  },
41425
42028
  "name": "timers",
41426
42029
  "optional": true,
@@ -41439,7 +42042,7 @@
41439
42042
  "immutable": true,
41440
42043
  "locationInModule": {
41441
42044
  "filename": "src/javascript/jest.ts",
41442
- "line": 431
42045
+ "line": 432
41443
42046
  },
41444
42047
  "name": "transform",
41445
42048
  "optional": true,
@@ -41463,7 +42066,7 @@
41463
42066
  "immutable": true,
41464
42067
  "locationInModule": {
41465
42068
  "filename": "src/javascript/jest.ts",
41466
- "line": 438
42069
+ "line": 439
41467
42070
  },
41468
42071
  "name": "transformIgnorePatterns",
41469
42072
  "optional": true,
@@ -41487,7 +42090,7 @@
41487
42090
  "immutable": true,
41488
42091
  "locationInModule": {
41489
42092
  "filename": "src/javascript/jest.ts",
41490
- "line": 446
42093
+ "line": 447
41491
42094
  },
41492
42095
  "name": "unmockedModulePathPatterns",
41493
42096
  "optional": true,
@@ -41511,7 +42114,7 @@
41511
42114
  "immutable": true,
41512
42115
  "locationInModule": {
41513
42116
  "filename": "src/javascript/jest.ts",
41514
- "line": 454
42117
+ "line": 455
41515
42118
  },
41516
42119
  "name": "verbose",
41517
42120
  "optional": true,
@@ -41529,7 +42132,7 @@
41529
42132
  "immutable": true,
41530
42133
  "locationInModule": {
41531
42134
  "filename": "src/javascript/jest.ts",
41532
- "line": 474
42135
+ "line": 475
41533
42136
  },
41534
42137
  "name": "watchman",
41535
42138
  "optional": true,
@@ -41548,7 +42151,7 @@
41548
42151
  "immutable": true,
41549
42152
  "locationInModule": {
41550
42153
  "filename": "src/javascript/jest.ts",
41551
- "line": 462
42154
+ "line": 463
41552
42155
  },
41553
42156
  "name": "watchPathIgnorePatterns",
41554
42157
  "optional": true,
@@ -41570,7 +42173,7 @@
41570
42173
  "immutable": true,
41571
42174
  "locationInModule": {
41572
42175
  "filename": "src/javascript/jest.ts",
41573
- "line": 468
42176
+ "line": 469
41574
42177
  },
41575
42178
  "name": "watchPlugins",
41576
42179
  "optional": true,
@@ -41596,7 +42199,7 @@
41596
42199
  "kind": "interface",
41597
42200
  "locationInModule": {
41598
42201
  "filename": "src/javascript/jest.ts",
41599
- "line": 527
42202
+ "line": 528
41600
42203
  },
41601
42204
  "name": "JestOptions",
41602
42205
  "namespace": "javascript",
@@ -41611,7 +42214,7 @@
41611
42214
  "immutable": true,
41612
42215
  "locationInModule": {
41613
42216
  "filename": "src/javascript/jest.ts",
41614
- "line": 588
42217
+ "line": 589
41615
42218
  },
41616
42219
  "name": "configFilePath",
41617
42220
  "optional": true,
@@ -41631,7 +42234,7 @@
41631
42234
  "immutable": true,
41632
42235
  "locationInModule": {
41633
42236
  "filename": "src/javascript/jest.ts",
41634
- "line": 533
42237
+ "line": 534
41635
42238
  },
41636
42239
  "name": "coverage",
41637
42240
  "optional": true,
@@ -41649,7 +42252,7 @@
41649
42252
  "immutable": true,
41650
42253
  "locationInModule": {
41651
42254
  "filename": "src/javascript/jest.ts",
41652
- "line": 541
42255
+ "line": 542
41653
42256
  },
41654
42257
  "name": "coverageText",
41655
42258
  "optional": true,
@@ -41667,7 +42270,7 @@
41667
42270
  "immutable": true,
41668
42271
  "locationInModule": {
41669
42272
  "filename": "src/javascript/jest.ts",
41670
- "line": 600
42273
+ "line": 601
41671
42274
  },
41672
42275
  "name": "extraCliOptions",
41673
42276
  "optional": true,
@@ -41691,7 +42294,7 @@
41691
42294
  "immutable": true,
41692
42295
  "locationInModule": {
41693
42296
  "filename": "src/javascript/jest.ts",
41694
- "line": 548
42297
+ "line": 549
41695
42298
  },
41696
42299
  "name": "ignorePatterns",
41697
42300
  "optional": true,
@@ -41714,7 +42317,7 @@
41714
42317
  "immutable": true,
41715
42318
  "locationInModule": {
41716
42319
  "filename": "src/javascript/jest.ts",
41717
- "line": 594
42320
+ "line": 595
41718
42321
  },
41719
42322
  "name": "jestConfig",
41720
42323
  "optional": true,
@@ -41733,7 +42336,7 @@
41733
42336
  "immutable": true,
41734
42337
  "locationInModule": {
41735
42338
  "filename": "src/javascript/jest.ts",
41736
- "line": 581
42339
+ "line": 582
41737
42340
  },
41738
42341
  "name": "jestVersion",
41739
42342
  "optional": true,
@@ -41752,7 +42355,7 @@
41752
42355
  "immutable": true,
41753
42356
  "locationInModule": {
41754
42357
  "filename": "src/javascript/jest.ts",
41755
- "line": 557
42358
+ "line": 558
41756
42359
  },
41757
42360
  "name": "junitReporting",
41758
42361
  "optional": true,
@@ -41770,7 +42373,7 @@
41770
42373
  "immutable": true,
41771
42374
  "locationInModule": {
41772
42375
  "filename": "src/javascript/jest.ts",
41773
- "line": 564
42376
+ "line": 565
41774
42377
  },
41775
42378
  "name": "preserveDefaultReporters",
41776
42379
  "optional": true,
@@ -41788,7 +42391,7 @@
41788
42391
  "immutable": true,
41789
42392
  "locationInModule": {
41790
42393
  "filename": "src/javascript/jest.ts",
41791
- "line": 572
42394
+ "line": 573
41792
42395
  },
41793
42396
  "name": "updateSnapshot",
41794
42397
  "optional": true,
@@ -41811,7 +42414,7 @@
41811
42414
  },
41812
42415
  "locationInModule": {
41813
42416
  "filename": "src/javascript/jest.ts",
41814
- "line": 631
42417
+ "line": 632
41815
42418
  },
41816
42419
  "parameters": [
41817
42420
  {
@@ -41837,7 +42440,7 @@
41837
42440
  "kind": "class",
41838
42441
  "locationInModule": {
41839
42442
  "filename": "src/javascript/jest.ts",
41840
- "line": 630
42443
+ "line": 631
41841
42444
  },
41842
42445
  "name": "JestReporter",
41843
42446
  "namespace": "javascript",
@@ -42853,7 +43456,7 @@
42853
43456
  "kind": "enum",
42854
43457
  "locationInModule": {
42855
43458
  "filename": "src/javascript/node-package.ts",
42856
- "line": 1588
43459
+ "line": 1592
42857
43460
  },
42858
43461
  "members": [
42859
43462
  {
@@ -45209,7 +45812,7 @@
45209
45812
  "kind": "enum",
45210
45813
  "locationInModule": {
45211
45814
  "filename": "src/javascript/node-package.ts",
45212
- "line": 1632
45815
+ "line": 1636
45213
45816
  },
45214
45817
  "members": [
45215
45818
  {
@@ -45404,7 +46007,7 @@
45404
46007
  "kind": "interface",
45405
46008
  "locationInModule": {
45406
46009
  "filename": "src/javascript/node-package.ts",
45407
- "line": 1577
46010
+ "line": 1581
45408
46011
  },
45409
46012
  "name": "PeerDependencyOptions",
45410
46013
  "namespace": "javascript",
@@ -45419,7 +46022,7 @@
45419
46022
  "immutable": true,
45420
46023
  "locationInModule": {
45421
46024
  "filename": "src/javascript/node-package.ts",
45422
- "line": 1582
46025
+ "line": 1586
45423
46026
  },
45424
46027
  "name": "pinnedDevDependency",
45425
46028
  "optional": true,
@@ -46543,6 +47146,46 @@
46543
47146
  ],
46544
47147
  "symbolId": "src/javascript/node-project:RenderWorkflowSetupOptions"
46545
47148
  },
47149
+ "projen.javascript.RunBundleTask": {
47150
+ "assembly": "projen",
47151
+ "docs": {
47152
+ "stability": "experimental",
47153
+ "summary": "Options for BundlerOptions.runBundleTask."
47154
+ },
47155
+ "fqn": "projen.javascript.RunBundleTask",
47156
+ "kind": "enum",
47157
+ "locationInModule": {
47158
+ "filename": "src/javascript/bundler.ts",
47159
+ "line": 555
47160
+ },
47161
+ "members": [
47162
+ {
47163
+ "docs": {
47164
+ "stability": "experimental",
47165
+ "summary": "Don't bundle automatically as part of the build."
47166
+ },
47167
+ "name": "MANUAL"
47168
+ },
47169
+ {
47170
+ "docs": {
47171
+ "stability": "experimental",
47172
+ "summary": "Bundle automatically before compilation."
47173
+ },
47174
+ "name": "PRE_COMPILE"
47175
+ },
47176
+ {
47177
+ "docs": {
47178
+ "remarks": "Thus will run compilation tasks (using tsc, etc.) before running file\nthrough bundling step.\n\nThis is only required unless you are using new experimental features that\nare not supported by `esbuild` but are supported by typescript's `tsc`\ncompiler. One example of such feature is `emitDecoratorMetadata`.\n\n```typescript\n// In a TypeScript project with output configured\n// to go to the \"lib\" directory:\nconst project = new TypeScriptProject({\n name: \"test\",\n defaultReleaseBranch: \"main\",\n tsconfig: {\n compilerOptions: {\n outDir: \"lib\",\n },\n },\n bundlerOptions: {\n // ensure we compile with `tsc` before bundling\n runBundleTask: RunBundleTask.POST_COMPILE,\n },\n});\n\n// Tell the bundler to bundle the compiled results (from the \"lib\" directory)\nproject.bundler.addBundle(\"./lib/index.js\", {\n platform: \"node\",\n target: \"node18\",\n sourcemap: false,\n format: \"esm\",\n});\n```",
47179
+ "stability": "experimental",
47180
+ "summary": "Bundle automatically after compilation. This is useful if you want to bundle the compiled results."
47181
+ },
47182
+ "name": "POST_COMPILE"
47183
+ }
47184
+ ],
47185
+ "name": "RunBundleTask",
47186
+ "namespace": "javascript",
47187
+ "symbolId": "src/javascript/bundler:RunBundleTask"
47188
+ },
46546
47189
  "projen.javascript.ScopedPackagesOptions": {
46547
47190
  "assembly": "projen",
46548
47191
  "datatype": true,
@@ -46595,6 +47238,53 @@
46595
47238
  ],
46596
47239
  "symbolId": "src/javascript/node-package:ScopedPackagesOptions"
46597
47240
  },
47241
+ "projen.javascript.SourceMapMode": {
47242
+ "assembly": "projen",
47243
+ "docs": {
47244
+ "see": "https://esbuild.github.io/api/#sourcemap",
47245
+ "stability": "experimental",
47246
+ "summary": "SourceMap mode for esbuild."
47247
+ },
47248
+ "fqn": "projen.javascript.SourceMapMode",
47249
+ "kind": "enum",
47250
+ "locationInModule": {
47251
+ "filename": "src/javascript/bundler.ts",
47252
+ "line": 608
47253
+ },
47254
+ "members": [
47255
+ {
47256
+ "docs": {
47257
+ "stability": "experimental",
47258
+ "summary": "Default sourceMap mode - will generate a .js.map file alongside any generated .js file and add a special //# sourceMappingURL= comment to the bottom of the .js file pointing to the .js.map file."
47259
+ },
47260
+ "name": "DEFAULT"
47261
+ },
47262
+ {
47263
+ "docs": {
47264
+ "stability": "experimental",
47265
+ "summary": "External sourceMap mode - If you want to omit the special //# sourceMappingURL= comment from the generated .js file but you still want to generate the .js.map files."
47266
+ },
47267
+ "name": "EXTERNAL"
47268
+ },
47269
+ {
47270
+ "docs": {
47271
+ "stability": "experimental",
47272
+ "summary": "Inline sourceMap mode - If you want to insert the entire source map into the .js file instead of generating a separate .js.map file."
47273
+ },
47274
+ "name": "INLINE"
47275
+ },
47276
+ {
47277
+ "docs": {
47278
+ "stability": "experimental",
47279
+ "summary": "Both sourceMap mode - If you want to have the effect of both inline and external simultaneously."
47280
+ },
47281
+ "name": "BOTH"
47282
+ }
47283
+ ],
47284
+ "name": "SourceMapMode",
47285
+ "namespace": "javascript",
47286
+ "symbolId": "src/javascript/bundler:SourceMapMode"
47287
+ },
46598
47288
  "projen.javascript.TrailingComma": {
46599
47289
  "assembly": "projen",
46600
47290
  "docs": {
@@ -46645,7 +47335,7 @@
46645
47335
  },
46646
47336
  "locationInModule": {
46647
47337
  "filename": "src/javascript/jest.ts",
46648
- "line": 492
47338
+ "line": 493
46649
47339
  },
46650
47340
  "parameters": [
46651
47341
  {
@@ -46666,7 +47356,7 @@
46666
47356
  "kind": "class",
46667
47357
  "locationInModule": {
46668
47358
  "filename": "src/javascript/jest.ts",
46669
- "line": 491
47359
+ "line": 492
46670
47360
  },
46671
47361
  "name": "Transform",
46672
47362
  "namespace": "javascript",
@@ -48377,7 +49067,7 @@
48377
49067
  "kind": "enum",
48378
49068
  "locationInModule": {
48379
49069
  "filename": "src/javascript/jest.ts",
48380
- "line": 610
49070
+ "line": 611
48381
49071
  },
48382
49072
  "members": [
48383
49073
  {
@@ -49166,7 +49856,7 @@
49166
49856
  },
49167
49857
  "locationInModule": {
49168
49858
  "filename": "src/javascript/jest.ts",
49169
- "line": 510
49859
+ "line": 511
49170
49860
  },
49171
49861
  "parameters": [
49172
49862
  {
@@ -49187,7 +49877,7 @@
49187
49877
  "kind": "class",
49188
49878
  "locationInModule": {
49189
49879
  "filename": "src/javascript/jest.ts",
49190
- "line": 509
49880
+ "line": 510
49191
49881
  },
49192
49882
  "name": "WatchPlugin",
49193
49883
  "namespace": "javascript",
@@ -49204,7 +49894,7 @@
49204
49894
  "kind": "interface",
49205
49895
  "locationInModule": {
49206
49896
  "filename": "src/javascript/node-package.ts",
49207
- "line": 1647
49897
+ "line": 1651
49208
49898
  },
49209
49899
  "name": "YarnBerryOptions",
49210
49900
  "namespace": "javascript",
@@ -49219,7 +49909,7 @@
49219
49909
  "immutable": true,
49220
49910
  "locationInModule": {
49221
49911
  "filename": "src/javascript/node-package.ts",
49222
- "line": 1653
49912
+ "line": 1657
49223
49913
  },
49224
49914
  "name": "version",
49225
49915
  "optional": true,
@@ -49237,7 +49927,7 @@
49237
49927
  "immutable": true,
49238
49928
  "locationInModule": {
49239
49929
  "filename": "src/javascript/node-package.ts",
49240
- "line": 1660
49930
+ "line": 1664
49241
49931
  },
49242
49932
  "name": "yarnRcOptions",
49243
49933
  "optional": true,
@@ -49256,7 +49946,7 @@
49256
49946
  "immutable": true,
49257
49947
  "locationInModule": {
49258
49948
  "filename": "src/javascript/node-package.ts",
49259
- "line": 1668
49949
+ "line": 1672
49260
49950
  },
49261
49951
  "name": "zeroInstalls",
49262
49952
  "optional": true,
@@ -52377,7 +53067,7 @@
52377
53067
  },
52378
53068
  "locationInModule": {
52379
53069
  "filename": "src/python/poetry.ts",
52380
- "line": 48
53070
+ "line": 57
52381
53071
  },
52382
53072
  "parameters": [
52383
53073
  {
@@ -52412,7 +53102,7 @@
52412
53102
  },
52413
53103
  "locationInModule": {
52414
53104
  "filename": "src/python/poetry.ts",
52415
- "line": 168
53105
+ "line": 170
52416
53106
  },
52417
53107
  "name": "addDependency",
52418
53108
  "overrides": "projen.python.IPythonDeps",
@@ -52435,7 +53125,7 @@
52435
53125
  },
52436
53126
  "locationInModule": {
52437
53127
  "filename": "src/python/poetry.ts",
52438
- "line": 177
53128
+ "line": 179
52439
53129
  },
52440
53130
  "name": "addDevDependency",
52441
53131
  "overrides": "projen.python.IPythonDeps",
@@ -52458,7 +53148,7 @@
52458
53148
  },
52459
53149
  "locationInModule": {
52460
53150
  "filename": "src/python/poetry.ts",
52461
- "line": 212
53151
+ "line": 214
52462
53152
  },
52463
53153
  "name": "installDependencies",
52464
53154
  "overrides": "projen.python.IPythonDeps"
@@ -52470,7 +53160,7 @@
52470
53160
  },
52471
53161
  "locationInModule": {
52472
53162
  "filename": "src/python/poetry.ts",
52473
- "line": 184
53163
+ "line": 186
52474
53164
  },
52475
53165
  "name": "setupEnvironment",
52476
53166
  "overrides": "projen.python.IPythonEnv"
@@ -52482,12 +53172,12 @@
52482
53172
  {
52483
53173
  "docs": {
52484
53174
  "stability": "experimental",
52485
- "summary": "A task that installs dependencies (honouring the lockfile)."
53175
+ "summary": "Task for installing dependencies according to the existing lockfile."
52486
53176
  },
52487
53177
  "immutable": true,
52488
53178
  "locationInModule": {
52489
53179
  "filename": "src/python/poetry.ts",
52490
- "line": 29
53180
+ "line": 34
52491
53181
  },
52492
53182
  "name": "installCiTask",
52493
53183
  "overrides": "projen.python.IPythonDeps",
@@ -52498,12 +53188,12 @@
52498
53188
  {
52499
53189
  "docs": {
52500
53190
  "stability": "experimental",
52501
- "summary": "A task that updates the lockfile and installs dependencies."
53191
+ "summary": "Task for updating the lockfile and installing project dependencies."
52502
53192
  },
52503
53193
  "immutable": true,
52504
53194
  "locationInModule": {
52505
53195
  "filename": "src/python/poetry.ts",
52506
- "line": 33
53196
+ "line": 29
52507
53197
  },
52508
53198
  "name": "installTask",
52509
53199
  "type": {
@@ -52513,12 +53203,12 @@
52513
53203
  {
52514
53204
  "docs": {
52515
53205
  "stability": "experimental",
52516
- "summary": "A task that uploads the package to a package repository."
53206
+ "summary": "Task for publishing the package to a package repository."
52517
53207
  },
52518
53208
  "immutable": true,
52519
53209
  "locationInModule": {
52520
53210
  "filename": "src/python/poetry.ts",
52521
- "line": 38
53211
+ "line": 39
52522
53212
  },
52523
53213
  "name": "publishTask",
52524
53214
  "overrides": "projen.python.IPythonPackaging",
@@ -52529,32 +53219,17 @@
52529
53219
  {
52530
53220
  "docs": {
52531
53221
  "stability": "experimental",
52532
- "summary": "A task that uploads the package to the Test PyPI repository."
53222
+ "summary": "Task for publishing the package to the Test PyPI repository for testing purposes."
52533
53223
  },
52534
53224
  "immutable": true,
52535
53225
  "locationInModule": {
52536
53226
  "filename": "src/python/poetry.ts",
52537
- "line": 46
53227
+ "line": 44
52538
53228
  },
52539
53229
  "name": "publishTestTask",
52540
53230
  "type": {
52541
53231
  "fqn": "projen.Task"
52542
53232
  }
52543
- },
52544
- {
52545
- "docs": {
52546
- "stability": "experimental",
52547
- "summary": "A task that for upgrades dependencies."
52548
- },
52549
- "immutable": true,
52550
- "locationInModule": {
52551
- "filename": "src/python/poetry.ts",
52552
- "line": 37
52553
- },
52554
- "name": "upgradeTask",
52555
- "type": {
52556
- "fqn": "projen.Task"
52557
- }
52558
53233
  }
52559
53234
  ],
52560
53235
  "symbolId": "src/python/poetry:Poetry"
@@ -52594,7 +53269,7 @@
52594
53269
  },
52595
53270
  "locationInModule": {
52596
53271
  "filename": "src/python/poetry.ts",
52597
- "line": 371
53272
+ "line": 373
52598
53273
  },
52599
53274
  "parameters": [
52600
53275
  {
@@ -52614,7 +53289,7 @@
52614
53289
  "kind": "class",
52615
53290
  "locationInModule": {
52616
53291
  "filename": "src/python/poetry.ts",
52617
- "line": 368
53292
+ "line": 370
52618
53293
  },
52619
53294
  "name": "PoetryPyproject",
52620
53295
  "namespace": "python",
@@ -52626,7 +53301,7 @@
52626
53301
  "immutable": true,
52627
53302
  "locationInModule": {
52628
53303
  "filename": "src/python/poetry.ts",
52629
- "line": 369
53304
+ "line": 371
52630
53305
  },
52631
53306
  "name": "file",
52632
53307
  "type": {
@@ -52651,7 +53326,7 @@
52651
53326
  "kind": "interface",
52652
53327
  "locationInModule": {
52653
53328
  "filename": "src/python/poetry.ts",
52654
- "line": 344
53329
+ "line": 346
52655
53330
  },
52656
53331
  "name": "PoetryPyprojectOptions",
52657
53332
  "namespace": "python",
@@ -52667,7 +53342,7 @@
52667
53342
  "immutable": true,
52668
53343
  "locationInModule": {
52669
53344
  "filename": "src/python/poetry.ts",
52670
- "line": 353
53345
+ "line": 355
52671
53346
  },
52672
53347
  "name": "dependencies",
52673
53348
  "optional": true,
@@ -52690,7 +53365,7 @@
52690
53365
  "immutable": true,
52691
53366
  "locationInModule": {
52692
53367
  "filename": "src/python/poetry.ts",
52693
- "line": 360
53368
+ "line": 362
52694
53369
  },
52695
53370
  "name": "devDependencies",
52696
53371
  "optional": true,
@@ -52718,7 +53393,7 @@
52718
53393
  "kind": "interface",
52719
53394
  "locationInModule": {
52720
53395
  "filename": "src/python/poetry.ts",
52721
- "line": 228
53396
+ "line": 230
52722
53397
  },
52723
53398
  "name": "PoetryPyprojectOptionsWithoutDeps",
52724
53399
  "namespace": "python",
@@ -52733,7 +53408,7 @@
52733
53408
  "immutable": true,
52734
53409
  "locationInModule": {
52735
53410
  "filename": "src/python/poetry.ts",
52736
- "line": 255
53411
+ "line": 257
52737
53412
  },
52738
53413
  "name": "authors",
52739
53414
  "optional": true,
@@ -52756,7 +53431,7 @@
52756
53431
  "immutable": true,
52757
53432
  "locationInModule": {
52758
53433
  "filename": "src/python/poetry.ts",
52759
- "line": 292
53434
+ "line": 294
52760
53435
  },
52761
53436
  "name": "classifiers",
52762
53437
  "optional": true,
@@ -52778,7 +53453,7 @@
52778
53453
  "immutable": true,
52779
53454
  "locationInModule": {
52780
53455
  "filename": "src/python/poetry.ts",
52781
- "line": 242
53456
+ "line": 244
52782
53457
  },
52783
53458
  "name": "description",
52784
53459
  "optional": true,
@@ -52795,7 +53470,7 @@
52795
53470
  "immutable": true,
52796
53471
  "locationInModule": {
52797
53472
  "filename": "src/python/poetry.ts",
52798
- "line": 280
53473
+ "line": 282
52799
53474
  },
52800
53475
  "name": "documentation",
52801
53476
  "optional": true,
@@ -52813,7 +53488,7 @@
52813
53488
  "immutable": true,
52814
53489
  "locationInModule": {
52815
53490
  "filename": "src/python/poetry.ts",
52816
- "line": 310
53491
+ "line": 312
52817
53492
  },
52818
53493
  "name": "exclude",
52819
53494
  "optional": true,
@@ -52835,7 +53510,7 @@
52835
53510
  "immutable": true,
52836
53511
  "locationInModule": {
52837
53512
  "filename": "src/python/poetry.ts",
52838
- "line": 325
53513
+ "line": 327
52839
53514
  },
52840
53515
  "name": "extras",
52841
53516
  "optional": true,
@@ -52862,7 +53537,7 @@
52862
53537
  "immutable": true,
52863
53538
  "locationInModule": {
52864
53539
  "filename": "src/python/poetry.ts",
52865
- "line": 270
53540
+ "line": 272
52866
53541
  },
52867
53542
  "name": "homepage",
52868
53543
  "optional": true,
@@ -52879,7 +53554,7 @@
52879
53554
  "immutable": true,
52880
53555
  "locationInModule": {
52881
53556
  "filename": "src/python/poetry.ts",
52882
- "line": 302
53557
+ "line": 304
52883
53558
  },
52884
53559
  "name": "include",
52885
53560
  "optional": true,
@@ -52901,7 +53576,7 @@
52901
53576
  "immutable": true,
52902
53577
  "locationInModule": {
52903
53578
  "filename": "src/python/poetry.ts",
52904
- "line": 285
53579
+ "line": 287
52905
53580
  },
52906
53581
  "name": "keywords",
52907
53582
  "optional": true,
@@ -52924,7 +53599,7 @@
52924
53599
  "immutable": true,
52925
53600
  "locationInModule": {
52926
53601
  "filename": "src/python/poetry.ts",
52927
- "line": 250
53602
+ "line": 252
52928
53603
  },
52929
53604
  "name": "license",
52930
53605
  "optional": true,
@@ -52942,7 +53617,7 @@
52942
53617
  "immutable": true,
52943
53618
  "locationInModule": {
52944
53619
  "filename": "src/python/poetry.ts",
52945
- "line": 260
53620
+ "line": 262
52946
53621
  },
52947
53622
  "name": "maintainers",
52948
53623
  "optional": true,
@@ -52964,7 +53639,7 @@
52964
53639
  "immutable": true,
52965
53640
  "locationInModule": {
52966
53641
  "filename": "src/python/poetry.ts",
52967
- "line": 232
53642
+ "line": 234
52968
53643
  },
52969
53644
  "name": "name",
52970
53645
  "optional": true,
@@ -52981,7 +53656,7 @@
52981
53656
  "immutable": true,
52982
53657
  "locationInModule": {
52983
53658
  "filename": "src/python/poetry.ts",
52984
- "line": 297
53659
+ "line": 299
52985
53660
  },
52986
53661
  "name": "packages",
52987
53662
  "optional": true,
@@ -53005,7 +53680,7 @@
53005
53680
  "immutable": true,
53006
53681
  "locationInModule": {
53007
53682
  "filename": "src/python/poetry.ts",
53008
- "line": 331
53683
+ "line": 333
53009
53684
  },
53010
53685
  "name": "plugins",
53011
53686
  "optional": true,
@@ -53022,7 +53697,7 @@
53022
53697
  "immutable": true,
53023
53698
  "locationInModule": {
53024
53699
  "filename": "src/python/poetry.ts",
53025
- "line": 265
53700
+ "line": 267
53026
53701
  },
53027
53702
  "name": "readme",
53028
53703
  "optional": true,
@@ -53039,7 +53714,7 @@
53039
53714
  "immutable": true,
53040
53715
  "locationInModule": {
53041
53716
  "filename": "src/python/poetry.ts",
53042
- "line": 275
53717
+ "line": 277
53043
53718
  },
53044
53719
  "name": "repository",
53045
53720
  "optional": true,
@@ -53056,7 +53731,7 @@
53056
53731
  "immutable": true,
53057
53732
  "locationInModule": {
53058
53733
  "filename": "src/python/poetry.ts",
53059
- "line": 315
53734
+ "line": 317
53060
53735
  },
53061
53736
  "name": "scripts",
53062
53737
  "optional": true,
@@ -53078,7 +53753,7 @@
53078
53753
  "immutable": true,
53079
53754
  "locationInModule": {
53080
53755
  "filename": "src/python/poetry.ts",
53081
- "line": 320
53756
+ "line": 322
53082
53757
  },
53083
53758
  "name": "source",
53084
53759
  "optional": true,
@@ -53101,7 +53776,7 @@
53101
53776
  "immutable": true,
53102
53777
  "locationInModule": {
53103
53778
  "filename": "src/python/poetry.ts",
53104
- "line": 337
53779
+ "line": 339
53105
53780
  },
53106
53781
  "name": "urls",
53107
53782
  "optional": true,
@@ -53123,7 +53798,7 @@
53123
53798
  "immutable": true,
53124
53799
  "locationInModule": {
53125
53800
  "filename": "src/python/poetry.ts",
53126
- "line": 237
53801
+ "line": 239
53127
53802
  },
53128
53803
  "name": "version",
53129
53804
  "optional": true,
@@ -58774,7 +59449,7 @@
58774
59449
  },
58775
59450
  "locationInModule": {
58776
59451
  "filename": "src/typescript/typescript.ts",
58777
- "line": 792
59452
+ "line": 791
58778
59453
  },
58779
59454
  "parameters": [
58780
59455
  {
@@ -58788,7 +59463,7 @@
58788
59463
  "kind": "class",
58789
59464
  "locationInModule": {
58790
59465
  "filename": "src/typescript/typescript.ts",
58791
- "line": 791
59466
+ "line": 790
58792
59467
  },
58793
59468
  "name": "TypeScriptAppProject",
58794
59469
  "namespace": "typescript",
@@ -58822,7 +59497,7 @@
58822
59497
  "kind": "class",
58823
59498
  "locationInModule": {
58824
59499
  "filename": "src/typescript/typescript.ts",
58825
- "line": 806
59500
+ "line": 805
58826
59501
  },
58827
59502
  "name": "TypeScriptLibraryProject",
58828
59503
  "namespace": "typescript",
@@ -58842,7 +59517,7 @@
58842
59517
  "kind": "interface",
58843
59518
  "locationInModule": {
58844
59519
  "filename": "src/typescript/typescript.ts",
58845
- "line": 811
59520
+ "line": 810
58846
59521
  },
58847
59522
  "name": "TypeScriptLibraryProjectOptions",
58848
59523
  "namespace": "typescript",
@@ -62144,6 +62819,6 @@
62144
62819
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
62145
62820
  }
62146
62821
  },
62147
- "version": "0.79.21",
62148
- "fingerprint": "LuVTn1z+mwDPCiE67o1YgUcb8/lmA0i7zEoB2kWCAy0="
62822
+ "version": "0.79.23",
62823
+ "fingerprint": "RoA8GS958VB1NXiANo2lyZO6jdlAfL3FUz1j/HoRddM="
62149
62824
  }