projen 0.71.30 → 0.71.31

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 (130) hide show
  1. package/.jsii +405 -63
  2. package/docs/api/API.md +99 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.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-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflow-actions.js +1 -1
  52. package/lib/github/workflow-jobs.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.js +1 -1
  69. package/lib/javascript/jest.js +4 -4
  70. package/lib/javascript/node-package.js +1 -1
  71. package/lib/javascript/node-project.js +1 -1
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.d.ts +120 -1
  76. package/lib/javascript/typescript-config.js +134 -5
  77. package/lib/javascript/upgrade-dependencies.js +2 -2
  78. package/lib/json-patch.js +1 -1
  79. package/lib/json.js +1 -1
  80. package/lib/license.js +1 -1
  81. package/lib/logger.js +1 -1
  82. package/lib/makefile.js +1 -1
  83. package/lib/object-file.js +1 -1
  84. package/lib/project-build.js +1 -1
  85. package/lib/project.js +1 -1
  86. package/lib/projects.js +1 -1
  87. package/lib/projenrc-json.js +2 -2
  88. package/lib/projenrc.js +1 -1
  89. package/lib/python/pip.js +1 -1
  90. package/lib/python/poetry.js +2 -2
  91. package/lib/python/projenrc.js +1 -1
  92. package/lib/python/pytest-sample.js +1 -1
  93. package/lib/python/pytest.js +1 -1
  94. package/lib/python/python-project.js +1 -1
  95. package/lib/python/python-sample.js +1 -1
  96. package/lib/python/requirements-file.js +1 -1
  97. package/lib/python/setuppy.js +1 -1
  98. package/lib/python/setuptools.js +1 -1
  99. package/lib/python/venv.js +1 -1
  100. package/lib/readme.js +1 -1
  101. package/lib/release/publisher.js +1 -1
  102. package/lib/release/release-trigger.js +1 -1
  103. package/lib/release/release.js +1 -1
  104. package/lib/renovatebot.js +1 -1
  105. package/lib/sample-file.js +2 -2
  106. package/lib/semver.js +1 -1
  107. package/lib/source-code.js +1 -1
  108. package/lib/task-runtime.js +1 -1
  109. package/lib/task.js +1 -1
  110. package/lib/tasks.js +1 -1
  111. package/lib/testing.js +1 -1
  112. package/lib/textfile.js +1 -1
  113. package/lib/toml.js +1 -1
  114. package/lib/typescript/projenrc-ts.js +1 -1
  115. package/lib/typescript/projenrc.js +1 -1
  116. package/lib/typescript/typescript-typedoc.js +1 -1
  117. package/lib/typescript/typescript.js +3 -3
  118. package/lib/version.js +1 -1
  119. package/lib/vscode/devcontainer.js +1 -1
  120. package/lib/vscode/extensions.js +1 -1
  121. package/lib/vscode/launch-config.js +1 -1
  122. package/lib/vscode/settings.js +1 -1
  123. package/lib/vscode/vscode.js +1 -1
  124. package/lib/web/next.js +3 -3
  125. package/lib/web/postcss.js +1 -1
  126. package/lib/web/react.js +4 -4
  127. package/lib/web/tailwind.js +1 -1
  128. package/lib/xmlfile.js +1 -1
  129. package/lib/yaml.js +1 -1
  130. package/package.json +1 -1
package/.jsii CHANGED
@@ -43519,11 +43519,48 @@
43519
43519
  "kind": "interface",
43520
43520
  "locationInModule": {
43521
43521
  "filename": "src/javascript/typescript-config.ts",
43522
- "line": 123
43522
+ "line": 138
43523
43523
  },
43524
43524
  "name": "TypeScriptCompilerOptions",
43525
43525
  "namespace": "javascript",
