projen 0.78.3 → 0.78.5

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 (135) hide show
  1. package/.jsii +614 -60
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +4 -4
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-lint.js +1 -1
  48. package/lib/github/stale.js +1 -1
  49. package/lib/github/task-workflow.js +1 -1
  50. package/lib/github/workflow-actions.js +1 -1
  51. package/lib/github/workflow-jobs.js +1 -1
  52. package/lib/github/workflow-steps.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/license-checker.js +1 -1
  71. package/lib/javascript/node-package.js +1 -1
  72. package/lib/javascript/node-project.js +1 -1
  73. package/lib/javascript/npm-config.js +1 -1
  74. package/lib/javascript/prettier.js +1 -1
  75. package/lib/javascript/projenrc.js +1 -1
  76. package/lib/javascript/typescript-config.js +2 -2
  77. package/lib/javascript/upgrade-dependencies.js +2 -2
  78. package/lib/javascript/yarnrc.js +1 -1
  79. package/lib/json-patch.js +1 -1
  80. package/lib/json.js +1 -1
  81. package/lib/license.js +1 -1
  82. package/lib/logger.js +1 -1
  83. package/lib/makefile.js +1 -1
  84. package/lib/object-file.js +1 -1
  85. package/lib/project-build.js +1 -1
  86. package/lib/project-tree.js +1 -1
  87. package/lib/project.js +1 -1
  88. package/lib/projects.js +1 -1
  89. package/lib/projenrc-json.js +2 -2
  90. package/lib/projenrc.js +1 -1
  91. package/lib/python/pip.js +1 -1
  92. package/lib/python/poetry.js +2 -2
  93. package/lib/python/projenrc.js +1 -1
  94. package/lib/python/pytest-sample.js +1 -1
  95. package/lib/python/pytest.js +1 -1
  96. package/lib/python/python-project.js +1 -1
  97. package/lib/python/python-sample.js +1 -1
  98. package/lib/python/requirements-file.js +1 -1
  99. package/lib/python/setuppy.js +1 -1
  100. package/lib/python/setuptools.js +1 -1
  101. package/lib/python/venv.js +1 -1
  102. package/lib/readme.js +1 -1
  103. package/lib/release/publisher.js +1 -1
  104. package/lib/release/release-trigger.js +1 -1
  105. package/lib/release/release.js +1 -1
  106. package/lib/renovatebot.js +1 -1
  107. package/lib/sample-file.js +2 -2
  108. package/lib/semver.js +1 -1
  109. package/lib/source-code.js +1 -1
  110. package/lib/task-runtime.js +1 -1
  111. package/lib/task.js +1 -1
  112. package/lib/tasks.js +1 -1
  113. package/lib/testing.js +1 -1
  114. package/lib/textfile.js +1 -1
  115. package/lib/toml.js +1 -1
  116. package/lib/typescript/projenrc-ts.js +1 -1
  117. package/lib/typescript/projenrc.js +1 -1
  118. package/lib/typescript/typescript-typedoc.js +1 -1
  119. package/lib/typescript/typescript.d.ts +168 -0
  120. package/lib/typescript/typescript.js +165 -11
  121. package/lib/util.d.ts +10 -0
  122. package/lib/util.js +20 -2
  123. package/lib/version.js +2 -2
  124. package/lib/vscode/devcontainer.js +1 -1
  125. package/lib/vscode/extensions.js +1 -1
  126. package/lib/vscode/launch-config.js +1 -1
  127. package/lib/vscode/settings.js +1 -1
  128. package/lib/vscode/vscode.js +1 -1
  129. package/lib/web/next.js +3 -3
  130. package/lib/web/postcss.js +1 -1
  131. package/lib/web/react.js +4 -4
  132. package/lib/web/tailwind.js +1 -1
  133. package/lib/xmlfile.js +1 -1
  134. package/lib/yaml.js +1 -1
  135. package/package.json +8 -6
package/.jsii CHANGED
@@ -2927,7 +2927,7 @@
2927
2927
  },
2928
2928
  "locationInModule": {
2929
2929
  "filename": "src/file.ts",
2930
- "line": 88
2930
+ "line": 93
2931
2931
  },
