projen 0.49.2 → 0.50.4

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 (115) hide show
  1. package/.jsii +477 -240
  2. package/API.md +122 -14
  3. package/changelog.md +2 -2
  4. package/lib/awscdk/auto-discover.js +1 -1
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.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-function.js +2 -2
  15. package/lib/build/build-workflow.d.ts +69 -2
  16. package/lib/build/build-workflow.js +62 -2
  17. package/lib/cdk/construct-lib.js +1 -1
  18. package/lib/cdk/jsii-docgen.js +1 -1
  19. package/lib/cdk/jsii-project.js +1 -1
  20. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  21. package/lib/cdk8s/cdk8s-construct.js +1 -1
  22. package/lib/cdktf/cdktf-construct.js +1 -1
  23. package/lib/component.js +1 -1
  24. package/lib/dependencies.js +1 -1
  25. package/lib/dev-env.js +1 -1
  26. package/lib/docker-compose.js +2 -2
  27. package/lib/file.js +1 -1
  28. package/lib/gitattributes.js +1 -1
  29. package/lib/github/auto-approve.js +1 -1
  30. package/lib/github/auto-merge.js +1 -1
  31. package/lib/github/dependabot.js +1 -1
  32. package/lib/github/github-project.js +1 -1
  33. package/lib/github/github.js +1 -1
  34. package/lib/github/mergify.js +1 -1
  35. package/lib/github/pr-template.js +1 -1
  36. package/lib/github/pull-request-lint.js +1 -1
  37. package/lib/github/stale.js +1 -1
  38. package/lib/github/task-workflow.js +1 -1
  39. package/lib/github/workflows.js +1 -1
  40. package/lib/gitlab/configuration.js +1 -1
  41. package/lib/gitlab/gitlab-configuration.js +1 -1
  42. package/lib/gitlab/nested-configuration.js +1 -1
  43. package/lib/gitpod.js +1 -1
  44. package/lib/ignore-file.js +1 -1
  45. package/lib/ini.js +1 -1
  46. package/lib/java/java-project.js +1 -1
  47. package/lib/java/junit.js +1 -1
  48. package/lib/java/maven-compile.js +1 -1
  49. package/lib/java/maven-packaging.js +1 -1
  50. package/lib/java/maven-sample.js +1 -1
  51. package/lib/java/pom.js +1 -1
  52. package/lib/java/projenrc.js +1 -1
  53. package/lib/javascript/bundler.js +1 -1
  54. package/lib/javascript/eslint.js +1 -1
  55. package/lib/javascript/jest.d.ts +0 -8
  56. package/lib/javascript/jest.js +2 -25
  57. package/lib/javascript/node-package.js +1 -1
  58. package/lib/javascript/node-project.d.ts +19 -1
  59. package/lib/javascript/node-project.js +14 -6
  60. package/lib/javascript/npm-config.js +1 -1
  61. package/lib/javascript/prettier.d.ts +6 -0
  62. package/lib/javascript/prettier.js +15 -2
  63. package/lib/javascript/projenrc.js +1 -1
  64. package/lib/javascript/typescript-config.js +1 -1
  65. package/lib/javascript/upgrade-dependencies.js +4 -4
  66. package/lib/json.js +1 -1
  67. package/lib/license.js +1 -1
  68. package/lib/logger.js +1 -1
  69. package/lib/makefile.js +1 -1
  70. package/lib/object-file.js +1 -1
  71. package/lib/project-build.js +1 -1
  72. package/lib/project.js +1 -1
  73. package/lib/projects.js +1 -1
  74. package/lib/projenrc-json.js +1 -1
  75. package/lib/python/pip.js +1 -1
  76. package/lib/python/poetry.js +2 -2
  77. package/lib/python/projenrc.js +1 -1
  78. package/lib/python/pytest.js +1 -1
  79. package/lib/python/python-project.js +1 -1
  80. package/lib/python/python-sample.js +1 -1
  81. package/lib/python/requirements-file.js +1 -1
  82. package/lib/python/setuppy.js +1 -1
  83. package/lib/python/setuptools.js +1 -1
  84. package/lib/python/venv.js +1 -1
  85. package/lib/readme.js +1 -1
  86. package/lib/release/publisher.js +1 -1
  87. package/lib/release/release-trigger.js +1 -1
  88. package/lib/release/release.js +1 -1
  89. package/lib/sample-file.js +2 -2
  90. package/lib/semver.js +1 -1
  91. package/lib/source-code.d.ts +1 -0
  92. package/lib/source-code.js +3 -2
  93. package/lib/task-runtime.js +1 -1
  94. package/lib/task.js +1 -1
  95. package/lib/tasks.js +1 -1
  96. package/lib/testing.js +1 -1
  97. package/lib/textfile.js +1 -1
  98. package/lib/toml.js +1 -1
  99. package/lib/typescript/projenrc.js +1 -1
  100. package/lib/typescript/typescript-typedoc.js +1 -1
  101. package/lib/typescript/typescript.d.ts +6 -0
  102. package/lib/typescript/typescript.js +62 -46
  103. package/lib/version.js +1 -1
  104. package/lib/vscode/devcontainer.js +1 -1
  105. package/lib/vscode/launch-config.js +1 -1
  106. package/lib/vscode/vscode.js +1 -1
  107. package/lib/web/next.js +3 -3
  108. package/lib/web/postcss.js +1 -1
  109. package/lib/web/react.js +4 -4
  110. package/lib/web/tailwind.js +1 -1
  111. package/lib/xmlfile.js +1 -1
  112. package/lib/yaml.js +1 -1
  113. package/package.json +5 -5
  114. package/releasetag.txt +1 -1
  115. package/version.txt +1 -1
package/.jsii CHANGED
@@ -7152,6 +7152,22 @@
7152
7152
  }
7153
7153
  ],
7154
7154
  "name": "SourceCode",
7155
+ "properties": [
7156
+ {
7157
+ "docs": {
7158
+ "stability": "experimental"
7159
+ },
7160
+ "immutable": true,
7161
+ "locationInModule": {
7162
+ "filename": "src/source-code.ts",
7163
+ "line": 26
7164
+ },
7165
+ "name": "filePath",
7166
+ "type": {
7167
+ "primitive": "string"
7168
+ }
7169
+ }
7170
+ ],
7155
7171
  "symbolId": "src/source-code:SourceCode"
7156
7172
  },
7157
7173
  "projen.SourceCodeOptions": {
@@ -11478,6 +11494,115 @@
11478
11494
  ],
11479
11495
  "symbolId": "src/awscdk/lambda-function:LambdaRuntime"
11480
11496
  },
11497
+ "projen.build.AddPostBuildJobCommandsOptions": {
11498
+ "assembly": "projen",
11499
+ "datatype": true,
11500
+ "docs": {
11501
+ "stability": "experimental",
11502
+ "summary": "Options for `BuildWorkflow.addPostBuildJobCommands`."
11503
+ },
11504
+ "fqn": "projen.build.AddPostBuildJobCommandsOptions",
11505
+ "kind": "interface",
11506
+ "locationInModule": {
11507
+ "filename": "src/build/build-workflow.ts",
11508
+ "line": 365
11509
+ },
11510
+ "name": "AddPostBuildJobCommandsOptions",
11511
+ "namespace": "build",
11512
+ "properties": [
11513
+ {
11514
+ "abstract": true,
11515
+ "docs": {
11516
+ "default": "false",
11517
+ "stability": "experimental",
11518
+ "summary": "Check out the repository at the pull request branch before commands are run."
11519
+ },
11520
+ "immutable": true,
11521
+ "locationInModule": {
11522
+ "filename": "src/build/build-workflow.ts",
11523
+ "line": 377
11524
+ },
11525
+ "name": "checkoutRepo",
11526
+ "optional": true,
11527
+ "type": {
11528
+ "primitive": "boolean"
11529
+ }
11530
+ },
11531
+ {
11532
+ "abstract": true,
11533
+ "docs": {
11534
+ "default": "false",
11535
+ "remarks": "Currently only supported for `NodeProject`.",
11536
+ "stability": "experimental",
11537
+ "summary": "Install project dependencies before running commands. `checkoutRepo` must also be set to true."
11538
+ },
11539
+ "immutable": true,
11540
+ "locationInModule": {
11541
+ "filename": "src/build/build-workflow.ts",
11542
+ "line": 387
11543
+ },
11544
+ "name": "installDeps",
11545
+ "optional": true,
11546
+ "type": {
11547
+ "primitive": "boolean"
11548
+ }
11549
+ },
11550
+ {
11551
+ "abstract": true,
11552
+ "docs": {
11553
+ "stability": "experimental",
11554
+ "summary": "Tools that should be installed before the commands are run."
11555
+ },
11556
+ "immutable": true,
11557
+ "locationInModule": {
11558
+ "filename": "src/build/build-workflow.ts",
11559
+ "line": 369
11560
+ },
11561
+ "name": "tools",
11562
+ "optional": true,
11563
+ "type": {
11564
+ "fqn": "projen.github.workflows.Tools"
11565
+ }
11566
+ }
11567
+ ],
11568
+ "symbolId": "src/build/build-workflow:AddPostBuildJobCommandsOptions"
11569
+ },
11570
+ "projen.build.AddPostBuildJobTaskOptions": {
11571
+ "assembly": "projen",
11572
+ "datatype": true,
11573
+ "docs": {
11574
+ "stability": "experimental",
11575
+ "summary": "Options for `BuildWorkflow.addPostBuildJobTask`."
11576
+ },
11577
+ "fqn": "projen.build.AddPostBuildJobTaskOptions",
11578
+ "kind": "interface",
11579
+ "locationInModule": {
11580
+ "filename": "src/build/build-workflow.ts",
11581
+ "line": 355
11582
+ },
11583
+ "name": "AddPostBuildJobTaskOptions",
11584
+ "namespace": "build",
11585
+ "properties": [
11586
+ {
11587
+ "abstract": true,
11588
+ "docs": {
11589
+ "stability": "experimental",
11590
+ "summary": "Tools that should be installed before the task is run."
11591
+ },
11592
+ "immutable": true,
11593
+ "locationInModule": {
11594
+ "filename": "src/build/build-workflow.ts",
11595
+ "line": 359
11596
+ },
11597
+ "name": "tools",
11598
+ "optional": true,
11599
+ "type": {
11600
+ "fqn": "projen.github.workflows.Tools"
11601
+ }
11602
+ }
11603
+ ],
11604
+ "symbolId": "src/build/build-workflow:AddPostBuildJobTaskOptions"
11605
+ },
11481
11606
  "projen.build.BuildWorkflow": {
11482
11607
  "assembly": "projen",
11483
11608
  "base": "projen.Component",
@@ -11491,7 +11616,7 @@
11491
11616
  },