43526
43526
  "properties": [
43527
+ {
43528
+ "abstract": true,
43529
+ "docs": {
43530
+ "default": "undefined",
43531
+ "see": "https://www.typescriptlang.org/tsconfig#allowArbitraryExtensions",
43532
+ "stability": "experimental",
43533
+ "summary": "Suppress arbitrary extension import errors with the assumption that a bundler will be handling it."
43534
+ },
43535
+ "immutable": true,
43536
+ "locationInModule": {
43537
+ "filename": "src/javascript/typescript-config.ts",
43538
+ "line": 160
43539
+ },
43540
+ "name": "allowArbitraryExtensions",
43541
+ "optional": true,
43542
+ "type": {
43543
+ "primitive": "boolean"
43544
+ }
43545
+ },
43546
+ {
43547
+ "abstract": true,
43548
+ "docs": {
43549
+ "default": "undefined",
43550
+ "stability": "experimental",
43551
+ "summary": "Allows TypeScript files to import each other with TypeScript-specific extensions (`.ts`, `.mts`, `.tsx`). Requires `noEmit` or `emitDeclarationOnly`."
43552
+ },
43553
+ "immutable": true,
43554
+ "locationInModule": {
43555
+ "filename": "src/javascript/typescript-config.ts",
43556
+ "line": 152
43557
+ },
43558
+ "name": "allowImportingTsExtensions",
43559
+ "optional": true,
43560
+ "type": {
43561
+ "primitive": "boolean"
43562
+ }
43563
+ },
43527
43564
  {
43528
43565
  "abstract": true,
43529
43566
  "docs": {
@@ -43534,7 +43571,7 @@
43534
43571
  "immutable": true,
43535
43572
  "locationInModule": {
43536
43573
  "filename": "src/javascript/typescript-config.ts",
43537
- "line": 129
43574
+ "line": 144
43538
43575
  },
43539
43576
  "name": "allowJs",
43540
43577
  "optional": true,
@@ -43552,7 +43589,7 @@
43552
43589
  "immutable": true,
43553
43590
  "locationInModule": {
43554
43591
  "filename": "src/javascript/typescript-config.ts",
43555
- "line": 434
43592
+ "line": 499
43556
43593
  },
43557
43594
  "name": "allowSyntheticDefaultImports",
43558
43595
  "optional": true,
@@ -43570,7 +43607,7 @@
43570
43607
  "immutable": true,
43571
43608
  "locationInModule": {
43572
43609
  "filename": "src/javascript/typescript-config.ts",
43573
- "line": 137
43610
+ "line": 168
43574
43611
  },
43575
43612
  "name": "alwaysStrict",
43576
43613
  "optional": true,
@@ -43588,7 +43625,7 @@
43588
43625
  "immutable": true,
43589
43626
  "locationInModule": {
43590
43627
  "filename": "src/javascript/typescript-config.ts",
43591
- "line": 441
43628
+ "line": 506
43592
43629
  },
43593
43630
  "name": "baseUrl",
43594
43631
  "optional": true,
@@ -43596,6 +43633,30 @@
43596
43633
  "primitive": "string"
43597
43634
  }
43598
43635
  },
43636
+ {
43637
+ "abstract": true,
43638
+ "docs": {
43639
+ "default": "undefined",
43640
+ "see": "https://www.typescriptlang.org/tsconfig#customConditions",
43641
+ "stability": "experimental",
43642
+ "summary": "List of additional conditions that should succeed when TypeScript resolves from an `exports` or `imports` field of a `package.json`."
43643
+ },
43644
+ "immutable": true,
43645
+ "locationInModule": {
43646
+ "filename": "src/javascript/typescript-config.ts",
43647
+ "line": 188
43648
+ },
43649
+ "name": "customConditions",
43650
+ "optional": true,
43651
+ "type": {
43652
+ "collection": {
43653
+ "elementtype": {
43654
+ "primitive": "string"
43655
+ },
43656
+ "kind": "array"
43657
+ }
43658
+ }
43659
+ },
43599
43660
  {
43600
43661
  "abstract": true,
43601
43662
  "docs": {
@@ -43605,7 +43666,7 @@
43605
43666
  "immutable": true,
43606
43667
  "locationInModule": {
43607
43668
  "filename": "src/javascript/typescript-config.ts",
43608
- "line": 149
43669
+ "line": 180
43609
43670
  },
43610
43671
  "name": "declaration",
43611
43672
  "optional": true,
@@ -43622,7 +43683,7 @@
43622
43683
  "immutable": true,
43623
43684
  "locationInModule": {
43624
43685
  "filename": "src/javascript/typescript-config.ts",
43625
- "line": 143
43686
+ "line": 174
43626
43687
  },
43627
43688
  "name": "declarationDir",
43628
43689
  "optional": true,
@@ -43640,7 +43701,7 @@
43640
43701
  "immutable": true,
43641
43702
  "locationInModule": {
43642
43703
  "filename": "src/javascript/typescript-config.ts",
43643
- "line": 280
43704
+ "line": 331
43644
43705
  },
43645
43706
  "name": "emitDeclarationOnly",
43646
43707
  "optional": true,
@@ -43660,7 +43721,7 @@
43660
43721
  "immutable": true,
43661
43722
  "locationInModule": {
43662
43723
  "filename": "src/javascript/typescript-config.ts",
43663
- "line": 176
43724
+ "line": 215
43664
43725
  },
43665
43726
  "name": "emitDecoratorMetadata",
43666
43727
  "optional": true,
@@ -43678,7 +43739,7 @@
43678
43739
  "immutable": true,
43679
43740
  "locationInModule": {
43680
43741
  "filename": "src/javascript/typescript-config.ts",
43681
- "line": 158
43742
+ "line": 197
43682
43743
  },
43683
43744
  "name": "esModuleInterop",
43684
43745
  "optional": true,
@@ -43696,7 +43757,7 @@
43696
43757
  "immutable": true,
43697
43758
  "locationInModule": {
43698
43759
  "filename": "src/javascript/typescript-config.ts",
43699
- "line": 165
43760
+ "line": 204
43700
43761
  },
43701
43762
  "name": "experimentalDecorators",
43702
43763
  "optional": true,
@@ -43714,7 +43775,7 @@
43714
43775
  "immutable": true,
43715
43776
  "locationInModule": {
43716
43777
  "filename": "src/javascript/typescript-config.ts",
43717
- "line": 183
43778
+ "line": 222
43718
43779
  },
43719
43780
  "name": "forceConsistentCasingInFileNames",
43720
43781
  "optional": true,
@@ -43725,6 +43786,9 @@
43725
43786
  {
43726
43787
  "abstract": true,
43727
43788
  "docs": {
43789
+ "custom": {
43790
+ "remarks": "For TypeScript 5.0+ use `verbatimModuleSyntax` instead.\nPosed for deprecation upon TypeScript 5.5."
43791
+ },
43728
43792
  "default": "\"remove\"",
43729
43793
  "see": "https://www.typescriptlang.org/tsconfig#importsNotUsedAsValues",
43730
43794
  "stability": "experimental",
@@ -43733,7 +43797,7 @@
43733
43797
  "immutable": true,
43734
43798
  "locationInModule": {
43735
43799
  "filename": "src/javascript/typescript-config.ts",
43736
- "line": 191
43800
+ "line": 242
43737
43801
  },
43738
43802
  "name": "importsNotUsedAsValues",
43739
43803
  "optional": true,
@@ -43751,7 +43815,7 @@
43751
43815
  "immutable": true,
43752
43816
  "locationInModule": {
43753
43817
  "filename": "src/javascript/typescript-config.ts",
43754
- "line": 199
43818
+ "line": 250
43755
43819
  },
43756
43820
  "name": "inlineSourceMap",
43757
43821
  "optional": true,
@@ -43769,7 +43833,7 @@
43769
43833
  "immutable": true,
43770
43834
  "locationInModule": {
43771
43835
  "filename": "src/javascript/typescript-config.ts",
43772
- "line": 207
43836
+ "line": 258
43773
43837
  },
43774
43838
  "name": "inlineSources",
43775
43839
  "optional": true,
@@ -43787,7 +43851,7 @@
43787
43851
  "immutable": true,
43788
43852
  "locationInModule": {
43789
43853
  "filename": "src/javascript/typescript-config.ts",
43790
- "line": 230
43854
+ "line": 281
43791
43855
  },
43792
43856
  "name": "isolatedModules",
43793
43857
  "optional": true,
@@ -43805,7 +43869,7 @@
43805
43869
  "immutable": true,
43806
43870
  "locationInModule": {
43807
43871
  "filename": "src/javascript/typescript-config.ts",
43808
- "line": 237
43872
+ "line": 288
43809
43873
  },
43810
43874
  "name": "jsx",
43811
43875
  "optional": true,
@@ -43823,7 +43887,7 @@
43823
43887
  "immutable": true,
43824
43888
  "locationInModule": {
43825
43889
  "filename": "src/javascript/typescript-config.ts",
43826
- "line": 244
43890
+ "line": 295
43827
43891
  },
43828
43892
  "name": "jsxImportSource",
43829
43893
  "optional": true,
@@ -43842,7 +43906,7 @@
43842
43906
  "immutable": true,
43843
43907
  "locationInModule": {
43844
43908
  "filename": "src/javascript/typescript-config.ts",
43845
- "line": 251
43909
+ "line": 302
43846
43910
  },
43847
43911
  "name": "lib",
43848
43912
  "optional": true,
@@ -43866,7 +43930,7 @@
43866
43930
  "immutable": true,
43867
43931
  "locationInModule": {
43868
43932
  "filename": "src/javascript/typescript-config.ts",
43869
- "line": 259
43933
+ "line": 310
43870
43934
  },
43871
43935
  "name": "module",
43872
43936
  "optional": true,
@@ -43885,7 +43949,7 @@
43885
43949
  "immutable": true,
43886
43950
  "locationInModule": {
43887
43951
  "filename": "src/javascript/typescript-config.ts",
43888
- "line": 266
43952
+ "line": 317
43889
43953
  },
43890
43954
  "name": "moduleResolution",
43891
43955
  "optional": true,
@@ -43903,7 +43967,7 @@
43903
43967
  "immutable": true,
43904
43968
  "locationInModule": {
43905
43969
  "filename": "src/javascript/typescript-config.ts",
43906
- "line": 273
43970
+ "line": 324
43907
43971
  },
43908
43972
  "name": "noEmit",
43909
43973
  "optional": true,
@@ -43921,7 +43985,7 @@
43921
43985
  "immutable": true,
43922
43986
  "locationInModule": {
43923
43987
  "filename": "src/javascript/typescript-config.ts",
43924
- "line": 288
43988
+ "line": 339
43925
43989
  },
43926
43990
  "name": "noEmitOnError",
43927
43991
  "optional": true,
@@ -43940,7 +44004,7 @@
43940
44004
  "immutable": true,
43941
44005
  "locationInModule": {
43942
44006
  "filename": "src/javascript/typescript-config.ts",
43943
- "line": 297
44007
+ "line": 348
43944
44008
  },
43945
44009
  "name": "noFallthroughCasesInSwitch",
43946
44010
  "optional": true,
@@ -43958,7 +44022,7 @@
43958
44022
  "immutable": true,
43959
44023
  "locationInModule": {
43960
44024
  "filename": "src/javascript/typescript-config.ts",
43961
- "line": 305
44025
+ "line": 356
43962
44026
  },
43963
44027
  "name": "noImplicitAny",
43964
44028
  "optional": true,
@@ -43977,7 +44041,7 @@
43977
44041
  "immutable": true,
43978
44042
  "locationInModule": {
43979
44043
  "filename": "src/javascript/typescript-config.ts",
43980
- "line": 316
44044
+ "line": 367
43981
44045
  },
43982
44046
  "name": "noImplicitOverride",
43983
44047
  "optional": true,
@@ -43995,7 +44059,7 @@
43995
44059
  "immutable": true,
43996
44060
  "locationInModule": {
43997
44061
  "filename": "src/javascript/typescript-config.ts",
43998
- "line": 324
44062
+ "line": 375
43999
44063
  },
44000
44064
  "name": "noImplicitReturns",
44001
44065
  "optional": true,
@@ -44013,7 +44077,7 @@
44013
44077
  "immutable": true,
44014
44078
  "locationInModule": {
44015
44079
  "filename": "src/javascript/typescript-config.ts",
44016
- "line": 330
44080
+ "line": 381
44017
44081
  },
44018
44082
  "name": "noImplicitThis",
44019
44083
  "optional": true,
@@ -44031,7 +44095,7 @@
44031
44095
  "immutable": true,
44032
44096
  "locationInModule": {
44033
44097
  "filename": "src/javascript/typescript-config.ts",
44034
- "line": 337
44098
+ "line": 388
44035
44099
  },
44036
44100
  "name": "noPropertyAccessFromIndexSignature",
44037
44101
  "optional": true,
@@ -44049,7 +44113,7 @@
44049
44113
  "immutable": true,
44050
44114
  "locationInModule": {
44051
44115
  "filename": "src/javascript/typescript-config.ts",
44052
- "line": 344
44116
+ "line": 395
44053
44117
  },
44054
44118
  "name": "noUncheckedIndexedAccess",
44055
44119
  "optional": true,
@@ -44067,7 +44131,7 @@
44067
44131
  "immutable": true,
44068
44132
  "locationInModule": {
44069
44133
  "filename": "src/javascript/typescript-config.ts",
44070
- "line": 351
44134
+ "line": 402
44071
44135
  },
44072
44136
  "name": "noUnusedLocals",
44073
44137
  "optional": true,
@@ -44085,7 +44149,7 @@
44085
44149
  "immutable": true,
44086
44150
  "locationInModule": {
44087
44151
  "filename": "src/javascript/typescript-config.ts",
44088
- "line": 358
44152
+ "line": 409
44089
44153
  },
44090
44154
  "name": "noUnusedParameters",
44091
44155
  "optional": true,
@@ -44102,7 +44166,7 @@
44102
44166
  "immutable": true,
44103
44167
  "locationInModule": {
44104
44168
  "filename": "src/javascript/typescript-config.ts",
44105
- "line": 422
44169
+ "line": 487
44106
44170
  },
44107
44171
  "name": "outDir",
44108
44172
  "optional": true,
@@ -44120,7 +44184,7 @@
44120
44184
  "immutable": true,
44121
44185
  "locationInModule": {
44122
44186
  "filename": "src/javascript/typescript-config.ts",
44123
- "line": 448
44187
+ "line": 513
44124
44188
  },
44125
44189
  "name": "paths",
44126
44190
  "optional": true,
@@ -44148,7 +44212,7 @@
44148
44212
  "immutable": true,
44149
44213
  "locationInModule": {
44150
44214
  "filename": "src/javascript/typescript-config.ts",
44151
- "line": 366
44215
+ "line": 417
44152
44216
  },
44153
44217
  "name": "resolveJsonModule",
44154
44218
  "optional": true,
@@ -44156,6 +44220,42 @@
44156
44220
  "primitive": "boolean"
44157
44221
  }
44158
44222
  },
44223
+ {
44224
+ "abstract": true,
44225
+ "docs": {
44226
+ "default": "true",
44227
+ "stability": "experimental",
44228
+ "summary": "Forces TypeScript to consult the `exports` field of `package.json` files if it ever reads from a package in `node_modules`."
44229
+ },
44230
+ "immutable": true,
44231
+ "locationInModule": {
44232
+ "filename": "src/javascript/typescript-config.ts",
44233
+ "line": 466
44234
+ },
44235
+ "name": "resolvePackageJsonExports",
44236
+ "optional": true,
44237
+ "type": {
44238
+ "primitive": "boolean"
44239
+ }
44240
+ },
44241
+ {
44242
+ "abstract": true,
44243
+ "docs": {
44244
+ "default": "undefined",
44245
+ "stability": "experimental",
44246
+ "summary": "Forces TypeScript to consult the `imports` field of `package.json` when performing a lookup that begins with `#` from a file that has a `package.json` as an ancestor."
44247
+ },
44248
+ "immutable": true,
44249
+ "locationInModule": {
44250
+ "filename": "src/javascript/typescript-config.ts",
44251
+ "line": 473
44252
+ },
44253
+ "name": "resolvePackageJsonImports",
44254
+ "optional": true,
44255
+ "type": {
44256
+ "primitive": "boolean"
44257
+ }
44258
+ },
44159
44259
  {
44160
44260
  "abstract": true,
44161
44261
  "docs": {
@@ -44166,7 +44266,7 @@
44166
44266
  "immutable": true,
44167
44267
  "locationInModule": {
44168
44268
  "filename": "src/javascript/typescript-config.ts",
44169
- "line": 429
44269
+ "line": 494
44170
44270
  },
44171
44271
  "name": "rootDir",
44172
44272
  "optional": true,
@@ -44184,7 +44284,7 @@
44184
44284
  "immutable": true,
44185
44285
  "locationInModule": {
44186
44286
  "filename": "src/javascript/typescript-config.ts",
44187
- "line": 373
44287
+ "line": 424
44188
44288
  },
44189
44289
  "name": "skipLibCheck",
44190
44290
  "optional": true,
@@ -44202,7 +44302,7 @@
44202
44302
  "immutable": true,
44203
44303
  "locationInModule": {
44204
44304
  "filename": "src/javascript/typescript-config.ts",
44205
- "line": 214
44305
+ "line": 265
44206
44306
  },
44207
44307
  "name": "sourceMap",
44208
44308
  "optional": true,
@@ -44220,7 +44320,7 @@
44220
44320
  "immutable": true,
44221
44321
  "locationInModule": {
44222
44322
  "filename": "src/javascript/typescript-config.ts",
44223
- "line": 222
44323
+ "line": 273
44224
44324
  },
44225
44325
  "name": "sourceRoot",
44226
44326
  "optional": true,
@@ -44239,7 +44339,7 @@
44239
44339
  "immutable": true,
44240
44340
  "locationInModule": {
44241
44341
  "filename": "src/javascript/typescript-config.ts",
44242
- "line": 383
44342
+ "line": 434
44243
44343
  },
44244
44344
  "name": "strict",
44245
44345
  "optional": true,
@@ -44258,7 +44358,7 @@
44258
44358
  "immutable": true,
44259
44359
  "locationInModule": {
44260
44360
  "filename": "src/javascript/typescript-config.ts",
44261
- "line": 393
44361
+ "line": 444
44262
44362
  },
44263
44363
  "name": "strictNullChecks",
44264
44364
  "optional": true,
@@ -44276,7 +44376,7 @@
44276
44376
  "immutable": true,
44277
44377
  "locationInModule": {
44278
44378
  "filename": "src/javascript/typescript-config.ts",
44279
- "line": 401
44379
+ "line": 452
44280
44380
  },
44281
44381
  "name": "strictPropertyInitialization",
44282
44382
  "optional": true,
@@ -44294,7 +44394,7 @@
44294
44394
  "immutable": true,
44295
44395
  "locationInModule": {
44296
44396
  "filename": "src/javascript/typescript-config.ts",
44297
- "line": 408
44397
+ "line": 459
44298
44398
  },
44299
44399
  "name": "stripInternal",
44300
44400
  "optional": true,
@@ -44313,13 +44413,32 @@
44313
44413
  "immutable": true,
44314
44414
  "locationInModule": {
44315
44415
  "filename": "src/javascript/typescript-config.ts",
44316
- "line": 417
44416
+ "line": 482
44317
44417
  },
44318
44418
  "name": "target",
44319
44419
  "optional": true,
44320
44420
  "type": {
44321
44421
  "primitive": "string"
44322
44422
  }
44423
+ },
44424
+ {
44425
+ "abstract": true,
44426
+ "docs": {
44427
+ "default": "undefined",
44428
+ "see": "https://www.typescriptlang.org/tsconfig#verbatimModuleSyntax",
44429
+ "stability": "experimental",
44430
+ "summary": "Simplifies TypeScript's handling of import/export `type` modifiers."
44431
+ },
44432
+ "immutable": true,
44433
+ "locationInModule": {
44434
+ "filename": "src/javascript/typescript-config.ts",
44435
+ "line": 230
44436
+ },
44437
+ "name": "verbatimModuleSyntax",
44438
+ "optional": true,
44439
+ "type": {
44440
+ "primitive": "boolean"
44441
+ }
44323
44442
  }
44324
44443
  ],
44325
44444
  "symbolId": "src/javascript/typescript-config:TypeScriptCompilerOptions"
@@ -44335,7 +44454,7 @@
44335
44454
  "kind": "enum",
44336
44455
  "locationInModule": {
44337
44456
  "filename": "src/javascript/typescript-config.ts",
44338
- "line": 71
44457
+ "line": 86
44339
44458
  },
44340
44459
  "members": [
44341
44460
  {
@@ -44377,7 +44496,7 @@
44377
44496
  "kind": "enum",
44378
44497
  "locationInModule": {
44379
44498
  "filename": "src/javascript/typescript-config.ts",
44380
- "line": 94
44499
+ "line": 109
44381
44500
  },
44382
44501
  "members": [
44383
44502
  {
@@ -44432,7 +44551,7 @@
44432
44551
  "kind": "enum",
44433
44552
  "locationInModule": {
44434
44553
  "filename": "src/javascript/typescript-config.ts",
44435
- "line": 36
44554
+ "line": 44
44436
44555
  },
44437
44556
  "members": [
44438
44557
  {
@@ -44466,6 +44585,15 @@
44466
44585
  "summary": "Node.js’ ECMAScript Module Support from TypeScript 4.7 onwards."
44467
44586
  },
44468
44587
  "name": "NODE_NEXT"
44588
+ },
44589
+ {
44590
+ "docs": {
44591
+ "remarks": "from TypeScript 5.0 onwards.",
44592
+ "see": "https://www.typescriptlang.org/tsconfig#moduleResolution",
44593
+ "stability": "experimental",
44594
+ "summary": "Resolution strategy which attempts to mimic resolution patterns of modern bundlers;"
44595
+ },
44596
+ "name": "BUNDLER"
44469
44597
  }
44470
44598
  ],
44471
44599
  "name": "TypeScriptModuleResolution",
@@ -44485,7 +44613,7 @@
44485
44613
  },
44486
44614
  "locationInModule": {
44487
44615
  "filename": "src/javascript/typescript-config.ts",
44488
- "line": 458
44616
+ "line": 565
44489
44617
  },
44490
44618
  "parameters": [
44491
44619
  {
@@ -44505,7 +44633,7 @@
44505
44633
  "kind": "class",
44506
44634
  "locationInModule": {
44507
44635
  "filename": "src/javascript/typescript-config.ts",
44508
- "line": 451
44636
+ "line": 557
44509
44637
  },
44510
44638
  "methods": [
44511
44639
  {
@@ -44514,7 +44642,7 @@
44514
44642
  },
44515
44643
  "locationInModule": {
44516
44644
  "filename": "src/javascript/typescript-config.ts",
44517
- "line": 486
44645
+ "line": 687
44518
44646
  },
44519
44647
  "name": "addExclude",
44520
44648
  "parameters": [
@@ -44526,13 +44654,38 @@
44526
44654
  }
44527
44655
  ]
44528
44656
  },
44657
+ {
44658
+ "docs": {
44659
+ "custom": {
44660
+ "remarks": "TypeScript 5.0+ is required to extend from more than one base `TypescriptConfig`."
44661
+ },
44662
+ "stability": "experimental",
44663
+ "summary": "Extend from base `TypescriptConfig` instance."
44664
+ },
44665
+ "locationInModule": {
44666
+ "filename": "src/javascript/typescript-config.ts",
44667
+ "line": 676
44668
+ },
44669
+ "name": "addExtends",
44670
+ "parameters": [
44671
+ {
44672
+ "docs": {
44673
+ "summary": "Base `TypescriptConfig` instance."
44674
+ },
44675
+ "name": "value",
44676
+ "type": {
44677
+ "fqn": "projen.javascript.TypescriptConfig"
44678
+ }
44679
+ }
44680
+ ]
44681
+ },
44529
44682
  {
44530
44683
  "docs": {
44531
44684
  "stability": "experimental"
44532
44685
  },
44533
44686
  "locationInModule": {
44534
44687
  "filename": "src/javascript/typescript-config.ts",
44535
- "line": 482
44688
+ "line": 683
44536
44689
  },
44537
44690
  "name": "addInclude",
44538
44691
  "parameters": [
@@ -44543,6 +44696,48 @@
44543
44696
  }
44544
44697
  }
44545
44698
  ]
44699
+ },
44700
+ {
44701
+ "docs": {
44702
+ "stability": "experimental",
44703
+ "summary": "Called before synthesis."
44704
+ },
44705
+ "locationInModule": {
44706
+ "filename": "src/javascript/typescript-config.ts",
44707
+ "line": 691
44708
+ },
44709
+ "name": "preSynthesize",
44710
+ "overrides": "projen.Component"
44711
+ },
44712
+ {
44713
+ "docs": {
44714
+ "custom": {
44715
+ "remarks": "This will only resolve the relative path from this config to another given\nan absolute path as input. Any non-absolute path or other string will be returned as is.\nThis is to preserve manually specified relative paths as well as npm import paths."
44716
+ },
44717
+ "stability": "experimental",
44718
+ "summary": "Resolve valid TypeScript extends paths relative to this config."
44719
+ },
44720
+ "locationInModule": {
44721
+ "filename": "src/javascript/typescript-config.ts",
44722
+ "line": 615
44723
+ },
44724
+ "name": "resolveExtendsPath",
44725
+ "parameters": [
44726
+ {
44727
+ "docs": {
44728
+ "summary": "Path to resolve against."
44729
+ },
44730
+ "name": "configPath",
44731
+ "type": {
44732
+ "primitive": "string"
44733
+ }
44734
+ }
44735
+ ],
44736
+ "returns": {
44737
+ "type": {
44738
+ "primitive": "string"
44739
+ }
44740
+ }
44546
44741
  }
44547
44742
  ],
44548
44743
  "name": "TypescriptConfig",
@@ -44555,7 +44750,7 @@
44555
44750
  "immutable": true,
44556
44751
  "locationInModule": {
44557
44752
  "filename": "src/javascript/typescript-config.ts",
44558
- "line": 452
44753
+ "line": 559
44559
44754
  },
44560
44755
  "name": "compilerOptions",
44561
44756
  "type": {
@@ -44569,7 +44764,7 @@
44569
44764
  "immutable": true,
44570
44765
  "locationInModule": {
44571
44766
  "filename": "src/javascript/typescript-config.ts",
44572
- "line": 454
44767
+ "line": 561
44573
44768
  },
44574
44769
  "name": "exclude",
44575
44770
  "type": {
@@ -44581,6 +44776,26 @@
44581
44776
  }
44582
44777
  }
44583
44778
  },
44779
+ {
44780
+ "docs": {
44781
+ "stability": "experimental",
44782
+ "summary": "Array of base `tsconfig.json` paths. Any absolute paths are resolved relative to this instance, while any relative paths are used as is."
44783
+ },
44784
+ "immutable": true,
44785
+ "locationInModule": {
44786
+ "filename": "src/javascript/typescript-config.ts",
44787
+ "line": 662
44788
+ },
44789
+ "name": "extends",
44790
+ "type": {
44791
+ "collection": {
44792
+ "elementtype": {
44793
+ "primitive": "string"
44794
+ },
44795
+ "kind": "array"
44796
+ }
44797
+ }
44798
+ },
44584
44799
  {
44585
44800
  "docs": {
44586
44801
  "stability": "experimental"
@@ -44588,7 +44803,7 @@
44588
44803
  "immutable": true,
44589
44804
  "locationInModule": {
44590
44805
  "filename": "src/javascript/typescript-config.ts",
44591
- "line": 456
44806
+ "line": 563
44592
44807
  },
44593
44808
  "name": "file",
44594
44809
  "type": {
@@ -44602,7 +44817,7 @@
44602
44817
  "immutable": true,
44603
44818
  "locationInModule": {
44604
44819
  "filename": "src/javascript/typescript-config.ts",
44605
- "line": 455
44820
+ "line": 562
44606
44821
  },
44607
44822
  "name": "fileName",
44608
44823
  "type": {
@@ -44616,7 +44831,7 @@
44616
44831
  "immutable": true,
44617
44832
  "locationInModule": {
44618
44833
  "filename": "src/javascript/typescript-config.ts",
44619
- "line": 453
44834
+ "line": 560
44620
44835
  },
44621
44836
  "name": "include",
44622
44837
  "type": {
@@ -44631,6 +44846,116 @@
44631
44846
  ],
44632
44847
  "symbolId": "src/javascript/typescript-config:TypescriptConfig"
44633
44848
  },
44849
+ "projen.javascript.TypescriptConfigExtends": {
44850
+ "assembly": "projen",
44851
+ "docs": {
44852
+ "stability": "experimental",
44853
+ "summary": "Container for `TypescriptConfig` `tsconfig.json` base configuration(s). Extending from more than one base config file requires TypeScript 5.0+."
44854
+ },
44855
+ "fqn": "projen.javascript.TypescriptConfigExtends",
44856
+ "kind": "class",
44857
+ "locationInModule": {
44858
+ "filename": "src/javascript/typescript-config.ts",
44859
+ "line": 520
44860
+ },
44861
+ "methods": [
44862
+ {
44863
+ "docs": {
44864
+ "custom": {
44865
+ "remarks": "TypeScript 5.0+ is required to specify more than one value in `paths`."
44866
+ },
44867
+ "stability": "experimental",
44868
+ "summary": "Factory for creation from array of file paths."
44869
+ },
44870
+ "locationInModule": {
44871
+ "filename": "src/javascript/typescript-config.ts",
44872
+ "line": 529
44873
+ },
44874
+ "name": "fromPaths",
44875
+ "parameters": [
44876
+ {
44877
+ "docs": {
44878
+ "summary": "Absolute or relative paths to base `tsconfig.json` files."
44879
+ },
44880
+ "name": "paths",
44881
+ "type": {
44882
+ "collection": {
44883
+ "elementtype": {
44884
+ "primitive": "string"
44885
+ },
44886
+ "kind": "array"
44887
+ }
44888
+ }
44889
+ }
44890
+ ],
44891
+ "returns": {
44892
+ "type": {
44893
+ "fqn": "projen.javascript.TypescriptConfigExtends"
44894
+ }
44895
+ },
44896
+ "static": true
44897
+ },
44898
+ {
44899
+ "docs": {
44900
+ "custom": {
44901
+ "remarks": "TypeScript 5.0+ is required to specify more than on value in `configs`."
44902
+ },
44903
+ "stability": "experimental",
44904
+ "summary": "Factory for creation from array of other `TypescriptConfig` instances."
44905
+ },
44906
+ "locationInModule": {
44907
+ "filename": "src/javascript/typescript-config.ts",
44908
+ "line": 541
44909
+ },
44910
+ "name": "fromTypescriptConfigs",
44911
+ "parameters": [
44912
+ {
44913
+ "docs": {
44914
+ "summary": "Base `TypescriptConfig` instances."
44915
+ },
44916
+ "name": "configs",
44917
+ "type": {
44918
+ "collection": {
44919
+ "elementtype": {
44920
+ "fqn": "projen.javascript.TypescriptConfig"
44921
+ },
44922
+ "kind": "array"
44923
+ }
44924
+ }
44925
+ }
44926
+ ],
44927
+ "returns": {
44928
+ "type": {
44929
+ "fqn": "projen.javascript.TypescriptConfigExtends"
44930
+ }
44931
+ },
44932
+ "static": true
44933
+ },
44934
+ {
44935
+ "docs": {
44936
+ "stability": "experimental"
44937
+ },
44938
+ "locationInModule": {
44939
+ "filename": "src/javascript/typescript-config.ts",
44940
+ "line": 552
44941
+ },
44942
+ "name": "toJSON",
44943
+ "returns": {
44944
+ "type": {
44945
+ "collection": {
44946
+ "elementtype": {
44947
+ "primitive": "string"
44948
+ },
44949
+ "kind": "array"
44950
+ }
44951
+ }
44952
+ }
44953
+ }
44954
+ ],
44955
+ "name": "TypescriptConfigExtends",
44956
+ "namespace": "javascript",
44957
+ "symbolId": "src/javascript/typescript-config:TypescriptConfigExtends"
44958
+ },
44634
44959
  "projen.javascript.TypescriptConfigOptions": {
44635
44960
  "assembly": "projen",
44636
44961
  "datatype": true,
@@ -44641,7 +44966,7 @@
44641
44966
  "kind": "interface",
44642
44967
  "locationInModule": {
44643
44968
  "filename": "src/javascript/typescript-config.ts",
44644
- "line": 6
44969
+ "line": 8
44645
44970
  },
44646
44971
  "name": "TypescriptConfigOptions",
44647
44972
  "namespace": "javascript",
@@ -44655,7 +44980,7 @@
44655
44980
  "immutable": true,
44656
44981
  "locationInModule": {
44657
44982
  "filename": "src/javascript/typescript-config.ts",
44658
- "line": 28
44983
+ "line": 36
44659
44984
  },
44660
44985
  "name": "compilerOptions",
44661
44986
  "type": {
@@ -44672,7 +44997,7 @@
44672
44997
  "immutable": true,
44673
44998
  "locationInModule": {
44674
44999
  "filename": "src/javascript/typescript-config.ts",
44675
- "line": 23
45000
+ "line": 31
44676
45001
  },
44677
45002
  "name": "exclude",
44678
45003
  "optional": true,
@@ -44685,6 +45010,23 @@
44685
45010
  }
44686
45011
  }
44687
45012
  },
45013
+ {
45014
+ "abstract": true,
45015
+ "docs": {
45016
+ "stability": "experimental",
45017
+ "summary": "Base `tsconfig.json` configuration(s) to inherit from."
45018
+ },
45019
+ "immutable": true,
45020
+ "locationInModule": {
45021
+ "filename": "src/javascript/typescript-config.ts",
45022
+ "line": 17
45023
+ },
45024
+ "name": "extends",
45025
+ "optional": true,
45026
+ "type": {
45027
+ "fqn": "projen.javascript.TypescriptConfigExtends"
45028
+ }
45029
+ },
44688
45030
  {
44689
45031
  "abstract": true,
44690
45032
  "docs": {
@@ -44694,7 +45036,7 @@
44694
45036
  "immutable": true,
44695
45037
  "locationInModule": {
44696
45038
  "filename": "src/javascript/typescript-config.ts",
44697
- "line": 10
45039
+ "line": 12
44698
45040
  },
44699
45041
  "name": "fileName",
44700
45042
  "optional": true,
@@ -44712,7 +45054,7 @@
44712
45054
  "immutable": true,
44713
45055
  "locationInModule": {
44714
45056
  "filename": "src/javascript/typescript-config.ts",
44715
- "line": 16
45057
+ "line": 24
44716
45058
  },
44717
45059
  "name": "include",
44718
45060
  "optional": true,
@@ -54347,6 +54689,6 @@
54347
54689
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
54348
54690
  }
54349
54691
  },
54350
- "version": "0.71.30",
54351
- "fingerprint": "7ReqPFyo9U6BXWdz0/KrNmTU1uuSj0ZDMTEn8UWHd3s="
54692
+ "version": "0.71.31",
54693
+ "fingerprint": "D8w3Tw23qTDGHHJLrI6WcEG7yIF6Z9o6ZDG4uUgafoQ="
54352
54694
  }