projen 0.80.8 → 0.80.10
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 +146 -138
- 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-job.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/workflow-steps.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/license-checker.js +1 -1
- 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 +8 -2
- package/lib/javascript/typescript-config.js +6 -3
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- 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-tree.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.d.ts +3 -7
- package/lib/python/poetry.js +21 -43
- 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 +8 -10
- 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 +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- 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/node_modules/@iarna/toml/LICENSE +14 -0
- package/node_modules/@iarna/toml/README.md +301 -0
- package/node_modules/@iarna/toml/index.d.ts +57 -0
- package/node_modules/@iarna/toml/lib/create-date.js +23 -0
- package/node_modules/@iarna/toml/lib/create-datetime-float.js +24 -0
- package/node_modules/@iarna/toml/lib/create-datetime.js +10 -0
- package/node_modules/@iarna/toml/lib/create-time.js +22 -0
- package/node_modules/@iarna/toml/lib/format-num.js +6 -0
- package/node_modules/@iarna/toml/lib/parser-debug.js +60 -0
- package/node_modules/@iarna/toml/lib/parser.js +127 -0
- package/node_modules/@iarna/toml/lib/toml-parser.js +1379 -0
- package/node_modules/@iarna/toml/package.json +82 -0
- package/node_modules/@iarna/toml/parse-async.js +30 -0
- package/node_modules/@iarna/toml/parse-pretty-error.js +33 -0
- package/node_modules/@iarna/toml/parse-stream.js +80 -0
- package/node_modules/@iarna/toml/parse-string.js +18 -0
- package/node_modules/@iarna/toml/parse.js +5 -0
- package/node_modules/@iarna/toml/stringify.js +296 -0
- package/node_modules/@iarna/toml/toml.js +3 -0
- package/package.json +6 -6
- package/node_modules/json2toml/CHANGELOG.md +0 -128
- package/node_modules/json2toml/LICENSE.txt +0 -18
- package/node_modules/json2toml/README.md +0 -52
- package/node_modules/json2toml/index.d.ts +0 -13
- package/node_modules/json2toml/index.js +0 -160
- package/node_modules/json2toml/package.json +0 -62
- package/node_modules/lodash.isdate/LICENSE +0 -47
- package/node_modules/lodash.isdate/README.md +0 -18
- package/node_modules/lodash.isdate/index.js +0 -119
- package/node_modules/lodash.isdate/package.json +0 -17
- package/node_modules/lodash.isempty/LICENSE +0 -47
- package/node_modules/lodash.isempty/README.md +0 -18
- package/node_modules/lodash.isempty/index.js +0 -582
- package/node_modules/lodash.isempty/package.json +0 -17
- package/node_modules/lodash.isplainobject/LICENSE +0 -47
- package/node_modules/lodash.isplainobject/README.md +0 -18
- package/node_modules/lodash.isplainobject/index.js +0 -139
- package/node_modules/lodash.isplainobject/package.json +0 -17
- package/node_modules/strftime/Changelog.md +0 -286
- package/node_modules/strftime/Makefile +0 -15
- package/node_modules/strftime/Readme.md +0 -208
- package/node_modules/strftime/bower.json +0 -13
- package/node_modules/strftime/component.json +0 -16
- package/node_modules/strftime/package.json +0 -53
- package/node_modules/strftime/strftime-min.js +0 -21
- package/node_modules/strftime/strftime.js +0 -854
- package/node_modules/strftime/test.js +0 -271
package/.jsii
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"projen": "bin/projen"
|
|
12
12
|
},
|
|
13
13
|
"bundled": {
|
|
14
|
+
"@iarna/toml": "^2.2.5",
|
|
14
15
|
"case": "^1.6.3",
|
|
15
16
|
"chalk": "^4.1.2",
|
|
16
17
|
"comment-json": "4.2.2",
|
|
@@ -18,7 +19,6 @@
|
|
|
18
19
|
"fast-json-patch": "^3.1.1",
|
|
19
20
|
"glob": "^8",
|
|
20
21
|
"ini": "^2.0.0",
|
|
21
|
-
"json2toml": "^6.1.0",
|
|
22
22
|
"semver": "^7.6.0",
|
|
23
23
|
"shx": "^0.3.4",
|
|
24
24
|
"xmlbuilder2": "^3.1.1",
|
|
@@ -47430,7 +47430,7 @@
|
|
|
47430
47430
|
"kind": "interface",
|
|
47431
47431
|
"locationInModule": {
|
|
47432
47432
|
"filename": "src/javascript/typescript-config.ts",
|
|
47433
|
-
"line":
|
|
47433
|
+
"line": 144
|
|
47434
47434
|
},
|
|
47435
47435
|
"name": "TypeScriptCompilerOptions",
|
|
47436
47436
|
"namespace": "javascript",
|
|
@@ -47446,7 +47446,7 @@
|
|
|
47446
47446
|
"immutable": true,
|
|
47447
47447
|
"locationInModule": {
|
|
47448
47448
|
"filename": "src/javascript/typescript-config.ts",
|
|
47449
|
-
"line":
|
|
47449
|
+
"line": 166
|
|
47450
47450
|
},
|
|
47451
47451
|
"name": "allowArbitraryExtensions",
|
|
47452
47452
|
"optional": true,
|
|
@@ -47464,7 +47464,7 @@
|
|
|
47464
47464
|
"immutable": true,
|
|
47465
47465
|
"locationInModule": {
|
|
47466
47466
|
"filename": "src/javascript/typescript-config.ts",
|
|
47467
|
-
"line":
|
|
47467
|
+
"line": 158
|
|
47468
47468
|
},
|
|
47469
47469
|
"name": "allowImportingTsExtensions",
|
|
47470
47470
|
"optional": true,
|
|
@@ -47482,7 +47482,7 @@
|
|
|
47482
47482
|
"immutable": true,
|
|
47483
47483
|
"locationInModule": {
|
|
47484
47484
|
"filename": "src/javascript/typescript-config.ts",
|
|
47485
|
-
"line":
|
|
47485
|
+
"line": 150
|
|
47486
47486
|
},
|
|
47487
47487
|
"name": "allowJs",
|
|
47488
47488
|
"optional": true,
|
|
@@ -47500,7 +47500,7 @@
|
|
|
47500
47500
|
"immutable": true,
|
|
47501
47501
|
"locationInModule": {
|
|
47502
47502
|
"filename": "src/javascript/typescript-config.ts",
|
|
47503
|
-
"line":
|
|
47503
|
+
"line": 521
|
|
47504
47504
|
},
|
|
47505
47505
|
"name": "allowSyntheticDefaultImports",
|
|
47506
47506
|
"optional": true,
|
|
@@ -47519,7 +47519,7 @@
|
|
|
47519
47519
|
"immutable": true,
|
|
47520
47520
|
"locationInModule": {
|
|
47521
47521
|
"filename": "src/javascript/typescript-config.ts",
|
|
47522
|
-
"line":
|
|
47522
|
+
"line": 613
|
|
47523
47523
|
},
|
|
47524
47524
|
"name": "allowUnreachableCode",
|
|
47525
47525
|
"optional": true,
|
|
@@ -47538,7 +47538,7 @@
|
|
|
47538
47538
|
"immutable": true,
|
|
47539
47539
|
"locationInModule": {
|
|
47540
47540
|
"filename": "src/javascript/typescript-config.ts",
|
|
47541
|
-
"line":
|
|
47541
|
+
"line": 598
|
|
47542
47542
|
},
|
|
47543
47543
|
"name": "allowUnusedLabels",
|
|
47544
47544
|
"optional": true,
|
|
@@ -47556,7 +47556,7 @@
|
|
|
47556
47556
|
"immutable": true,
|
|
47557
47557
|
"locationInModule": {
|
|
47558
47558
|
"filename": "src/javascript/typescript-config.ts",
|
|
47559
|
-
"line":
|
|
47559
|
+
"line": 174
|
|
47560
47560
|
},
|
|
47561
47561
|
"name": "alwaysStrict",
|
|
47562
47562
|
"optional": true,
|
|
@@ -47574,7 +47574,7 @@
|
|
|
47574
47574
|
"immutable": true,
|
|
47575
47575
|
"locationInModule": {
|
|
47576
47576
|
"filename": "src/javascript/typescript-config.ts",
|
|
47577
|
-
"line":
|
|
47577
|
+
"line": 542
|
|
47578
47578
|
},
|
|
47579
47579
|
"name": "baseUrl",
|
|
47580
47580
|
"optional": true,
|
|
@@ -47596,7 +47596,7 @@
|
|
|
47596
47596
|
"immutable": true,
|
|
47597
47597
|
"locationInModule": {
|
|
47598
47598
|
"filename": "src/javascript/typescript-config.ts",
|
|
47599
|
-
"line":
|
|
47599
|
+
"line": 624
|
|
47600
47600
|
},
|
|
47601
47601
|
"name": "checkJs",
|
|
47602
47602
|
"optional": true,
|
|
@@ -47615,7 +47615,7 @@
|
|
|
47615
47615
|
"immutable": true,
|
|
47616
47616
|
"locationInModule": {
|
|
47617
47617
|
"filename": "src/javascript/typescript-config.ts",
|
|
47618
|
-
"line":
|
|
47618
|
+
"line": 210
|
|
47619
47619
|
},
|
|
47620
47620
|
"name": "customConditions",
|
|
47621
47621
|
"optional": true,
|
|
@@ -47637,7 +47637,7 @@
|
|
|
47637
47637
|
"immutable": true,
|
|
47638
47638
|
"locationInModule": {
|
|
47639
47639
|
"filename": "src/javascript/typescript-config.ts",
|
|
47640
|
-
"line":
|
|
47640
|
+
"line": 186
|
|
47641
47641
|
},
|
|
47642
47642
|
"name": "declaration",
|
|
47643
47643
|
"optional": true,
|
|
@@ -47654,7 +47654,7 @@
|
|
|
47654
47654
|
"immutable": true,
|
|
47655
47655
|
"locationInModule": {
|
|
47656
47656
|
"filename": "src/javascript/typescript-config.ts",
|
|
47657
|
-
"line":
|
|
47657
|
+
"line": 180
|
|
47658
47658
|
},
|
|
47659
47659
|
"name": "declarationDir",
|
|
47660
47660
|
"optional": true,
|
|
@@ -47672,7 +47672,7 @@
|
|
|
47672
47672
|
"immutable": true,
|
|
47673
47673
|
"locationInModule": {
|
|
47674
47674
|
"filename": "src/javascript/typescript-config.ts",
|
|
47675
|
-
"line":
|
|
47675
|
+
"line": 193
|
|
47676
47676
|
},
|
|
47677
47677
|
"name": "declarationMap",
|
|
47678
47678
|
"optional": true,
|
|
@@ -47690,7 +47690,7 @@
|
|
|
47690
47690
|
"immutable": true,
|
|
47691
47691
|
"locationInModule": {
|
|
47692
47692
|
"filename": "src/javascript/typescript-config.ts",
|
|
47693
|
-
"line":
|
|
47693
|
+
"line": 202
|
|
47694
47694
|
},
|
|
47695
47695
|
"name": "downlevelIteration",
|
|
47696
47696
|
"optional": true,
|
|
@@ -47708,7 +47708,7 @@
|
|
|
47708
47708
|
"immutable": true,
|
|
47709
47709
|
"locationInModule": {
|
|
47710
47710
|
"filename": "src/javascript/typescript-config.ts",
|
|
47711
|
-
"line":
|
|
47711
|
+
"line": 353
|
|
47712
47712
|
},
|
|
47713
47713
|
"name": "emitDeclarationOnly",
|
|
47714
47714
|
"optional": true,
|
|
@@ -47728,7 +47728,7 @@
|
|
|
47728
47728
|
"immutable": true,
|
|
47729
47729
|
"locationInModule": {
|
|
47730
47730
|
"filename": "src/javascript/typescript-config.ts",
|
|
47731
|
-
"line":
|
|
47731
|
+
"line": 237
|
|
47732
47732
|
},
|
|
47733
47733
|
"name": "emitDecoratorMetadata",
|
|
47734
47734
|
"optional": true,
|
|
@@ -47746,7 +47746,7 @@
|
|
|
47746
47746
|
"immutable": true,
|
|
47747
47747
|
"locationInModule": {
|
|
47748
47748
|
"filename": "src/javascript/typescript-config.ts",
|
|
47749
|
-
"line":
|
|
47749
|
+
"line": 219
|
|
47750
47750
|
},
|
|
47751
47751
|
"name": "esModuleInterop",
|
|
47752
47752
|
"optional": true,
|
|
@@ -47764,7 +47764,7 @@
|
|
|
47764
47764
|
"immutable": true,
|
|
47765
47765
|
"locationInModule": {
|
|
47766
47766
|
"filename": "src/javascript/typescript-config.ts",
|
|
47767
|
-
"line":
|
|
47767
|
+
"line": 528
|
|
47768
47768
|
},
|
|
47769
47769
|
"name": "exactOptionalPropertyTypes",
|
|
47770
47770
|
"optional": true,
|
|
@@ -47782,7 +47782,7 @@
|
|
|
47782
47782
|
"immutable": true,
|
|
47783
47783
|
"locationInModule": {
|
|
47784
47784
|
"filename": "src/javascript/typescript-config.ts",
|
|
47785
|
-
"line":
|
|
47785
|
+
"line": 226
|
|
47786
47786
|
},
|
|
47787
47787
|
"name": "experimentalDecorators",
|
|
47788
47788
|
"optional": true,
|
|
@@ -47800,7 +47800,7 @@
|
|
|
47800
47800
|
"immutable": true,
|
|
47801
47801
|
"locationInModule": {
|
|
47802
47802
|
"filename": "src/javascript/typescript-config.ts",
|
|
47803
|
-
"line":
|
|
47803
|
+
"line": 244
|
|
47804
47804
|
},
|
|
47805
47805
|
"name": "forceConsistentCasingInFileNames",
|
|
47806
47806
|
"optional": true,
|
|
@@ -47822,7 +47822,7 @@
|
|
|
47822
47822
|
"immutable": true,
|
|
47823
47823
|
"locationInModule": {
|
|
47824
47824
|
"filename": "src/javascript/typescript-config.ts",
|
|
47825
|
-
"line":
|
|
47825
|
+
"line": 264
|
|
47826
47826
|
},
|
|
47827
47827
|
"name": "importsNotUsedAsValues",
|
|
47828
47828
|
"optional": true,
|
|
@@ -47841,7 +47841,7 @@
|
|
|
47841
47841
|
"immutable": true,
|
|
47842
47842
|
"locationInModule": {
|
|
47843
47843
|
"filename": "src/javascript/typescript-config.ts",
|
|
47844
|
-
"line":
|
|
47844
|
+
"line": 567
|
|
47845
47845
|
},
|
|
47846
47846
|
"name": "incremental",
|
|
47847
47847
|
"optional": true,
|
|
@@ -47859,7 +47859,7 @@
|
|
|
47859
47859
|
"immutable": true,
|
|
47860
47860
|
"locationInModule": {
|
|
47861
47861
|
"filename": "src/javascript/typescript-config.ts",
|
|
47862
|
-
"line":
|
|
47862
|
+
"line": 272
|
|
47863
47863
|
},
|
|
47864
47864
|
"name": "inlineSourceMap",
|
|
47865
47865
|
"optional": true,
|
|
@@ -47877,7 +47877,7 @@
|
|
|
47877
47877
|
"immutable": true,
|
|
47878
47878
|
"locationInModule": {
|
|
47879
47879
|
"filename": "src/javascript/typescript-config.ts",
|
|
47880
|
-
"line":
|
|
47880
|
+
"line": 280
|
|
47881
47881
|
},
|
|
47882
47882
|
"name": "inlineSources",
|
|
47883
47883
|
"optional": true,
|
|
@@ -47898,7 +47898,7 @@
|
|
|
47898
47898
|
"immutable": true,
|
|
47899
47899
|
"locationInModule": {
|
|
47900
47900
|
"filename": "src/javascript/typescript-config.ts",
|
|
47901
|
-
"line":
|
|
47901
|
+
"line": 303
|
|
47902
47902
|
},
|
|
47903
47903
|
"name": "isolatedModules",
|
|
47904
47904
|
"optional": true,
|
|
@@ -47916,7 +47916,7 @@
|
|
|
47916
47916
|
"immutable": true,
|
|
47917
47917
|
"locationInModule": {
|
|
47918
47918
|
"filename": "src/javascript/typescript-config.ts",
|
|
47919
|
-
"line":
|
|
47919
|
+
"line": 310
|
|
47920
47920
|
},
|
|
47921
47921
|
"name": "jsx",
|
|
47922
47922
|
"optional": true,
|
|
@@ -47934,7 +47934,7 @@
|
|
|
47934
47934
|
"immutable": true,
|
|
47935
47935
|
"locationInModule": {
|
|
47936
47936
|
"filename": "src/javascript/typescript-config.ts",
|
|
47937
|
-
"line":
|
|
47937
|
+
"line": 317
|
|
47938
47938
|
},
|
|
47939
47939
|
"name": "jsxImportSource",
|
|
47940
47940
|
"optional": true,
|
|
@@ -47953,7 +47953,7 @@
|
|
|
47953
47953
|
"immutable": true,
|
|
47954
47954
|
"locationInModule": {
|
|
47955
47955
|
"filename": "src/javascript/typescript-config.ts",
|
|
47956
|
-
"line":
|
|
47956
|
+
"line": 324
|
|
47957
47957
|
},
|
|
47958
47958
|
"name": "lib",
|
|
47959
47959
|
"optional": true,
|
|
@@ -47977,7 +47977,7 @@
|
|
|
47977
47977
|
"immutable": true,
|
|
47978
47978
|
"locationInModule": {
|
|
47979
47979
|
"filename": "src/javascript/typescript-config.ts",
|
|
47980
|
-
"line":
|
|
47980
|
+
"line": 332
|
|
47981
47981
|
},
|
|
47982
47982
|
"name": "module",
|
|
47983
47983
|
"optional": true,
|
|
@@ -47996,7 +47996,7 @@
|
|
|
47996
47996
|
"immutable": true,
|
|
47997
47997
|
"locationInModule": {
|
|
47998
47998
|
"filename": "src/javascript/typescript-config.ts",
|
|
47999
|
-
"line":
|
|
47999
|
+
"line": 339
|
|
48000
48000
|
},
|
|
48001
48001
|
"name": "moduleResolution",
|
|
48002
48002
|
"optional": true,
|
|
@@ -48014,7 +48014,7 @@
|
|
|
48014
48014
|
"immutable": true,
|
|
48015
48015
|
"locationInModule": {
|
|
48016
48016
|
"filename": "src/javascript/typescript-config.ts",
|
|
48017
|
-
"line":
|
|
48017
|
+
"line": 346
|
|
48018
48018
|
},
|
|
48019
48019
|
"name": "noEmit",
|
|
48020
48020
|
"optional": true,
|
|
@@ -48032,7 +48032,7 @@
|
|
|
48032
48032
|
"immutable": true,
|
|
48033
48033
|
"locationInModule": {
|
|
48034
48034
|
"filename": "src/javascript/typescript-config.ts",
|
|
48035
|
-
"line":
|
|
48035
|
+
"line": 361
|
|
48036
48036
|
},
|
|
48037
48037
|
"name": "noEmitOnError",
|
|
48038
48038
|
"optional": true,
|
|
@@ -48051,7 +48051,7 @@
|
|
|
48051
48051
|
"immutable": true,
|
|
48052
48052
|
"locationInModule": {
|
|
48053
48053
|
"filename": "src/javascript/typescript-config.ts",
|
|
48054
|
-
"line":
|
|
48054
|
+
"line": 370
|
|
48055
48055
|
},
|
|
48056
48056
|
"name": "noFallthroughCasesInSwitch",
|
|
48057
48057
|
"optional": true,
|
|
@@ -48069,7 +48069,7 @@
|
|
|
48069
48069
|
"immutable": true,
|
|
48070
48070
|
"locationInModule": {
|
|
48071
48071
|
"filename": "src/javascript/typescript-config.ts",
|
|
48072
|
-
"line":
|
|
48072
|
+
"line": 378
|
|
48073
48073
|
},
|
|
48074
48074
|
"name": "noImplicitAny",
|
|
48075
48075
|
"optional": true,
|
|
@@ -48088,7 +48088,7 @@
|
|
|
48088
48088
|
"immutable": true,
|
|
48089
48089
|
"locationInModule": {
|
|
48090
48090
|
"filename": "src/javascript/typescript-config.ts",
|
|
48091
|
-
"line":
|
|
48091
|
+
"line": 389
|
|
48092
48092
|
},
|
|
48093
48093
|
"name": "noImplicitOverride",
|
|
48094
48094
|
"optional": true,
|
|
@@ -48106,7 +48106,7 @@
|
|
|
48106
48106
|
"immutable": true,
|
|
48107
48107
|
"locationInModule": {
|
|
48108
48108
|
"filename": "src/javascript/typescript-config.ts",
|
|
48109
|
-
"line":
|
|
48109
|
+
"line": 397
|
|
48110
48110
|
},
|
|
48111
48111
|
"name": "noImplicitReturns",
|
|
48112
48112
|
"optional": true,
|
|
@@ -48124,7 +48124,7 @@
|
|
|
48124
48124
|
"immutable": true,
|
|
48125
48125
|
"locationInModule": {
|
|
48126
48126
|
"filename": "src/javascript/typescript-config.ts",
|
|
48127
|
-
"line":
|
|
48127
|
+
"line": 403
|
|
48128
48128
|
},
|
|
48129
48129
|
"name": "noImplicitThis",
|
|
48130
48130
|
"optional": true,
|
|
@@ -48142,7 +48142,7 @@
|
|
|
48142
48142
|
"immutable": true,
|
|
48143
48143
|
"locationInModule": {
|
|
48144
48144
|
"filename": "src/javascript/typescript-config.ts",
|
|
48145
|
-
"line":
|
|
48145
|
+
"line": 410
|
|
48146
48146
|
},
|
|
48147
48147
|
"name": "noPropertyAccessFromIndexSignature",
|
|
48148
48148
|
"optional": true,
|
|
@@ -48160,7 +48160,7 @@
|
|
|
48160
48160
|
"immutable": true,
|
|
48161
48161
|
"locationInModule": {
|
|
48162
48162
|
"filename": "src/javascript/typescript-config.ts",
|
|
48163
|
-
"line":
|
|
48163
|
+
"line": 417
|
|
48164
48164
|
},
|
|
48165
48165
|
"name": "noUncheckedIndexedAccess",
|
|
48166
48166
|
"optional": true,
|
|
@@ -48178,7 +48178,7 @@
|
|
|
48178
48178
|
"immutable": true,
|
|
48179
48179
|
"locationInModule": {
|
|
48180
48180
|
"filename": "src/javascript/typescript-config.ts",
|
|
48181
|
-
"line":
|
|
48181
|
+
"line": 424
|
|
48182
48182
|
},
|
|
48183
48183
|
"name": "noUnusedLocals",
|
|
48184
48184
|
"optional": true,
|
|
@@ -48196,7 +48196,7 @@
|
|
|
48196
48196
|
"immutable": true,
|
|
48197
48197
|
"locationInModule": {
|
|
48198
48198
|
"filename": "src/javascript/typescript-config.ts",
|
|
48199
|
-
"line":
|
|
48199
|
+
"line": 431
|
|
48200
48200
|
},
|
|
48201
48201
|
"name": "noUnusedParameters",
|
|
48202
48202
|
"optional": true,
|
|
@@ -48213,7 +48213,7 @@
|
|
|
48213
48213
|
"immutable": true,
|
|
48214
48214
|
"locationInModule": {
|
|
48215
48215
|
"filename": "src/javascript/typescript-config.ts",
|
|
48216
|
-
"line":
|
|
48216
|
+
"line": 509
|
|
48217
48217
|
},
|
|
48218
48218
|
"name": "outDir",
|
|
48219
48219
|
"optional": true,
|
|
@@ -48231,7 +48231,7 @@
|
|
|
48231
48231
|
"immutable": true,
|
|
48232
48232
|
"locationInModule": {
|
|
48233
48233
|
"filename": "src/javascript/typescript-config.ts",
|
|
48234
|
-
"line":
|
|
48234
|
+
"line": 549
|
|
48235
48235
|
},
|
|
48236
48236
|
"name": "paths",
|
|
48237
48237
|
"optional": true,
|
|
@@ -48259,7 +48259,7 @@
|
|
|
48259
48259
|
"immutable": true,
|
|
48260
48260
|
"locationInModule": {
|
|
48261
48261
|
"filename": "src/javascript/typescript-config.ts",
|
|
48262
|
-
"line":
|
|
48262
|
+
"line": 439
|
|
48263
48263
|
},
|
|
48264
48264
|
"name": "resolveJsonModule",
|
|
48265
48265
|
"optional": true,
|
|
@@ -48277,7 +48277,7 @@
|
|
|
48277
48277
|
"immutable": true,
|
|
48278
48278
|
"locationInModule": {
|
|
48279
48279
|
"filename": "src/javascript/typescript-config.ts",
|
|
48280
|
-
"line":
|
|
48280
|
+
"line": 488
|
|
48281
48281
|
},
|
|
48282
48282
|
"name": "resolvePackageJsonExports",
|
|
48283
48283
|
"optional": true,
|
|
@@ -48295,7 +48295,7 @@
|
|
|
48295
48295
|
"immutable": true,
|
|
48296
48296
|
"locationInModule": {
|
|
48297
48297
|
"filename": "src/javascript/typescript-config.ts",
|
|
48298
|
-
"line":
|
|
48298
|
+
"line": 495
|
|
48299
48299
|
},
|
|
48300
48300
|
"name": "resolvePackageJsonImports",
|
|
48301
48301
|
"optional": true,
|
|
@@ -48313,7 +48313,7 @@
|
|
|
48313
48313
|
"immutable": true,
|
|
48314
48314
|
"locationInModule": {
|
|
48315
48315
|
"filename": "src/javascript/typescript-config.ts",
|
|
48316
|
-
"line":
|
|
48316
|
+
"line": 516
|
|
48317
48317
|
},
|
|
48318
48318
|
"name": "rootDir",
|
|
48319
48319
|
"optional": true,
|
|
@@ -48331,7 +48331,7 @@
|
|
|
48331
48331
|
"immutable": true,
|
|
48332
48332
|
"locationInModule": {
|
|
48333
48333
|
"filename": "src/javascript/typescript-config.ts",
|
|
48334
|
-
"line":
|
|
48334
|
+
"line": 446
|
|
48335
48335
|
},
|
|
48336
48336
|
"name": "skipLibCheck",
|
|
48337
48337
|
"optional": true,
|
|
@@ -48349,7 +48349,7 @@
|
|
|
48349
48349
|
"immutable": true,
|
|
48350
48350
|
"locationInModule": {
|
|
48351
48351
|
"filename": "src/javascript/typescript-config.ts",
|
|
48352
|
-
"line":
|
|
48352
|
+
"line": 287
|
|
48353
48353
|
},
|
|
48354
48354
|
"name": "sourceMap",
|
|
48355
48355
|
"optional": true,
|
|
@@ -48367,7 +48367,7 @@
|
|
|
48367
48367
|
"immutable": true,
|
|
48368
48368
|
"locationInModule": {
|
|
48369
48369
|
"filename": "src/javascript/typescript-config.ts",
|
|
48370
|
-
"line":
|
|
48370
|
+
"line": 295
|
|
48371
48371
|
},
|
|
48372
48372
|
"name": "sourceRoot",
|
|
48373
48373
|
"optional": true,
|
|
@@ -48386,7 +48386,7 @@
|
|
|
48386
48386
|
"immutable": true,
|
|
48387
48387
|
"locationInModule": {
|
|
48388
48388
|
"filename": "src/javascript/typescript-config.ts",
|
|
48389
|
-
"line":
|
|
48389
|
+
"line": 456
|
|
48390
48390
|
},
|
|
48391
48391
|
"name": "strict",
|
|
48392
48392
|
"optional": true,
|
|
@@ -48405,7 +48405,7 @@
|
|
|
48405
48405
|
"immutable": true,
|
|
48406
48406
|
"locationInModule": {
|
|
48407
48407
|
"filename": "src/javascript/typescript-config.ts",
|
|
48408
|
-
"line":
|
|
48408
|
+
"line": 466
|
|
48409
48409
|
},
|
|
48410
48410
|
"name": "strictNullChecks",
|
|
48411
48411
|
"optional": true,
|
|
@@ -48423,7 +48423,7 @@
|
|
|
48423
48423
|
"immutable": true,
|
|
48424
48424
|
"locationInModule": {
|
|
48425
48425
|
"filename": "src/javascript/typescript-config.ts",
|
|
48426
|
-
"line":
|
|
48426
|
+
"line": 474
|
|
48427
48427
|
},
|
|
48428
48428
|
"name": "strictPropertyInitialization",
|
|
48429
48429
|
"optional": true,
|
|
@@ -48441,7 +48441,7 @@
|
|
|
48441
48441
|
"immutable": true,
|
|
48442
48442
|
"locationInModule": {
|
|
48443
48443
|
"filename": "src/javascript/typescript-config.ts",
|
|
48444
|
-
"line":
|
|
48444
|
+
"line": 481
|
|
48445
48445
|
},
|
|
48446
48446
|
"name": "stripInternal",
|
|
48447
48447
|
"optional": true,
|
|
@@ -48460,7 +48460,7 @@
|
|
|
48460
48460
|
"immutable": true,
|
|
48461
48461
|
"locationInModule": {
|
|
48462
48462
|
"filename": "src/javascript/typescript-config.ts",
|
|
48463
|
-
"line":
|
|
48463
|
+
"line": 504
|
|
48464
48464
|
},
|
|
48465
48465
|
"name": "target",
|
|
48466
48466
|
"optional": true,
|
|
@@ -48478,7 +48478,7 @@
|
|
|
48478
48478
|
"immutable": true,
|
|
48479
48479
|
"locationInModule": {
|
|
48480
48480
|
"filename": "src/javascript/typescript-config.ts",
|
|
48481
|
-
"line":
|
|
48481
|
+
"line": 573
|
|
48482
48482
|
},
|
|
48483
48483
|
"name": "tsBuildInfoFile",
|
|
48484
48484
|
"optional": true,
|
|
@@ -48496,7 +48496,7 @@
|
|
|
48496
48496
|
"immutable": true,
|
|
48497
48497
|
"locationInModule": {
|
|
48498
48498
|
"filename": "src/javascript/typescript-config.ts",
|
|
48499
|
-
"line":
|
|
48499
|
+
"line": 555
|
|
48500
48500
|
},
|
|
48501
48501
|
"name": "types",
|
|
48502
48502
|
"optional": true,
|
|
@@ -48519,7 +48519,7 @@
|
|
|
48519
48519
|
"immutable": true,
|
|
48520
48520
|
"locationInModule": {
|
|
48521
48521
|
"filename": "src/javascript/typescript-config.ts",
|
|
48522
|
-
"line":
|
|
48522
|
+
"line": 535
|
|
48523
48523
|
},
|
|
48524
48524
|
"name": "useUnknownInCatchVariables",
|
|
48525
48525
|
"optional": true,
|
|
@@ -48538,7 +48538,7 @@
|
|
|
48538
48538
|
"immutable": true,
|
|
48539
48539
|
"locationInModule": {
|
|
48540
48540
|
"filename": "src/javascript/typescript-config.ts",
|
|
48541
|
-
"line":
|
|
48541
|
+
"line": 252
|
|
48542
48542
|
},
|
|
48543
48543
|
"name": "verbatimModuleSyntax",
|
|
48544
48544
|
"optional": true,
|
|
@@ -48560,7 +48560,7 @@
|
|
|
48560
48560
|
"kind": "enum",
|
|
48561
48561
|
"locationInModule": {
|
|
48562
48562
|
"filename": "src/javascript/typescript-config.ts",
|
|
48563
|
-
"line":
|
|
48563
|
+
"line": 92
|
|
48564
48564
|
},
|
|
48565
48565
|
"members": [
|
|
48566
48566
|
{
|
|
@@ -48602,7 +48602,7 @@
|
|
|
48602
48602
|
"kind": "enum",
|
|
48603
48603
|
"locationInModule": {
|
|
48604
48604
|
"filename": "src/javascript/typescript-config.ts",
|
|
48605
|
-
"line":
|
|
48605
|
+
"line": 115
|
|
48606
48606
|
},
|
|
48607
48607
|
"members": [
|
|
48608
48608
|
{
|
|
@@ -48657,7 +48657,7 @@
|
|
|
48657
48657
|
"kind": "enum",
|
|
48658
48658
|
"locationInModule": {
|
|
48659
48659
|
"filename": "src/javascript/typescript-config.ts",
|
|
48660
|
-
"line":
|
|
48660
|
+
"line": 50
|
|
48661
48661
|
},
|
|
48662
48662
|
"members": [
|
|
48663
48663
|
{
|
|
@@ -48719,7 +48719,7 @@
|
|
|
48719
48719
|
},
|
|
48720
48720
|
"locationInModule": {
|
|
48721
48721
|
"filename": "src/javascript/typescript-config.ts",
|
|
48722
|
-
"line":
|
|
48722
|
+
"line": 676
|
|
48723
48723
|
},
|
|
48724
48724
|
"parameters": [
|
|
48725
48725
|
{
|
|
@@ -48739,7 +48739,7 @@
|
|
|
48739
48739
|
"kind": "class",
|
|
48740
48740
|
"locationInModule": {
|
|
48741
48741
|
"filename": "src/javascript/typescript-config.ts",
|
|
48742
|
-
"line":
|
|
48742
|
+
"line": 668
|
|
48743
48743
|
},
|
|
48744
48744
|
"methods": [
|
|
48745
48745
|
{
|
|
@@ -48748,7 +48748,7 @@
|
|
|
48748
48748
|
},
|
|
48749
48749
|
"locationInModule": {
|
|
48750
48750
|
"filename": "src/javascript/typescript-config.ts",
|
|
48751
|
-
"line":
|
|
48751
|
+
"line": 804
|
|
48752
48752
|
},
|
|
48753
48753
|
"name": "addExclude",
|
|
48754
48754
|
"parameters": [
|
|
@@ -48770,7 +48770,7 @@
|
|
|
48770
48770
|
},
|
|
48771
48771
|
"locationInModule": {
|
|
48772
48772
|
"filename": "src/javascript/typescript-config.ts",
|
|
48773
|
-
"line":
|
|
48773
|
+
"line": 793
|
|
48774
48774
|
},
|
|
48775
48775
|
"name": "addExtends",
|
|
48776
48776
|
"parameters": [
|
|
@@ -48791,7 +48791,7 @@
|
|
|
48791
48791
|
},
|
|
48792
48792
|
"locationInModule": {
|
|
48793
48793
|
"filename": "src/javascript/typescript-config.ts",
|
|
48794
|
-
"line":
|
|
48794
|
+
"line": 800
|
|
48795
48795
|
},
|
|
48796
48796
|
"name": "addInclude",
|
|
48797
48797
|
"parameters": [
|
|
@@ -48810,7 +48810,7 @@
|
|
|
48810
48810
|
},
|
|
48811
48811
|
"locationInModule": {
|
|
48812
48812
|
"filename": "src/javascript/typescript-config.ts",
|
|
48813
|
-
"line":
|
|
48813
|
+
"line": 808
|
|
48814
48814
|
},
|
|
48815
48815
|
"name": "preSynthesize",
|
|
48816
48816
|
"overrides": "projen.Component"
|
|
@@ -48825,7 +48825,7 @@
|
|
|
48825
48825
|
},
|
|
48826
48826
|
"locationInModule": {
|
|
48827
48827
|
"filename": "src/javascript/typescript-config.ts",
|
|
48828
|
-
"line":
|
|
48828
|
+
"line": 732
|
|
48829
48829
|
},
|
|
48830
48830
|
"name": "resolveExtendsPath",
|
|
48831
48831
|
"parameters": [
|
|
@@ -48856,21 +48856,7 @@
|
|
|
48856
48856
|
"immutable": true,
|
|
48857
48857
|
"locationInModule": {
|
|
48858
48858
|
"filename": "src/javascript/typescript-config.ts",
|
|
48859
|
-
"line":
|
|
48860
|
-
},
|
|
48861
|
-
"name": "compilerOptions",
|
|
48862
|
-
"type": {
|
|
48863
|
-
"fqn": "projen.javascript.TypeScriptCompilerOptions"
|
|
48864
|
-
}
|
|
48865
|
-
},
|
|
48866
|
-
{
|
|
48867
|
-
"docs": {
|
|
48868
|
-
"stability": "experimental"
|
|
48869
|
-
},
|
|
48870
|
-
"immutable": true,
|
|
48871
|
-
"locationInModule": {
|
|
48872
|
-
"filename": "src/javascript/typescript-config.ts",
|
|
48873
|
-
"line": 666
|
|
48859
|
+
"line": 672
|
|
48874
48860
|
},
|
|
48875
48861
|
"name": "exclude",
|
|
48876
48862
|
"type": {
|
|
@@ -48890,7 +48876,7 @@
|
|
|
48890
48876
|
"immutable": true,
|
|
48891
48877
|
"locationInModule": {
|
|
48892
48878
|
"filename": "src/javascript/typescript-config.ts",
|
|
48893
|
-
"line":
|
|
48879
|
+
"line": 779
|
|
48894
48880
|
},
|
|
48895
48881
|
"name": "extends",
|
|
48896
48882
|
"type": {
|
|
@@ -48909,7 +48895,7 @@
|
|
|
48909
48895
|
"immutable": true,
|
|
48910
48896
|
"locationInModule": {
|
|
48911
48897
|
"filename": "src/javascript/typescript-config.ts",
|
|
48912
|
-
"line":
|
|
48898
|
+
"line": 674
|
|
48913
48899
|
},
|
|
48914
48900
|
"name": "file",
|
|
48915
48901
|
"type": {
|
|
@@ -48923,7 +48909,7 @@
|
|
|
48923
48909
|
"immutable": true,
|
|
48924
48910
|
"locationInModule": {
|
|
48925
48911
|
"filename": "src/javascript/typescript-config.ts",
|
|
48926
|
-
"line":
|
|
48912
|
+
"line": 673
|
|
48927
48913
|
},
|
|
48928
48914
|
"name": "fileName",
|
|
48929
48915
|
"type": {
|
|
@@ -48937,7 +48923,7 @@
|
|
|
48937
48923
|
"immutable": true,
|
|
48938
48924
|
"locationInModule": {
|
|
48939
48925
|
"filename": "src/javascript/typescript-config.ts",
|
|
48940
|
-
"line":
|
|
48926
|
+
"line": 671
|
|
48941
48927
|
},
|
|
48942
48928
|
"name": "include",
|
|
48943
48929
|
"type": {
|
|
@@ -48948,6 +48934,21 @@
|
|
|
48948
48934
|
"kind": "array"
|
|
48949
48935
|
}
|
|
48950
48936
|
}
|
|
48937
|
+
},
|
|
48938
|
+
{
|
|
48939
|
+
"docs": {
|
|
48940
|
+
"stability": "experimental"
|
|
48941
|
+
},
|
|
48942
|
+
"immutable": true,
|
|
48943
|
+
"locationInModule": {
|
|
48944
|
+
"filename": "src/javascript/typescript-config.ts",
|
|
48945
|
+
"line": 670
|
|
48946
|
+
},
|
|
48947
|
+
"name": "compilerOptions",
|
|
48948
|
+
"optional": true,
|
|
48949
|
+
"type": {
|
|
48950
|
+
"fqn": "projen.javascript.TypeScriptCompilerOptions"
|
|
48951
|
+
}
|
|
48951
48952
|
}
|
|
48952
48953
|
],
|
|
48953
48954
|
"symbolId": "src/javascript/typescript-config:TypescriptConfig"
|
|
@@ -48962,7 +48963,7 @@
|
|
|
48962
48963
|
"kind": "class",
|
|
48963
48964
|
"locationInModule": {
|
|
48964
48965
|
"filename": "src/javascript/typescript-config.ts",
|
|
48965
|
-
"line":
|
|
48966
|
+
"line": 631
|
|
48966
48967
|
},
|
|
48967
48968
|
"methods": [
|
|
48968
48969
|
{
|
|
@@ -48975,7 +48976,7 @@
|
|
|
48975
48976
|
},
|
|
48976
48977
|
"locationInModule": {
|
|
48977
48978
|
"filename": "src/javascript/typescript-config.ts",
|
|
48978
|
-
"line":
|
|
48979
|
+
"line": 640
|
|
48979
48980
|
},
|
|
48980
48981
|
"name": "fromPaths",
|
|
48981
48982
|
"parameters": [
|
|
@@ -49011,7 +49012,7 @@
|
|
|
49011
49012
|
},
|
|
49012
49013
|
"locationInModule": {
|
|
49013
49014
|
"filename": "src/javascript/typescript-config.ts",
|
|
49014
|
-
"line":
|
|
49015
|
+
"line": 652
|
|
49015
49016
|
},
|
|
49016
49017
|
"name": "fromTypescriptConfigs",
|
|
49017
49018
|
"parameters": [
|
|
@@ -49043,7 +49044,7 @@
|
|
|
49043
49044
|
},
|
|
49044
49045
|
"locationInModule": {
|
|
49045
49046
|
"filename": "src/javascript/typescript-config.ts",
|
|
49046
|
-
"line":
|
|
49047
|
+
"line": 663
|
|
49047
49048
|
},
|
|
49048
49049
|
"name": "toJSON",
|
|
49049
49050
|
"returns": {
|
|
@@ -49080,15 +49081,19 @@
|
|
|
49080
49081
|
{
|
|
49081
49082
|
"abstract": true,
|
|
49082
49083
|
"docs": {
|
|
49084
|
+
"custom": {
|
|
49085
|
+
"remarks": "Must provide either `extends` or `compilerOptions` (or both)."
|
|
49086
|
+
},
|
|
49083
49087
|
"stability": "experimental",
|
|
49084
49088
|
"summary": "Compiler options to use."
|
|
49085
49089
|
},
|
|
49086
49090
|
"immutable": true,
|
|
49087
49091
|
"locationInModule": {
|
|
49088
49092
|
"filename": "src/javascript/typescript-config.ts",
|
|
49089
|
-
"line":
|
|
49093
|
+
"line": 42
|
|
49090
49094
|
},
|
|
49091
49095
|
"name": "compilerOptions",
|
|
49096
|
+
"optional": true,
|
|
49092
49097
|
"type": {
|
|
49093
49098
|
"fqn": "projen.javascript.TypeScriptCompilerOptions"
|
|
49094
49099
|
}
|
|
@@ -49103,7 +49108,7 @@
|
|
|
49103
49108
|
"immutable": true,
|
|
49104
49109
|
"locationInModule": {
|
|
49105
49110
|
"filename": "src/javascript/typescript-config.ts",
|
|
49106
|
-
"line":
|
|
49111
|
+
"line": 34
|
|
49107
49112
|
},
|
|
49108
49113
|
"name": "exclude",
|
|
49109
49114
|
"optional": true,
|
|
@@ -49119,13 +49124,16 @@
|
|
|
49119
49124
|
{
|
|
49120
49125
|
"abstract": true,
|
|
49121
49126
|
"docs": {
|
|
49127
|
+
"custom": {
|
|
49128
|
+
"remarks": "Must provide either `extends` or `compilerOptions` (or both)."
|
|
49129
|
+
},
|
|
49122
49130
|
"stability": "experimental",
|
|
49123
49131
|
"summary": "Base `tsconfig.json` configuration(s) to inherit from."
|
|
49124
49132
|
},
|
|
49125
49133
|
"immutable": true,
|
|
49126
49134
|
"locationInModule": {
|
|
49127
49135
|
"filename": "src/javascript/typescript-config.ts",
|
|
49128
|
-
"line":
|
|
49136
|
+
"line": 20
|
|
49129
49137
|
},
|
|
49130
49138
|
"name": "extends",
|
|
49131
49139
|
"optional": true,
|
|
@@ -49160,7 +49168,7 @@
|
|
|
49160
49168
|
"immutable": true,
|
|
49161
49169
|
"locationInModule": {
|
|
49162
49170
|
"filename": "src/javascript/typescript-config.ts",
|
|
49163
|
-
"line":
|
|
49171
|
+
"line": 27
|
|
49164
49172
|
},
|
|
49165
49173
|
"name": "include",
|
|
49166
49174
|
"optional": true,
|
|
@@ -53185,7 +53193,7 @@
|
|
|
53185
53193
|
},
|
|
53186
53194
|
"locationInModule": {
|
|
53187
53195
|
"filename": "src/python/poetry.ts",
|
|
53188
|
-
"line":
|
|
53196
|
+
"line": 57
|
|
53189
53197
|
},
|
|
53190
53198
|
"parameters": [
|
|
53191
53199
|
{
|
|
@@ -53210,7 +53218,7 @@
|
|
|
53210
53218
|
"kind": "class",
|
|
53211
53219
|
"locationInModule": {
|
|
53212
53220
|
"filename": "src/python/poetry.ts",
|
|
53213
|
-
"line":
|
|
53221
|
+
"line": 22
|
|
53214
53222
|
},
|
|
53215
53223
|
"methods": [
|
|
53216
53224
|
{
|
|
@@ -53220,7 +53228,7 @@
|
|
|
53220
53228
|
},
|
|
53221
53229
|
"locationInModule": {
|
|
53222
53230
|
"filename": "src/python/poetry.ts",
|
|
53223
|
-
"line":
|
|
53231
|
+
"line": 174
|
|
53224
53232
|
},
|
|
53225
53233
|
"name": "addDependency",
|
|
53226
53234
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -53243,7 +53251,7 @@
|
|
|
53243
53251
|
},
|
|
53244
53252
|
"locationInModule": {
|
|
53245
53253
|
"filename": "src/python/poetry.ts",
|
|
53246
|
-
"line":
|
|
53254
|
+
"line": 183
|
|
53247
53255
|
},
|
|
53248
53256
|
"name": "addDevDependency",
|
|
53249
53257
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -53266,7 +53274,7 @@
|
|
|
53266
53274
|
},
|
|
53267
53275
|
"locationInModule": {
|
|
53268
53276
|
"filename": "src/python/poetry.ts",
|
|
53269
|
-
"line":
|
|
53277
|
+
"line": 218
|
|
53270
53278
|
},
|
|
53271
53279
|
"name": "installDependencies",
|
|
53272
53280
|
"overrides": "projen.python.IPythonDeps"
|
|
@@ -53278,7 +53286,7 @@
|
|
|
53278
53286
|
},
|
|
53279
53287
|
"locationInModule": {
|
|
53280
53288
|
"filename": "src/python/poetry.ts",
|
|
53281
|
-
"line":
|
|
53289
|
+
"line": 190
|
|
53282
53290
|
},
|
|
53283
53291
|
"name": "setupEnvironment",
|
|
53284
53292
|
"overrides": "projen.python.IPythonEnv"
|
|
@@ -53295,7 +53303,7 @@
|
|
|
53295
53303
|
"immutable": true,
|
|
53296
53304
|
"locationInModule": {
|
|
53297
53305
|
"filename": "src/python/poetry.ts",
|
|
53298
|
-
"line":
|
|
53306
|
+
"line": 34
|
|
53299
53307
|
},
|
|
53300
53308
|
"name": "installCiTask",
|
|
53301
53309
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -53311,7 +53319,7 @@
|
|
|
53311
53319
|
"immutable": true,
|
|
53312
53320
|
"locationInModule": {
|
|
53313
53321
|
"filename": "src/python/poetry.ts",
|
|
53314
|
-
"line":
|
|
53322
|
+
"line": 29
|
|
53315
53323
|
},
|
|
53316
53324
|
"name": "installTask",
|
|
53317
53325
|
"type": {
|
|
@@ -53326,7 +53334,7 @@
|
|
|
53326
53334
|
"immutable": true,
|
|
53327
53335
|
"locationInModule": {
|
|
53328
53336
|
"filename": "src/python/poetry.ts",
|
|
53329
|
-
"line":
|
|
53337
|
+
"line": 39
|
|
53330
53338
|
},
|
|
53331
53339
|
"name": "publishTask",
|
|
53332
53340
|
"overrides": "projen.python.IPythonPackaging",
|
|
@@ -53342,7 +53350,7 @@
|
|
|
53342
53350
|
"immutable": true,
|
|
53343
53351
|
"locationInModule": {
|
|
53344
53352
|
"filename": "src/python/poetry.ts",
|
|
53345
|
-
"line":
|
|
53353
|
+
"line": 44
|
|
53346
53354
|
},
|
|
53347
53355
|
"name": "publishTestTask",
|
|
53348
53356
|
"type": {
|
|
@@ -53366,7 +53374,7 @@
|
|
|
53366
53374
|
"kind": "interface",
|
|
53367
53375
|
"locationInModule": {
|
|
53368
53376
|
"filename": "src/python/poetry.ts",
|
|
53369
|
-
"line":
|
|
53377
|
+
"line": 14
|
|
53370
53378
|
},
|
|
53371
53379
|
"name": "PoetryOptions",
|
|
53372
53380
|
"namespace": "python",
|
|
@@ -53387,7 +53395,7 @@
|
|
|
53387
53395
|
},
|
|
53388
53396
|
"locationInModule": {
|
|
53389
53397
|
"filename": "src/python/poetry.ts",
|
|
53390
|
-
"line":
|
|
53398
|
+
"line": 377
|
|
53391
53399
|
},
|
|
53392
53400
|
"parameters": [
|
|
53393
53401
|
{
|
|
@@ -53407,7 +53415,7 @@
|
|
|
53407
53415
|
"kind": "class",
|
|
53408
53416
|
"locationInModule": {
|
|
53409
53417
|
"filename": "src/python/poetry.ts",
|
|
53410
|
-
"line":
|
|
53418
|
+
"line": 374
|
|
53411
53419
|
},
|
|
53412
53420
|
"name": "PoetryPyproject",
|
|
53413
53421
|
"namespace": "python",
|
|
@@ -53419,7 +53427,7 @@
|
|
|
53419
53427
|
"immutable": true,
|
|
53420
53428
|
"locationInModule": {
|
|
53421
53429
|
"filename": "src/python/poetry.ts",
|
|
53422
|
-
"line":
|
|
53430
|
+
"line": 375
|
|
53423
53431
|
},
|
|
53424
53432
|
"name": "file",
|
|
53425
53433
|
"type": {
|
|
@@ -53444,7 +53452,7 @@
|
|
|
53444
53452
|
"kind": "interface",
|
|
53445
53453
|
"locationInModule": {
|
|
53446
53454
|
"filename": "src/python/poetry.ts",
|
|
53447
|
-
"line":
|
|
53455
|
+
"line": 350
|
|
53448
53456
|
},
|
|
53449
53457
|
"name": "PoetryPyprojectOptions",
|
|
53450
53458
|
"namespace": "python",
|
|
@@ -53460,7 +53468,7 @@
|
|
|
53460
53468
|
"immutable": true,
|
|
53461
53469
|
"locationInModule": {
|
|
53462
53470
|
"filename": "src/python/poetry.ts",
|
|
53463
|
-
"line":
|
|
53471
|
+
"line": 359
|
|
53464
53472
|
},
|
|
53465
53473
|
"name": "dependencies",
|
|
53466
53474
|
"optional": true,
|
|
@@ -53483,7 +53491,7 @@
|
|
|
53483
53491
|
"immutable": true,
|
|
53484
53492
|
"locationInModule": {
|
|
53485
53493
|
"filename": "src/python/poetry.ts",
|
|
53486
|
-
"line":
|
|
53494
|
+
"line": 366
|
|
53487
53495
|
},
|
|
53488
53496
|
"name": "devDependencies",
|
|
53489
53497
|
"optional": true,
|
|
@@ -53511,7 +53519,7 @@
|
|
|
53511
53519
|
"kind": "interface",
|
|
53512
53520
|
"locationInModule": {
|
|
53513
53521
|
"filename": "src/python/poetry.ts",
|
|
53514
|
-
"line":
|
|
53522
|
+
"line": 234
|
|
53515
53523
|
},
|
|
53516
53524
|
"name": "PoetryPyprojectOptionsWithoutDeps",
|
|
53517
53525
|
"namespace": "python",
|
|
@@ -53526,7 +53534,7 @@
|
|
|
53526
53534
|
"immutable": true,
|
|
53527
53535
|
"locationInModule": {
|
|
53528
53536
|
"filename": "src/python/poetry.ts",
|
|
53529
|
-
"line":
|
|
53537
|
+
"line": 261
|
|
53530
53538
|
},
|
|
53531
53539
|
"name": "authors",
|
|
53532
53540
|
"optional": true,
|
|
@@ -53549,7 +53557,7 @@
|
|
|
53549
53557
|
"immutable": true,
|
|
53550
53558
|
"locationInModule": {
|
|
53551
53559
|
"filename": "src/python/poetry.ts",
|
|
53552
|
-
"line":
|
|
53560
|
+
"line": 298
|
|
53553
53561
|
},
|
|
53554
53562
|
"name": "classifiers",
|
|
53555
53563
|
"optional": true,
|
|
@@ -53571,7 +53579,7 @@
|
|
|
53571
53579
|
"immutable": true,
|
|
53572
53580
|
"locationInModule": {
|
|
53573
53581
|
"filename": "src/python/poetry.ts",
|
|
53574
|
-
"line":
|
|
53582
|
+
"line": 248
|
|
53575
53583
|
},
|
|
53576
53584
|
"name": "description",
|
|
53577
53585
|
"optional": true,
|
|
@@ -53588,7 +53596,7 @@
|
|
|
53588
53596
|
"immutable": true,
|
|
53589
53597
|
"locationInModule": {
|
|
53590
53598
|
"filename": "src/python/poetry.ts",
|
|
53591
|
-
"line":
|
|
53599
|
+
"line": 286
|
|
53592
53600
|
},
|
|
53593
53601
|
"name": "documentation",
|
|
53594
53602
|
"optional": true,
|
|
@@ -53606,7 +53614,7 @@
|
|
|
53606
53614
|
"immutable": true,
|
|
53607
53615
|
"locationInModule": {
|
|
53608
53616
|
"filename": "src/python/poetry.ts",
|
|
53609
|
-
"line":
|
|
53617
|
+
"line": 316
|
|
53610
53618
|
},
|
|
53611
53619
|
"name": "exclude",
|
|
53612
53620
|
"optional": true,
|
|
@@ -53628,7 +53636,7 @@
|
|
|
53628
53636
|
"immutable": true,
|
|
53629
53637
|
"locationInModule": {
|
|
53630
53638
|
"filename": "src/python/poetry.ts",
|
|
53631
|
-
"line":
|
|
53639
|
+
"line": 331
|
|
53632
53640
|
},
|
|
53633
53641
|
"name": "extras",
|
|
53634
53642
|
"optional": true,
|
|
@@ -53655,7 +53663,7 @@
|
|
|
53655
53663
|
"immutable": true,
|
|
53656
53664
|
"locationInModule": {
|
|
53657
53665
|
"filename": "src/python/poetry.ts",
|
|
53658
|
-
"line":
|
|
53666
|
+
"line": 276
|
|
53659
53667
|
},
|
|
53660
53668
|
"name": "homepage",
|
|
53661
53669
|
"optional": true,
|
|
@@ -53672,7 +53680,7 @@
|
|
|
53672
53680
|
"immutable": true,
|
|
53673
53681
|
"locationInModule": {
|
|
53674
53682
|
"filename": "src/python/poetry.ts",
|
|
53675
|
-
"line":
|
|
53683
|
+
"line": 308
|
|
53676
53684
|
},
|
|
53677
53685
|
"name": "include",
|
|
53678
53686
|
"optional": true,
|
|
@@ -53694,7 +53702,7 @@
|
|
|
53694
53702
|
"immutable": true,
|
|
53695
53703
|
"locationInModule": {
|
|
53696
53704
|
"filename": "src/python/poetry.ts",
|
|
53697
|
-
"line":
|
|
53705
|
+
"line": 291
|
|
53698
53706
|
},
|
|
53699
53707
|
"name": "keywords",
|
|
53700
53708
|
"optional": true,
|
|
@@ -53717,7 +53725,7 @@
|
|
|
53717
53725
|
"immutable": true,
|
|
53718
53726
|
"locationInModule": {
|
|
53719
53727
|
"filename": "src/python/poetry.ts",
|
|
53720
|
-
"line":
|
|
53728
|
+
"line": 256
|
|
53721
53729
|
},
|
|
53722
53730
|
"name": "license",
|
|
53723
53731
|
"optional": true,
|
|
@@ -53735,7 +53743,7 @@
|
|
|
53735
53743
|
"immutable": true,
|
|
53736
53744
|
"locationInModule": {
|
|
53737
53745
|
"filename": "src/python/poetry.ts",
|
|
53738
|
-
"line":
|
|
53746
|
+
"line": 266
|
|
53739
53747
|
},
|
|
53740
53748
|
"name": "maintainers",
|
|
53741
53749
|
"optional": true,
|
|
@@ -53757,7 +53765,7 @@
|
|
|
53757
53765
|
"immutable": true,
|
|
53758
53766
|
"locationInModule": {
|
|
53759
53767
|
"filename": "src/python/poetry.ts",
|
|
53760
|
-
"line":
|
|
53768
|
+
"line": 238
|
|
53761
53769
|
},
|
|
53762
53770
|
"name": "name",
|
|
53763
53771
|
"optional": true,
|
|
@@ -53774,7 +53782,7 @@
|
|
|
53774
53782
|
"immutable": true,
|
|
53775
53783
|
"locationInModule": {
|
|
53776
53784
|
"filename": "src/python/poetry.ts",
|
|
53777
|
-
"line":
|
|
53785
|
+
"line": 303
|
|
53778
53786
|
},
|
|
53779
53787
|
"name": "packages",
|
|
53780
53788
|
"optional": true,
|
|
@@ -53798,7 +53806,7 @@
|
|
|
53798
53806
|
"immutable": true,
|
|
53799
53807
|
"locationInModule": {
|
|
53800
53808
|
"filename": "src/python/poetry.ts",
|
|
53801
|
-
"line":
|
|
53809
|
+
"line": 337
|
|
53802
53810
|
},
|
|
53803
53811
|
"name": "plugins",
|
|
53804
53812
|
"optional": true,
|
|
@@ -53815,7 +53823,7 @@
|
|
|
53815
53823
|
"immutable": true,
|
|
53816
53824
|
"locationInModule": {
|
|
53817
53825
|
"filename": "src/python/poetry.ts",
|
|
53818
|
-
"line":
|
|
53826
|
+
"line": 271
|
|
53819
53827
|
},
|
|
53820
53828
|
"name": "readme",
|
|
53821
53829
|
"optional": true,
|
|
@@ -53832,7 +53840,7 @@
|
|
|
53832
53840
|
"immutable": true,
|
|
53833
53841
|
"locationInModule": {
|
|
53834
53842
|
"filename": "src/python/poetry.ts",
|
|
53835
|
-
"line":
|
|
53843
|
+
"line": 281
|
|
53836
53844
|
},
|
|
53837
53845
|
"name": "repository",
|
|
53838
53846
|
"optional": true,
|
|
@@ -53849,7 +53857,7 @@
|
|
|
53849
53857
|
"immutable": true,
|
|
53850
53858
|
"locationInModule": {
|
|
53851
53859
|
"filename": "src/python/poetry.ts",
|
|
53852
|
-
"line":
|
|
53860
|
+
"line": 321
|
|
53853
53861
|
},
|
|
53854
53862
|
"name": "scripts",
|
|
53855
53863
|
"optional": true,
|
|
@@ -53871,7 +53879,7 @@
|
|
|
53871
53879
|
"immutable": true,
|
|
53872
53880
|
"locationInModule": {
|
|
53873
53881
|
"filename": "src/python/poetry.ts",
|
|
53874
|
-
"line":
|
|
53882
|
+
"line": 326
|
|
53875
53883
|
},
|
|
53876
53884
|
"name": "source",
|
|
53877
53885
|
"optional": true,
|
|
@@ -53894,7 +53902,7 @@
|
|
|
53894
53902
|
"immutable": true,
|
|
53895
53903
|
"locationInModule": {
|
|
53896
53904
|
"filename": "src/python/poetry.ts",
|
|
53897
|
-
"line":
|
|
53905
|
+
"line": 343
|
|
53898
53906
|
},
|
|
53899
53907
|
"name": "urls",
|
|
53900
53908
|
"optional": true,
|
|
@@ -53916,7 +53924,7 @@
|
|
|
53916
53924
|
"immutable": true,
|
|
53917
53925
|
"locationInModule": {
|
|
53918
53926
|
"filename": "src/python/poetry.ts",
|
|
53919
|
-
"line":
|
|
53927
|
+
"line": 243
|
|
53920
53928
|
},
|
|
53921
53929
|
"name": "version",
|
|
53922
53930
|
"optional": true,
|
|
@@ -62957,6 +62965,6 @@
|
|
|
62957
62965
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
62958
62966
|
}
|
|
62959
62967
|
},
|
|
62960
|
-
"version": "0.80.
|
|
62961
|
-
"fingerprint": "
|
|
62968
|
+
"version": "0.80.10",
|
|
62969
|
+
"fingerprint": "7wgLTnou0QaMKlHHZ/n/MLQU/n9fYDw5oswwd+6bNqA="
|
|
62962
62970
|
}
|