projen 0.74.13 → 0.74.15
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.
- package/.jsii +161 -72
- package/docs/api/API.md +26 -0
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.d.ts +11 -0
- package/lib/javascript/typescript-config.js +3 -3
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.d.ts +2 -0
- package/lib/vscode/extensions.js +3 -3
- package/lib/vscode/launch-config.d.ts +2 -0
- package/lib/vscode/launch-config.js +3 -3
- package/lib/vscode/settings.d.ts +2 -0
- package/lib/vscode/settings.js +3 -3
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -44800,7 +44800,7 @@
|
|
|
44800
44800
|
"immutable": true,
|
|
44801
44801
|
"locationInModule": {
|
|
44802
44802
|
"filename": "src/javascript/typescript-config.ts",
|
|
44803
|
-
"line":
|
|
44803
|
+
"line": 506
|
|
44804
44804
|
},
|
|
44805
44805
|
"name": "allowSyntheticDefaultImports",
|
|
44806
44806
|
"optional": true,
|
|
@@ -44836,7 +44836,7 @@
|
|
|
44836
44836
|
"immutable": true,
|
|
44837
44837
|
"locationInModule": {
|
|
44838
44838
|
"filename": "src/javascript/typescript-config.ts",
|
|
44839
|
-
"line":
|
|
44839
|
+
"line": 527
|
|
44840
44840
|
},
|
|
44841
44841
|
"name": "baseUrl",
|
|
44842
44842
|
"optional": true,
|
|
@@ -44855,7 +44855,7 @@
|
|
|
44855
44855
|
"immutable": true,
|
|
44856
44856
|
"locationInModule": {
|
|
44857
44857
|
"filename": "src/javascript/typescript-config.ts",
|
|
44858
|
-
"line":
|
|
44858
|
+
"line": 195
|
|
44859
44859
|
},
|
|
44860
44860
|
"name": "customConditions",
|
|
44861
44861
|
"optional": true,
|
|
@@ -44902,6 +44902,24 @@
|
|
|
44902
44902
|
"primitive": "string"
|
|
44903
44903
|
}
|
|
44904
44904
|
},
|
|
44905
|
+
{
|
|
44906
|
+
"abstract": true,
|
|
44907
|
+
"docs": {
|
|
44908
|
+
"see": "{@link https://www.typescriptlang.org/tsconfig#declarationMap}",
|
|
44909
|
+
"stability": "experimental",
|
|
44910
|
+
"summary": "Generates a source map for .d.ts files which map back to the original .ts source file. This will allow editors such as VS Code to go to the original .ts file when using features like Go to Definition."
|
|
44911
|
+
},
|
|
44912
|
+
"immutable": true,
|
|
44913
|
+
"locationInModule": {
|
|
44914
|
+
"filename": "src/javascript/typescript-config.ts",
|
|
44915
|
+
"line": 187
|
|
44916
|
+
},
|
|
44917
|
+
"name": "declarationMap",
|
|
44918
|
+
"optional": true,
|
|
44919
|
+
"type": {
|
|
44920
|
+
"primitive": "boolean"
|
|
44921
|
+
}
|
|
44922
|
+
},
|
|
44905
44923
|
{
|
|
44906
44924
|
"abstract": true,
|
|
44907
44925
|
"docs": {
|
|
@@ -44912,7 +44930,7 @@
|
|
|
44912
44930
|
"immutable": true,
|
|
44913
44931
|
"locationInModule": {
|
|
44914
44932
|
"filename": "src/javascript/typescript-config.ts",
|
|
44915
|
-
"line":
|
|
44933
|
+
"line": 338
|
|
44916
44934
|
},
|
|
44917
44935
|
"name": "emitDeclarationOnly",
|
|
44918
44936
|
"optional": true,
|
|
@@ -44932,7 +44950,7 @@
|
|
|
44932
44950
|
"immutable": true,
|
|
44933
44951
|
"locationInModule": {
|
|
44934
44952
|
"filename": "src/javascript/typescript-config.ts",
|
|
44935
|
-
"line":
|
|
44953
|
+
"line": 222
|
|
44936
44954
|
},
|
|
44937
44955
|
"name": "emitDecoratorMetadata",
|
|
44938
44956
|
"optional": true,
|
|
@@ -44950,7 +44968,7 @@
|
|
|
44950
44968
|
"immutable": true,
|
|
44951
44969
|
"locationInModule": {
|
|
44952
44970
|
"filename": "src/javascript/typescript-config.ts",
|
|
44953
|
-
"line":
|
|
44971
|
+
"line": 204
|
|
44954
44972
|
},
|
|
44955
44973
|
"name": "esModuleInterop",
|
|
44956
44974
|
"optional": true,
|
|
@@ -44968,7 +44986,7 @@
|
|
|
44968
44986
|
"immutable": true,
|
|
44969
44987
|
"locationInModule": {
|
|
44970
44988
|
"filename": "src/javascript/typescript-config.ts",
|
|
44971
|
-
"line":
|
|
44989
|
+
"line": 513
|
|
44972
44990
|
},
|
|
44973
44991
|
"name": "exactOptionalPropertyTypes",
|
|
44974
44992
|
"optional": true,
|
|
@@ -44986,7 +45004,7 @@
|
|
|
44986
45004
|
"immutable": true,
|
|
44987
45005
|
"locationInModule": {
|
|
44988
45006
|
"filename": "src/javascript/typescript-config.ts",
|
|
44989
|
-
"line":
|
|
45007
|
+
"line": 211
|
|
44990
45008
|
},
|
|
44991
45009
|
"name": "experimentalDecorators",
|
|
44992
45010
|
"optional": true,
|
|
@@ -45004,7 +45022,7 @@
|
|
|
45004
45022
|
"immutable": true,
|
|
45005
45023
|
"locationInModule": {
|
|
45006
45024
|
"filename": "src/javascript/typescript-config.ts",
|
|
45007
|
-
"line":
|
|
45025
|
+
"line": 229
|
|
45008
45026
|
},
|
|
45009
45027
|
"name": "forceConsistentCasingInFileNames",
|
|
45010
45028
|
"optional": true,
|
|
@@ -45026,7 +45044,7 @@
|
|
|
45026
45044
|
"immutable": true,
|
|
45027
45045
|
"locationInModule": {
|
|
45028
45046
|
"filename": "src/javascript/typescript-config.ts",
|
|
45029
|
-
"line":
|
|
45047
|
+
"line": 249
|
|
45030
45048
|
},
|
|
45031
45049
|
"name": "importsNotUsedAsValues",
|
|
45032
45050
|
"optional": true,
|
|
@@ -45044,7 +45062,7 @@
|
|
|
45044
45062
|
"immutable": true,
|
|
45045
45063
|
"locationInModule": {
|
|
45046
45064
|
"filename": "src/javascript/typescript-config.ts",
|
|
45047
|
-
"line":
|
|
45065
|
+
"line": 257
|
|
45048
45066
|
},
|
|
45049
45067
|
"name": "inlineSourceMap",
|
|
45050
45068
|
"optional": true,
|
|
@@ -45062,7 +45080,7 @@
|
|
|
45062
45080
|
"immutable": true,
|
|
45063
45081
|
"locationInModule": {
|
|
45064
45082
|
"filename": "src/javascript/typescript-config.ts",
|
|
45065
|
-
"line":
|
|
45083
|
+
"line": 265
|
|
45066
45084
|
},
|
|
45067
45085
|
"name": "inlineSources",
|
|
45068
45086
|
"optional": true,
|
|
@@ -45083,7 +45101,7 @@
|
|
|
45083
45101
|
"immutable": true,
|
|
45084
45102
|
"locationInModule": {
|
|
45085
45103
|
"filename": "src/javascript/typescript-config.ts",
|
|
45086
|
-
"line":
|
|
45104
|
+
"line": 288
|
|
45087
45105
|
},
|
|
45088
45106
|
"name": "isolatedModules",
|
|
45089
45107
|
"optional": true,
|
|
@@ -45101,7 +45119,7 @@
|
|
|
45101
45119
|
"immutable": true,
|
|
45102
45120
|
"locationInModule": {
|
|
45103
45121
|
"filename": "src/javascript/typescript-config.ts",
|
|
45104
|
-
"line":
|
|
45122
|
+
"line": 295
|
|
45105
45123
|
},
|
|
45106
45124
|
"name": "jsx",
|
|
45107
45125
|
"optional": true,
|
|
@@ -45119,7 +45137,7 @@
|
|
|
45119
45137
|
"immutable": true,
|
|
45120
45138
|
"locationInModule": {
|
|
45121
45139
|
"filename": "src/javascript/typescript-config.ts",
|
|
45122
|
-
"line":
|
|
45140
|
+
"line": 302
|
|
45123
45141
|
},
|
|
45124
45142
|
"name": "jsxImportSource",
|
|
45125
45143
|
"optional": true,
|
|
@@ -45138,7 +45156,7 @@
|
|
|
45138
45156
|
"immutable": true,
|
|
45139
45157
|
"locationInModule": {
|
|
45140
45158
|
"filename": "src/javascript/typescript-config.ts",
|
|
45141
|
-
"line":
|
|
45159
|
+
"line": 309
|
|
45142
45160
|
},
|
|
45143
45161
|
"name": "lib",
|
|
45144
45162
|
"optional": true,
|
|
@@ -45162,7 +45180,7 @@
|
|
|
45162
45180
|
"immutable": true,
|
|
45163
45181
|
"locationInModule": {
|
|
45164
45182
|
"filename": "src/javascript/typescript-config.ts",
|
|
45165
|
-
"line":
|
|
45183
|
+
"line": 317
|
|
45166
45184
|
},
|
|
45167
45185
|
"name": "module",
|
|
45168
45186
|
"optional": true,
|
|
@@ -45181,7 +45199,7 @@
|
|
|
45181
45199
|
"immutable": true,
|
|
45182
45200
|
"locationInModule": {
|
|
45183
45201
|
"filename": "src/javascript/typescript-config.ts",
|
|
45184
|
-
"line":
|
|
45202
|
+
"line": 324
|
|
45185
45203
|
},
|
|
45186
45204
|
"name": "moduleResolution",
|
|
45187
45205
|
"optional": true,
|
|
@@ -45199,7 +45217,7 @@
|
|
|
45199
45217
|
"immutable": true,
|
|
45200
45218
|
"locationInModule": {
|
|
45201
45219
|
"filename": "src/javascript/typescript-config.ts",
|
|
45202
|
-
"line":
|
|
45220
|
+
"line": 331
|
|
45203
45221
|
},
|
|
45204
45222
|
"name": "noEmit",
|
|
45205
45223
|
"optional": true,
|
|
@@ -45217,7 +45235,7 @@
|
|
|
45217
45235
|
"immutable": true,
|
|
45218
45236
|
"locationInModule": {
|
|
45219
45237
|
"filename": "src/javascript/typescript-config.ts",
|
|
45220
|
-
"line":
|
|
45238
|
+
"line": 346
|
|
45221
45239
|
},
|
|
45222
45240
|
"name": "noEmitOnError",
|
|
45223
45241
|
"optional": true,
|
|
@@ -45236,7 +45254,7 @@
|
|
|
45236
45254
|
"immutable": true,
|
|
45237
45255
|
"locationInModule": {
|
|
45238
45256
|
"filename": "src/javascript/typescript-config.ts",
|
|
45239
|
-
"line":
|
|
45257
|
+
"line": 355
|
|
45240
45258
|
},
|
|
45241
45259
|
"name": "noFallthroughCasesInSwitch",
|
|
45242
45260
|
"optional": true,
|
|
@@ -45254,7 +45272,7 @@
|
|
|
45254
45272
|
"immutable": true,
|
|
45255
45273
|
"locationInModule": {
|
|
45256
45274
|
"filename": "src/javascript/typescript-config.ts",
|
|
45257
|
-
"line":
|
|
45275
|
+
"line": 363
|
|
45258
45276
|
},
|
|
45259
45277
|
"name": "noImplicitAny",
|
|
45260
45278
|
"optional": true,
|
|
@@ -45273,7 +45291,7 @@
|
|
|
45273
45291
|
"immutable": true,
|
|
45274
45292
|
"locationInModule": {
|
|
45275
45293
|
"filename": "src/javascript/typescript-config.ts",
|
|
45276
|
-
"line":
|
|
45294
|
+
"line": 374
|
|
45277
45295
|
},
|
|
45278
45296
|
"name": "noImplicitOverride",
|
|
45279
45297
|
"optional": true,
|
|
@@ -45291,7 +45309,7 @@
|
|
|
45291
45309
|
"immutable": true,
|
|
45292
45310
|
"locationInModule": {
|
|
45293
45311
|
"filename": "src/javascript/typescript-config.ts",
|
|
45294
|
-
"line":
|
|
45312
|
+
"line": 382
|
|
45295
45313
|
},
|
|
45296
45314
|
"name": "noImplicitReturns",
|
|
45297
45315
|
"optional": true,
|
|
@@ -45309,7 +45327,7 @@
|
|
|
45309
45327
|
"immutable": true,
|
|
45310
45328
|
"locationInModule": {
|
|
45311
45329
|
"filename": "src/javascript/typescript-config.ts",
|
|
45312
|
-
"line":
|
|
45330
|
+
"line": 388
|
|
45313
45331
|
},
|
|
45314
45332
|
"name": "noImplicitThis",
|
|
45315
45333
|
"optional": true,
|
|
@@ -45327,7 +45345,7 @@
|
|
|
45327
45345
|
"immutable": true,
|
|
45328
45346
|
"locationInModule": {
|
|
45329
45347
|
"filename": "src/javascript/typescript-config.ts",
|
|
45330
|
-
"line":
|
|
45348
|
+
"line": 395
|
|
45331
45349
|
},
|
|
45332
45350
|
"name": "noPropertyAccessFromIndexSignature",
|
|
45333
45351
|
"optional": true,
|
|
@@ -45345,7 +45363,7 @@
|
|
|
45345
45363
|
"immutable": true,
|
|
45346
45364
|
"locationInModule": {
|
|
45347
45365
|
"filename": "src/javascript/typescript-config.ts",
|
|
45348
|
-
"line":
|
|
45366
|
+
"line": 402
|
|
45349
45367
|
},
|
|
45350
45368
|
"name": "noUncheckedIndexedAccess",
|
|
45351
45369
|
"optional": true,
|
|
@@ -45363,7 +45381,7 @@
|
|
|
45363
45381
|
"immutable": true,
|
|
45364
45382
|
"locationInModule": {
|
|
45365
45383
|
"filename": "src/javascript/typescript-config.ts",
|
|
45366
|
-
"line":
|
|
45384
|
+
"line": 409
|
|
45367
45385
|
},
|
|
45368
45386
|
"name": "noUnusedLocals",
|
|
45369
45387
|
"optional": true,
|
|
@@ -45381,7 +45399,7 @@
|
|
|
45381
45399
|
"immutable": true,
|
|
45382
45400
|
"locationInModule": {
|
|
45383
45401
|
"filename": "src/javascript/typescript-config.ts",
|
|
45384
|
-
"line":
|
|
45402
|
+
"line": 416
|
|
45385
45403
|
},
|
|
45386
45404
|
"name": "noUnusedParameters",
|
|
45387
45405
|
"optional": true,
|
|
@@ -45398,7 +45416,7 @@
|
|
|
45398
45416
|
"immutable": true,
|
|
45399
45417
|
"locationInModule": {
|
|
45400
45418
|
"filename": "src/javascript/typescript-config.ts",
|
|
45401
|
-
"line":
|
|
45419
|
+
"line": 494
|
|
45402
45420
|
},
|
|
45403
45421
|
"name": "outDir",
|
|
45404
45422
|
"optional": true,
|
|
@@ -45416,7 +45434,7 @@
|
|
|
45416
45434
|
"immutable": true,
|
|
45417
45435
|
"locationInModule": {
|
|
45418
45436
|
"filename": "src/javascript/typescript-config.ts",
|
|
45419
|
-
"line":
|
|
45437
|
+
"line": 534
|
|
45420
45438
|
},
|
|
45421
45439
|
"name": "paths",
|
|
45422
45440
|
"optional": true,
|
|
@@ -45444,7 +45462,7 @@
|
|
|
45444
45462
|
"immutable": true,
|
|
45445
45463
|
"locationInModule": {
|
|
45446
45464
|
"filename": "src/javascript/typescript-config.ts",
|
|
45447
|
-
"line":
|
|
45465
|
+
"line": 424
|
|
45448
45466
|
},
|
|
45449
45467
|
"name": "resolveJsonModule",
|
|
45450
45468
|
"optional": true,
|
|
@@ -45462,7 +45480,7 @@
|
|
|
45462
45480
|
"immutable": true,
|
|
45463
45481
|
"locationInModule": {
|
|
45464
45482
|
"filename": "src/javascript/typescript-config.ts",
|
|
45465
|
-
"line":
|
|
45483
|
+
"line": 473
|
|
45466
45484
|
},
|
|
45467
45485
|
"name": "resolvePackageJsonExports",
|
|
45468
45486
|
"optional": true,
|
|
@@ -45480,7 +45498,7 @@
|
|
|
45480
45498
|
"immutable": true,
|
|
45481
45499
|
"locationInModule": {
|
|
45482
45500
|
"filename": "src/javascript/typescript-config.ts",
|
|
45483
|
-
"line":
|
|
45501
|
+
"line": 480
|
|
45484
45502
|
},
|
|
45485
45503
|
"name": "resolvePackageJsonImports",
|
|
45486
45504
|
"optional": true,
|
|
@@ -45498,7 +45516,7 @@
|
|
|
45498
45516
|
"immutable": true,
|
|
45499
45517
|
"locationInModule": {
|
|
45500
45518
|
"filename": "src/javascript/typescript-config.ts",
|
|
45501
|
-
"line":
|
|
45519
|
+
"line": 501
|
|
45502
45520
|
},
|
|
45503
45521
|
"name": "rootDir",
|
|
45504
45522
|
"optional": true,
|
|
@@ -45516,7 +45534,7 @@
|
|
|
45516
45534
|
"immutable": true,
|
|
45517
45535
|
"locationInModule": {
|
|
45518
45536
|
"filename": "src/javascript/typescript-config.ts",
|
|
45519
|
-
"line":
|
|
45537
|
+
"line": 431
|
|
45520
45538
|
},
|
|
45521
45539
|
"name": "skipLibCheck",
|
|
45522
45540
|
"optional": true,
|
|
@@ -45534,7 +45552,7 @@
|
|
|
45534
45552
|
"immutable": true,
|
|
45535
45553
|
"locationInModule": {
|
|
45536
45554
|
"filename": "src/javascript/typescript-config.ts",
|
|
45537
|
-
"line":
|
|
45555
|
+
"line": 272
|
|
45538
45556
|
},
|
|
45539
45557
|
"name": "sourceMap",
|
|
45540
45558
|
"optional": true,
|
|
@@ -45552,7 +45570,7 @@
|
|
|
45552
45570
|
"immutable": true,
|
|
45553
45571
|
"locationInModule": {
|
|
45554
45572
|
"filename": "src/javascript/typescript-config.ts",
|
|
45555
|
-
"line":
|
|
45573
|
+
"line": 280
|
|
45556
45574
|
},
|
|
45557
45575
|
"name": "sourceRoot",
|
|
45558
45576
|
"optional": true,
|
|
@@ -45571,7 +45589,7 @@
|
|
|
45571
45589
|
"immutable": true,
|
|
45572
45590
|
"locationInModule": {
|
|
45573
45591
|
"filename": "src/javascript/typescript-config.ts",
|
|
45574
|
-
"line":
|
|
45592
|
+
"line": 441
|
|
45575
45593
|
},
|
|
45576
45594
|
"name": "strict",
|
|
45577
45595
|
"optional": true,
|
|
@@ -45590,7 +45608,7 @@
|
|
|
45590
45608
|
"immutable": true,
|
|
45591
45609
|
"locationInModule": {
|
|
45592
45610
|
"filename": "src/javascript/typescript-config.ts",
|
|
45593
|
-
"line":
|
|
45611
|
+
"line": 451
|
|
45594
45612
|
},
|
|
45595
45613
|
"name": "strictNullChecks",
|
|
45596
45614
|
"optional": true,
|
|
@@ -45608,7 +45626,7 @@
|
|
|
45608
45626
|
"immutable": true,
|
|
45609
45627
|
"locationInModule": {
|
|
45610
45628
|
"filename": "src/javascript/typescript-config.ts",
|
|
45611
|
-
"line":
|
|
45629
|
+
"line": 459
|
|
45612
45630
|
},
|
|
45613
45631
|
"name": "strictPropertyInitialization",
|
|
45614
45632
|
"optional": true,
|
|
@@ -45626,7 +45644,7 @@
|
|
|
45626
45644
|
"immutable": true,
|
|
45627
45645
|
"locationInModule": {
|
|
45628
45646
|
"filename": "src/javascript/typescript-config.ts",
|
|
45629
|
-
"line":
|
|
45647
|
+
"line": 466
|
|
45630
45648
|
},
|
|
45631
45649
|
"name": "stripInternal",
|
|
45632
45650
|
"optional": true,
|
|
@@ -45645,7 +45663,7 @@
|
|
|
45645
45663
|
"immutable": true,
|
|
45646
45664
|
"locationInModule": {
|
|
45647
45665
|
"filename": "src/javascript/typescript-config.ts",
|
|
45648
|
-
"line":
|
|
45666
|
+
"line": 489
|
|
45649
45667
|
},
|
|
45650
45668
|
"name": "target",
|
|
45651
45669
|
"optional": true,
|
|
@@ -45653,6 +45671,29 @@
|
|
|
45653
45671
|
"primitive": "string"
|
|
45654
45672
|
}
|
|
45655
45673
|
},
|
|
45674
|
+
{
|
|
45675
|
+
"abstract": true,
|
|
45676
|
+
"docs": {
|
|
45677
|
+
"see": "{@link https://www.typescriptlang.org/tsconfig#types}",
|
|
45678
|
+
"stability": "experimental",
|
|
45679
|
+
"summary": "If types is specified, only packages listed will be included in the global scope."
|
|
45680
|
+
},
|
|
45681
|
+
"immutable": true,
|
|
45682
|
+
"locationInModule": {
|
|
45683
|
+
"filename": "src/javascript/typescript-config.ts",
|
|
45684
|
+
"line": 540
|
|
45685
|
+
},
|
|
45686
|
+
"name": "types",
|
|
45687
|
+
"optional": true,
|
|
45688
|
+
"type": {
|
|
45689
|
+
"collection": {
|
|
45690
|
+
"elementtype": {
|
|
45691
|
+
"primitive": "string"
|
|
45692
|
+
},
|
|
45693
|
+
"kind": "array"
|
|
45694
|
+
}
|
|
45695
|
+
}
|
|
45696
|
+
},
|
|
45656
45697
|
{
|
|
45657
45698
|
"abstract": true,
|
|
45658
45699
|
"docs": {
|
|
@@ -45663,7 +45704,7 @@
|
|
|
45663
45704
|
"immutable": true,
|
|
45664
45705
|
"locationInModule": {
|
|
45665
45706
|
"filename": "src/javascript/typescript-config.ts",
|
|
45666
|
-
"line":
|
|
45707
|
+
"line": 520
|
|
45667
45708
|
},
|
|
45668
45709
|
"name": "useUnknownInCatchVariables",
|
|
45669
45710
|
"optional": true,
|
|
@@ -45682,7 +45723,7 @@
|
|
|
45682
45723
|
"immutable": true,
|
|
45683
45724
|
"locationInModule": {
|
|
45684
45725
|
"filename": "src/javascript/typescript-config.ts",
|
|
45685
|
-
"line":
|
|
45726
|
+
"line": 237
|
|
45686
45727
|
},
|
|
45687
45728
|
"name": "verbatimModuleSyntax",
|
|
45688
45729
|
"optional": true,
|
|
@@ -45863,7 +45904,7 @@
|
|
|
45863
45904
|
},
|
|
45864
45905
|
"locationInModule": {
|
|
45865
45906
|
"filename": "src/javascript/typescript-config.ts",
|
|
45866
|
-
"line":
|
|
45907
|
+
"line": 592
|
|
45867
45908
|
},
|
|
45868
45909
|
"parameters": [
|
|
45869
45910
|
{
|
|
@@ -45883,7 +45924,7 @@
|
|
|
45883
45924
|
"kind": "class",
|
|
45884
45925
|
"locationInModule": {
|
|
45885
45926
|
"filename": "src/javascript/typescript-config.ts",
|
|
45886
|
-
"line":
|
|
45927
|
+
"line": 584
|
|
45887
45928
|
},
|
|
45888
45929
|
"methods": [
|
|
45889
45930
|
{
|
|
@@ -45892,7 +45933,7 @@
|
|
|
45892
45933
|
},
|
|
45893
45934
|
"locationInModule": {
|
|
45894
45935
|
"filename": "src/javascript/typescript-config.ts",
|
|
45895
|
-
"line":
|
|
45936
|
+
"line": 714
|
|
45896
45937
|
},
|
|
45897
45938
|
"name": "addExclude",
|
|
45898
45939
|
"parameters": [
|
|
@@ -45914,7 +45955,7 @@
|
|
|
45914
45955
|
},
|
|
45915
45956
|
"locationInModule": {
|
|
45916
45957
|
"filename": "src/javascript/typescript-config.ts",
|
|
45917
|
-
"line":
|
|
45958
|
+
"line": 703
|
|
45918
45959
|
},
|
|
45919
45960
|
"name": "addExtends",
|
|
45920
45961
|
"parameters": [
|
|
@@ -45935,7 +45976,7 @@
|
|
|
45935
45976
|
},
|
|
45936
45977
|
"locationInModule": {
|
|
45937
45978
|
"filename": "src/javascript/typescript-config.ts",
|
|
45938
|
-
"line":
|
|
45979
|
+
"line": 710
|
|
45939
45980
|
},
|
|
45940
45981
|
"name": "addInclude",
|
|
45941
45982
|
"parameters": [
|
|
@@ -45954,7 +45995,7 @@
|
|
|
45954
45995
|
},
|
|
45955
45996
|
"locationInModule": {
|
|
45956
45997
|
"filename": "src/javascript/typescript-config.ts",
|
|
45957
|
-
"line":
|
|
45998
|
+
"line": 718
|
|
45958
45999
|
},
|
|
45959
46000
|
"name": "preSynthesize",
|
|
45960
46001
|
"overrides": "projen.Component"
|
|
@@ -45969,7 +46010,7 @@
|
|
|
45969
46010
|
},
|
|
45970
46011
|
"locationInModule": {
|
|
45971
46012
|
"filename": "src/javascript/typescript-config.ts",
|
|
45972
|
-
"line":
|
|
46013
|
+
"line": 642
|
|
45973
46014
|
},
|
|
45974
46015
|
"name": "resolveExtendsPath",
|
|
45975
46016
|
"parameters": [
|
|
@@ -46000,7 +46041,7 @@
|
|
|
46000
46041
|
"immutable": true,
|
|
46001
46042
|
"locationInModule": {
|
|
46002
46043
|
"filename": "src/javascript/typescript-config.ts",
|
|
46003
|
-
"line":
|
|
46044
|
+
"line": 586
|
|
46004
46045
|
},
|
|
46005
46046
|
"name": "compilerOptions",
|
|
46006
46047
|
"type": {
|
|
@@ -46014,7 +46055,7 @@
|
|
|
46014
46055
|
"immutable": true,
|
|
46015
46056
|
"locationInModule": {
|
|
46016
46057
|
"filename": "src/javascript/typescript-config.ts",
|
|
46017
|
-
"line":
|
|
46058
|
+
"line": 588
|
|
46018
46059
|
},
|
|
46019
46060
|
"name": "exclude",
|
|
46020
46061
|
"type": {
|
|
@@ -46034,7 +46075,7 @@
|
|
|
46034
46075
|
"immutable": true,
|
|
46035
46076
|
"locationInModule": {
|
|
46036
46077
|
"filename": "src/javascript/typescript-config.ts",
|
|
46037
|
-
"line":
|
|
46078
|
+
"line": 689
|
|
46038
46079
|
},
|
|
46039
46080
|
"name": "extends",
|
|
46040
46081
|
"type": {
|
|
@@ -46053,7 +46094,7 @@
|
|
|
46053
46094
|
"immutable": true,
|
|
46054
46095
|
"locationInModule": {
|
|
46055
46096
|
"filename": "src/javascript/typescript-config.ts",
|
|
46056
|
-
"line":
|
|
46097
|
+
"line": 590
|
|
46057
46098
|
},
|
|
46058
46099
|
"name": "file",
|
|
46059
46100
|
"type": {
|
|
@@ -46067,7 +46108,7 @@
|
|
|
46067
46108
|
"immutable": true,
|
|
46068
46109
|
"locationInModule": {
|
|
46069
46110
|
"filename": "src/javascript/typescript-config.ts",
|
|
46070
|
-
"line":
|
|
46111
|
+
"line": 589
|
|
46071
46112
|
},
|
|
46072
46113
|
"name": "fileName",
|
|
46073
46114
|
"type": {
|
|
@@ -46081,7 +46122,7 @@
|
|
|
46081
46122
|
"immutable": true,
|
|
46082
46123
|
"locationInModule": {
|
|
46083
46124
|
"filename": "src/javascript/typescript-config.ts",
|
|
46084
|
-
"line":
|
|
46125
|
+
"line": 587
|
|
46085
46126
|
},
|
|
46086
46127
|
"name": "include",
|
|
46087
46128
|
"type": {
|
|
@@ -46106,7 +46147,7 @@
|
|
|
46106
46147
|
"kind": "class",
|
|
46107
46148
|
"locationInModule": {
|
|
46108
46149
|
"filename": "src/javascript/typescript-config.ts",
|
|
46109
|
-
"line":
|
|
46150
|
+
"line": 547
|
|
46110
46151
|
},
|
|
46111
46152
|
"methods": [
|
|
46112
46153
|
{
|
|
@@ -46119,7 +46160,7 @@
|
|
|
46119
46160
|
},
|
|
46120
46161
|
"locationInModule": {
|
|
46121
46162
|
"filename": "src/javascript/typescript-config.ts",
|
|
46122
|
-
"line":
|
|
46163
|
+
"line": 556
|
|
46123
46164
|
},
|
|
46124
46165
|
"name": "fromPaths",
|
|
46125
46166
|
"parameters": [
|
|
@@ -46155,7 +46196,7 @@
|
|
|
46155
46196
|
},
|
|
46156
46197
|
"locationInModule": {
|
|
46157
46198
|
"filename": "src/javascript/typescript-config.ts",
|
|
46158
|
-
"line":
|
|
46199
|
+
"line": 568
|
|
46159
46200
|
},
|
|
46160
46201
|
"name": "fromTypescriptConfigs",
|
|
46161
46202
|
"parameters": [
|
|
@@ -46187,7 +46228,7 @@
|
|
|
46187
46228
|
},
|
|
46188
46229
|
"locationInModule": {
|
|
46189
46230
|
"filename": "src/javascript/typescript-config.ts",
|
|
46190
|
-
"line":
|
|
46231
|
+
"line": 579
|
|
46191
46232
|
},
|
|
46192
46233
|
"name": "toJSON",
|
|
46193
46234
|
"returns": {
|
|
@@ -54521,7 +54562,7 @@
|
|
|
54521
54562
|
},
|
|
54522
54563
|
"locationInModule": {
|
|
54523
54564
|
"filename": "src/vscode/launch-config.ts",
|
|
54524
|
-
"line":
|
|
54565
|
+
"line": 106
|
|
54525
54566
|
},
|
|
54526
54567
|
"parameters": [
|
|
54527
54568
|
{
|
|
@@ -54545,7 +54586,7 @@
|
|
|
54545
54586
|
},
|
|
54546
54587
|
"locationInModule": {
|
|
54547
54588
|
"filename": "src/vscode/launch-config.ts",
|
|
54548
|
-
"line":
|
|
54589
|
+
"line": 130
|
|
54549
54590
|
},
|
|
54550
54591
|
"name": "addConfiguration",
|
|
54551
54592
|
"parameters": [
|
|
@@ -54563,6 +54604,22 @@
|
|
|
54563
54604
|
],
|
|
54564
54605
|
"name": "VsCodeLaunchConfig",
|
|
54565
54606
|
"namespace": "vscode",
|
|
54607
|
+
"properties": [
|
|
54608
|
+
{
|
|
54609
|
+
"docs": {
|
|
54610
|
+
"stability": "experimental"
|
|
54611
|
+
},
|
|
54612
|
+
"immutable": true,
|
|
54613
|
+
"locationInModule": {
|
|
54614
|
+
"filename": "src/vscode/launch-config.ts",
|
|
54615
|
+
"line": 104
|
|
54616
|
+
},
|
|
54617
|
+
"name": "file",
|
|
54618
|
+
"type": {
|
|
54619
|
+
"fqn": "projen.JsonFile"
|
|
54620
|
+
}
|
|
54621
|
+
}
|
|
54622
|
+
],
|
|
54566
54623
|
"symbolId": "src/vscode/launch-config:VsCodeLaunchConfig"
|
|
54567
54624
|
},
|
|
54568
54625
|
"projen.vscode.VsCodeLaunchConfigurationEntry": {
|
|
@@ -54998,7 +55055,7 @@
|
|
|
54998
55055
|
},
|
|
54999
55056
|
"locationInModule": {
|
|
55000
55057
|
"filename": "src/vscode/extensions.ts",
|
|
55001
|
-
"line":
|
|
55058
|
+
"line": 28
|
|
55002
55059
|
},
|
|
55003
55060
|
"parameters": [
|
|
55004
55061
|
{
|
|
@@ -55022,7 +55079,7 @@
|
|
|
55022
55079
|
},
|
|
55023
55080
|
"locationInModule": {
|
|
55024
55081
|
"filename": "src/vscode/extensions.ts",
|
|
55025
|
-
"line":
|
|
55082
|
+
"line": 46
|
|
55026
55083
|
},
|
|
55027
55084
|
"name": "addRecommendations",
|
|
55028
55085
|
"parameters": [
|
|
@@ -55047,7 +55104,7 @@
|
|
|
55047
55104
|
},
|
|
55048
55105
|
"locationInModule": {
|
|
55049
55106
|
"filename": "src/vscode/extensions.ts",
|
|
55050
|
-
"line":
|
|
55107
|
+
"line": 56
|
|
55051
55108
|
},
|
|
55052
55109
|
"name": "addUnwantedRecommendations",
|
|
55053
55110
|
"parameters": [
|
|
@@ -55067,6 +55124,22 @@
|
|
|
55067
55124
|
],
|
|
55068
55125
|
"name": "VsCodeRecommendedExtensions",
|
|
55069
55126
|
"namespace": "vscode",
|
|
55127
|
+
"properties": [
|
|
55128
|
+
{
|
|
55129
|
+
"docs": {
|
|
55130
|
+
"stability": "experimental"
|
|
55131
|
+
},
|
|
55132
|
+
"immutable": true,
|
|
55133
|
+
"locationInModule": {
|
|
55134
|
+
"filename": "src/vscode/extensions.ts",
|
|
55135
|
+
"line": 26
|
|
55136
|
+
},
|
|
55137
|
+
"name": "file",
|
|
55138
|
+
"type": {
|
|
55139
|
+
"fqn": "projen.JsonFile"
|
|
55140
|
+
}
|
|
55141
|
+
}
|
|
55142
|
+
],
|
|
55070
55143
|
"symbolId": "src/vscode/extensions:VsCodeRecommendedExtensions"
|
|
55071
55144
|
},
|
|
55072
55145
|
"projen.vscode.VsCodeSettings": {
|
|
@@ -55083,7 +55156,7 @@
|
|
|
55083
55156
|
},
|
|
55084
55157
|
"locationInModule": {
|
|
55085
55158
|
"filename": "src/vscode/settings.ts",
|
|
55086
|
-
"line":
|
|
55159
|
+
"line": 13
|
|
55087
55160
|
},
|
|
55088
55161
|
"parameters": [
|
|
55089
55162
|
{
|
|
@@ -55107,7 +55180,7 @@
|
|
|
55107
55180
|
},
|
|
55108
55181
|
"locationInModule": {
|
|
55109
55182
|
"filename": "src/vscode/settings.ts",
|
|
55110
|
-
"line":
|
|
55183
|
+
"line": 31
|
|
55111
55184
|
},
|
|
55112
55185
|
"name": "addSetting",
|
|
55113
55186
|
"parameters": [
|
|
@@ -55148,7 +55221,7 @@
|
|
|
55148
55221
|
},
|
|
55149
55222
|
"locationInModule": {
|
|
55150
55223
|
"filename": "src/vscode/settings.ts",
|
|
55151
|
-
"line":
|
|
55224
|
+
"line": 45
|
|
55152
55225
|
},
|
|
55153
55226
|
"name": "addSettings",
|
|
55154
55227
|
"parameters": [
|
|
@@ -55192,6 +55265,22 @@
|
|
|
55192
55265
|
],
|
|
55193
55266
|
"name": "VsCodeSettings",
|
|
55194
55267
|
"namespace": "vscode",
|
|
55268
|
+
"properties": [
|
|
55269
|
+
{
|
|
55270
|
+
"docs": {
|
|
55271
|
+
"stability": "experimental"
|
|
55272
|
+
},
|
|
55273
|
+
"immutable": true,
|
|
55274
|
+
"locationInModule": {
|
|
55275
|
+
"filename": "src/vscode/settings.ts",
|
|
55276
|
+
"line": 11
|
|
55277
|
+
},
|
|
55278
|
+
"name": "file",
|
|
55279
|
+
"type": {
|
|
55280
|
+
"fqn": "projen.JsonFile"
|
|
55281
|
+
}
|
|
55282
|
+
}
|
|
55283
|
+
],
|
|
55195
55284
|
"symbolId": "src/vscode/settings:VsCodeSettings"
|
|
55196
55285
|
},
|
|
55197
55286
|
"projen.web.NextComponent": {
|
|
@@ -56263,6 +56352,6 @@
|
|
|
56263
56352
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
56264
56353
|
}
|
|
56265
56354
|
},
|
|
56266
|
-
"version": "0.74.
|
|
56267
|
-
"fingerprint": "/
|
|
56355
|
+
"version": "0.74.15",
|
|
56356
|
+
"fingerprint": "ckOB4SeuQr9/+SFG//GrNU+rdUqzH6pcEQFOZ/OhPcY="
|
|
56268
56357
|
}
|