2932
2932
  "parameters": [
2933
2933
  {
@@ -2954,7 +2954,7 @@
2954
2954
  "kind": "class",
2955
2955
  "locationInModule": {
2956
2956
  "filename": "src/file.ts",
2957
- "line": 49
2957
+ "line": 54
2958
2958
  },
2959
2959
  "methods": [
2960
2960
  {
@@ -2964,7 +2964,7 @@
2964
2964
  },
2965
2965
  "locationInModule": {
2966
2966
  "filename": "src/file.ts",
2967
- "line": 145
2967
+ "line": 150
2968
2968
  },
2969
2969
  "name": "synthesize",
2970
2970
  "overrides": "projen.Component"
@@ -2978,7 +2978,7 @@
2978
2978
  },
2979
2979
  "locationInModule": {
2980
2980
  "filename": "src/file.ts",
2981
- "line": 140
2981
+ "line": 145
2982
2982
  },
2983
2983
  "name": "synthesizeContent",
2984
2984
  "parameters": [
@@ -3011,7 +3011,7 @@
3011
3011
  "immutable": true,
3012
3012
  "locationInModule": {
3013
3013
  "filename": "src/file.ts",
3014
- "line": 68
3014
+ "line": 73
3015
3015
  },
3016
3016
  "name": "absolutePath",
3017
3017
  "type": {
@@ -3026,7 +3026,7 @@
3026
3026
  "immutable": true,
3027
3027
  "locationInModule": {
3028
3028
  "filename": "src/file.ts",
3029
- "line": 53
3029
+ "line": 58
3030
3030
  },
3031
3031
  "name": "path",
3032
3032
  "type": {
@@ -3042,7 +3042,7 @@
3042
3042
  "immutable": true,
3043
3043
  "locationInModule": {
3044
3044
  "filename": "src/file.ts",
3045
- "line": 209
3045
+ "line": 217
3046
3046
  },
3047
3047
  "name": "changed",
3048
3048
  "optional": true,
@@ -3059,7 +3059,7 @@
3059
3059
  "immutable": true,
3060
3060
  "locationInModule": {
3061
3061
  "filename": "src/file.ts",
3062
- "line": 78
3062
+ "line": 83
3063
3063
  },
3064
3064
  "name": "marker",
3065
3065
  "optional": true,
@@ -3074,7 +3074,7 @@
3074
3074
  },
3075
3075
  "locationInModule": {
3076
3076
  "filename": "src/file.ts",
3077
- "line": 63
3077
+ "line": 68
3078
3078
  },
3079
3079
  "name": "executable",
3080
3080
  "type": {
@@ -3088,7 +3088,7 @@
3088
3088
  },
3089
3089
  "locationInModule": {
3090
3090
  "filename": "src/file.ts",
3091
- "line": 58
3091
+ "line": 63
3092
3092
  },
3093
3093
  "name": "readonly",
3094
3094
  "type": {
@@ -3108,7 +3108,7 @@
3108
3108
  "kind": "interface",
3109
3109
  "locationInModule": {
3110
3110
  "filename": "src/file.ts",
3111
- "line": 11
3111
+ "line": 16
3112
3112
  },
3113
3113
  "name": "FileBaseOptions",
3114
3114
  "properties": [
@@ -3123,7 +3123,7 @@
3123
3123
  "immutable": true,
3124
3124
  "locationInModule": {
3125
3125
  "filename": "src/file.ts",
3126
- "line": 19
3126
+ "line": 24
3127
3127
  },
3128
3128
  "name": "committed",
3129
3129
  "optional": true,
@@ -3141,7 +3141,7 @@
3141
3141
  "immutable": true,
3142
3142
  "locationInModule": {
3143
3143
  "filename": "src/file.ts",
3144
- "line": 25
3144
+ "line": 30
3145
3145
  },
3146
3146
  "name": "editGitignore",
3147
3147
  "optional": true,
@@ -3159,7 +3159,7 @@
3159
3159
  "immutable": true,
3160
3160
  "locationInModule": {
3161
3161
  "filename": "src/file.ts",
3162
- "line": 39
3162
+ "line": 44
3163
3163
  },
3164
3164
  "name": "executable",
3165
3165
  "optional": true,
@@ -3177,7 +3177,7 @@
3177
3177
  "immutable": true,
3178
3178
  "locationInModule": {
3179
3179
  "filename": "src/file.ts",
3180
- "line": 46
3180
+ "line": 51
3181
3181
  },
3182
3182
  "name": "marker",
3183
3183
  "optional": true,
@@ -3195,7 +3195,7 @@
3195
3195
  "immutable": true,
3196
3196
  "locationInModule": {
3197
3197
  "filename": "src/file.ts",
3198
- "line": 32
3198
+ "line": 37
3199
3199
  },
3200
3200
  "name": "readonly",
3201
3201
  "optional": true,
@@ -4579,7 +4579,7 @@
4579
4579
  "kind": "interface",
4580
4580
  "locationInModule": {
4581
4581
  "filename": "src/file.ts",
4582
- "line": 244
4582
+ "line": 252
4583
4583
  },
4584
4584
  "methods": [
4585
4585
  {
@@ -4590,7 +4590,7 @@
4590
4590
  },
4591
4591
  "locationInModule": {
4592
4592
  "filename": "src/file.ts",
4593
- "line": 248
4593
+ "line": 256
4594
4594
  },
4595
4595
  "name": "toJSON",
4596
4596
  "returns": {
@@ -4613,7 +4613,7 @@
4613
4613
  "kind": "interface",
4614
4614
  "locationInModule": {
4615
4615
  "filename": "src/file.ts",
4616
- "line": 217
4616
+ "line": 225
4617
4617
  },
4618
4618
  "methods": [
4619
4619
  {
@@ -4627,7 +4627,7 @@
4627
4627
  },
4628
4628
  "locationInModule": {
4629
4629
  "filename": "src/file.ts",
4630
- "line": 224
4630
+ "line": 232
4631
4631
  },
4632
4632
  "name": "resolve",
4633
4633
  "parameters": [
@@ -8567,7 +8567,7 @@
8567
8567
  "kind": "interface",
8568
8568
  "locationInModule": {
8569
8569
  "filename": "src/file.ts",
8570
- "line": 230
8570
+ "line": 238
8571
8571
  },
8572
8572
  "name": "ResolveOptions",
8573
8573
  "properties": [
@@ -8581,7 +8581,7 @@
8581
8581
  "immutable": true,
8582
8582
  "locationInModule": {
8583
8583
  "filename": "src/file.ts",
8584
- "line": 241
8584
+ "line": 249
8585
8585
  },
8586
8586
  "name": "args",
8587
8587
  "optional": true,
@@ -8604,7 +8604,7 @@
8604
8604
  "immutable": true,
8605
8605
  "locationInModule": {
8606
8606
  "filename": "src/file.ts",
8607
- "line": 235
8607
+ "line": 243
8608
8608
  },
8609
8609
  "name": "omitEmpty",
8610
8610
  "optional": true,
@@ -57110,6 +57110,527 @@
57110
57110
  ],
57111
57111
  "symbolId": "src/typescript/projenrc-ts:ProjenrcTsOptions"
57112
57112
  },
57113
+ "projen.typescript.TsJestBabelConfig": {
57114
+ "assembly": "projen",
57115
+ "docs": {
57116
+ "see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/babelConfig/",
57117
+ "stability": "experimental"
57118
+ },
57119
+ "fqn": "projen.typescript.TsJestBabelConfig",
57120
+ "kind": "class",
57121
+ "locationInModule": {
57122
+ "filename": "src/typescript/typescript.ts",
57123
+ "line": 29
57124
+ },
57125
+ "methods": [
57126
+ {
57127
+ "docs": {
57128
+ "remarks": "`ts-jest` will try to find an existing Babel configuration and pass it to the `babel-jest` processor.",
57129
+ "stability": "experimental",
57130
+ "summary": "Enables Babel processing."
57131
+ },
57132
+ "locationInModule": {
57133
+ "filename": "src/typescript/typescript.ts",
57134
+ "line": 42
57135
+ },
57136
+ "name": "autoDetectConfig",
57137
+ "returns": {
57138
+ "type": {
57139
+ "fqn": "projen.typescript.TsJestBabelConfig"
57140
+ }
57141
+ },
57142
+ "static": true
57143
+ },
57144
+ {
57145
+ "docs": {
57146
+ "see": "https://babeljs.io/docs/options",
57147
+ "stability": "experimental",
57148
+ "summary": "Inline compiler options."
57149
+ },
57150
+ "locationInModule": {
57151
+ "filename": "src/typescript/typescript.ts",
57152
+ "line": 59
57153
+ },
57154
+ "name": "custom",
57155
+ "parameters": [
57156
+ {
57157
+ "name": "config",
57158
+ "type": {
57159
+ "collection": {
57160
+ "elementtype": {
57161
+ "primitive": "any"
57162
+ },
57163
+ "kind": "map"
57164
+ }
57165
+ }
57166
+ }
57167
+ ],
57168
+ "returns": {
57169
+ "type": {
57170
+ "fqn": "projen.typescript.TsJestBabelConfig"
57171
+ }
57172
+ },
57173
+ "static": true
57174
+ },
57175
+ {
57176
+ "docs": {
57177
+ "stability": "experimental",
57178
+ "summary": "Disables the use of Babel."
57179
+ },
57180
+ "locationInModule": {
57181
+ "filename": "src/typescript/typescript.ts",
57182
+ "line": 33
57183
+ },
57184
+ "name": "disabled",
57185
+ "returns": {
57186
+ "type": {
57187
+ "fqn": "projen.typescript.TsJestBabelConfig"
57188
+ }
57189
+ },
57190
+ "static": true
57191
+ },
57192
+ {
57193
+ "docs": {
57194
+ "remarks": "The path should be relative to the current working directory where you start Jest from. You can also use `<rootDir>` in the path.",
57195
+ "stability": "experimental",
57196
+ "summary": "Path to a babelrc file."
57197
+ },
57198
+ "locationInModule": {
57199
+ "filename": "src/typescript/typescript.ts",
57200
+ "line": 51
57201
+ },
57202
+ "name": "fromFile",
57203
+ "parameters": [
57204
+ {
57205
+ "name": "filePath",
57206
+ "type": {
57207
+ "primitive": "string"
57208
+ }
57209
+ }
57210
+ ],
57211
+ "returns": {
57212
+ "type": {
57213
+ "fqn": "projen.typescript.TsJestBabelConfig"
57214
+ }
57215
+ },
57216
+ "static": true
57217
+ }
57218
+ ],
57219
+ "name": "TsJestBabelConfig",
57220
+ "namespace": "typescript",
57221
+ "symbolId": "src/typescript/typescript:TsJestBabelConfig"
57222
+ },
57223
+ "projen.typescript.TsJestDiagnostics": {
57224
+ "assembly": "projen",
57225
+ "docs": {
57226
+ "see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/diagnostics/",
57227
+ "stability": "experimental"
57228
+ },
57229
+ "fqn": "projen.typescript.TsJestDiagnostics",
57230
+ "kind": "class",
57231
+ "locationInModule": {
57232
+ "filename": "src/typescript/typescript.ts",
57233
+ "line": 79
57234
+ },
57235
+ "methods": [
57236
+ {
57237
+ "docs": {
57238
+ "stability": "experimental",
57239
+ "summary": "Enable all diagnostics."
57240
+ },
57241
+ "locationInModule": {
57242
+ "filename": "src/typescript/typescript.ts",
57243
+ "line": 83
57244
+ },
57245
+ "name": "all",
57246
+ "returns": {
57247
+ "type": {
57248
+ "fqn": "projen.typescript.TsJestDiagnostics"
57249
+ }
57250
+ },
57251
+ "static": true
57252
+ },
57253
+ {
57254
+ "docs": {
57255
+ "see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/diagnostics/",
57256
+ "stability": "experimental",
57257
+ "summary": "Provide a custom diagnostics configuration."
57258
+ },
57259
+ "locationInModule": {
57260
+ "filename": "src/typescript/typescript.ts",
57261
+ "line": 99
57262
+ },
57263
+ "name": "custom",
57264
+ "parameters": [
57265
+ {
57266
+ "name": "config",
57267
+ "type": {
57268
+ "collection": {
57269
+ "elementtype": {
57270
+ "primitive": "any"
57271
+ },
57272
+ "kind": "map"
57273
+ }
57274
+ }
57275
+ }
57276
+ ],
57277
+ "returns": {
57278
+ "type": {
57279
+ "fqn": "projen.typescript.TsJestDiagnostics"
57280
+ }
57281
+ },
57282
+ "static": true
57283
+ },
57284
+ {
57285
+ "docs": {
57286
+ "stability": "experimental",
57287
+ "summary": "Disable all diagnostics."
57288
+ },
57289
+ "locationInModule": {
57290
+ "filename": "src/typescript/typescript.ts",
57291
+ "line": 90
57292
+ },
57293
+ "name": "none",
57294
+ "returns": {
57295
+ "type": {
57296
+ "fqn": "projen.typescript.TsJestDiagnostics"
57297
+ }
57298
+ },
57299
+ "static": true
57300
+ }
57301
+ ],
57302
+ "name": "TsJestDiagnostics",
57303
+ "namespace": "typescript",
57304
+ "symbolId": "src/typescript/typescript:TsJestDiagnostics"
57305
+ },
57306
+ "projen.typescript.TsJestOptions": {
57307
+ "assembly": "projen",
57308
+ "datatype": true,
57309
+ "docs": {
57310
+ "stability": "experimental"
57311
+ },
57312
+ "fqn": "projen.typescript.TsJestOptions",
57313
+ "kind": "interface",
57314
+ "locationInModule": {
57315
+ "filename": "src/typescript/typescript.ts",
57316
+ "line": 220
57317
+ },
57318
+ "name": "TsJestOptions",
57319
+ "namespace": "typescript",
57320
+ "properties": [
57321
+ {
57322
+ "abstract": true,
57323
+ "docs": {
57324
+ "default": "\"^.+\\\\.[t]sx?$\"",
57325
+ "see": "https://jestjs.io/docs/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object",
57326
+ "stability": "experimental",
57327
+ "summary": "Which files should ts-jest act upon."
57328
+ },
57329
+ "immutable": true,
57330
+ "locationInModule": {
57331
+ "filename": "src/typescript/typescript.ts",
57332
+ "line": 228
57333
+ },
57334
+ "name": "tranformPattern",
57335
+ "optional": true,
57336
+ "type": {
57337
+ "primitive": "string"
57338
+ }
57339
+ },
57340
+ {
57341
+ "abstract": true,
57342
+ "docs": {
57343
+ "stability": "experimental",
57344
+ "summary": "Override the default ts-jest transformer configuration."
57345
+ },
57346
+ "immutable": true,
57347
+ "locationInModule": {
57348
+ "filename": "src/typescript/typescript.ts",
57349
+ "line": 232
57350
+ },
57351
+ "name": "transformOptions",
57352
+ "optional": true,
57353
+ "type": {
57354
+ "fqn": "projen.typescript.TsJestTransformOptions"
57355
+ }
57356
+ }
57357
+ ],
57358
+ "symbolId": "src/typescript/typescript:TsJestOptions"
57359
+ },
57360
+ "projen.typescript.TsJestTransformOptions": {
57361
+ "assembly": "projen",
57362
+ "datatype": true,
57363
+ "docs": {
57364
+ "see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options",
57365
+ "stability": "experimental"
57366
+ },
57367
+ "fqn": "projen.typescript.TsJestTransformOptions",
57368
+ "kind": "interface",
57369
+ "locationInModule": {
57370
+ "filename": "src/typescript/typescript.ts",
57371
+ "line": 166
57372
+ },
57373
+ "name": "TsJestTransformOptions",
57374
+ "namespace": "typescript",
57375
+ "properties": [
57376
+ {
57377
+ "abstract": true,
57378
+ "docs": {
57379
+ "default": "auto",
57380
+ "stability": "experimental",
57381
+ "summary": "Custom TypeScript AST transformers."
57382
+ },
57383
+ "immutable": true,
57384
+ "locationInModule": {
57385
+ "filename": "src/typescript/typescript.ts",
57386
+ "line": 172
57387
+ },
57388
+ "name": "astTransformers",
57389
+ "optional": true,
57390
+ "type": {
57391
+ "collection": {
57392
+ "elementtype": {
57393
+ "primitive": "any"
57394
+ },
57395
+ "kind": "map"
57396
+ }
57397
+ }
57398
+ },
57399
+ {
57400
+ "abstract": true,
57401
+ "docs": {
57402
+ "default": "TsJestBabelConfig.disabled()",
57403
+ "stability": "experimental",
57404
+ "summary": "Babel(Jest) related configuration."
57405
+ },
57406
+ "immutable": true,
57407
+ "locationInModule": {
57408
+ "filename": "src/typescript/typescript.ts",
57409
+ "line": 178
57410
+ },
57411
+ "name": "babelConfig",
57412
+ "optional": true,
57413
+ "type": {
57414
+ "fqn": "projen.typescript.TsJestBabelConfig"
57415
+ }
57416
+ },
57417
+ {
57418
+ "abstract": true,
57419
+ "docs": {
57420
+ "default": "\"typescript\"",
57421
+ "stability": "experimental",
57422
+ "summary": "TypeScript module to use as compiler."
57423
+ },
57424
+ "immutable": true,
57425
+ "locationInModule": {
57426
+ "filename": "src/typescript/typescript.ts",
57427
+ "line": 184
57428
+ },
57429
+ "name": "compiler",
57430
+ "optional": true,
57431
+ "type": {
57432
+ "primitive": "string"
57433
+ }
57434
+ },
57435
+ {
57436
+ "abstract": true,
57437
+ "docs": {
57438
+ "default": "TsJestDiagnostics.all()",
57439
+ "stability": "experimental",
57440
+ "summary": "Diagnostics related configuration."
57441
+ },
57442
+ "immutable": true,
57443
+ "locationInModule": {
57444
+ "filename": "src/typescript/typescript.ts",
57445
+ "line": 190
57446
+ },
57447
+ "name": "diagnostics",
57448
+ "optional": true,
57449
+ "type": {
57450
+ "fqn": "projen.typescript.TsJestDiagnostics"
57451
+ }
57452
+ },
57453
+ {
57454
+ "abstract": true,
57455
+ "docs": {
57456
+ "default": "false",
57457
+ "remarks": "You'll lose type-checking ability and some features such as const enum, but in the case you plan on using Jest with the cache disabled (jest --no-cache), your tests will then run much faster.",
57458
+ "see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/isolatedModules",
57459
+ "stability": "experimental",
57460
+ "summary": "Run ts-jest tests with this TSConfig isolatedModules setting."
57461
+ },
57462
+ "immutable": true,
57463
+ "locationInModule": {
57464
+ "filename": "src/typescript/typescript.ts",
57465
+ "line": 199
57466
+ },
57467
+ "name": "isolatedModules",
57468
+ "optional": true,
57469
+ "type": {
57470
+ "primitive": "boolean"
57471
+ }
57472
+ },
57473
+ {
57474
+ "abstract": true,
57475
+ "docs": {
57476
+ "default": "disabled",
57477
+ "stability": "experimental",
57478
+ "summary": "Files which will become modules returning self content."
57479
+ },
57480
+ "immutable": true,
57481
+ "locationInModule": {
57482
+ "filename": "src/typescript/typescript.ts",
57483
+ "line": 205
57484
+ },
57485
+ "name": "stringifyContentPathRegex",
57486
+ "optional": true,
57487
+ "type": {
57488
+ "primitive": "string"
57489
+ }
57490
+ },
57491
+ {
57492
+ "abstract": true,
57493
+ "docs": {
57494
+ "default": "- Your project's `tsconfigDev` file.",
57495
+ "stability": "experimental",
57496
+ "summary": "TypeScript compiler related configuration."
57497
+ },
57498
+ "immutable": true,
57499
+ "locationInModule": {
57500
+ "filename": "src/typescript/typescript.ts",
57501
+ "line": 211
57502
+ },
57503
+ "name": "tsconfig",
57504
+ "optional": true,
57505
+ "type": {
57506
+ "fqn": "projen.typescript.TsJestTsconfig"
57507
+ }
57508
+ },
57509
+ {
57510
+ "abstract": true,
57511
+ "docs": {
57512
+ "default": "auto",
57513
+ "stability": "experimental",
57514
+ "summary": "Enable ESM support."
57515
+ },
57516
+ "immutable": true,
57517
+ "locationInModule": {
57518
+ "filename": "src/typescript/typescript.ts",
57519
+ "line": 217
57520
+ },
57521
+ "name": "useEsm",
57522
+ "optional": true,
57523
+ "type": {
57524
+ "primitive": "boolean"
57525
+ }
57526
+ }
57527
+ ],
57528
+ "symbolId": "src/typescript/typescript:TsJestTransformOptions"
57529
+ },
57530
+ "projen.typescript.TsJestTsconfig": {
57531
+ "assembly": "projen",
57532
+ "docs": {
57533
+ "see": "https://kulshekhar.github.io/ts-jest/docs/getting-started/options/tsconfig/",
57534
+ "stability": "experimental"
57535
+ },
57536
+ "fqn": "projen.typescript.TsJestTsconfig",
57537
+ "kind": "class",
57538
+ "locationInModule": {
57539
+ "filename": "src/typescript/typescript.ts",
57540
+ "line": 117
57541
+ },
57542
+ "methods": [
57543
+ {
57544
+ "docs": {
57545
+ "stability": "experimental",
57546
+ "summary": "Uses `tsconfig.json` if found, or the built-in default TypeScript compiler options."
57547
+ },
57548
+ "locationInModule": {
57549
+ "filename": "src/typescript/typescript.ts",
57550
+ "line": 121
57551
+ },
57552
+ "name": "auto",
57553
+ "returns": {
57554
+ "type": {
57555
+ "fqn": "projen.typescript.TsJestTsconfig"
57556
+ }
57557
+ },
57558
+ "static": true
57559
+ },
57560
+ {
57561
+ "docs": {
57562
+ "stability": "experimental",
57563
+ "summary": "Force` ts-jest` to use its built-in defaults even if there is a `tsconfig.json` in your project."
57564
+ },
57565
+ "locationInModule": {
57566
+ "filename": "src/typescript/typescript.ts",
57567
+ "line": 128
57568
+ },
57569
+ "name": "builtInDefaults",
57570
+ "returns": {
57571
+ "type": {
57572
+ "fqn": "projen.typescript.TsJestTsconfig"
57573
+ }
57574
+ },
57575
+ "static": true
57576
+ },
57577
+ {
57578
+ "docs": {
57579
+ "see": "TypescriptConfigOptions",
57580
+ "stability": "experimental",
57581
+ "summary": "Inline compiler options."
57582
+ },
57583
+ "locationInModule": {
57584
+ "filename": "src/typescript/typescript.ts",
57585
+ "line": 146
57586
+ },
57587
+ "name": "custom",
57588
+ "parameters": [
57589
+ {
57590
+ "name": "config",
57591
+ "type": {
57592
+ "fqn": "projen.javascript.TypescriptConfigOptions"
57593
+ }
57594
+ }
57595
+ ],
57596
+ "returns": {
57597
+ "type": {
57598
+ "fqn": "projen.typescript.TsJestTsconfig"
57599
+ }
57600
+ },
57601
+ "static": true
57602
+ },
57603
+ {
57604
+ "docs": {
57605
+ "remarks": "The path should be relative to the current working directory where you start Jest from. You can also use `<rootDir>` in the path to start from the project root dir.",
57606
+ "stability": "experimental",
57607
+ "summary": "Path to a `tsconfig` file."
57608
+ },
57609
+ "locationInModule": {
57610
+ "filename": "src/typescript/typescript.ts",
57611
+ "line": 137
57612
+ },
57613
+ "name": "fromFile",
57614
+ "parameters": [
57615
+ {
57616
+ "name": "filePath",
57617
+ "type": {
57618
+ "primitive": "string"
57619
+ }
57620
+ }
57621
+ ],
57622
+ "returns": {
57623
+ "type": {
57624
+ "fqn": "projen.typescript.TsJestTsconfig"
57625
+ }
57626
+ },
57627
+ "static": true
57628
+ }
57629
+ ],
57630
+ "name": "TsJestTsconfig",
57631
+ "namespace": "typescript",
57632
+ "symbolId": "src/typescript/typescript:TsJestTsconfig"
57633
+ },
57113
57634
  "projen.typescript.TypeScriptAppProject": {
57114
57635
  "assembly": "projen",
57115
57636
  "base": "projen.typescript.TypeScriptProject",
@@ -57127,7 +57648,7 @@
57127
57648
  },
57128
57649
  "locationInModule": {
57129
57650
  "filename": "src/typescript/typescript.ts",
57130
- "line": 505
57651
+ "line": 760
57131
57652
  },
57132
57653
  "parameters": [
57133
57654
  {
@@ -57141,7 +57662,7 @@
57141
57662
  "kind": "class",
57142
57663
  "locationInModule": {
57143
57664
  "filename": "src/typescript/typescript.ts",
57144
- "line": 504
57665
+ "line": 759
57145
57666
  },
57146
57667
  "name": "TypeScriptAppProject",
57147
57668
  "namespace": "typescript",
@@ -57161,7 +57682,7 @@
57161
57682
  },
57162
57683
  "locationInModule": {
57163
57684
  "filename": "src/typescript/typescript.ts",
57164
- "line": 184
57685
+ "line": 401
57165
57686
  },
57166
57687
  "parameters": [
57167
57688
  {
@@ -57175,7 +57696,7 @@
57175
57696
  "kind": "class",
57176
57697
  "locationInModule": {
57177
57698
  "filename": "src/typescript/typescript.ts",
57178
- "line": 519
57699
+ "line": 774
57179
57700
  },
57180
57701
  "name": "TypeScriptLibraryProject",
57181
57702
  "namespace": "typescript",
@@ -57195,7 +57716,7 @@
57195
57716
  "kind": "interface",
57196
57717
  "locationInModule": {
57197
57718
  "filename": "src/typescript/typescript.ts",
57198
- "line": 524
57719
+ "line": 779
57199
57720
  },
57200
57721
  "name": "TypeScriptLibraryProjectOptions",
57201
57722
  "namespace": "typescript",
@@ -57218,7 +57739,7 @@
57218
57739
  },
57219
57740
  "locationInModule": {
57220
57741
  "filename": "src/typescript/typescript.ts",
57221
- "line": 184
57742
+ "line": 401
57222
57743
  },
57223
57744
  "parameters": [
57224
57745
  {
@@ -57232,19 +57753,35 @@
57232
57753
  "kind": "class",
57233
57754
  "locationInModule": {
57234
57755
  "filename": "src/typescript/typescript.ts",
57235
- "line": 152
57756
+ "line": 367
57236
57757
  },
57237
57758
  "name": "TypeScriptProject",
57238
57759
  "namespace": "typescript",
57239
57760
  "properties": [
57240
57761
  {
57762
+ "const": true,
57241
57763
  "docs": {
57242
57764
  "stability": "experimental"
57243
57765
  },
57244
57766
  "immutable": true,
57245
57767
  "locationInModule": {
57246
57768
  "filename": "src/typescript/typescript.ts",
57247
- "line": 154
57769
+ "line": 368
57770
+ },
57771
+ "name": "DEFAULT_TS_JEST_TRANFORM_PATTERN",
57772
+ "static": true,
57773
+ "type": {
57774
+ "primitive": "string"
57775
+ }
57776
+ },
57777
+ {
57778
+ "docs": {
57779
+ "stability": "experimental"
57780
+ },
57781
+ "immutable": true,
57782
+ "locationInModule": {
57783
+ "filename": "src/typescript/typescript.ts",
57784
+ "line": 371
57248
57785
  },
57249
57786
  "name": "docsDirectory",
57250
57787
  "type": {
@@ -57259,7 +57796,7 @@
57259
57796
  "immutable": true,
57260
57797
  "locationInModule": {
57261
57798
  "filename": "src/typescript/typescript.ts",
57262
- "line": 172
57799
+ "line": 389
57263
57800
  },
57264
57801
  "name": "libdir",
57265
57802
  "type": {
@@ -57274,7 +57811,7 @@
57274
57811
  "immutable": true,
57275
57812
  "locationInModule": {
57276
57813
  "filename": "src/typescript/typescript.ts",
57277
- "line": 167
57814
+ "line": 384
57278
57815
  },
57279
57816
  "name": "srcdir",
57280
57817
  "type": {
@@ -57289,7 +57826,7 @@
57289
57826
  "immutable": true,
57290
57827
  "locationInModule": {
57291
57828
  "filename": "src/typescript/typescript.ts",
57292
- "line": 177
57829
+ "line": 394
57293
57830
  },
57294
57831
  "name": "testdir",
57295
57832
  "type": {
@@ -57304,7 +57841,7 @@
57304
57841
  "immutable": true,
57305
57842
  "locationInModule": {
57306
57843
  "filename": "src/typescript/typescript.ts",
57307
- "line": 162
57844
+ "line": 379
57308
57845
  },
57309
57846
  "name": "tsconfigDev",
57310
57847
  "type": {
@@ -57319,7 +57856,7 @@
57319
57856
  "immutable": true,
57320
57857
  "locationInModule": {
57321
57858
  "filename": "src/typescript/typescript.ts",
57322
- "line": 182
57859
+ "line": 399
57323
57860
  },
57324
57861
  "name": "watchTask",
57325
57862
  "type": {
@@ -57333,7 +57870,7 @@
57333
57870
  "immutable": true,
57334
57871
  "locationInModule": {
57335
57872
  "filename": "src/typescript/typescript.ts",
57336
- "line": 153
57873
+ "line": 370
57337
57874
  },
57338
57875
  "name": "docgen",
57339
57876
  "optional": true,
@@ -57348,7 +57885,7 @@
57348
57885
  "immutable": true,
57349
57886
  "locationInModule": {
57350
57887
  "filename": "src/typescript/typescript.ts",
57351
- "line": 155
57888
+ "line": 372
57352
57889
  },
57353
57890
  "name": "eslint",
57354
57891
  "optional": true,
@@ -57363,7 +57900,7 @@
57363
57900
  "immutable": true,
57364
57901
  "locationInModule": {
57365
57902
  "filename": "src/typescript/typescript.ts",
57366
- "line": 157
57903
+ "line": 374
57367
57904
  },
57368
57905
  "name": "tsconfig",
57369
57906
  "optional": true,
@@ -57378,7 +57915,7 @@
57378
57915
  "immutable": true,
57379
57916
  "locationInModule": {
57380
57917
  "filename": "src/typescript/typescript.ts",
57381
- "line": 156
57918
+ "line": 373
57382
57919
  },
57383
57920
  "name": "tsconfigEslint",
57384
57921
  "optional": true,
@@ -57402,7 +57939,7 @@
57402
57939
  "kind": "interface",
57403
57940
  "locationInModule": {
57404
57941
  "filename": "src/typescript/typescript.ts",
57405
- "line": 25
57942
+ "line": 235
57406
57943
  },
57407
57944
  "name": "TypeScriptProjectOptions",
57408
57945
  "namespace": "typescript",
@@ -57417,7 +57954,7 @@
57417
57954
  "immutable": true,
57418
57955
  "locationInModule": {
57419
57956
  "filename": "src/typescript/typescript.ts",
57420
- "line": 114
57957
+ "line": 324
57421
57958
  },
57422
57959
  "name": "disableTsconfig",
57423
57960
  "optional": true,
@@ -57435,7 +57972,7 @@
57435
57972
  "immutable": true,
57436
57973
  "locationInModule": {
57437
57974
  "filename": "src/typescript/typescript.ts",
57438
- "line": 120
57975
+ "line": 330
57439
57976
  },
57440
57977
  "name": "disableTsconfigDev",
57441
57978
  "optional": true,
@@ -57453,7 +57990,7 @@
57453
57990
  "immutable": true,
57454
57991
  "locationInModule": {
57455
57992
  "filename": "src/typescript/typescript.ts",
57456
- "line": 80
57993
+ "line": 290
57457
57994
  },
57458
57995
  "name": "docgen",
57459
57996
  "optional": true,
@@ -57471,7 +58008,7 @@
57471
58008
  "immutable": true,
57472
58009
  "locationInModule": {
57473
58010
  "filename": "src/typescript/typescript.ts",
57474
- "line": 87
58011
+ "line": 297
57475
58012
  },
57476
58013
  "name": "docsDirectory",
57477
58014
  "optional": true,
@@ -57489,7 +58026,7 @@
57489
58026
  "immutable": true,
57490
58027
  "locationInModule": {
57491
58028
  "filename": "src/typescript/typescript.ts",
57492
- "line": 132
58029
+ "line": 342
57493
58030
  },
57494
58031
  "name": "entrypointTypes",
57495
58032
  "optional": true,
@@ -57507,7 +58044,7 @@
57507
58044
  "immutable": true,
57508
58045
  "locationInModule": {
57509
58046
  "filename": "src/typescript/typescript.ts",
57510
- "line": 57
58047
+ "line": 267
57511
58048
  },
57512
58049
  "name": "eslint",
57513
58050
  "optional": true,
@@ -57525,7 +58062,7 @@
57525
58062
  "immutable": true,
57526
58063
  "locationInModule": {
57527
58064
  "filename": "src/typescript/typescript.ts",
57528
- "line": 63
58065
+ "line": 273
57529
58066
  },
57530
58067
  "name": "eslintOptions",
57531
58068
  "optional": true,
@@ -57543,7 +58080,7 @@
57543
58080
  "immutable": true,
57544
58081
  "locationInModule": {
57545
58082
  "filename": "src/typescript/typescript.ts",
57546
- "line": 31
58083
+ "line": 241
57547
58084
  },
57548
58085
  "name": "libdir",
57549
58086
  "optional": true,
@@ -57564,7 +58101,7 @@
57564
58101
  "immutable": true,
57565
58102
  "locationInModule": {
57566
58103
  "filename": "src/typescript/typescript.ts",
57567
- "line": 140
58104
+ "line": 350
57568
58105
  },
57569
58106
  "name": "projenrcTs",
57570
58107
  "optional": true,
@@ -57581,7 +58118,7 @@
57581
58118
  "immutable": true,
57582
58119
  "locationInModule": {
57583
58120
  "filename": "src/typescript/typescript.ts",
57584
- "line": 145
58121
+ "line": 355
57585
58122
  },
57586
58123
  "name": "projenrcTsOptions",
57587
58124
  "optional": true,
@@ -57599,7 +58136,7 @@
57599
58136
  "immutable": true,
57600
58137
  "locationInModule": {
57601
58138
  "filename": "src/typescript/typescript.ts",
57602
- "line": 126
58139
+ "line": 336
57603
58140
  },
57604
58141
  "name": "sampleCode",
57605
58142
  "optional": true,
@@ -57617,7 +58154,7 @@
57617
58154
  "immutable": true,
57618
58155
  "locationInModule": {
57619
58156
  "filename": "src/typescript/typescript.ts",
57620
- "line": 38
58157
+ "line": 248
57621
58158
  },
57622
58159
  "name": "srcdir",
57623
58160
  "optional": true,
@@ -57636,7 +58173,7 @@
57636
58173
  "immutable": true,
57637
58174
  "locationInModule": {
57638
58175
  "filename": "src/typescript/typescript.ts",
57639
- "line": 50
58176
+ "line": 260
57640
58177
  },
57641
58178
  "name": "testdir",
57642
58179
  "optional": true,
@@ -57654,7 +58191,7 @@
57654
58191
  "immutable": true,
57655
58192
  "locationInModule": {
57656
58193
  "filename": "src/typescript/typescript.ts",
57657
- "line": 93
58194
+ "line": 303
57658
58195
  },
57659
58196
  "name": "tsconfig",
57660
58197
  "optional": true,
@@ -57672,7 +58209,7 @@
57672
58209
  "immutable": true,
57673
58210
  "locationInModule": {
57674
58211
  "filename": "src/typescript/typescript.ts",
57675
- "line": 99
58212
+ "line": 309
57676
58213
  },
57677
58214
  "name": "tsconfigDev",
57678
58215
  "optional": true,
@@ -57690,7 +58227,7 @@
57690
58227
  "immutable": true,
57691
58228
  "locationInModule": {
57692
58229
  "filename": "src/typescript/typescript.ts",
57693
- "line": 106
58230
+ "line": 316
57694
58231
  },
57695
58232
  "name": "tsconfigDevFile",
57696
58233
  "optional": true,
@@ -57698,6 +58235,23 @@
57698
58235
  "primitive": "string"
57699
58236
  }
57700
58237
  },
58238
+ {
58239
+ "abstract": true,
58240
+ "docs": {
58241
+ "stability": "experimental",
58242
+ "summary": "Options for ts-jest."
58243
+ },
58244
+ "immutable": true,
58245
+ "locationInModule": {
58246
+ "filename": "src/typescript/typescript.ts",
58247
+ "line": 360
58248
+ },
58249
+ "name": "tsJestOptions",
58250
+ "optional": true,
58251
+ "type": {
58252
+ "fqn": "projen.typescript.TsJestOptions"
58253
+ }
58254
+ },
57701
58255
  {
57702
58256
  "abstract": true,
57703
58257
  "docs": {
@@ -57709,7 +58263,7 @@
57709
58263
  "immutable": true,
57710
58264
  "locationInModule": {
57711
58265
  "filename": "src/typescript/typescript.ts",
57712
- "line": 73
58266
+ "line": 283
57713
58267
  },
57714
58268
  "name": "typescriptVersion",
57715
58269
  "optional": true,
@@ -60464,6 +61018,6 @@
60464
61018
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
60465
61019
  }
60466
61020
  },
60467
- "version": "0.78.3",
60468
- "fingerprint": "HFCRR9eM0T3ZSpH60CB9PljWtNXWLUM2UxgKgTzj1us="
61021
+ "version": "0.78.5",
61022
+ "fingerprint": "c4q0AbpcskM9ggcLN1ahYjrP7K3E0+PuyKi3KjpP3dw="
60469
61023
  }