11492
11617
  "locationInModule": {
11493
11618
  "filename": "src/build/build-workflow.ts",
11494
- "line": 91
11619
+ "line": 92
11495
11620
  },
11496
11621
  "parameters": [
11497
11622
  {
@@ -11511,7 +11636,7 @@
11511
11636
  "kind": "class",
11512
11637
  "locationInModule": {
11513
11638
  "filename": "src/build/build-workflow.ts",
11514
- "line": 80
11639
+ "line": 81
11515
11640
  },
11516
11641
  "methods": [
11517
11642
  {
@@ -11522,7 +11647,7 @@
11522
11647
  },
11523
11648
  "locationInModule": {
11524
11649
  "filename": "src/build/build-workflow.ts",
11525
- "line": 171
11650
+ "line": 172
11526
11651
  },
11527
11652
  "name": "addPostBuildJob",
11528
11653
  "parameters": [
@@ -11546,6 +11671,76 @@
11546
11671
  }
11547
11672
  ]
11548
11673
  },
11674
+ {
11675
+ "docs": {
11676
+ "remarks": "Jobs are executed _only_ if the build did NOT self mutate. If the build\nself-mutate, the branch will either be updated or the build will fail (in\nforks), so there is no point in executing the post-build job.",
11677
+ "stability": "experimental",
11678
+ "summary": "Run a sequence of commands as a job within the build workflow which is executed after the build job succeeded."
11679
+ },
11680
+ "locationInModule": {
11681
+ "filename": "src/build/build-workflow.ts",
11682
+ "line": 235
11683
+ },
11684
+ "name": "addPostBuildJobCommands",
11685
+ "parameters": [
11686
+ {
11687
+ "name": "id",
11688
+ "type": {
11689
+ "primitive": "string"
11690
+ }
11691
+ },
11692
+ {
11693
+ "name": "commands",
11694
+ "type": {
11695
+ "collection": {
11696
+ "elementtype": {
11697
+ "primitive": "string"
11698
+ },
11699
+ "kind": "array"
11700
+ }
11701
+ }
11702
+ },
11703
+ {
11704
+ "docs": {
11705
+ "summary": "Specify tools and other options."
11706
+ },
11707
+ "name": "options",
11708
+ "optional": true,
11709
+ "type": {
11710
+ "fqn": "projen.build.AddPostBuildJobCommandsOptions"
11711
+ }
11712
+ }
11713
+ ]
11714
+ },
11715
+ {
11716
+ "docs": {
11717
+ "remarks": "The job will have access to build artifacts and will install project\ndependencies in order to be able to run any commands used in the tasks.\n\nJobs are executed _only_ if the build did NOT self mutate. If the build\nself-mutate, the branch will either be updated or the build will fail (in\nforks), so there is no point in executing the post-build job.",
11718
+ "stability": "experimental",
11719
+ "summary": "Run a task as a job within the build workflow which is executed after the build job succeeded."
11720
+ },
11721
+ "locationInModule": {
11722
+ "filename": "src/build/build-workflow.ts",
11723
+ "line": 213
11724
+ },
11725
+ "name": "addPostBuildJobTask",
11726
+ "parameters": [
11727
+ {
11728
+ "name": "task",
11729
+ "type": {
11730
+ "fqn": "projen.Task"
11731
+ }
11732
+ },
11733
+ {
11734
+ "docs": {
11735
+ "summary": "Specify tools and other options."
11736
+ },
11737
+ "name": "options",
11738
+ "type": {
11739
+ "fqn": "projen.build.AddPostBuildJobTaskOptions"
11740
+ }
11741
+ }
11742
+ ]
11743
+ },
11549
11744
  {
11550
11745
  "docs": {
11551
11746
  "stability": "experimental",
@@ -11553,7 +11748,7 @@
11553
11748
  },
11554
11749
  "locationInModule": {
11555
11750
  "filename": "src/build/build-workflow.ts",
11556
- "line": 156
11751
+ "line": 157
11557
11752
  },
11558
11753
  "name": "addPostBuildSteps",
11559
11754
  "parameters": [
@@ -11582,7 +11777,7 @@
11582
11777
  "immutable": true,
11583
11778
  "locationInModule": {
11584
11779
  "filename": "src/build/build-workflow.ts",
11585
- "line": 148
11780
+ "line": 149
11586
11781
  },
11587
11782
  "name": "buildJobIds",
11588
11783
  "type": {
@@ -11607,7 +11802,7 @@
11607
11802
  "kind": "interface",
11608
11803
  "locationInModule": {
11609
11804
  "filename": "src/build/build-workflow.ts",
11610
- "line": 23
11805
+ "line": 24
11611
11806
  },
11612
11807
  "name": "BuildWorkflowOptions",
11613
11808
  "namespace": "build",
@@ -11621,7 +11816,7 @@
11621
11816
  "immutable": true,
11622
11817
  "locationInModule": {
11623
11818
  "filename": "src/build/build-workflow.ts",
11624
- "line": 32
11819
+ "line": 33
11625
11820
  },
11626
11821
  "name": "artifactsDirectory",
11627
11822
  "type": {
@@ -11637,7 +11832,7 @@
11637
11832
  "immutable": true,
11638
11833
  "locationInModule": {
11639
11834
  "filename": "src/build/build-workflow.ts",
11640
- "line": 27
11835
+ "line": 28
11641
11836
  },
11642
11837
  "name": "buildTask",
11643
11838
  "type": {
@@ -11654,7 +11849,7 @@
11654
11849
  "immutable": true,
11655
11850
  "locationInModule": {
11656
11851
  "filename": "src/build/build-workflow.ts",
11657
- "line": 38
11852
+ "line": 39
11658
11853
  },
11659
11854
  "name": "containerImage",
11660
11855
  "optional": true,
@@ -11672,7 +11867,7 @@
11672
11867
  "immutable": true,
11673
11868
  "locationInModule": {
11674
11869
  "filename": "src/build/build-workflow.ts",
11675
- "line": 77
11870
+ "line": 78
11676
11871
  },
11677
11872
  "name": "env",
11678
11873
  "optional": true,
@@ -11695,7 +11890,7 @@
11695
11890
  "immutable": true,
11696
11891
  "locationInModule": {
11697
11892
  "filename": "src/build/build-workflow.ts",
11698
- "line": 71
11893
+ "line": 72
11699
11894
  },
11700
11895
  "name": "gitIdentity",
11701
11896
  "optional": true,
@@ -11714,7 +11909,7 @@
11714
11909
  "immutable": true,
11715
11910
  "locationInModule": {
11716
11911
  "filename": "src/build/build-workflow.ts",
11717
- "line": 53
11912
+ "line": 54
11718
11913
  },
11719
11914
  "name": "mutableBuild",
11720
11915
  "optional": true,
@@ -11732,7 +11927,7 @@
11732
11927
  "immutable": true,
11733
11928
  "locationInModule": {
11734
11929
  "filename": "src/build/build-workflow.ts",
11735
- "line": 65
11930
+ "line": 66
11736
11931
  },
11737
11932
  "name": "postBuildSteps",
11738
11933
  "optional": true,
@@ -11755,7 +11950,7 @@
11755
11950
  "immutable": true,
11756
11951
  "locationInModule": {
11757
11952
  "filename": "src/build/build-workflow.ts",
11758
- "line": 59
11953
+ "line": 60
11759
11954
  },
11760
11955
  "name": "preBuildSteps",
11761
11956
  "optional": true,
@@ -26016,7 +26211,7 @@
26016
26211
  "kind": "enum",
26017
26212
  "locationInModule": {
26018
26213
  "filename": "src/javascript/prettier.ts",
26019
- "line": 200
26214
+ "line": 201
26020
26215
  },
26021
26216
  "members": [
26022
26217
  {
@@ -26536,7 +26731,7 @@
26536
26731
  "kind": "interface",
26537
26732
  "locationInModule": {
26538
26733
  "filename": "src/javascript/jest.ts",
26539
- "line": 532
26734
+ "line": 531
26540
26735
  },
26541
26736
  "name": "CoverageThreshold",
26542
26737
  "namespace": "javascript",
@@ -26549,7 +26744,7 @@
26549
26744
  "immutable": true,
26550
26745
  "locationInModule": {
26551
26746
  "filename": "src/javascript/jest.ts",
26552
- "line": 533
26747
+ "line": 532
26553
26748
  },
26554
26749
  "name": "branches",
26555
26750
  "optional": true,
@@ -26565,7 +26760,7 @@
26565
26760
  "immutable": true,
26566
26761
  "locationInModule": {
26567
26762
  "filename": "src/javascript/jest.ts",
26568
- "line": 534
26763
+ "line": 533
26569
26764
  },
26570
26765
  "name": "functions",
26571
26766
  "optional": true,
@@ -26581,7 +26776,7 @@
26581
26776
  "immutable": true,
26582
26777
  "locationInModule": {
26583
26778
  "filename": "src/javascript/jest.ts",
26584
- "line": 535
26779
+ "line": 534
26585
26780
  },
26586
26781
  "name": "lines",
26587
26782
  "optional": true,
@@ -26597,7 +26792,7 @@
26597
26792
  "immutable": true,
26598
26793
  "locationInModule": {
26599
26794
  "filename": "src/javascript/jest.ts",
26600
- "line": 536
26795
+ "line": 535
26601
26796
  },
26602
26797
  "name": "statements",
26603
26798
  "optional": true,
@@ -26617,7 +26812,7 @@
26617
26812
  "kind": "enum",
26618
26813
  "locationInModule": {
26619
26814
  "filename": "src/javascript/prettier.ts",
26620
- "line": 212
26815
+ "line": 213
26621
26816
  },
26622
26817
  "members": [
26623
26818
  {
@@ -26648,7 +26843,7 @@
26648
26843
  "kind": "enum",
26649
26844
  "locationInModule": {
26650
26845
  "filename": "src/javascript/prettier.ts",
26651
- "line": 224
26846
+ "line": 225
26652
26847
  },
26653
26848
  "members": [
26654
26849
  {
@@ -27264,7 +27459,7 @@
27264
27459
  "kind": "enum",
27265
27460
  "locationInModule": {
27266
27461
  "filename": "src/javascript/prettier.ts",
27267
- "line": 247
27462
+ "line": 248
27268
27463
  },
27269
27464
  "members": [
27270
27465
  {
@@ -27303,7 +27498,7 @@
27303
27498
  "kind": "interface",
27304
27499
  "locationInModule": {
27305
27500
  "filename": "src/javascript/jest.ts",
27306
- "line": 539
27501
+ "line": 538
27307
27502
  },
27308
27503
  "name": "HasteConfig",
27309
27504
  "namespace": "javascript",
@@ -27316,7 +27511,7 @@
27316
27511
  "immutable": true,
27317
27512
  "locationInModule": {
27318
27513
  "filename": "src/javascript/jest.ts",
27319
- "line": 540
27514
+ "line": 539
27320
27515
  },
27321
27516
  "name": "computeSha1",
27322
27517
  "optional": true,
@@ -27332,7 +27527,7 @@
27332
27527
  "immutable": true,
27333
27528
  "locationInModule": {
27334
27529
  "filename": "src/javascript/jest.ts",
27335
- "line": 541
27530
+ "line": 540
27336
27531
  },
27337
27532
  "name": "defaultPlatform",
27338
27533
  "optional": true,
@@ -27348,7 +27543,7 @@
27348
27543
  "immutable": true,
27349
27544
  "locationInModule": {
27350
27545
  "filename": "src/javascript/jest.ts",
27351
- "line": 542
27546
+ "line": 541
27352
27547
  },
27353
27548
  "name": "hasteImplModulePath",
27354
27549
  "optional": true,
@@ -27364,7 +27559,7 @@
27364
27559
  "immutable": true,
27365
27560
  "locationInModule": {
27366
27561
  "filename": "src/javascript/jest.ts",
27367
- "line": 543
27562
+ "line": 542
27368
27563
  },
27369
27564
  "name": "platforms",
27370
27565
  "optional": true,
@@ -27385,7 +27580,7 @@
27385
27580
  "immutable": true,
27386
27581
  "locationInModule": {
27387
27582
  "filename": "src/javascript/jest.ts",
27388
- "line": 544
27583
+ "line": 543
27389
27584
  },
27390
27585
  "name": "throwOnModuleCollision",
27391
27586
  "optional": true,
@@ -27410,7 +27605,7 @@
27410
27605
  },
27411
27606
  "locationInModule": {
27412
27607
  "filename": "src/javascript/jest.ts",
27413
- "line": 573
27608
+ "line": 572
27414
27609
  },
27415
27610
  "parameters": [
27416
27611
  {
@@ -27431,7 +27626,7 @@
27431
27626
  "kind": "class",
27432
27627
  "locationInModule": {
27433
27628
  "filename": "src/javascript/jest.ts",
27434
- "line": 557
27629
+ "line": 556
27435
27630
  },
27436
27631
  "methods": [
27437
27632
  {
@@ -27440,7 +27635,7 @@
27440
27635
  },
27441
27636
  "locationInModule": {
27442
27637
  "filename": "src/javascript/jest.ts",
27443
- "line": 698
27638
+ "line": 697
27444
27639
  },
27445
27640
  "name": "addIgnorePattern",
27446
27641
  "parameters": [
@@ -27458,7 +27653,7 @@
27458
27653
  },
27459
27654
  "locationInModule": {
27460
27655
  "filename": "src/javascript/jest.ts",
27461
- "line": 702
27656
+ "line": 701
27462
27657
  },
27463
27658
  "name": "addReporter",
27464
27659
  "parameters": [
@@ -27485,7 +27680,7 @@
27485
27680
  },
27486
27681
  "locationInModule": {
27487
27682
  "filename": "src/javascript/jest.ts",
27488
- "line": 706
27683
+ "line": 705
27489
27684
  },
27490
27685
  "name": "addSnapshotResolver",
27491
27686
  "parameters": [
@@ -27504,7 +27699,7 @@
27504
27699
  },
27505
27700
  "locationInModule": {
27506
27701
  "filename": "src/javascript/jest.ts",
27507
- "line": 686
27702
+ "line": 685
27508
27703
  },
27509
27704
  "name": "addTestMatch",
27510
27705
  "parameters": [
@@ -27519,28 +27714,6 @@
27519
27714
  }
27520
27715
  ]
27521
27716
  },
27522
- {
27523
- "docs": {
27524
- "stability": "experimental",
27525
- "summary": "Configures jest for TypeScript."
27526
- },
27527
- "locationInModule": {
27528
- "filename": "src/javascript/jest.ts",
27529
- "line": 715
27530
- },
27531
- "name": "addTypeScriptSupport",
27532
- "parameters": [
27533
- {
27534
- "docs": {
27535
- "summary": "The typescript config file."
27536
- },
27537
- "name": "tsconfig",
27538
- "type": {
27539
- "fqn": "projen.javascript.TypescriptConfig"
27540
- }
27541
- }
27542
- ]
27543
- },
27544
27717
  {
27545
27718
  "docs": {
27546
27719
  "stability": "experimental",
@@ -27548,7 +27721,7 @@
27548
27721
  },
27549
27722
  "locationInModule": {
27550
27723
  "filename": "src/javascript/jest.ts",
27551
- "line": 694
27724
+ "line": 693
27552
27725
  },
27553
27726
  "name": "addWatchIgnorePattern",
27554
27727
  "parameters": [
@@ -27575,7 +27748,7 @@
27575
27748
  "immutable": true,
27576
27749
  "locationInModule": {
27577
27750
  "filename": "src/javascript/jest.ts",
27578
- "line": 561
27751
+ "line": 560
27579
27752
  },
27580
27753
  "name": "config",
27581
27754
  "type": {
@@ -27595,7 +27768,7 @@
27595
27768
  "kind": "interface",
27596
27769
  "locationInModule": {
27597
27770
  "filename": "src/javascript/jest.ts",
27598
- "line": 10
27771
+ "line": 9
27599
27772
  },
27600
27773
  "name": "JestConfigOptions",
27601
27774
  "namespace": "javascript",
@@ -27611,7 +27784,7 @@
27611
27784
  "immutable": true,
27612
27785
  "locationInModule": {
27613
27786
  "filename": "src/javascript/jest.ts",
27614
- "line": 16
27787
+ "line": 15
27615
27788
  },
27616
27789
  "name": "automock",
27617
27790
  "optional": true,
@@ -27630,7 +27803,7 @@
27630
27803
  "immutable": true,
27631
27804
  "locationInModule": {
27632
27805
  "filename": "src/javascript/jest.ts",
27633
- "line": 24
27806
+ "line": 23
27634
27807
  },
27635
27808
  "name": "bail",
27636
27809
  "optional": true,
@@ -27657,7 +27830,7 @@
27657
27830
  "immutable": true,
27658
27831
  "locationInModule": {
27659
27832
  "filename": "src/javascript/jest.ts",
27660
- "line": 30
27833
+ "line": 29
27661
27834
  },
27662
27835
  "name": "cacheDirectory",
27663
27836
  "optional": true,
@@ -27676,7 +27849,7 @@
27676
27849
  "immutable": true,
27677
27850
  "locationInModule": {
27678
27851
  "filename": "src/javascript/jest.ts",
27679
- "line": 38
27852
+ "line": 37
27680
27853
  },
27681
27854
  "name": "clearMocks",
27682
27855
  "optional": true,
@@ -27695,7 +27868,7 @@
27695
27868
  "immutable": true,
27696
27869
  "locationInModule": {
27697
27870
  "filename": "src/javascript/jest.ts",
27698
- "line": 46
27871
+ "line": 45
27699
27872
  },
27700
27873
  "name": "collectCoverage",
27701
27874
  "optional": true,
@@ -27713,7 +27886,7 @@
27713
27886
  "immutable": true,
27714
27887
  "locationInModule": {
27715
27888
  "filename": "src/javascript/jest.ts",
27716
- "line": 52
27889
+ "line": 51
27717
27890
  },
27718
27891
  "name": "collectCoverageFrom",
27719
27892
  "optional": true,
@@ -27736,7 +27909,7 @@
27736
27909
  "immutable": true,
27737
27910
  "locationInModule": {
27738
27911
  "filename": "src/javascript/jest.ts",
27739
- "line": 58
27912
+ "line": 57
27740
27913
  },
27741
27914
  "name": "coverageDirectory",
27742
27915
  "optional": true,
@@ -27755,7 +27928,7 @@
27755
27928
  "immutable": true,
27756
27929
  "locationInModule": {
27757
27930
  "filename": "src/javascript/jest.ts",
27758
- "line": 65
27931
+ "line": 64
27759
27932
  },
27760
27933
  "name": "coveragePathIgnorePatterns",
27761
27934
  "optional": true,
@@ -27779,7 +27952,7 @@
27779
27952
  "immutable": true,
27780
27953
  "locationInModule": {
27781
27954
  "filename": "src/javascript/jest.ts",
27782
- "line": 72
27955
+ "line": 71
27783
27956
  },
27784
27957
  "name": "coverageProvider",
27785
27958
  "optional": true,
@@ -27798,7 +27971,7 @@
27798
27971
  "immutable": true,
27799
27972
  "locationInModule": {
27800
27973
  "filename": "src/javascript/jest.ts",
27801
- "line": 78
27974
+ "line": 77
27802
27975
  },
27803
27976
  "name": "coverageReporters",
27804
27977
  "optional": true,
@@ -27822,7 +27995,7 @@
27822
27995
  "immutable": true,
27823
27996
  "locationInModule": {
27824
27997
  "filename": "src/javascript/jest.ts",
27825
- "line": 86
27998
+ "line": 85
27826
27999
  },
27827
28000
  "name": "coverageThreshold",
27828
28001
  "optional": true,
@@ -27841,7 +28014,7 @@
27841
28014
  "immutable": true,
27842
28015
  "locationInModule": {
27843
28016
  "filename": "src/javascript/jest.ts",
27844
- "line": 93
28017
+ "line": 92
27845
28018
  },
27846
28019
  "name": "dependencyExtractor",
27847
28020
  "optional": true,
@@ -27859,7 +28032,7 @@
27859
28032
  "immutable": true,
27860
28033
  "locationInModule": {
27861
28034
  "filename": "src/javascript/jest.ts",
27862
- "line": 99
28035
+ "line": 98
27863
28036
  },
27864
28037
  "name": "displayName",
27865
28038
  "optional": true,
@@ -27878,7 +28051,7 @@
27878
28051
  "immutable": true,
27879
28052
  "locationInModule": {
27880
28053
  "filename": "src/javascript/jest.ts",
27881
- "line": 105
28054
+ "line": 104
27882
28055
  },
27883
28056
  "name": "errorOnDeprecated",
27884
28057
  "optional": true,
@@ -27896,7 +28069,7 @@
27896
28069
  "immutable": true,
27897
28070
  "locationInModule": {
27898
28071
  "filename": "src/javascript/jest.ts",
27899
- "line": 112
28072
+ "line": 111
27900
28073
  },
27901
28074
  "name": "extraGlobals",
27902
28075
  "optional": true,
@@ -27920,7 +28093,7 @@
27920
28093
  "immutable": true,
27921
28094
  "locationInModule": {
27922
28095
  "filename": "src/javascript/jest.ts",
27923
- "line": 119
28096
+ "line": 118
27924
28097
  },
27925
28098
  "name": "forceCoverageMatch",
27926
28099
  "optional": true,
@@ -27943,7 +28116,7 @@
27943
28116
  "immutable": true,
27944
28117
  "locationInModule": {
27945
28118
  "filename": "src/javascript/jest.ts",
27946
- "line": 125
28119
+ "line": 124
27947
28120
  },
27948
28121
  "name": "globals",
27949
28122
  "optional": true,
@@ -27962,7 +28135,7 @@
27962
28135
  "immutable": true,
27963
28136
  "locationInModule": {
27964
28137
  "filename": "src/javascript/jest.ts",
27965
- "line": 132
28138
+ "line": 131
27966
28139
  },
27967
28140
  "name": "globalSetup",
27968
28141
  "optional": true,
@@ -27981,7 +28154,7 @@
27981
28154
  "immutable": true,
27982
28155
  "locationInModule": {
27983
28156
  "filename": "src/javascript/jest.ts",
27984
- "line": 139
28157
+ "line": 138
27985
28158
  },
27986
28159
  "name": "globalTeardown",
27987
28160
  "optional": true,
@@ -27999,7 +28172,7 @@
27999
28172
  "immutable": true,
28000
28173
  "locationInModule": {
28001
28174
  "filename": "src/javascript/jest.ts",
28002
- "line": 145
28175
+ "line": 144
28003
28176
  },
28004
28177
  "name": "haste",
28005
28178
  "optional": true,
@@ -28017,7 +28190,7 @@
28017
28190
  "immutable": true,
28018
28191
  "locationInModule": {
28019
28192
  "filename": "src/javascript/jest.ts",
28020
- "line": 152
28193
+ "line": 151
28021
28194
  },
28022
28195
  "name": "injectGlobals",
28023
28196
  "optional": true,
@@ -28035,7 +28208,7 @@
28035
28208
  "immutable": true,
28036
28209
  "locationInModule": {
28037
28210
  "filename": "src/javascript/jest.ts",
28038
- "line": 159
28211
+ "line": 158
28039
28212
  },
28040
28213
  "name": "maxConcurrency",
28041
28214
  "optional": true,
@@ -28054,7 +28227,7 @@
28054
28227
  "immutable": true,
28055
28228
  "locationInModule": {
28056
28229
  "filename": "src/javascript/jest.ts",
28057
- "line": 167
28230
+ "line": 166
28058
28231
  },
28059
28232
  "name": "moduleDirectories",
28060
28233
  "optional": true,
@@ -28078,7 +28251,7 @@
28078
28251
  "immutable": true,
28079
28252
  "locationInModule": {
28080
28253
  "filename": "src/javascript/jest.ts",
28081
- "line": 174
28254
+ "line": 173
28082
28255
  },
28083
28256
  "name": "moduleFileExtensions",
28084
28257
  "optional": true,
@@ -28101,7 +28274,7 @@
28101
28274
  "immutable": true,
28102
28275
  "locationInModule": {
28103
28276
  "filename": "src/javascript/jest.ts",
28104
- "line": 181
28277
+ "line": 180
28105
28278
  },
28106
28279
  "name": "moduleNameMapper",
28107
28280
  "optional": true,
@@ -28139,7 +28312,7 @@
28139
28312
  "immutable": true,
28140
28313
  "locationInModule": {
28141
28314
  "filename": "src/javascript/jest.ts",
28142
- "line": 189
28315
+ "line": 188
28143
28316
  },
28144
28317
  "name": "modulePathIgnorePatterns",
28145
28318
  "optional": true,
@@ -28163,7 +28336,7 @@
28163
28336
  "immutable": true,
28164
28337
  "locationInModule": {
28165
28338
  "filename": "src/javascript/jest.ts",
28166
- "line": 197
28339
+ "line": 196
28167
28340
  },
28168
28341
  "name": "modulePaths",
28169
28342
  "optional": true,
@@ -28186,7 +28359,7 @@
28186
28359
  "immutable": true,
28187
28360
  "locationInModule": {
28188
28361
  "filename": "src/javascript/jest.ts",
28189
- "line": 203
28362
+ "line": 202
28190
28363
  },
28191
28364
  "name": "notify",
28192
28365
  "optional": true,
@@ -28205,7 +28378,7 @@
28205
28378
  "immutable": true,
28206
28379
  "locationInModule": {
28207
28380
  "filename": "src/javascript/jest.ts",
28208
- "line": 209
28381
+ "line": 208
28209
28382
  },
28210
28383
  "name": "notifyMode",
28211
28384
  "optional": true,
@@ -28224,7 +28397,7 @@
28224
28397
  "immutable": true,
28225
28398
  "locationInModule": {
28226
28399
  "filename": "src/javascript/jest.ts",
28227
- "line": 222
28400
+ "line": 221
28228
28401
  },
28229
28402
  "name": "preset",
28230
28403
  "optional": true,
@@ -28242,7 +28415,7 @@
28242
28415
  "immutable": true,
28243
28416
  "locationInModule": {
28244
28417
  "filename": "src/javascript/jest.ts",
28245
- "line": 228
28418
+ "line": 227
28246
28419
  },
28247
28420
  "name": "prettierPath",
28248
28421
  "optional": true,
@@ -28261,7 +28434,7 @@
28261
28434
  "immutable": true,
28262
28435
  "locationInModule": {
28263
28436
  "filename": "src/javascript/jest.ts",
28264
- "line": 236
28437
+ "line": 235
28265
28438
  },
28266
28439
  "name": "projects",
28267
28440
  "optional": true,
@@ -28299,7 +28472,7 @@
28299
28472
  "immutable": true,
28300
28473
  "locationInModule": {
28301
28474
  "filename": "src/javascript/jest.ts",
28302
- "line": 244
28475
+ "line": 243
28303
28476
  },
28304
28477
  "name": "reporters",
28305
28478
  "optional": true,
@@ -28332,7 +28505,7 @@
28332
28505
  "immutable": true,
28333
28506
  "locationInModule": {
28334
28507
  "filename": "src/javascript/jest.ts",
28335
- "line": 252
28508
+ "line": 251
28336
28509
  },
28337
28510
  "name": "resetMocks",
28338
28511
  "optional": true,
@@ -28351,7 +28524,7 @@
28351
28524
  "immutable": true,
28352
28525
  "locationInModule": {
28353
28526
  "filename": "src/javascript/jest.ts",
28354
- "line": 259
28527
+ "line": 258
28355
28528
  },
28356
28529
  "name": "resetModules",
28357
28530
  "optional": true,
@@ -28370,7 +28543,7 @@
28370
28543
  "immutable": true,
28371
28544
  "locationInModule": {
28372
28545
  "filename": "src/javascript/jest.ts",
28373
- "line": 266
28546
+ "line": 265
28374
28547
  },
28375
28548
  "name": "resolver",
28376
28549
  "optional": true,
@@ -28389,7 +28562,7 @@
28389
28562
  "immutable": true,
28390
28563
  "locationInModule": {
28391
28564
  "filename": "src/javascript/jest.ts",
28392
- "line": 274
28565
+ "line": 273
28393
28566
  },
28394
28567
  "name": "restoreMocks",
28395
28568
  "optional": true,
@@ -28408,7 +28581,7 @@
28408
28581
  "immutable": true,
28409
28582
  "locationInModule": {
28410
28583
  "filename": "src/javascript/jest.ts",
28411
- "line": 282
28584
+ "line": 281
28412
28585
  },
28413
28586
  "name": "rootDir",
28414
28587
  "optional": true,
@@ -28426,7 +28599,7 @@
28426
28599
  "immutable": true,
28427
28600
  "locationInModule": {
28428
28601
  "filename": "src/javascript/jest.ts",
28429
- "line": 288
28602
+ "line": 287
28430
28603
  },
28431
28604
  "name": "roots",
28432
28605
  "optional": true,
@@ -28449,7 +28622,7 @@
28449
28622
  "immutable": true,
28450
28623
  "locationInModule": {
28451
28624
  "filename": "src/javascript/jest.ts",
28452
- "line": 294
28625
+ "line": 293
28453
28626
  },
28454
28627
  "name": "runner",
28455
28628
  "optional": true,
@@ -28468,7 +28641,7 @@
28468
28641
  "immutable": true,
28469
28642
  "locationInModule": {
28470
28643
  "filename": "src/javascript/jest.ts",
28471
- "line": 303
28644
+ "line": 302
28472
28645
  },
28473
28646
  "name": "setupFiles",
28474
28647
  "optional": true,
@@ -28492,7 +28665,7 @@
28492
28665
  "immutable": true,
28493
28666
  "locationInModule": {
28494
28667
  "filename": "src/javascript/jest.ts",
28495
- "line": 312
28668
+ "line": 311
28496
28669
  },
28497
28670
  "name": "setupFilesAfterEnv",
28498
28671
  "optional": true,
@@ -28515,7 +28688,7 @@
28515
28688
  "immutable": true,
28516
28689
  "locationInModule": {
28517
28690
  "filename": "src/javascript/jest.ts",
28518
- "line": 318
28691
+ "line": 317
28519
28692
  },
28520
28693
  "name": "slowTestThreshold",
28521
28694
  "optional": true,
@@ -28534,7 +28707,7 @@
28534
28707
  "immutable": true,
28535
28708
  "locationInModule": {
28536
28709
  "filename": "src/javascript/jest.ts",
28537
- "line": 325
28710
+ "line": 324
28538
28711
  },
28539
28712
  "name": "snapshotResolver",
28540
28713
  "optional": true,
@@ -28552,7 +28725,7 @@
28552
28725
  "immutable": true,
28553
28726
  "locationInModule": {
28554
28727
  "filename": "src/javascript/jest.ts",
28555
- "line": 331
28728
+ "line": 330
28556
28729
  },
28557
28730
  "name": "snapshotSerializers",
28558
28731
  "optional": true,
@@ -28576,7 +28749,7 @@
28576
28749
  "immutable": true,
28577
28750
  "locationInModule": {
28578
28751
  "filename": "src/javascript/jest.ts",
28579
- "line": 339
28752
+ "line": 338
28580
28753
  },
28581
28754
  "name": "testEnvironment",
28582
28755
  "optional": true,
@@ -28595,7 +28768,7 @@
28595
28768
  "immutable": true,
28596
28769
  "locationInModule": {
28597
28770
  "filename": "src/javascript/jest.ts",
28598
- "line": 346
28771
+ "line": 345
28599
28772
  },
28600
28773
  "name": "testEnvironmentOptions",
28601
28774
  "optional": true,
@@ -28613,7 +28786,7 @@
28613
28786
  "immutable": true,
28614
28787
  "locationInModule": {
28615
28788
  "filename": "src/javascript/jest.ts",
28616
- "line": 352
28789
+ "line": 351
28617
28790
  },
28618
28791
  "name": "testFailureExitCode",
28619
28792
  "optional": true,
@@ -28632,7 +28805,7 @@
28632
28805
  "immutable": true,
28633
28806
  "locationInModule": {
28634
28807
  "filename": "src/javascript/jest.ts",
28635
- "line": 360
28808
+ "line": 359
28636
28809
  },
28637
28810
  "name": "testMatch",
28638
28811
  "optional": true,
@@ -28656,7 +28829,7 @@
28656
28829
  "immutable": true,
28657
28830
  "locationInModule": {
28658
28831
  "filename": "src/javascript/jest.ts",
28659
- "line": 367
28832
+ "line": 366
28660
28833
  },
28661
28834
  "name": "testPathIgnorePatterns",
28662
28835
  "optional": true,
@@ -28680,7 +28853,7 @@
28680
28853
  "immutable": true,
28681
28854
  "locationInModule": {
28682
28855
  "filename": "src/javascript/jest.ts",
28683
- "line": 375
28856
+ "line": 374
28684
28857
  },
28685
28858
  "name": "testRegex",
28686
28859
  "optional": true,
@@ -28712,7 +28885,7 @@
28712
28885
  "immutable": true,
28713
28886
  "locationInModule": {
28714
28887
  "filename": "src/javascript/jest.ts",
28715
- "line": 381
28888
+ "line": 380
28716
28889
  },
28717
28890
  "name": "testResultsProcessor",
28718
28891
  "optional": true,
@@ -28731,7 +28904,7 @@
28731
28904
  "immutable": true,
28732
28905
  "locationInModule": {
28733
28906
  "filename": "src/javascript/jest.ts",
28734
- "line": 388
28907
+ "line": 387
28735
28908
  },
28736
28909
  "name": "testRunner",
28737
28910
  "optional": true,
@@ -28753,7 +28926,7 @@
28753
28926
  "immutable": true,
28754
28927
  "locationInModule": {
28755
28928
  "filename": "src/javascript/jest.ts",
28756
- "line": 395
28929
+ "line": 394
28757
28930
  },
28758
28931
  "name": "testSequencer",
28759
28932
  "optional": true,
@@ -28771,7 +28944,7 @@
28771
28944
  "immutable": true,
28772
28945
  "locationInModule": {
28773
28946
  "filename": "src/javascript/jest.ts",
28774
- "line": 401
28947
+ "line": 400
28775
28948
  },
28776
28949
  "name": "testTimeout",
28777
28950
  "optional": true,
@@ -28790,7 +28963,7 @@
28790
28963
  "immutable": true,
28791
28964
  "locationInModule": {
28792
28965
  "filename": "src/javascript/jest.ts",
28793
- "line": 407
28966
+ "line": 406
28794
28967
  },
28795
28968
  "name": "testURL",
28796
28969
  "optional": true,
@@ -28809,7 +28982,7 @@
28809
28982
  "immutable": true,
28810
28983
  "locationInModule": {
28811
28984
  "filename": "src/javascript/jest.ts",
28812
- "line": 414
28985
+ "line": 413
28813
28986
  },
28814
28987
  "name": "timers",
28815
28988
  "optional": true,
@@ -28828,7 +29001,7 @@
28828
29001
  "immutable": true,
28829
29002
  "locationInModule": {
28830
29003
  "filename": "src/javascript/jest.ts",
28831
- "line": 421
29004
+ "line": 420
28832
29005
  },
28833
29006
  "name": "transform",
28834
29007
  "optional": true,
@@ -28861,7 +29034,7 @@
28861
29034
  "immutable": true,
28862
29035
  "locationInModule": {
28863
29036
  "filename": "src/javascript/jest.ts",
28864
- "line": 428
29037
+ "line": 427
28865
29038
  },
28866
29039
  "name": "transformIgnorePatterns",
28867
29040
  "optional": true,
@@ -28885,7 +29058,7 @@
28885
29058
  "immutable": true,
28886
29059
  "locationInModule": {
28887
29060
  "filename": "src/javascript/jest.ts",
28888
- "line": 436
29061
+ "line": 435
28889
29062
  },
28890
29063
  "name": "unmockedModulePathPatterns",
28891
29064
  "optional": true,
@@ -28909,7 +29082,7 @@
28909
29082
  "immutable": true,
28910
29083
  "locationInModule": {
28911
29084
  "filename": "src/javascript/jest.ts",
28912
- "line": 444
29085
+ "line": 443
28913
29086
  },
28914
29087
  "name": "verbose",
28915
29088
  "optional": true,
@@ -28927,7 +29100,7 @@
28927
29100
  "immutable": true,
28928
29101
  "locationInModule": {
28929
29102
  "filename": "src/javascript/jest.ts",
28930
- "line": 464
29103
+ "line": 463
28931
29104
  },
28932
29105
  "name": "watchman",
28933
29106
  "optional": true,
@@ -28946,7 +29119,7 @@
28946
29119
  "immutable": true,
28947
29120
  "locationInModule": {
28948
29121
  "filename": "src/javascript/jest.ts",
28949
- "line": 452
29122
+ "line": 451
28950
29123
  },
28951
29124
  "name": "watchPathIgnorePatterns",
28952
29125
  "optional": true,
@@ -28968,7 +29141,7 @@
28968
29141
  "immutable": true,
28969
29142
  "locationInModule": {
28970
29143
  "filename": "src/javascript/jest.ts",
28971
- "line": 458
29144
+ "line": 457
28972
29145
  },
28973
29146
  "name": "watchPlugins",
28974
29147
  "optional": true,
@@ -28989,7 +29162,7 @@
28989
29162
  "kind": "interface",
28990
29163
  "locationInModule": {
28991
29164
  "filename": "src/javascript/jest.ts",
28992
- "line": 472
29165
+ "line": 471
28993
29166
  },
28994
29167
  "name": "JestOptions",
28995
29168
  "namespace": "javascript",
@@ -29004,7 +29177,7 @@
29004
29177
  "immutable": true,
29005
29178
  "locationInModule": {
29006
29179
  "filename": "src/javascript/jest.ts",
29007
- "line": 523
29180
+ "line": 522
29008
29181
  },
29009
29182
  "name": "configFilePath",
29010
29183
  "optional": true,
@@ -29024,7 +29197,7 @@
29024
29197
  "immutable": true,
29025
29198
  "locationInModule": {
29026
29199
  "filename": "src/javascript/jest.ts",
29027
- "line": 478
29200
+ "line": 477
29028
29201
  },
29029
29202
  "name": "coverage",
29030
29203
  "optional": true,
@@ -29042,7 +29215,7 @@
29042
29215
  "immutable": true,
29043
29216
  "locationInModule": {
29044
29217
  "filename": "src/javascript/jest.ts",
29045
- "line": 486
29218
+ "line": 485
29046
29219
  },
29047
29220
  "name": "coverageText",
29048
29221
  "optional": true,
@@ -29061,7 +29234,7 @@
29061
29234
  "immutable": true,
29062
29235
  "locationInModule": {
29063
29236
  "filename": "src/javascript/jest.ts",
29064
- "line": 493
29237
+ "line": 492
29065
29238
  },
29066
29239
  "name": "ignorePatterns",
29067
29240
  "optional": true,
@@ -29084,7 +29257,7 @@
29084
29257
  "immutable": true,
29085
29258
  "locationInModule": {
29086
29259
  "filename": "src/javascript/jest.ts",
29087
- "line": 529
29260
+ "line": 528
29088
29261
  },
29089
29262
  "name": "jestConfig",
29090
29263
  "optional": true,
@@ -29102,7 +29275,7 @@
29102
29275
  "immutable": true,
29103
29276
  "locationInModule": {
29104
29277
  "filename": "src/javascript/jest.ts",
29105
- "line": 516
29278
+ "line": 515
29106
29279
  },
29107
29280
  "name": "jestVersion",
29108
29281
  "optional": true,
@@ -29121,7 +29294,7 @@
29121
29294
  "immutable": true,
29122
29295
  "locationInModule": {
29123
29296
  "filename": "src/javascript/jest.ts",
29124
- "line": 502
29297
+ "line": 501
29125
29298
  },
29126
29299
  "name": "junitReporting",
29127
29300
  "optional": true,
@@ -29139,7 +29312,7 @@
29139
29312
  "immutable": true,
29140
29313
  "locationInModule": {
29141
29314
  "filename": "src/javascript/jest.ts",
29142
- "line": 509
29315
+ "line": 508
29143
29316
  },
29144
29317
  "name": "preserveDefaultReporters",
29145
29318
  "optional": true,
@@ -30605,7 +30778,7 @@
30605
30778
  },
30606
30779
  "locationInModule": {
30607
30780
  "filename": "src/javascript/node-project.ts",
30608
- "line": 918
30781
+ "line": 931
30609
30782
  },
30610
30783
  "name": "addBundledDeps",
30611
30784
  "parameters": [
@@ -30652,7 +30825,7 @@
30652
30825
  },
30653
30826
  "locationInModule": {
30654
30827
  "filename": "src/javascript/node-project.ts",
30655
- "line": 872
30828
+ "line": 885
30656
30829
  },
30657
30830
  "name": "addDeps",
30658
30831
  "parameters": [
@@ -30677,7 +30850,7 @@
30677
30850
  },
30678
30851
  "locationInModule": {
30679
30852
  "filename": "src/javascript/node-project.ts",
30680
- "line": 885
30853
+ "line": 898
30681
30854
  },
30682
30855
  "name": "addDevDeps",
30683
30856
  "parameters": [
@@ -30754,7 +30927,7 @@
30754
30927
  },
30755
30928
  "locationInModule": {
30756
30929
  "filename": "src/javascript/node-project.ts",
30757
- "line": 922
30930
+ "line": 935
30758
30931
  },
30759
30932
  "name": "addPackageIgnore",
30760
30933
  "overrides": "projen.Project",
@@ -30775,7 +30948,7 @@
30775
30948
  },
30776
30949
  "locationInModule": {
30777
30950
  "filename": "src/javascript/node-project.ts",
30778
- "line": 902
30951
+ "line": 915
30779
30952
  },
30780
30953
  "name": "addPeerDeps",
30781
30954
  "parameters": [
@@ -30864,6 +31037,40 @@
30864
31037
  }
30865
31038
  ]
30866
31039
  },
31040
+ {
31041
+ "docs": {
31042
+ "returns": "Job steps",
31043
+ "stability": "experimental",
31044
+ "summary": "Returns the set of workflow steps which should be executed to bootstrap a workflow."
31045
+ },
31046
+ "locationInModule": {
31047
+ "filename": "src/javascript/node-project.ts",
31048
+ "line": 840
31049
+ },
31050
+ "name": "renderWorkflowSetup",
31051
+ "parameters": [
31052
+ {
31053
+ "docs": {
31054
+ "summary": "Options."
31055
+ },
31056
+ "name": "options",
31057
+ "optional": true,
31058
+ "type": {
31059
+ "fqn": "projen.javascript.RenderWorkflowSetupOptions"
31060
+ }
31061
+ }
31062
+ ],
31063
+ "returns": {
31064
+ "type": {
31065
+ "collection": {
31066
+ "elementtype": {
31067
+ "fqn": "projen.github.workflows.JobStep"
31068
+ },
31069
+ "kind": "array"
31070
+ }
31071
+ }
31072
+ }
31073
+ },
30867
31074
  {
30868
31075
  "docs": {
30869
31076
  "remarks": "This will\ntypically be `npx projen TASK`.",
@@ -30872,7 +31079,7 @@
30872
31079
  },
30873
31080
  "locationInModule": {
30874
31081
  "filename": "src/javascript/node-project.ts",
30875
- "line": 995
31082
+ "line": 1008
30876
31083
  },
30877
31084
  "name": "runTaskCommand",
30878
31085
  "overrides": "projen.Project",
@@ -31003,25 +31210,6 @@
31003
31210
  "primitive": "string"
31004
31211
  }
31005
31212
  },
31006
- {
31007
- "docs": {
31008
- "stability": "experimental"
31009
- },
31010
- "immutable": true,
31011
- "locationInModule": {
31012
- "filename": "src/javascript/node-project.ts",
31013
- "line": 833
31014
- },
31015
- "name": "installWorkflowSteps",
31016
- "type": {
31017
- "collection": {
31018
- "elementtype": {
31019
- "fqn": "projen.github.workflows.JobStep"
31020
- },
31021
- "kind": "array"
31022
- }
31023
- }
31024
- },
31025
31213
  {
31026
31214
  "docs": {
31027
31215
  "deprecated": "use `package.addField(x, y)`",
@@ -31124,7 +31312,7 @@
31124
31312
  "immutable": true,
31125
31313
  "locationInModule": {
31126
31314
  "filename": "src/javascript/node-project.ts",
31127
- "line": 1002
31315
+ "line": 1015
31128
31316
  },
31129
31317
  "name": "buildWorkflowJobId",
31130
31318
  "optional": true,
@@ -32230,7 +32418,7 @@
32230
32418
  },
32231
32419
  "locationInModule": {
32232
32420
  "filename": "src/javascript/prettier.ts",
32233
- "line": 362
32421
+ "line": 363
32234
32422
  },
32235
32423
  "parameters": [
32236
32424
  {
@@ -32250,7 +32438,7 @@
32250
32438
  "kind": "class",
32251
32439
  "locationInModule": {
32252
32440
  "filename": "src/javascript/prettier.ts",
32253
- "line": 340
32441
+ "line": 341
32254
32442
  },
32255
32443
  "methods": [
32256
32444
  {
@@ -32259,7 +32447,7 @@
32259
32447
  },
32260
32448
  "locationInModule": {
32261
32449
  "filename": "src/javascript/prettier.ts",
32262
- "line": 341
32450
+ "line": 342
32263
32451
  },
32264
32452
  "name": "of",
32265
32453
  "parameters": [
@@ -32285,7 +32473,7 @@
32285
32473
  },
32286
32474
  "locationInModule": {
32287
32475
  "filename": "src/javascript/prettier.ts",
32288
- "line": 398
32476
+ "line": 399
32289
32477
  },
32290
32478
  "name": "addIgnorePattern",
32291
32479
  "parameters": [
@@ -32308,7 +32496,7 @@
32308
32496
  },
32309
32497
  "locationInModule": {
32310
32498
  "filename": "src/javascript/prettier.ts",
32311
- "line": 388
32499
+ "line": 389
32312
32500
  },
32313
32501
  "name": "addOverride",
32314
32502
  "parameters": [
@@ -32319,6 +32507,18 @@
32319
32507
  }
32320
32508
  }
32321
32509
  ]
32510
+ },
32511
+ {
32512
+ "docs": {
32513
+ "stability": "experimental",
32514
+ "summary": "Called before synthesis."
32515
+ },
32516
+ "locationInModule": {
32517
+ "filename": "src/javascript/prettier.ts",
32518
+ "line": 410
32519
+ },
32520
+ "name": "preSynthesize",
32521
+ "overrides": "projen.Component"
32322
32522
  }
32323
32523
  ],
32324
32524
  "name": "Prettier",
@@ -32332,7 +32532,7 @@
32332
32532
  "immutable": true,
32333
32533
  "locationInModule": {
32334
32534
  "filename": "src/javascript/prettier.ts",
32335
- "line": 405
32535
+ "line": 406
32336
32536
  },
32337
32537
  "name": "overrides",
32338
32538
  "type": {
@@ -32352,7 +32552,7 @@
32352
32552
  "immutable": true,
32353
32553
  "locationInModule": {
32354
32554
  "filename": "src/javascript/prettier.ts",
32355
- "line": 348
32555
+ "line": 349
32356
32556
  },
32357
32557
  "name": "settings",
32358
32558
  "type": {
@@ -32367,7 +32567,7 @@
32367
32567
  "immutable": true,
32368
32568
  "locationInModule": {
32369
32569
  "filename": "src/javascript/prettier.ts",
32370
- "line": 353
32570
+ "line": 354
32371
32571
  },
32372
32572
  "name": "ignoreFile",
32373
32573
  "optional": true,
@@ -32389,7 +32589,7 @@
32389
32589
  "kind": "interface",
32390
32590
  "locationInModule": {
32391
32591
  "filename": "src/javascript/prettier.ts",
32392
- "line": 10
32592
+ "line": 11
32393
32593
  },
32394
32594
  "name": "PrettierOptions",
32395
32595
  "namespace": "javascript",
@@ -32404,7 +32604,7 @@
32404
32604
  "immutable": true,
32405
32605
  "locationInModule": {
32406
32606
  "filename": "src/javascript/prettier.ts",
32407
- "line": 16
32607
+ "line": 17
32408
32608
  },
32409
32609
  "name": "ignoreFile",
32410
32610
  "optional": true,
@@ -32423,7 +32623,7 @@
32423
32623
  "immutable": true,
32424
32624
  "locationInModule": {
32425
32625
  "filename": "src/javascript/prettier.ts",
32426
- "line": 30
32626
+ "line": 31
32427
32627
  },
32428
32628
  "name": "overrides",
32429
32629
  "optional": true,
@@ -32446,7 +32646,7 @@
32446
32646
  "immutable": true,
32447
32647
  "locationInModule": {
32448
32648
  "filename": "src/javascript/prettier.ts",
32449
- "line": 22
32649
+ "line": 23
32450
32650
  },
32451
32651
  "name": "settings",
32452
32652
  "optional": true,
@@ -32467,7 +32667,7 @@
32467
32667
  "kind": "interface",
32468
32668
  "locationInModule": {
32469
32669
  "filename": "src/javascript/prettier.ts",
32470
- "line": 264
32670
+ "line": 265
32471
32671
  },
32472
32672
  "name": "PrettierOverride",
32473
32673
  "namespace": "javascript",
@@ -32481,7 +32681,7 @@
32481
32681
  "immutable": true,
32482
32682
  "locationInModule": {
32483
32683
  "filename": "src/javascript/prettier.ts",
32484
- "line": 272
32684
+ "line": 273
32485
32685
  },
32486
32686
  "name": "files",
32487
32687
  "type": {
@@ -32511,7 +32711,7 @@
32511
32711
  "immutable": true,
32512
32712
  "locationInModule": {
32513
32713
  "filename": "src/javascript/prettier.ts",
32514
- "line": 276
32714
+ "line": 277
32515
32715
  },
32516
32716
  "name": "settings",
32517
32717
  "type": {
@@ -32527,7 +32727,7 @@
32527
32727
  "immutable": true,
32528
32728
  "locationInModule": {
32529
32729
  "filename": "src/javascript/prettier.ts",
32530
- "line": 268
32730
+ "line": 269
32531
32731
  },
32532
32732
  "name": "excludeFiles",
32533
32733
  "optional": true,
@@ -32564,7 +32764,7 @@
32564
32764
  "kind": "interface",
32565
32765
  "locationInModule": {
32566
32766
  "filename": "src/javascript/prettier.ts",
32567
- "line": 37
32767
+ "line": 38
32568
32768
  },
32569
32769
  "name": "PrettierSettings",
32570
32770
  "namespace": "javascript",
@@ -32579,7 +32779,7 @@
32579
32779
  "immutable": true,
32580
32780
  "locationInModule": {
32581
32781
  "filename": "src/javascript/prettier.ts",
32582
- "line": 43
32782
+ "line": 44
32583
32783
  },
32584
32784
  "name": "arrowParens",
32585
32785
  "optional": true,
@@ -32597,7 +32797,7 @@
32597
32797
  "immutable": true,
32598
32798
  "locationInModule": {
32599
32799
  "filename": "src/javascript/prettier.ts",
32600
- "line": 49
32800
+ "line": 50
32601
32801
  },
32602
32802
  "name": "bracketSameLine",
32603
32803
  "optional": true,
@@ -32615,7 +32815,7 @@
32615
32815
  "immutable": true,
32616
32816
  "locationInModule": {
32617
32817
  "filename": "src/javascript/prettier.ts",
32618
- "line": 55
32818
+ "line": 56
32619
32819
  },
32620
32820
  "name": "bracketSpacing",
32621
32821
  "optional": true,
@@ -32634,7 +32834,7 @@
32634
32834
  "immutable": true,
32635
32835
  "locationInModule": {
32636
32836
  "filename": "src/javascript/prettier.ts",
32637
- "line": 62
32837
+ "line": 63
32638
32838
  },
32639
32839
  "name": "cursorOffset",
32640
32840
  "optional": true,
@@ -32652,7 +32852,7 @@
32652
32852
  "immutable": true,
32653
32853
  "locationInModule": {
32654
32854
  "filename": "src/javascript/prettier.ts",
32655
- "line": 68
32855
+ "line": 69
32656
32856
  },
32657
32857
  "name": "embeddedLanguageFormatting",
32658
32858
  "optional": true,
@@ -32670,7 +32870,7 @@
32670
32870
  "immutable": true,
32671
32871
  "locationInModule": {
32672
32872
  "filename": "src/javascript/prettier.ts",
32673
- "line": 74
32873
+ "line": 75
32674
32874
  },
32675
32875
  "name": "endOfLine",
32676
32876
  "optional": true,
@@ -32689,7 +32889,7 @@
32689
32889
  "immutable": true,
32690
32890
  "locationInModule": {
32691
32891
  "filename": "src/javascript/prettier.ts",
32692
- "line": 79
32892
+ "line": 80
32693
32893
  },
32694
32894
  "name": "filepath",
32695
32895
  "optional": true,
@@ -32707,7 +32907,7 @@
32707
32907
  "immutable": true,
32708
32908
  "locationInModule": {
32709
32909
  "filename": "src/javascript/prettier.ts",
32710
- "line": 85
32910
+ "line": 86
32711
32911
  },
32712
32912
  "name": "htmlWhitespaceSensitivity",
32713
32913
  "optional": true,
@@ -32725,7 +32925,7 @@
32725
32925
  "immutable": true,
32726
32926
  "locationInModule": {
32727
32927
  "filename": "src/javascript/prettier.ts",
32728
- "line": 91
32928
+ "line": 92
32729
32929
  },
32730
32930
  "name": "insertPragma",
32731
32931
  "optional": true,
@@ -32743,7 +32943,7 @@
32743
32943
  "immutable": true,
32744
32944
  "locationInModule": {
32745
32945
  "filename": "src/javascript/prettier.ts",
32746
- "line": 97
32946
+ "line": 98
32747
32947
  },
32748
32948
  "name": "jsxSingleQuote",
32749
32949
  "optional": true,
@@ -32761,7 +32961,7 @@
32761
32961
  "immutable": true,
32762
32962
  "locationInModule": {
32763
32963
  "filename": "src/javascript/prettier.ts",
32764
- "line": 103
32964
+ "line": 104
32765
32965
  },
32766
32966
  "name": "parser",
32767
32967
  "optional": true,
@@ -32780,7 +32980,7 @@
32780
32980
  "immutable": true,
32781
32981
  "locationInModule": {
32782
32982
  "filename": "src/javascript/prettier.ts",
32783
- "line": 109
32983
+ "line": 110
32784
32984
  },
32785
32985
  "name": "plugins",
32786
32986
  "optional": true,
@@ -32804,7 +33004,7 @@
32804
33004
  "immutable": true,
32805
33005
  "locationInModule": {
32806
33006
  "filename": "src/javascript/prettier.ts",
32807
- "line": 118
33007
+ "line": 119
32808
33008
  },
32809
33009
  "name": "pluginSearchDirs",
32810
33010
  "optional": true,
@@ -32827,7 +33027,7 @@
32827
33027
  "immutable": true,
32828
33028
  "locationInModule": {
32829
33029
  "filename": "src/javascript/prettier.ts",
32830
- "line": 124
33030
+ "line": 125
32831
33031
  },
32832
33032
  "name": "printWidth",
32833
33033
  "optional": true,
@@ -32845,7 +33045,7 @@
32845
33045
  "immutable": true,
32846
33046
  "locationInModule": {
32847
33047
  "filename": "src/javascript/prettier.ts",
32848
- "line": 130
33048
+ "line": 131
32849
33049
  },
32850
33050
  "name": "proseWrap",
32851
33051
  "optional": true,
@@ -32863,7 +33063,7 @@
32863
33063
  "immutable": true,
32864
33064
  "locationInModule": {
32865
33065
  "filename": "src/javascript/prettier.ts",
32866
- "line": 136
33066
+ "line": 137
32867
33067
  },
32868
33068
  "name": "quoteProps",
32869
33069
  "optional": true,
@@ -32882,7 +33082,7 @@
32882
33082
  "immutable": true,
32883
33083
  "locationInModule": {
32884
33084
  "filename": "src/javascript/prettier.ts",
32885
- "line": 144
33085
+ "line": 145
32886
33086
  },
32887
33087
  "name": "rangeEnd",
32888
33088
  "optional": true,
@@ -32901,7 +33101,7 @@
32901
33101
  "immutable": true,
32902
33102
  "locationInModule": {
32903
33103
  "filename": "src/javascript/prettier.ts",
32904
- "line": 153
33104
+ "line": 154
32905
33105
  },
32906
33106
  "name": "rangeStart",
32907
33107
  "optional": true,
@@ -32919,7 +33119,7 @@
32919
33119
  "immutable": true,
32920
33120
  "locationInModule": {
32921
33121
  "filename": "src/javascript/prettier.ts",
32922
- "line": 161
33122
+ "line": 162
32923
33123
  },
32924
33124
  "name": "requirePragma",
32925
33125
  "optional": true,
@@ -32937,7 +33137,7 @@
32937
33137
  "immutable": true,
32938
33138
  "locationInModule": {
32939
33139
  "filename": "src/javascript/prettier.ts",
32940
- "line": 167
33140
+ "line": 168
32941
33141
  },
32942
33142
  "name": "semi",
32943
33143
  "optional": true,
@@ -32955,7 +33155,7 @@
32955
33155
  "immutable": true,
32956
33156
  "locationInModule": {
32957
33157
  "filename": "src/javascript/prettier.ts",
32958
- "line": 173
33158
+ "line": 174
32959
33159
  },
32960
33160
  "name": "singleQuote",
32961
33161
  "optional": true,
@@ -32973,7 +33173,7 @@
32973
33173
  "immutable": true,
32974
33174
  "locationInModule": {
32975
33175
  "filename": "src/javascript/prettier.ts",
32976
- "line": 179
33176
+ "line": 180
32977
33177
  },
32978
33178
  "name": "tabWidth",
32979
33179
  "optional": true,
@@ -32991,7 +33191,7 @@
32991
33191
  "immutable": true,
32992
33192
  "locationInModule": {
32993
33193
  "filename": "src/javascript/prettier.ts",
32994
- "line": 185
33194
+ "line": 186
32995
33195
  },
32996
33196
  "name": "trailingComma",
32997
33197
  "optional": true,
@@ -33009,7 +33209,7 @@
33009
33209
  "immutable": true,
33010
33210
  "locationInModule": {
33011
33211
  "filename": "src/javascript/prettier.ts",
33012
- "line": 191
33212
+ "line": 192
33013
33213
  },
33014
33214
  "name": "useTabs",
33015
33215
  "optional": true,
@@ -33027,7 +33227,7 @@
33027
33227
  "immutable": true,
33028
33228
  "locationInModule": {
33029
33229
  "filename": "src/javascript/prettier.ts",
33030
- "line": 197
33230
+ "line": 198
33031
33231
  },
33032
33232
  "name": "vueIndentScriptAndStyle",
33033
33233
  "optional": true,
@@ -33124,7 +33324,7 @@
33124
33324
  "kind": "enum",
33125
33325
  "locationInModule": {
33126
33326
  "filename": "src/javascript/prettier.ts",
33127
- "line": 286
33327
+ "line": 287
33128
33328
  },
33129
33329
  "members": [
33130
33330
  {
@@ -33162,7 +33362,7 @@
33162
33362
  "kind": "enum",
33163
33363
  "locationInModule": {
33164
33364
  "filename": "src/javascript/prettier.ts",
33165
- "line": 303
33365
+ "line": 304
33166
33366
  },
33167
33367
  "members": [
33168
33368
  {
@@ -33191,6 +33391,43 @@
33191
33391
  "namespace": "javascript",
33192
33392
  "symbolId": "src/javascript/prettier:QuoteProps"
33193
33393
  },
33394
+ "projen.javascript.RenderWorkflowSetupOptions": {
33395
+ "assembly": "projen",
33396
+ "datatype": true,
33397
+ "docs": {
33398
+ "stability": "experimental",
33399
+ "summary": "Options for `renderInstallSteps()`."
33400
+ },
33401
+ "fqn": "projen.javascript.RenderWorkflowSetupOptions",
33402
+ "kind": "interface",
33403
+ "locationInModule": {
33404
+ "filename": "src/javascript/node-project.ts",
33405
+ "line": 1023
33406
+ },
33407
+ "name": "RenderWorkflowSetupOptions",
33408
+ "namespace": "javascript",
33409
+ "properties": [
33410
+ {
33411
+ "abstract": true,
33412
+ "docs": {
33413
+ "default": "false",
33414
+ "stability": "experimental",
33415
+ "summary": "Should the pacakge lockfile be updated?"
33416
+ },
33417
+ "immutable": true,
33418
+ "locationInModule": {
33419
+ "filename": "src/javascript/node-project.ts",
33420
+ "line": 1028
33421
+ },
33422
+ "name": "mutable",
33423
+ "optional": true,
33424
+ "type": {
33425
+ "primitive": "boolean"
33426
+ }
33427
+ }
33428
+ ],
33429
+ "symbolId": "src/javascript/node-project:RenderWorkflowSetupOptions"
33430
+ },
33194
33431
  "projen.javascript.TrailingComma": {
33195
33432
  "assembly": "projen",
33196
33433
  "docs": {
@@ -33200,7 +33437,7 @@
33200
33437
  "kind": "enum",
33201
33438
  "locationInModule": {
33202
33439
  "filename": "src/javascript/prettier.ts",
33203
- "line": 320
33440
+ "line": 321
33204
33441
  },
33205
33442
  "members": [
33206
33443
  {
@@ -40040,7 +40277,7 @@
40040
40277
  },
40041
40278
  "locationInModule": {
40042
40279
  "filename": "src/typescript/typescript.ts",
40043
- "line": 455
40280
+ "line": 474
40044
40281
  },
40045
40282
  "parameters": [
40046
40283
  {
@@ -40054,7 +40291,7 @@
40054
40291
  "kind": "class",
40055
40292
  "locationInModule": {
40056
40293
  "filename": "src/typescript/typescript.ts",
40057
- "line": 454
40294
+ "line": 473
40058
40295
  },
40059
40296
  "name": "TypeScriptAppProject",
40060
40297
  "namespace": "typescript",
@@ -40074,7 +40311,7 @@
40074
40311
  },
40075
40312
  "locationInModule": {
40076
40313
  "filename": "src/typescript/typescript.ts",
40077
- "line": 175
40314
+ "line": 176
40078
40315
  },
40079
40316
  "parameters": [
40080
40317
  {
@@ -40088,7 +40325,7 @@
40088
40325
  "kind": "class",
40089
40326
  "locationInModule": {
40090
40327
  "filename": "src/typescript/typescript.ts",
40091
- "line": 469
40328
+ "line": 488
40092
40329
  },
40093
40330
  "name": "TypeScriptLibraryProject",
40094
40331
  "namespace": "typescript",
@@ -40108,7 +40345,7 @@
40108
40345
  "kind": "interface",
40109
40346
  "locationInModule": {
40110
40347
  "filename": "src/typescript/typescript.ts",
40111
- "line": 474
40348
+ "line": 493
40112
40349
  },
40113
40350
  "name": "TypeScriptLibraryProjectOptions",
40114
40351
  "namespace": "typescript",
@@ -40131,7 +40368,7 @@
40131
40368
  },
40132
40369
  "locationInModule": {
40133
40370
  "filename": "src/typescript/typescript.ts",
40134
- "line": 175
40371
+ "line": 176
40135
40372
  },
40136
40373
  "parameters": [
40137
40374
  {
@@ -40145,7 +40382,7 @@
40145
40382
  "kind": "class",
40146
40383
  "locationInModule": {
40147
40384
  "filename": "src/typescript/typescript.ts",
40148
- "line": 143
40385
+ "line": 144
40149
40386
  },
40150
40387
  "name": "TypeScriptProject",
40151
40388
  "namespace": "typescript",
@@ -40157,7 +40394,7 @@
40157
40394
  "immutable": true,
40158
40395
  "locationInModule": {
40159
40396
  "filename": "src/typescript/typescript.ts",
40160
- "line": 145
40397
+ "line": 146
40161
40398
  },
40162
40399
  "name": "docsDirectory",
40163
40400
  "type": {
@@ -40172,7 +40409,7 @@
40172
40409
  "immutable": true,
40173
40410
  "locationInModule": {
40174
40411
  "filename": "src/typescript/typescript.ts",
40175
- "line": 163
40412
+ "line": 164
40176
40413
  },
40177
40414
  "name": "libdir",
40178
40415
  "type": {
@@ -40187,7 +40424,7 @@
40187
40424
  "immutable": true,
40188
40425
  "locationInModule": {
40189
40426
  "filename": "src/typescript/typescript.ts",
40190
- "line": 158
40427
+ "line": 159
40191
40428
  },
40192
40429
  "name": "srcdir",
40193
40430
  "type": {
@@ -40202,7 +40439,7 @@
40202
40439
  "immutable": true,
40203
40440
  "locationInModule": {
40204
40441
  "filename": "src/typescript/typescript.ts",
40205
- "line": 168
40442
+ "line": 169
40206
40443
  },
40207
40444
  "name": "testdir",
40208
40445
  "type": {
@@ -40217,7 +40454,7 @@
40217
40454
  "immutable": true,
40218
40455
  "locationInModule": {
40219
40456
  "filename": "src/typescript/typescript.ts",
40220
- "line": 153
40457
+ "line": 154
40221
40458
  },
40222
40459
  "name": "tsconfigDev",
40223
40460
  "type": {
@@ -40232,7 +40469,7 @@
40232
40469
  "immutable": true,
40233
40470
  "locationInModule": {
40234
40471
  "filename": "src/typescript/typescript.ts",
40235
- "line": 173
40472
+ "line": 174
40236
40473
  },
40237
40474
  "name": "watchTask",
40238
40475
  "type": {
@@ -40246,7 +40483,7 @@
40246
40483
  "immutable": true,
40247
40484
  "locationInModule": {
40248
40485
  "filename": "src/typescript/typescript.ts",
40249
- "line": 144
40486
+ "line": 145
40250
40487
  },
40251
40488
  "name": "docgen",
40252
40489
  "optional": true,
@@ -40261,7 +40498,7 @@
40261
40498
  "immutable": true,
40262
40499
  "locationInModule": {
40263
40500
  "filename": "src/typescript/typescript.ts",
40264
- "line": 146
40501
+ "line": 147
40265
40502
  },
40266
40503
  "name": "eslint",
40267
40504
  "optional": true,
@@ -40276,7 +40513,7 @@
40276
40513
  "immutable": true,
40277
40514
  "locationInModule": {
40278
40515
  "filename": "src/typescript/typescript.ts",
40279
- "line": 148
40516
+ "line": 149
40280
40517
  },
40281
40518
  "name": "tsconfig",
40282
40519
  "optional": true,
@@ -40291,7 +40528,7 @@
40291
40528
  "immutable": true,
40292
40529
  "locationInModule": {
40293
40530
  "filename": "src/typescript/typescript.ts",
40294
- "line": 147
40531
+ "line": 148
40295
40532
  },
40296
40533
  "name": "tsconfigEslint",
40297
40534
  "optional": true,
@@ -40315,7 +40552,7 @@
40315
40552
  "kind": "interface",
40316
40553
  "locationInModule": {
40317
40554
  "filename": "src/typescript/typescript.ts",
40318
- "line": 23
40555
+ "line": 24
40319
40556
  },
40320
40557
  "name": "TypeScriptProjectOptions",
40321
40558
  "namespace": "typescript",
@@ -40330,7 +40567,7 @@
40330
40567
  "immutable": true,
40331
40568
  "locationInModule": {
40332
40569
  "filename": "src/typescript/typescript.ts",
40333
- "line": 112
40570
+ "line": 113
40334
40571
  },
40335
40572
  "name": "disableTsconfig",
40336
40573
  "optional": true,
@@ -40348,7 +40585,7 @@
40348
40585
  "immutable": true,
40349
40586
  "locationInModule": {
40350
40587
  "filename": "src/typescript/typescript.ts",
40351
- "line": 78
40588
+ "line": 79
40352
40589
  },
40353
40590
  "name": "docgen",
40354
40591
  "optional": true,
@@ -40366,7 +40603,7 @@
40366
40603
  "immutable": true,
40367
40604
  "locationInModule": {
40368
40605
  "filename": "src/typescript/typescript.ts",
40369
- "line": 85
40606
+ "line": 86
40370
40607
  },
40371
40608
  "name": "docsDirectory",
40372
40609
  "optional": true,
@@ -40384,7 +40621,7 @@
40384
40621
  "immutable": true,
40385
40622
  "locationInModule": {
40386
40623
  "filename": "src/typescript/typescript.ts",
40387
- "line": 124
40624
+ "line": 125
40388
40625
  },
40389
40626
  "name": "entrypointTypes",
40390
40627
  "optional": true,
@@ -40402,7 +40639,7 @@
40402
40639
  "immutable": true,
40403
40640
  "locationInModule": {
40404
40641
  "filename": "src/typescript/typescript.ts",
40405
- "line": 55
40642
+ "line": 56
40406
40643
  },
40407
40644
  "name": "eslint",
40408
40645
  "optional": true,
@@ -40420,7 +40657,7 @@
40420
40657
  "immutable": true,
40421
40658
  "locationInModule": {
40422
40659
  "filename": "src/typescript/typescript.ts",
40423
- "line": 61
40660
+ "line": 62
40424
40661
  },
40425
40662
  "name": "eslintOptions",
40426
40663
  "optional": true,
@@ -40438,7 +40675,7 @@
40438
40675
  "immutable": true,
40439
40676
  "locationInModule": {
40440
40677
  "filename": "src/typescript/typescript.ts",
40441
- "line": 29
40678
+ "line": 30
40442
40679
  },
40443
40680
  "name": "libdir",
40444
40681
  "optional": true,
@@ -40456,7 +40693,7 @@
40456
40693
  "immutable": true,
40457
40694
  "locationInModule": {
40458
40695
  "filename": "src/typescript/typescript.ts",
40459
- "line": 131
40696
+ "line": 132
40460
40697
  },
40461
40698
  "name": "projenrcTs",
40462
40699
  "optional": true,
@@ -40473,7 +40710,7 @@
40473
40710
  "immutable": true,
40474
40711
  "locationInModule": {
40475
40712
  "filename": "src/typescript/typescript.ts",
40476
- "line": 136
40713
+ "line": 137
40477
40714
  },
40478
40715
  "name": "projenrcTsOptions",
40479
40716
  "optional": true,
@@ -40491,7 +40728,7 @@
40491
40728
  "immutable": true,
40492
40729
  "locationInModule": {
40493
40730
  "filename": "src/typescript/typescript.ts",
40494
- "line": 118
40731
+ "line": 119
40495
40732
  },
40496
40733
  "name": "sampleCode",
40497
40734
  "optional": true,
@@ -40509,7 +40746,7 @@
40509
40746
  "immutable": true,
40510
40747
  "locationInModule": {
40511
40748
  "filename": "src/typescript/typescript.ts",
40512
- "line": 36
40749
+ "line": 37
40513
40750
  },
40514
40751
  "name": "srcdir",
40515
40752
  "optional": true,
@@ -40528,7 +40765,7 @@
40528
40765
  "immutable": true,
40529
40766
  "locationInModule": {
40530
40767
  "filename": "src/typescript/typescript.ts",
40531
- "line": 48
40768
+ "line": 49
40532
40769
  },
40533
40770
  "name": "testdir",
40534
40771
  "optional": true,
@@ -40546,7 +40783,7 @@
40546
40783
  "immutable": true,
40547
40784
  "locationInModule": {
40548
40785
  "filename": "src/typescript/typescript.ts",
40549
- "line": 91
40786
+ "line": 92
40550
40787
  },
40551
40788
  "name": "tsconfig",
40552
40789
  "optional": true,
@@ -40564,7 +40801,7 @@
40564
40801
  "immutable": true,
40565
40802
  "locationInModule": {
40566
40803
  "filename": "src/typescript/typescript.ts",
40567
- "line": 97
40804
+ "line": 98
40568
40805
  },
40569
40806
  "name": "tsconfigDev",
40570
40807
  "optional": true,
@@ -40582,7 +40819,7 @@
40582
40819
  "immutable": true,
40583
40820
  "locationInModule": {
40584
40821
  "filename": "src/typescript/typescript.ts",
40585
- "line": 104
40822
+ "line": 105
40586
40823
  },
40587
40824
  "name": "tsconfigDevFile",
40588
40825
  "optional": true,
@@ -40601,7 +40838,7 @@
40601
40838
  "immutable": true,
40602
40839
  "locationInModule": {
40603
40840
  "filename": "src/typescript/typescript.ts",
40604
- "line": 71
40841
+ "line": 72
40605
40842
  },
40606
40843
  "name": "typescriptVersion",
40607
40844
  "optional": true,
@@ -42474,6 +42711,6 @@
42474
42711
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
42475
42712
  }
42476
42713
  },
42477
- "version": "0.49.2",
42478
- "fingerprint": "35K+OJDg70UNNX22lkcqn/Kd+Li0YlV7Jgm+4VGXkiw="
42714
+ "version": "0.50.4",
42715
+ "fingerprint": "/0bX0hfftCVq5Q1P+2iNGZivs5QuaghWFATygvyj3F4="
42479
42716
  }