projen 0.79.5 → 0.79.7
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 +269 -155
- 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 +24 -0
- package/lib/javascript/typescript-config.js +3 -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 +5 -1
- package/lib/python/poetry.js +5 -4
- 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.d.ts +8 -6
- package/lib/python/python-project.js +4 -10
- 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.d.ts +5 -1
- package/lib/python/setuptools.js +5 -6
- 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 +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/package.json +3 -3
package/.jsii
CHANGED
|
@@ -46559,7 +46559,7 @@
|
|
|
46559
46559
|
"immutable": true,
|
|
46560
46560
|
"locationInModule": {
|
|
46561
46561
|
"filename": "src/javascript/typescript-config.ts",
|
|
46562
|
-
"line":
|
|
46562
|
+
"line": 515
|
|
46563
46563
|
},
|
|
46564
46564
|
"name": "allowSyntheticDefaultImports",
|
|
46565
46565
|
"optional": true,
|
|
@@ -46595,7 +46595,7 @@
|
|
|
46595
46595
|
"immutable": true,
|
|
46596
46596
|
"locationInModule": {
|
|
46597
46597
|
"filename": "src/javascript/typescript-config.ts",
|
|
46598
|
-
"line":
|
|
46598
|
+
"line": 536
|
|
46599
46599
|
},
|
|
46600
46600
|
"name": "baseUrl",
|
|
46601
46601
|
"optional": true,
|
|
@@ -46614,7 +46614,7 @@
|
|
|
46614
46614
|
"immutable": true,
|
|
46615
46615
|
"locationInModule": {
|
|
46616
46616
|
"filename": "src/javascript/typescript-config.ts",
|
|
46617
|
-
"line":
|
|
46617
|
+
"line": 204
|
|
46618
46618
|
},
|
|
46619
46619
|
"name": "customConditions",
|
|
46620
46620
|
"optional": true,
|
|
@@ -46679,6 +46679,24 @@
|
|
|
46679
46679
|
"primitive": "boolean"
|
|
46680
46680
|
}
|
|
46681
46681
|
},
|
|
46682
|
+
{
|
|
46683
|
+
"abstract": true,
|
|
46684
|
+
"docs": {
|
|
46685
|
+
"remarks": "This flag is to enable support for a more accurate implementation of how modern JavaScript iterates through new concepts in older JavaScript runtimes.\n\nECMAScript 6 added several new iteration primitives: the for / of loop (for (el of arr)), Array spread ([a, ...b]), argument spread (fn(...args)), and Symbol.iterator.\ndownlevelIteration allows for these iteration primitives to be used more accurately in ES5 environments if a Symbol.iterator implementation is present.",
|
|
46686
|
+
"stability": "experimental",
|
|
46687
|
+
"summary": "Downleveling is TypeScript’s term for transpiling to an older version of JavaScript."
|
|
46688
|
+
},
|
|
46689
|
+
"immutable": true,
|
|
46690
|
+
"locationInModule": {
|
|
46691
|
+
"filename": "src/javascript/typescript-config.ts",
|
|
46692
|
+
"line": 196
|
|
46693
|
+
},
|
|
46694
|
+
"name": "downlevelIteration",
|
|
46695
|
+
"optional": true,
|
|
46696
|
+
"type": {
|
|
46697
|
+
"primitive": "boolean"
|
|
46698
|
+
}
|
|
46699
|
+
},
|
|
46682
46700
|
{
|
|
46683
46701
|
"abstract": true,
|
|
46684
46702
|
"docs": {
|
|
@@ -46689,7 +46707,7 @@
|
|
|
46689
46707
|
"immutable": true,
|
|
46690
46708
|
"locationInModule": {
|
|
46691
46709
|
"filename": "src/javascript/typescript-config.ts",
|
|
46692
|
-
"line":
|
|
46710
|
+
"line": 347
|
|
46693
46711
|
},
|
|
46694
46712
|
"name": "emitDeclarationOnly",
|
|
46695
46713
|
"optional": true,
|
|
@@ -46709,7 +46727,7 @@
|
|
|
46709
46727
|
"immutable": true,
|
|
46710
46728
|
"locationInModule": {
|
|
46711
46729
|
"filename": "src/javascript/typescript-config.ts",
|
|
46712
|
-
"line":
|
|
46730
|
+
"line": 231
|
|
46713
46731
|
},
|
|
46714
46732
|
"name": "emitDecoratorMetadata",
|
|
46715
46733
|
"optional": true,
|
|
@@ -46727,7 +46745,7 @@
|
|
|
46727
46745
|
"immutable": true,
|
|
46728
46746
|
"locationInModule": {
|
|
46729
46747
|
"filename": "src/javascript/typescript-config.ts",
|
|
46730
|
-
"line":
|
|
46748
|
+
"line": 213
|
|
46731
46749
|
},
|
|
46732
46750
|
"name": "esModuleInterop",
|
|
46733
46751
|
"optional": true,
|
|
@@ -46745,7 +46763,7 @@
|
|
|
46745
46763
|
"immutable": true,
|
|
46746
46764
|
"locationInModule": {
|
|
46747
46765
|
"filename": "src/javascript/typescript-config.ts",
|
|
46748
|
-
"line":
|
|
46766
|
+
"line": 522
|
|
46749
46767
|
},
|
|
46750
46768
|
"name": "exactOptionalPropertyTypes",
|
|
46751
46769
|
"optional": true,
|
|
@@ -46763,7 +46781,7 @@
|
|
|
46763
46781
|
"immutable": true,
|
|
46764
46782
|
"locationInModule": {
|
|
46765
46783
|
"filename": "src/javascript/typescript-config.ts",
|
|
46766
|
-
"line":
|
|
46784
|
+
"line": 220
|
|
46767
46785
|
},
|
|
46768
46786
|
"name": "experimentalDecorators",
|
|
46769
46787
|
"optional": true,
|
|
@@ -46781,7 +46799,7 @@
|
|
|
46781
46799
|
"immutable": true,
|
|
46782
46800
|
"locationInModule": {
|
|
46783
46801
|
"filename": "src/javascript/typescript-config.ts",
|
|
46784
|
-
"line":
|
|
46802
|
+
"line": 238
|
|
46785
46803
|
},
|
|
46786
46804
|
"name": "forceConsistentCasingInFileNames",
|
|
46787
46805
|
"optional": true,
|
|
@@ -46803,7 +46821,7 @@
|
|
|
46803
46821
|
"immutable": true,
|
|
46804
46822
|
"locationInModule": {
|
|
46805
46823
|
"filename": "src/javascript/typescript-config.ts",
|
|
46806
|
-
"line":
|
|
46824
|
+
"line": 258
|
|
46807
46825
|
},
|
|
46808
46826
|
"name": "importsNotUsedAsValues",
|
|
46809
46827
|
"optional": true,
|
|
@@ -46811,6 +46829,25 @@
|
|
|
46811
46829
|
"fqn": "projen.javascript.TypeScriptImportsNotUsedAsValues"
|
|
46812
46830
|
}
|
|
46813
46831
|
},
|
|
46832
|
+
{
|
|
46833
|
+
"abstract": true,
|
|
46834
|
+
"docs": {
|
|
46835
|
+
"remarks": "This creates a series of .tsbuildinfo files in the same folder as your compilation output.\nThey are not used by your JavaScript at runtime and can be safely deleted.\nYou can read more about the flag in the 3.4 release notes.",
|
|
46836
|
+
"see": "https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#faster-subsequent-builds-with-the---incremental-flag\n\nTo control which folders you want to the files to be built to, use the config option tsBuildInfoFile.",
|
|
46837
|
+
"stability": "experimental",
|
|
46838
|
+
"summary": "Tells TypeScript to save information about the project graph from the last compilation to files stored on disk."
|
|
46839
|
+
},
|
|
46840
|
+
"immutable": true,
|
|
46841
|
+
"locationInModule": {
|
|
46842
|
+
"filename": "src/javascript/typescript-config.ts",
|
|
46843
|
+
"line": 561
|
|
46844
|
+
},
|
|
46845
|
+
"name": "incremental",
|
|
46846
|
+
"optional": true,
|
|
46847
|
+
"type": {
|
|
46848
|
+
"primitive": "boolean"
|
|
46849
|
+
}
|
|
46850
|
+
},
|
|
46814
46851
|
{
|
|
46815
46852
|
"abstract": true,
|
|
46816
46853
|
"docs": {
|
|
@@ -46821,7 +46858,7 @@
|
|
|
46821
46858
|
"immutable": true,
|
|
46822
46859
|
"locationInModule": {
|
|
46823
46860
|
"filename": "src/javascript/typescript-config.ts",
|
|
46824
|
-
"line":
|
|
46861
|
+
"line": 266
|
|
46825
46862
|
},
|
|
46826
46863
|
"name": "inlineSourceMap",
|
|
46827
46864
|
"optional": true,
|
|
@@ -46839,7 +46876,7 @@
|
|
|
46839
46876
|
"immutable": true,
|
|
46840
46877
|
"locationInModule": {
|
|
46841
46878
|
"filename": "src/javascript/typescript-config.ts",
|
|
46842
|
-
"line":
|
|
46879
|
+
"line": 274
|
|
46843
46880
|
},
|
|
46844
46881
|
"name": "inlineSources",
|
|
46845
46882
|
"optional": true,
|
|
@@ -46860,7 +46897,7 @@
|
|
|
46860
46897
|
"immutable": true,
|
|
46861
46898
|
"locationInModule": {
|
|
46862
46899
|
"filename": "src/javascript/typescript-config.ts",
|
|
46863
|
-
"line":
|
|
46900
|
+
"line": 297
|
|
46864
46901
|
},
|
|
46865
46902
|
"name": "isolatedModules",
|
|
46866
46903
|
"optional": true,
|
|
@@ -46878,7 +46915,7 @@
|
|
|
46878
46915
|
"immutable": true,
|
|
46879
46916
|
"locationInModule": {
|
|
46880
46917
|
"filename": "src/javascript/typescript-config.ts",
|
|
46881
|
-
"line":
|
|
46918
|
+
"line": 304
|
|
46882
46919
|
},
|
|
46883
46920
|
"name": "jsx",
|
|
46884
46921
|
"optional": true,
|
|
@@ -46896,7 +46933,7 @@
|
|
|
46896
46933
|
"immutable": true,
|
|
46897
46934
|
"locationInModule": {
|
|
46898
46935
|
"filename": "src/javascript/typescript-config.ts",
|
|
46899
|
-
"line":
|
|
46936
|
+
"line": 311
|
|
46900
46937
|
},
|
|
46901
46938
|
"name": "jsxImportSource",
|
|
46902
46939
|
"optional": true,
|
|
@@ -46915,7 +46952,7 @@
|
|
|
46915
46952
|
"immutable": true,
|
|
46916
46953
|
"locationInModule": {
|
|
46917
46954
|
"filename": "src/javascript/typescript-config.ts",
|
|
46918
|
-
"line":
|
|
46955
|
+
"line": 318
|
|
46919
46956
|
},
|
|
46920
46957
|
"name": "lib",
|
|
46921
46958
|
"optional": true,
|
|
@@ -46939,7 +46976,7 @@
|
|
|
46939
46976
|
"immutable": true,
|
|
46940
46977
|
"locationInModule": {
|
|
46941
46978
|
"filename": "src/javascript/typescript-config.ts",
|
|
46942
|
-
"line":
|
|
46979
|
+
"line": 326
|
|
46943
46980
|
},
|
|
46944
46981
|
"name": "module",
|
|
46945
46982
|
"optional": true,
|
|
@@ -46958,7 +46995,7 @@
|
|
|
46958
46995
|
"immutable": true,
|
|
46959
46996
|
"locationInModule": {
|
|
46960
46997
|
"filename": "src/javascript/typescript-config.ts",
|
|
46961
|
-
"line":
|
|
46998
|
+
"line": 333
|
|
46962
46999
|
},
|
|
46963
47000
|
"name": "moduleResolution",
|
|
46964
47001
|
"optional": true,
|
|
@@ -46976,7 +47013,7 @@
|
|
|
46976
47013
|
"immutable": true,
|
|
46977
47014
|
"locationInModule": {
|
|
46978
47015
|
"filename": "src/javascript/typescript-config.ts",
|
|
46979
|
-
"line":
|
|
47016
|
+
"line": 340
|
|
46980
47017
|
},
|
|
46981
47018
|
"name": "noEmit",
|
|
46982
47019
|
"optional": true,
|
|
@@ -46994,7 +47031,7 @@
|
|
|
46994
47031
|
"immutable": true,
|
|
46995
47032
|
"locationInModule": {
|
|
46996
47033
|
"filename": "src/javascript/typescript-config.ts",
|
|
46997
|
-
"line":
|
|
47034
|
+
"line": 355
|
|
46998
47035
|
},
|
|
46999
47036
|
"name": "noEmitOnError",
|
|
47000
47037
|
"optional": true,
|
|
@@ -47013,7 +47050,7 @@
|
|
|
47013
47050
|
"immutable": true,
|
|
47014
47051
|
"locationInModule": {
|
|
47015
47052
|
"filename": "src/javascript/typescript-config.ts",
|
|
47016
|
-
"line":
|
|
47053
|
+
"line": 364
|
|
47017
47054
|
},
|
|
47018
47055
|
"name": "noFallthroughCasesInSwitch",
|
|
47019
47056
|
"optional": true,
|
|
@@ -47031,7 +47068,7 @@
|
|
|
47031
47068
|
"immutable": true,
|
|
47032
47069
|
"locationInModule": {
|
|
47033
47070
|
"filename": "src/javascript/typescript-config.ts",
|
|
47034
|
-
"line":
|
|
47071
|
+
"line": 372
|
|
47035
47072
|
},
|
|
47036
47073
|
"name": "noImplicitAny",
|
|
47037
47074
|
"optional": true,
|
|
@@ -47050,7 +47087,7 @@
|
|
|
47050
47087
|
"immutable": true,
|
|
47051
47088
|
"locationInModule": {
|
|
47052
47089
|
"filename": "src/javascript/typescript-config.ts",
|
|
47053
|
-
"line":
|
|
47090
|
+
"line": 383
|
|
47054
47091
|
},
|
|
47055
47092
|
"name": "noImplicitOverride",
|
|
47056
47093
|
"optional": true,
|
|
@@ -47068,7 +47105,7 @@
|
|
|
47068
47105
|
"immutable": true,
|
|
47069
47106
|
"locationInModule": {
|
|
47070
47107
|
"filename": "src/javascript/typescript-config.ts",
|
|
47071
|
-
"line":
|
|
47108
|
+
"line": 391
|
|
47072
47109
|
},
|
|
47073
47110
|
"name": "noImplicitReturns",
|
|
47074
47111
|
"optional": true,
|
|
@@ -47086,7 +47123,7 @@
|
|
|
47086
47123
|
"immutable": true,
|
|
47087
47124
|
"locationInModule": {
|
|
47088
47125
|
"filename": "src/javascript/typescript-config.ts",
|
|
47089
|
-
"line":
|
|
47126
|
+
"line": 397
|
|
47090
47127
|
},
|
|
47091
47128
|
"name": "noImplicitThis",
|
|
47092
47129
|
"optional": true,
|
|
@@ -47104,7 +47141,7 @@
|
|
|
47104
47141
|
"immutable": true,
|
|
47105
47142
|
"locationInModule": {
|
|
47106
47143
|
"filename": "src/javascript/typescript-config.ts",
|
|
47107
|
-
"line":
|
|
47144
|
+
"line": 404
|
|
47108
47145
|
},
|
|
47109
47146
|
"name": "noPropertyAccessFromIndexSignature",
|
|
47110
47147
|
"optional": true,
|
|
@@ -47122,7 +47159,7 @@
|
|
|
47122
47159
|
"immutable": true,
|
|
47123
47160
|
"locationInModule": {
|
|
47124
47161
|
"filename": "src/javascript/typescript-config.ts",
|
|
47125
|
-
"line":
|
|
47162
|
+
"line": 411
|
|
47126
47163
|
},
|
|
47127
47164
|
"name": "noUncheckedIndexedAccess",
|
|
47128
47165
|
"optional": true,
|
|
@@ -47140,7 +47177,7 @@
|
|
|
47140
47177
|
"immutable": true,
|
|
47141
47178
|
"locationInModule": {
|
|
47142
47179
|
"filename": "src/javascript/typescript-config.ts",
|
|
47143
|
-
"line":
|
|
47180
|
+
"line": 418
|
|
47144
47181
|
},
|
|
47145
47182
|
"name": "noUnusedLocals",
|
|
47146
47183
|
"optional": true,
|
|
@@ -47158,7 +47195,7 @@
|
|
|
47158
47195
|
"immutable": true,
|
|
47159
47196
|
"locationInModule": {
|
|
47160
47197
|
"filename": "src/javascript/typescript-config.ts",
|
|
47161
|
-
"line":
|
|
47198
|
+
"line": 425
|
|
47162
47199
|
},
|
|
47163
47200
|
"name": "noUnusedParameters",
|
|
47164
47201
|
"optional": true,
|
|
@@ -47175,7 +47212,7 @@
|
|
|
47175
47212
|
"immutable": true,
|
|
47176
47213
|
"locationInModule": {
|
|
47177
47214
|
"filename": "src/javascript/typescript-config.ts",
|
|
47178
|
-
"line":
|
|
47215
|
+
"line": 503
|
|
47179
47216
|
},
|
|
47180
47217
|
"name": "outDir",
|
|
47181
47218
|
"optional": true,
|
|
@@ -47193,7 +47230,7 @@
|
|
|
47193
47230
|
"immutable": true,
|
|
47194
47231
|
"locationInModule": {
|
|
47195
47232
|
"filename": "src/javascript/typescript-config.ts",
|
|
47196
|
-
"line":
|
|
47233
|
+
"line": 543
|
|
47197
47234
|
},
|
|
47198
47235
|
"name": "paths",
|
|
47199
47236
|
"optional": true,
|
|
@@ -47221,7 +47258,7 @@
|
|
|
47221
47258
|
"immutable": true,
|
|
47222
47259
|
"locationInModule": {
|
|
47223
47260
|
"filename": "src/javascript/typescript-config.ts",
|
|
47224
|
-
"line":
|
|
47261
|
+
"line": 433
|
|
47225
47262
|
},
|
|
47226
47263
|
"name": "resolveJsonModule",
|
|
47227
47264
|
"optional": true,
|
|
@@ -47239,7 +47276,7 @@
|
|
|
47239
47276
|
"immutable": true,
|
|
47240
47277
|
"locationInModule": {
|
|
47241
47278
|
"filename": "src/javascript/typescript-config.ts",
|
|
47242
|
-
"line":
|
|
47279
|
+
"line": 482
|
|
47243
47280
|
},
|
|
47244
47281
|
"name": "resolvePackageJsonExports",
|
|
47245
47282
|
"optional": true,
|
|
@@ -47257,7 +47294,7 @@
|
|
|
47257
47294
|
"immutable": true,
|
|
47258
47295
|
"locationInModule": {
|
|
47259
47296
|
"filename": "src/javascript/typescript-config.ts",
|
|
47260
|
-
"line":
|
|
47297
|
+
"line": 489
|
|
47261
47298
|
},
|
|
47262
47299
|
"name": "resolvePackageJsonImports",
|
|
47263
47300
|
"optional": true,
|
|
@@ -47275,7 +47312,7 @@
|
|
|
47275
47312
|
"immutable": true,
|
|
47276
47313
|
"locationInModule": {
|
|
47277
47314
|
"filename": "src/javascript/typescript-config.ts",
|
|
47278
|
-
"line":
|
|
47315
|
+
"line": 510
|
|
47279
47316
|
},
|
|
47280
47317
|
"name": "rootDir",
|
|
47281
47318
|
"optional": true,
|
|
@@ -47293,7 +47330,7 @@
|
|
|
47293
47330
|
"immutable": true,
|
|
47294
47331
|
"locationInModule": {
|
|
47295
47332
|
"filename": "src/javascript/typescript-config.ts",
|
|
47296
|
-
"line":
|
|
47333
|
+
"line": 440
|
|
47297
47334
|
},
|
|
47298
47335
|
"name": "skipLibCheck",
|
|
47299
47336
|
"optional": true,
|
|
@@ -47311,7 +47348,7 @@
|
|
|
47311
47348
|
"immutable": true,
|
|
47312
47349
|
"locationInModule": {
|
|
47313
47350
|
"filename": "src/javascript/typescript-config.ts",
|
|
47314
|
-
"line":
|
|
47351
|
+
"line": 281
|
|
47315
47352
|
},
|
|
47316
47353
|
"name": "sourceMap",
|
|
47317
47354
|
"optional": true,
|
|
@@ -47329,7 +47366,7 @@
|
|
|
47329
47366
|
"immutable": true,
|
|
47330
47367
|
"locationInModule": {
|
|
47331
47368
|
"filename": "src/javascript/typescript-config.ts",
|
|
47332
|
-
"line":
|
|
47369
|
+
"line": 289
|
|
47333
47370
|
},
|
|
47334
47371
|
"name": "sourceRoot",
|
|
47335
47372
|
"optional": true,
|
|
@@ -47348,7 +47385,7 @@
|
|
|
47348
47385
|
"immutable": true,
|
|
47349
47386
|
"locationInModule": {
|
|
47350
47387
|
"filename": "src/javascript/typescript-config.ts",
|
|
47351
|
-
"line":
|
|
47388
|
+
"line": 450
|
|
47352
47389
|
},
|
|
47353
47390
|
"name": "strict",
|
|
47354
47391
|
"optional": true,
|
|
@@ -47367,7 +47404,7 @@
|
|
|
47367
47404
|
"immutable": true,
|
|
47368
47405
|
"locationInModule": {
|
|
47369
47406
|
"filename": "src/javascript/typescript-config.ts",
|
|
47370
|
-
"line":
|
|
47407
|
+
"line": 460
|
|
47371
47408
|
},
|
|
47372
47409
|
"name": "strictNullChecks",
|
|
47373
47410
|
"optional": true,
|
|
@@ -47385,7 +47422,7 @@
|
|
|
47385
47422
|
"immutable": true,
|
|
47386
47423
|
"locationInModule": {
|
|
47387
47424
|
"filename": "src/javascript/typescript-config.ts",
|
|
47388
|
-
"line":
|
|
47425
|
+
"line": 468
|
|
47389
47426
|
},
|
|
47390
47427
|
"name": "strictPropertyInitialization",
|
|
47391
47428
|
"optional": true,
|
|
@@ -47403,7 +47440,7 @@
|
|
|
47403
47440
|
"immutable": true,
|
|
47404
47441
|
"locationInModule": {
|
|
47405
47442
|
"filename": "src/javascript/typescript-config.ts",
|
|
47406
|
-
"line":
|
|
47443
|
+
"line": 475
|
|
47407
47444
|
},
|
|
47408
47445
|
"name": "stripInternal",
|
|
47409
47446
|
"optional": true,
|
|
@@ -47422,7 +47459,7 @@
|
|
|
47422
47459
|
"immutable": true,
|
|
47423
47460
|
"locationInModule": {
|
|
47424
47461
|
"filename": "src/javascript/typescript-config.ts",
|
|
47425
|
-
"line":
|
|
47462
|
+
"line": 498
|
|
47426
47463
|
},
|
|
47427
47464
|
"name": "target",
|
|
47428
47465
|
"optional": true,
|
|
@@ -47430,6 +47467,24 @@
|
|
|
47430
47467
|
"primitive": "string"
|
|
47431
47468
|
}
|
|
47432
47469
|
},
|
|
47470
|
+
{
|
|
47471
|
+
"abstract": true,
|
|
47472
|
+
"docs": {
|
|
47473
|
+
"remarks": "You can read more about composite projects in the handbook.",
|
|
47474
|
+
"stability": "experimental",
|
|
47475
|
+
"summary": "This setting lets you specify a file for storing incremental compilation information as a part of composite projects which enables faster building of larger TypeScript codebases."
|
|
47476
|
+
},
|
|
47477
|
+
"immutable": true,
|
|
47478
|
+
"locationInModule": {
|
|
47479
|
+
"filename": "src/javascript/typescript-config.ts",
|
|
47480
|
+
"line": 567
|
|
47481
|
+
},
|
|
47482
|
+
"name": "tsBuildInfoFile",
|
|
47483
|
+
"optional": true,
|
|
47484
|
+
"type": {
|
|
47485
|
+
"primitive": "string"
|
|
47486
|
+
}
|
|
47487
|
+
},
|
|
47433
47488
|
{
|
|
47434
47489
|
"abstract": true,
|
|
47435
47490
|
"docs": {
|
|
@@ -47440,7 +47495,7 @@
|
|
|
47440
47495
|
"immutable": true,
|
|
47441
47496
|
"locationInModule": {
|
|
47442
47497
|
"filename": "src/javascript/typescript-config.ts",
|
|
47443
|
-
"line":
|
|
47498
|
+
"line": 549
|
|
47444
47499
|
},
|
|
47445
47500
|
"name": "types",
|
|
47446
47501
|
"optional": true,
|
|
@@ -47463,7 +47518,7 @@
|
|
|
47463
47518
|
"immutable": true,
|
|
47464
47519
|
"locationInModule": {
|
|
47465
47520
|
"filename": "src/javascript/typescript-config.ts",
|
|
47466
|
-
"line":
|
|
47521
|
+
"line": 529
|
|
47467
47522
|
},
|
|
47468
47523
|
"name": "useUnknownInCatchVariables",
|
|
47469
47524
|
"optional": true,
|
|
@@ -47482,7 +47537,7 @@
|
|
|
47482
47537
|
"immutable": true,
|
|
47483
47538
|
"locationInModule": {
|
|
47484
47539
|
"filename": "src/javascript/typescript-config.ts",
|
|
47485
|
-
"line":
|
|
47540
|
+
"line": 246
|
|
47486
47541
|
},
|
|
47487
47542
|
"name": "verbatimModuleSyntax",
|
|
47488
47543
|
"optional": true,
|
|
@@ -47663,7 +47718,7 @@
|
|
|
47663
47718
|
},
|
|
47664
47719
|
"locationInModule": {
|
|
47665
47720
|
"filename": "src/javascript/typescript-config.ts",
|
|
47666
|
-
"line":
|
|
47721
|
+
"line": 619
|
|
47667
47722
|
},
|
|
47668
47723
|
"parameters": [
|
|
47669
47724
|
{
|
|
@@ -47683,7 +47738,7 @@
|
|
|
47683
47738
|
"kind": "class",
|
|
47684
47739
|
"locationInModule": {
|
|
47685
47740
|
"filename": "src/javascript/typescript-config.ts",
|
|
47686
|
-
"line":
|
|
47741
|
+
"line": 611
|
|
47687
47742
|
},
|
|
47688
47743
|
"methods": [
|
|
47689
47744
|
{
|
|
@@ -47692,7 +47747,7 @@
|
|
|
47692
47747
|
},
|
|
47693
47748
|
"locationInModule": {
|
|
47694
47749
|
"filename": "src/javascript/typescript-config.ts",
|
|
47695
|
-
"line":
|
|
47750
|
+
"line": 741
|
|
47696
47751
|
},
|
|
47697
47752
|
"name": "addExclude",
|
|
47698
47753
|
"parameters": [
|
|
@@ -47714,7 +47769,7 @@
|
|
|
47714
47769
|
},
|
|
47715
47770
|
"locationInModule": {
|
|
47716
47771
|
"filename": "src/javascript/typescript-config.ts",
|
|
47717
|
-
"line":
|
|
47772
|
+
"line": 730
|
|
47718
47773
|
},
|
|
47719
47774
|
"name": "addExtends",
|
|
47720
47775
|
"parameters": [
|
|
@@ -47735,7 +47790,7 @@
|
|
|
47735
47790
|
},
|
|
47736
47791
|
"locationInModule": {
|
|
47737
47792
|
"filename": "src/javascript/typescript-config.ts",
|
|
47738
|
-
"line":
|
|
47793
|
+
"line": 737
|
|
47739
47794
|
},
|
|
47740
47795
|
"name": "addInclude",
|
|
47741
47796
|
"parameters": [
|
|
@@ -47754,7 +47809,7 @@
|
|
|
47754
47809
|
},
|
|
47755
47810
|
"locationInModule": {
|
|
47756
47811
|
"filename": "src/javascript/typescript-config.ts",
|
|
47757
|
-
"line":
|
|
47812
|
+
"line": 745
|
|
47758
47813
|
},
|
|
47759
47814
|
"name": "preSynthesize",
|
|
47760
47815
|
"overrides": "projen.Component"
|
|
@@ -47769,7 +47824,7 @@
|
|
|
47769
47824
|
},
|
|
47770
47825
|
"locationInModule": {
|
|
47771
47826
|
"filename": "src/javascript/typescript-config.ts",
|
|
47772
|
-
"line":
|
|
47827
|
+
"line": 669
|
|
47773
47828
|
},
|
|
47774
47829
|
"name": "resolveExtendsPath",
|
|
47775
47830
|
"parameters": [
|
|
@@ -47800,7 +47855,7 @@
|
|
|
47800
47855
|
"immutable": true,
|
|
47801
47856
|
"locationInModule": {
|
|
47802
47857
|
"filename": "src/javascript/typescript-config.ts",
|
|
47803
|
-
"line":
|
|
47858
|
+
"line": 613
|
|
47804
47859
|
},
|
|
47805
47860
|
"name": "compilerOptions",
|
|
47806
47861
|
"type": {
|
|
@@ -47814,7 +47869,7 @@
|
|
|
47814
47869
|
"immutable": true,
|
|
47815
47870
|
"locationInModule": {
|
|
47816
47871
|
"filename": "src/javascript/typescript-config.ts",
|
|
47817
|
-
"line":
|
|
47872
|
+
"line": 615
|
|
47818
47873
|
},
|
|
47819
47874
|
"name": "exclude",
|
|
47820
47875
|
"type": {
|
|
@@ -47834,7 +47889,7 @@
|
|
|
47834
47889
|
"immutable": true,
|
|
47835
47890
|
"locationInModule": {
|
|
47836
47891
|
"filename": "src/javascript/typescript-config.ts",
|
|
47837
|
-
"line":
|
|
47892
|
+
"line": 716
|
|
47838
47893
|
},
|
|
47839
47894
|
"name": "extends",
|
|
47840
47895
|
"type": {
|
|
@@ -47853,7 +47908,7 @@
|
|
|
47853
47908
|
"immutable": true,
|
|
47854
47909
|
"locationInModule": {
|
|
47855
47910
|
"filename": "src/javascript/typescript-config.ts",
|
|
47856
|
-
"line":
|
|
47911
|
+
"line": 617
|
|
47857
47912
|
},
|
|
47858
47913
|
"name": "file",
|
|
47859
47914
|
"type": {
|
|
@@ -47867,7 +47922,7 @@
|
|
|
47867
47922
|
"immutable": true,
|
|
47868
47923
|
"locationInModule": {
|
|
47869
47924
|
"filename": "src/javascript/typescript-config.ts",
|
|
47870
|
-
"line":
|
|
47925
|
+
"line": 616
|
|
47871
47926
|
},
|
|
47872
47927
|
"name": "fileName",
|
|
47873
47928
|
"type": {
|
|
@@ -47881,7 +47936,7 @@
|
|
|
47881
47936
|
"immutable": true,
|
|
47882
47937
|
"locationInModule": {
|
|
47883
47938
|
"filename": "src/javascript/typescript-config.ts",
|
|
47884
|
-
"line":
|
|
47939
|
+
"line": 614
|
|
47885
47940
|
},
|
|
47886
47941
|
"name": "include",
|
|
47887
47942
|
"type": {
|
|
@@ -47906,7 +47961,7 @@
|
|
|
47906
47961
|
"kind": "class",
|
|
47907
47962
|
"locationInModule": {
|
|
47908
47963
|
"filename": "src/javascript/typescript-config.ts",
|
|
47909
|
-
"line":
|
|
47964
|
+
"line": 574
|
|
47910
47965
|
},
|
|
47911
47966
|
"methods": [
|
|
47912
47967
|
{
|
|
@@ -47919,7 +47974,7 @@
|
|
|
47919
47974
|
},
|
|
47920
47975
|
"locationInModule": {
|
|
47921
47976
|
"filename": "src/javascript/typescript-config.ts",
|
|
47922
|
-
"line":
|
|
47977
|
+
"line": 583
|
|
47923
47978
|
},
|
|
47924
47979
|
"name": "fromPaths",
|
|
47925
47980
|
"parameters": [
|
|
@@ -47955,7 +48010,7 @@
|
|
|
47955
48010
|
},
|
|
47956
48011
|
"locationInModule": {
|
|
47957
48012
|
"filename": "src/javascript/typescript-config.ts",
|
|
47958
|
-
"line":
|
|
48013
|
+
"line": 595
|
|
47959
48014
|
},
|
|
47960
48015
|
"name": "fromTypescriptConfigs",
|
|
47961
48016
|
"parameters": [
|
|
@@ -47987,7 +48042,7 @@
|
|
|
47987
48042
|
},
|
|
47988
48043
|
"locationInModule": {
|
|
47989
48044
|
"filename": "src/javascript/typescript-config.ts",
|
|
47990
|
-
"line":
|
|
48045
|
+
"line": 606
|
|
47991
48046
|
},
|
|
47992
48047
|
"name": "toJSON",
|
|
47993
48048
|
"returns": {
|
|
@@ -52129,7 +52184,7 @@
|
|
|
52129
52184
|
},
|
|
52130
52185
|
"locationInModule": {
|
|
52131
52186
|
"filename": "src/python/poetry.ts",
|
|
52132
|
-
"line":
|
|
52187
|
+
"line": 35
|
|
52133
52188
|
},
|
|
52134
52189
|
"parameters": [
|
|
52135
52190
|
{
|
|
@@ -52141,7 +52196,7 @@
|
|
|
52141
52196
|
{
|
|
52142
52197
|
"name": "options",
|
|
52143
52198
|
"type": {
|
|
52144
|
-
"fqn": "projen.python.
|
|
52199
|
+
"fqn": "projen.python.PoetryOptions"
|
|
52145
52200
|
}
|
|
52146
52201
|
}
|
|
52147
52202
|
]
|
|
@@ -52154,7 +52209,7 @@
|
|
|
52154
52209
|
"kind": "class",
|
|
52155
52210
|
"locationInModule": {
|
|
52156
52211
|
"filename": "src/python/poetry.ts",
|
|
52157
|
-
"line":
|
|
52212
|
+
"line": 22
|
|
52158
52213
|
},
|
|
52159
52214
|
"methods": [
|
|
52160
52215
|
{
|
|
@@ -52164,7 +52219,7 @@
|
|
|
52164
52219
|
},
|
|
52165
52220
|
"locationInModule": {
|
|
52166
52221
|
"filename": "src/python/poetry.ts",
|
|
52167
|
-
"line":
|
|
52222
|
+
"line": 143
|
|
52168
52223
|
},
|
|
52169
52224
|
"name": "addDependency",
|
|
52170
52225
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -52187,7 +52242,7 @@
|
|
|
52187
52242
|
},
|
|
52188
52243
|
"locationInModule": {
|
|
52189
52244
|
"filename": "src/python/poetry.ts",
|
|
52190
|
-
"line":
|
|
52245
|
+
"line": 152
|
|
52191
52246
|
},
|
|
52192
52247
|
"name": "addDevDependency",
|
|
52193
52248
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -52210,7 +52265,7 @@
|
|
|
52210
52265
|
},
|
|
52211
52266
|
"locationInModule": {
|
|
52212
52267
|
"filename": "src/python/poetry.ts",
|
|
52213
|
-
"line":
|
|
52268
|
+
"line": 187
|
|
52214
52269
|
},
|
|
52215
52270
|
"name": "installDependencies",
|
|
52216
52271
|
"overrides": "projen.python.IPythonDeps"
|
|
@@ -52222,7 +52277,7 @@
|
|
|
52222
52277
|
},
|
|
52223
52278
|
"locationInModule": {
|
|
52224
52279
|
"filename": "src/python/poetry.ts",
|
|
52225
|
-
"line":
|
|
52280
|
+
"line": 159
|
|
52226
52281
|
},
|
|
52227
52282
|
"name": "setupEnvironment",
|
|
52228
52283
|
"overrides": "projen.python.IPythonEnv"
|
|
@@ -52239,7 +52294,7 @@
|
|
|
52239
52294
|
"immutable": true,
|
|
52240
52295
|
"locationInModule": {
|
|
52241
52296
|
"filename": "src/python/poetry.ts",
|
|
52242
|
-
"line":
|
|
52297
|
+
"line": 26
|
|
52243
52298
|
},
|
|
52244
52299
|
"name": "installTask",
|
|
52245
52300
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -52255,7 +52310,7 @@
|
|
|
52255
52310
|
"immutable": true,
|
|
52256
52311
|
"locationInModule": {
|
|
52257
52312
|
"filename": "src/python/poetry.ts",
|
|
52258
|
-
"line":
|
|
52313
|
+
"line": 27
|
|
52259
52314
|
},
|
|
52260
52315
|
"name": "publishTask",
|
|
52261
52316
|
"overrides": "projen.python.IPythonPackaging",
|
|
@@ -52271,7 +52326,7 @@
|
|
|
52271
52326
|
"immutable": true,
|
|
52272
52327
|
"locationInModule": {
|
|
52273
52328
|
"filename": "src/python/poetry.ts",
|
|
52274
|
-
"line":
|
|
52329
|
+
"line": 33
|
|
52275
52330
|
},
|
|
52276
52331
|
"name": "publishTestTask",
|
|
52277
52332
|
"type": {
|
|
@@ -52281,6 +52336,26 @@
|
|
|
52281
52336
|
],
|
|
52282
52337
|
"symbolId": "src/python/poetry:Poetry"
|
|
52283
52338
|
},
|
|
52339
|
+
"projen.python.PoetryOptions": {
|
|
52340
|
+
"assembly": "projen",
|
|
52341
|
+
"datatype": true,
|
|
52342
|
+
"docs": {
|
|
52343
|
+
"stability": "experimental"
|
|
52344
|
+
},
|
|
52345
|
+
"fqn": "projen.python.PoetryOptions",
|
|
52346
|
+
"interfaces": [
|
|
52347
|
+
"projen.python.PythonPackagingOptions",
|
|
52348
|
+
"projen.python.PythonExecutableOptions"
|
|
52349
|
+
],
|
|
52350
|
+
"kind": "interface",
|
|
52351
|
+
"locationInModule": {
|
|
52352
|
+
"filename": "src/python/poetry.ts",
|
|
52353
|
+
"line": 14
|
|
52354
|
+
},
|
|
52355
|
+
"name": "PoetryOptions",
|
|
52356
|
+
"namespace": "python",
|
|
52357
|
+
"symbolId": "src/python/poetry:PoetryOptions"
|
|
52358
|
+
},
|
|
52284
52359
|
"projen.python.PoetryPyproject": {
|
|
52285
52360
|
"assembly": "projen",
|
|
52286
52361
|
"base": "projen.Component",
|
|
@@ -52296,7 +52371,7 @@
|
|
|
52296
52371
|
},
|
|
52297
52372
|
"locationInModule": {
|
|
52298
52373
|
"filename": "src/python/poetry.ts",
|
|
52299
|
-
"line":
|
|
52374
|
+
"line": 341
|
|
52300
52375
|
},
|
|
52301
52376
|
"parameters": [
|
|
52302
52377
|
{
|
|
@@ -52316,7 +52391,7 @@
|
|
|
52316
52391
|
"kind": "class",
|
|
52317
52392
|
"locationInModule": {
|
|
52318
52393
|
"filename": "src/python/poetry.ts",
|
|
52319
|
-
"line":
|
|
52394
|
+
"line": 338
|
|
52320
52395
|
},
|
|
52321
52396
|
"name": "PoetryPyproject",
|
|
52322
52397
|
"namespace": "python",
|
|
@@ -52328,7 +52403,7 @@
|
|
|
52328
52403
|
"immutable": true,
|
|
52329
52404
|
"locationInModule": {
|
|
52330
52405
|
"filename": "src/python/poetry.ts",
|
|
52331
|
-
"line":
|
|
52406
|
+
"line": 339
|
|
52332
52407
|
},
|
|
52333
52408
|
"name": "file",
|
|
52334
52409
|
"type": {
|
|
@@ -52353,7 +52428,7 @@
|
|
|
52353
52428
|
"kind": "interface",
|
|
52354
52429
|
"locationInModule": {
|
|
52355
52430
|
"filename": "src/python/poetry.ts",
|
|
52356
|
-
"line":
|
|
52431
|
+
"line": 314
|
|
52357
52432
|
},
|
|
52358
52433
|
"name": "PoetryPyprojectOptions",
|
|
52359
52434
|
"namespace": "python",
|
|
@@ -52369,7 +52444,7 @@
|
|
|
52369
52444
|
"immutable": true,
|
|
52370
52445
|
"locationInModule": {
|
|
52371
52446
|
"filename": "src/python/poetry.ts",
|
|
52372
|
-
"line":
|
|
52447
|
+
"line": 323
|
|
52373
52448
|
},
|
|
52374
52449
|
"name": "dependencies",
|
|
52375
52450
|
"optional": true,
|
|
@@ -52392,7 +52467,7 @@
|
|
|
52392
52467
|
"immutable": true,
|
|
52393
52468
|
"locationInModule": {
|
|
52394
52469
|
"filename": "src/python/poetry.ts",
|
|
52395
|
-
"line":
|
|
52470
|
+
"line": 330
|
|
52396
52471
|
},
|
|
52397
52472
|
"name": "devDependencies",
|
|
52398
52473
|
"optional": true,
|
|
@@ -52420,7 +52495,7 @@
|
|
|
52420
52495
|
"kind": "interface",
|
|
52421
52496
|
"locationInModule": {
|
|
52422
52497
|
"filename": "src/python/poetry.ts",
|
|
52423
|
-
"line":
|
|
52498
|
+
"line": 198
|
|
52424
52499
|
},
|
|
52425
52500
|
"name": "PoetryPyprojectOptionsWithoutDeps",
|
|
52426
52501
|
"namespace": "python",
|
|
@@ -52435,7 +52510,7 @@
|
|
|
52435
52510
|
"immutable": true,
|
|
52436
52511
|
"locationInModule": {
|
|
52437
52512
|
"filename": "src/python/poetry.ts",
|
|
52438
|
-
"line":
|
|
52513
|
+
"line": 225
|
|
52439
52514
|
},
|
|
52440
52515
|
"name": "authors",
|
|
52441
52516
|
"optional": true,
|
|
@@ -52458,7 +52533,7 @@
|
|
|
52458
52533
|
"immutable": true,
|
|
52459
52534
|
"locationInModule": {
|
|
52460
52535
|
"filename": "src/python/poetry.ts",
|
|
52461
|
-
"line":
|
|
52536
|
+
"line": 262
|
|
52462
52537
|
},
|
|
52463
52538
|
"name": "classifiers",
|
|
52464
52539
|
"optional": true,
|
|
@@ -52480,7 +52555,7 @@
|
|
|
52480
52555
|
"immutable": true,
|
|
52481
52556
|
"locationInModule": {
|
|
52482
52557
|
"filename": "src/python/poetry.ts",
|
|
52483
|
-
"line":
|
|
52558
|
+
"line": 212
|
|
52484
52559
|
},
|
|
52485
52560
|
"name": "description",
|
|
52486
52561
|
"optional": true,
|
|
@@ -52497,7 +52572,7 @@
|
|
|
52497
52572
|
"immutable": true,
|
|
52498
52573
|
"locationInModule": {
|
|
52499
52574
|
"filename": "src/python/poetry.ts",
|
|
52500
|
-
"line":
|
|
52575
|
+
"line": 250
|
|
52501
52576
|
},
|
|
52502
52577
|
"name": "documentation",
|
|
52503
52578
|
"optional": true,
|
|
@@ -52515,7 +52590,7 @@
|
|
|
52515
52590
|
"immutable": true,
|
|
52516
52591
|
"locationInModule": {
|
|
52517
52592
|
"filename": "src/python/poetry.ts",
|
|
52518
|
-
"line":
|
|
52593
|
+
"line": 280
|
|
52519
52594
|
},
|
|
52520
52595
|
"name": "exclude",
|
|
52521
52596
|
"optional": true,
|
|
@@ -52537,7 +52612,7 @@
|
|
|
52537
52612
|
"immutable": true,
|
|
52538
52613
|
"locationInModule": {
|
|
52539
52614
|
"filename": "src/python/poetry.ts",
|
|
52540
|
-
"line":
|
|
52615
|
+
"line": 295
|
|
52541
52616
|
},
|
|
52542
52617
|
"name": "extras",
|
|
52543
52618
|
"optional": true,
|
|
@@ -52564,7 +52639,7 @@
|
|
|
52564
52639
|
"immutable": true,
|
|
52565
52640
|
"locationInModule": {
|
|
52566
52641
|
"filename": "src/python/poetry.ts",
|
|
52567
|
-
"line":
|
|
52642
|
+
"line": 240
|
|
52568
52643
|
},
|
|
52569
52644
|
"name": "homepage",
|
|
52570
52645
|
"optional": true,
|
|
@@ -52581,7 +52656,7 @@
|
|
|
52581
52656
|
"immutable": true,
|
|
52582
52657
|
"locationInModule": {
|
|
52583
52658
|
"filename": "src/python/poetry.ts",
|
|
52584
|
-
"line":
|
|
52659
|
+
"line": 272
|
|
52585
52660
|
},
|
|
52586
52661
|
"name": "include",
|
|
52587
52662
|
"optional": true,
|
|
@@ -52603,7 +52678,7 @@
|
|
|
52603
52678
|
"immutable": true,
|
|
52604
52679
|
"locationInModule": {
|
|
52605
52680
|
"filename": "src/python/poetry.ts",
|
|
52606
|
-
"line":
|
|
52681
|
+
"line": 255
|
|
52607
52682
|
},
|
|
52608
52683
|
"name": "keywords",
|
|
52609
52684
|
"optional": true,
|
|
@@ -52626,7 +52701,7 @@
|
|
|
52626
52701
|
"immutable": true,
|
|
52627
52702
|
"locationInModule": {
|
|
52628
52703
|
"filename": "src/python/poetry.ts",
|
|
52629
|
-
"line":
|
|
52704
|
+
"line": 220
|
|
52630
52705
|
},
|
|
52631
52706
|
"name": "license",
|
|
52632
52707
|
"optional": true,
|
|
@@ -52644,7 +52719,7 @@
|
|
|
52644
52719
|
"immutable": true,
|
|
52645
52720
|
"locationInModule": {
|
|
52646
52721
|
"filename": "src/python/poetry.ts",
|
|
52647
|
-
"line":
|
|
52722
|
+
"line": 230
|
|
52648
52723
|
},
|
|
52649
52724
|
"name": "maintainers",
|
|
52650
52725
|
"optional": true,
|
|
@@ -52666,7 +52741,7 @@
|
|
|
52666
52741
|
"immutable": true,
|
|
52667
52742
|
"locationInModule": {
|
|
52668
52743
|
"filename": "src/python/poetry.ts",
|
|
52669
|
-
"line":
|
|
52744
|
+
"line": 202
|
|
52670
52745
|
},
|
|
52671
52746
|
"name": "name",
|
|
52672
52747
|
"optional": true,
|
|
@@ -52683,7 +52758,7 @@
|
|
|
52683
52758
|
"immutable": true,
|
|
52684
52759
|
"locationInModule": {
|
|
52685
52760
|
"filename": "src/python/poetry.ts",
|
|
52686
|
-
"line":
|
|
52761
|
+
"line": 267
|
|
52687
52762
|
},
|
|
52688
52763
|
"name": "packages",
|
|
52689
52764
|
"optional": true,
|
|
@@ -52707,7 +52782,7 @@
|
|
|
52707
52782
|
"immutable": true,
|
|
52708
52783
|
"locationInModule": {
|
|
52709
52784
|
"filename": "src/python/poetry.ts",
|
|
52710
|
-
"line":
|
|
52785
|
+
"line": 301
|
|
52711
52786
|
},
|
|
52712
52787
|
"name": "plugins",
|
|
52713
52788
|
"optional": true,
|
|
@@ -52724,7 +52799,7 @@
|
|
|
52724
52799
|
"immutable": true,
|
|
52725
52800
|
"locationInModule": {
|
|
52726
52801
|
"filename": "src/python/poetry.ts",
|
|
52727
|
-
"line":
|
|
52802
|
+
"line": 235
|
|
52728
52803
|
},
|
|
52729
52804
|
"name": "readme",
|
|
52730
52805
|
"optional": true,
|
|
@@ -52741,7 +52816,7 @@
|
|
|
52741
52816
|
"immutable": true,
|
|
52742
52817
|
"locationInModule": {
|
|
52743
52818
|
"filename": "src/python/poetry.ts",
|
|
52744
|
-
"line":
|
|
52819
|
+
"line": 245
|
|
52745
52820
|
},
|
|
52746
52821
|
"name": "repository",
|
|
52747
52822
|
"optional": true,
|
|
@@ -52758,7 +52833,7 @@
|
|
|
52758
52833
|
"immutable": true,
|
|
52759
52834
|
"locationInModule": {
|
|
52760
52835
|
"filename": "src/python/poetry.ts",
|
|
52761
|
-
"line":
|
|
52836
|
+
"line": 285
|
|
52762
52837
|
},
|
|
52763
52838
|
"name": "scripts",
|
|
52764
52839
|
"optional": true,
|
|
@@ -52780,7 +52855,7 @@
|
|
|
52780
52855
|
"immutable": true,
|
|
52781
52856
|
"locationInModule": {
|
|
52782
52857
|
"filename": "src/python/poetry.ts",
|
|
52783
|
-
"line":
|
|
52858
|
+
"line": 290
|
|
52784
52859
|
},
|
|
52785
52860
|
"name": "source",
|
|
52786
52861
|
"optional": true,
|
|
@@ -52803,7 +52878,7 @@
|
|
|
52803
52878
|
"immutable": true,
|
|
52804
52879
|
"locationInModule": {
|
|
52805
52880
|
"filename": "src/python/poetry.ts",
|
|
52806
|
-
"line":
|
|
52881
|
+
"line": 307
|
|
52807
52882
|
},
|
|
52808
52883
|
"name": "urls",
|
|
52809
52884
|
"optional": true,
|
|
@@ -52825,7 +52900,7 @@
|
|
|
52825
52900
|
"immutable": true,
|
|
52826
52901
|
"locationInModule": {
|
|
52827
52902
|
"filename": "src/python/poetry.ts",
|
|
52828
|
-
"line":
|
|
52903
|
+
"line": 207
|
|
52829
52904
|
},
|
|
52830
52905
|
"name": "version",
|
|
52831
52906
|
"optional": true,
|
|
@@ -53202,6 +53277,42 @@
|
|
|
53202
53277
|
],
|
|
53203
53278
|
"symbolId": "src/python/pytest-sample:PytestSampleOptions"
|
|
53204
53279
|
},
|
|
53280
|
+
"projen.python.PythonExecutableOptions": {
|
|
53281
|
+
"assembly": "projen",
|
|
53282
|
+
"datatype": true,
|
|
53283
|
+
"docs": {
|
|
53284
|
+
"stability": "experimental"
|
|
53285
|
+
},
|
|
53286
|
+
"fqn": "projen.python.PythonExecutableOptions",
|
|
53287
|
+
"kind": "interface",
|
|
53288
|
+
"locationInModule": {
|
|
53289
|
+
"filename": "src/python/python-project.ts",
|
|
53290
|
+
"line": 27
|
|
53291
|
+
},
|
|
53292
|
+
"name": "PythonExecutableOptions",
|
|
53293
|
+
"namespace": "python",
|
|
53294
|
+
"properties": [
|
|
53295
|
+
{
|
|
53296
|
+
"abstract": true,
|
|
53297
|
+
"docs": {
|
|
53298
|
+
"default": "\"python\"",
|
|
53299
|
+
"stability": "experimental",
|
|
53300
|
+
"summary": "Path to the python executable to use."
|
|
53301
|
+
},
|
|
53302
|
+
"immutable": true,
|
|
53303
|
+
"locationInModule": {
|
|
53304
|
+
"filename": "src/python/python-project.ts",
|
|
53305
|
+
"line": 32
|
|
53306
|
+
},
|
|
53307
|
+
"name": "pythonExec",
|
|
53308
|
+
"optional": true,
|
|
53309
|
+
"type": {
|
|
53310
|
+
"primitive": "string"
|
|
53311
|
+
}
|
|
53312
|
+
}
|
|
53313
|
+
],
|
|
53314
|
+
"symbolId": "src/python/python-project:PythonExecutableOptions"
|
|
53315
|
+
},
|
|
53205
53316
|
"projen.python.PythonPackagingOptions": {
|
|
53206
53317
|
"assembly": "projen",
|
|
53207
53318
|
"datatype": true,
|
|
@@ -53424,7 +53535,7 @@
|
|
|
53424
53535
|
},
|
|
53425
53536
|
"locationInModule": {
|
|
53426
53537
|
"filename": "src/python/python-project.ts",
|
|
53427
|
-
"line":
|
|
53538
|
+
"line": 230
|
|
53428
53539
|
},
|
|
53429
53540
|
"parameters": [
|
|
53430
53541
|
{
|
|
@@ -53438,7 +53549,7 @@
|
|
|
53438
53549
|
"kind": "class",
|
|
53439
53550
|
"locationInModule": {
|
|
53440
53551
|
"filename": "src/python/python-project.ts",
|
|
53441
|
-
"line":
|
|
53552
|
+
"line": 198
|
|
53442
53553
|
},
|
|
53443
53554
|
"methods": [
|
|
53444
53555
|
{
|
|
@@ -53448,7 +53559,7 @@
|
|
|
53448
53559
|
},
|
|
53449
53560
|
"locationInModule": {
|
|
53450
53561
|
"filename": "src/python/python-project.ts",
|
|
53451
|
-
"line":
|
|
53562
|
+
"line": 533
|
|
53452
53563
|
},
|
|
53453
53564
|
"name": "addDependency",
|
|
53454
53565
|
"parameters": [
|
|
@@ -53470,7 +53581,7 @@
|
|
|
53470
53581
|
},
|
|
53471
53582
|
"locationInModule": {
|
|
53472
53583
|
"filename": "src/python/python-project.ts",
|
|
53473
|
-
"line":
|
|
53584
|
+
"line": 542
|
|
53474
53585
|
},
|
|
53475
53586
|
"name": "addDevDependency",
|
|
53476
53587
|
"parameters": [
|
|
@@ -53493,7 +53604,7 @@
|
|
|
53493
53604
|
},
|
|
53494
53605
|
"locationInModule": {
|
|
53495
53606
|
"filename": "src/python/python-project.ts",
|
|
53496
|
-
"line":
|
|
53607
|
+
"line": 546
|
|
53497
53608
|
},
|
|
53498
53609
|
"name": "postSynthesize",
|
|
53499
53610
|
"overrides": "projen.Project"
|
|
@@ -53510,7 +53621,7 @@
|
|
|
53510
53621
|
"immutable": true,
|
|
53511
53622
|
"locationInModule": {
|
|
53512
53623
|
"filename": "src/python/python-project.ts",
|
|
53513
|
-
"line":
|
|
53624
|
+
"line": 213
|
|
53514
53625
|
},
|
|
53515
53626
|
"name": "depsManager",
|
|
53516
53627
|
"type": {
|
|
@@ -53525,7 +53636,7 @@
|
|
|
53525
53636
|
"immutable": true,
|
|
53526
53637
|
"locationInModule": {
|
|
53527
53638
|
"filename": "src/python/python-project.ts",
|
|
53528
|
-
"line":
|
|
53639
|
+
"line": 218
|
|
53529
53640
|
},
|
|
53530
53641
|
"name": "envManager",
|
|
53531
53642
|
"type": {
|
|
@@ -53540,7 +53651,7 @@
|
|
|
53540
53651
|
"immutable": true,
|
|
53541
53652
|
"locationInModule": {
|
|
53542
53653
|
"filename": "src/python/python-project.ts",
|
|
53543
|
-
"line":
|
|
53654
|
+
"line": 203
|
|
53544
53655
|
},
|
|
53545
53656
|
"name": "moduleName",
|
|
53546
53657
|
"type": {
|
|
@@ -53555,7 +53666,7 @@
|
|
|
53555
53666
|
"immutable": true,
|
|
53556
53667
|
"locationInModule": {
|
|
53557
53668
|
"filename": "src/python/python-project.ts",
|
|
53558
|
-
"line":
|
|
53669
|
+
"line": 208
|
|
53559
53670
|
},
|
|
53560
53671
|
"name": "version",
|
|
53561
53672
|
"type": {
|
|
@@ -53571,7 +53682,7 @@
|
|
|
53571
53682
|
"immutable": true,
|
|
53572
53683
|
"locationInModule": {
|
|
53573
53684
|
"filename": "src/python/python-project.ts",
|
|
53574
|
-
"line":
|
|
53685
|
+
"line": 223
|
|
53575
53686
|
},
|
|
53576
53687
|
"name": "packagingManager",
|
|
53577
53688
|
"optional": true,
|
|
@@ -53586,7 +53697,7 @@
|
|
|
53586
53697
|
},
|
|
53587
53698
|
"locationInModule": {
|
|
53588
53699
|
"filename": "src/python/python-project.ts",
|
|
53589
|
-
"line":
|
|
53700
|
+
"line": 228
|
|
53590
53701
|
},
|
|
53591
53702
|
"name": "pytest",
|
|
53592
53703
|
"optional": true,
|
|
@@ -53607,12 +53718,13 @@
|
|
|
53607
53718
|
"fqn": "projen.python.PythonProjectOptions",
|
|
53608
53719
|
"interfaces": [
|
|
53609
53720
|
"projen.github.GitHubProjectOptions",
|
|
53610
|
-
"projen.python.PythonPackagingOptions"
|
|
53721
|
+
"projen.python.PythonPackagingOptions",
|
|
53722
|
+
"projen.python.PythonExecutableOptions"
|
|
53611
53723
|
],
|
|
53612
53724
|
"kind": "interface",
|
|
53613
53725
|
"locationInModule": {
|
|
53614
53726
|
"filename": "src/python/python-project.ts",
|
|
53615
|
-
"line":
|
|
53727
|
+
"line": 38
|
|
53616
53728
|
},
|
|
53617
53729
|
"name": "PythonProjectOptions",
|
|
53618
53730
|
"namespace": "python",
|
|
@@ -53628,7 +53740,7 @@
|
|
|
53628
53740
|
"immutable": true,
|
|
53629
53741
|
"locationInModule": {
|
|
53630
53742
|
"filename": "src/python/python-project.ts",
|
|
53631
|
-
"line":
|
|
53743
|
+
"line": 51
|
|
53632
53744
|
},
|
|
53633
53745
|
"name": "moduleName",
|
|
53634
53746
|
"type": {
|
|
@@ -53649,7 +53761,7 @@
|
|
|
53649
53761
|
"immutable": true,
|
|
53650
53762
|
"locationInModule": {
|
|
53651
53763
|
"filename": "src/python/python-project.ts",
|
|
53652
|
-
"line":
|
|
53764
|
+
"line": 65
|
|
53653
53765
|
},
|
|
53654
53766
|
"name": "deps",
|
|
53655
53767
|
"optional": true,
|
|
@@ -53676,7 +53788,7 @@
|
|
|
53676
53788
|
"immutable": true,
|
|
53677
53789
|
"locationInModule": {
|
|
53678
53790
|
"filename": "src/python/python-project.ts",
|
|
53679
|
-
"line":
|
|
53791
|
+
"line": 77
|
|
53680
53792
|
},
|
|
53681
53793
|
"name": "devDeps",
|
|
53682
53794
|
"optional": true,
|
|
@@ -53702,7 +53814,7 @@
|
|
|
53702
53814
|
"immutable": true,
|
|
53703
53815
|
"locationInModule": {
|
|
53704
53816
|
"filename": "src/python/python-project.ts",
|
|
53705
|
-
"line":
|
|
53817
|
+
"line": 87
|
|
53706
53818
|
},
|
|
53707
53819
|
"name": "pip",
|
|
53708
53820
|
"optional": true,
|
|
@@ -53724,7 +53836,7 @@
|
|
|
53724
53836
|
"immutable": true,
|
|
53725
53837
|
"locationInModule": {
|
|
53726
53838
|
"filename": "src/python/python-project.ts",
|
|
53727
|
-
"line":
|
|
53839
|
+
"line": 121
|
|
53728
53840
|
},
|
|
53729
53841
|
"name": "poetry",
|
|
53730
53842
|
"optional": true,
|
|
@@ -53743,7 +53855,7 @@
|
|
|
53743
53855
|
"immutable": true,
|
|
53744
53856
|
"locationInModule": {
|
|
53745
53857
|
"filename": "src/python/python-project.ts",
|
|
53746
|
-
"line":
|
|
53858
|
+
"line": 168
|
|
53747
53859
|
},
|
|
53748
53860
|
"name": "projenrcJs",
|
|
53749
53861
|
"optional": true,
|
|
@@ -53761,7 +53873,7 @@
|
|
|
53761
53873
|
"immutable": true,
|
|
53762
53874
|
"locationInModule": {
|
|
53763
53875
|
"filename": "src/python/python-project.ts",
|
|
53764
|
-
"line":
|
|
53876
|
+
"line": 174
|
|
53765
53877
|
},
|
|
53766
53878
|
"name": "projenrcJsOptions",
|
|
53767
53879
|
"optional": true,
|
|
@@ -53780,7 +53892,7 @@
|
|
|
53780
53892
|
"immutable": true,
|
|
53781
53893
|
"locationInModule": {
|
|
53782
53894
|
"filename": "src/python/python-project.ts",
|
|
53783
|
-
"line":
|
|
53895
|
+
"line": 152
|
|
53784
53896
|
},
|
|
53785
53897
|
"name": "projenrcPython",
|
|
53786
53898
|
"optional": true,
|
|
@@ -53798,7 +53910,7 @@
|
|
|
53798
53910
|
"immutable": true,
|
|
53799
53911
|
"locationInModule": {
|
|
53800
53912
|
"filename": "src/python/python-project.ts",
|
|
53801
|
-
"line":
|
|
53913
|
+
"line": 158
|
|
53802
53914
|
},
|
|
53803
53915
|
"name": "projenrcPythonOptions",
|
|
53804
53916
|
"optional": true,
|
|
@@ -53817,7 +53929,7 @@
|
|
|
53817
53929
|
"immutable": true,
|
|
53818
53930
|
"locationInModule": {
|
|
53819
53931
|
"filename": "src/python/python-project.ts",
|
|
53820
|
-
"line":
|
|
53932
|
+
"line": 184
|
|
53821
53933
|
},
|
|
53822
53934
|
"name": "projenrcTs",
|
|
53823
53935
|
"optional": true,
|
|
@@ -53835,7 +53947,7 @@
|
|
|
53835
53947
|
"immutable": true,
|
|
53836
53948
|
"locationInModule": {
|
|
53837
53949
|
"filename": "src/python/python-project.ts",
|
|
53838
|
-
"line":
|
|
53950
|
+
"line": 190
|
|
53839
53951
|
},
|
|
53840
53952
|
"name": "projenrcTsOptions",
|
|
53841
53953
|
"optional": true,
|
|
@@ -53856,7 +53968,7 @@
|
|
|
53856
53968
|
"immutable": true,
|
|
53857
53969
|
"locationInModule": {
|
|
53858
53970
|
"filename": "src/python/python-project.ts",
|
|
53859
|
-
"line":
|
|
53971
|
+
"line": 130
|
|
53860
53972
|
},
|
|
53861
53973
|
"name": "pytest",
|
|
53862
53974
|
"optional": true,
|
|
@@ -53874,7 +53986,7 @@
|
|
|
53874
53986
|
"immutable": true,
|
|
53875
53987
|
"locationInModule": {
|
|
53876
53988
|
"filename": "src/python/python-project.ts",
|
|
53877
|
-
"line":
|
|
53989
|
+
"line": 136
|
|
53878
53990
|
},
|
|
53879
53991
|
"name": "pytestOptions",
|
|
53880
53992
|
"optional": true,
|
|
@@ -53882,24 +53994,6 @@
|
|
|
53882
53994
|
"fqn": "projen.python.PytestOptions"
|
|
53883
53995
|
}
|
|
53884
53996
|
},
|
|
53885
|
-
{
|
|
53886
|
-
"abstract": true,
|
|
53887
|
-
"docs": {
|
|
53888
|
-
"default": "\"python\"",
|
|
53889
|
-
"stability": "experimental",
|
|
53890
|
-
"summary": "Path to the python executable to use."
|
|
53891
|
-
},
|
|
53892
|
-
"immutable": true,
|
|
53893
|
-
"locationInModule": {
|
|
53894
|
-
"filename": "src/python/python-project.ts",
|
|
53895
|
-
"line": 120
|
|
53896
|
-
},
|
|
53897
|
-
"name": "pythonExec",
|
|
53898
|
-
"optional": true,
|
|
53899
|
-
"type": {
|
|
53900
|
-
"primitive": "string"
|
|
53901
|
-
}
|
|
53902
|
-
},
|
|
53903
53997
|
{
|
|
53904
53998
|
"abstract": true,
|
|
53905
53999
|
"docs": {
|
|
@@ -53910,7 +54004,7 @@
|
|
|
53910
54004
|
"immutable": true,
|
|
53911
54005
|
"locationInModule": {
|
|
53912
54006
|
"filename": "src/python/python-project.ts",
|
|
53913
|
-
"line":
|
|
54007
|
+
"line": 142
|
|
53914
54008
|
},
|
|
53915
54009
|
"name": "sample",
|
|
53916
54010
|
"optional": true,
|
|
@@ -53931,7 +54025,7 @@
|
|
|
53931
54025
|
"immutable": true,
|
|
53932
54026
|
"locationInModule": {
|
|
53933
54027
|
"filename": "src/python/python-project.ts",
|
|
53934
|
-
"line":
|
|
54028
|
+
"line": 109
|
|
53935
54029
|
},
|
|
53936
54030
|
"name": "setuptools",
|
|
53937
54031
|
"optional": true,
|
|
@@ -53952,7 +54046,7 @@
|
|
|
53952
54046
|
"immutable": true,
|
|
53953
54047
|
"locationInModule": {
|
|
53954
54048
|
"filename": "src/python/python-project.ts",
|
|
53955
|
-
"line":
|
|
54049
|
+
"line": 95
|
|
53956
54050
|
},
|
|
53957
54051
|
"name": "venv",
|
|
53958
54052
|
"optional": true,
|
|
@@ -53970,7 +54064,7 @@
|
|
|
53970
54064
|
"immutable": true,
|
|
53971
54065
|
"locationInModule": {
|
|
53972
54066
|
"filename": "src/python/python-project.ts",
|
|
53973
|
-
"line":
|
|
54067
|
+
"line": 101
|
|
53974
54068
|
},
|
|
53975
54069
|
"name": "venvOptions",
|
|
53976
54070
|
"optional": true,
|
|
@@ -54481,7 +54575,7 @@
|
|
|
54481
54575
|
},
|
|
54482
54576
|
"locationInModule": {
|
|
54483
54577
|
"filename": "src/python/setuptools.ts",
|
|
54484
|
-
"line":
|
|
54578
|
+
"line": 26
|
|
54485
54579
|
},
|
|
54486
54580
|
"parameters": [
|
|
54487
54581
|
{
|
|
@@ -54493,7 +54587,7 @@
|
|
|
54493
54587
|
{
|
|
54494
54588
|
"name": "options",
|
|
54495
54589
|
"type": {
|
|
54496
|
-
"fqn": "projen.python.
|
|
54590
|
+
"fqn": "projen.python.SetuptoolsOptions"
|
|
54497
54591
|
}
|
|
54498
54592
|
}
|
|
54499
54593
|
]
|
|
@@ -54504,7 +54598,7 @@
|
|
|
54504
54598
|
"kind": "class",
|
|
54505
54599
|
"locationInModule": {
|
|
54506
54600
|
"filename": "src/python/setuptools.ts",
|
|
54507
|
-
"line":
|
|
54601
|
+
"line": 16
|
|
54508
54602
|
},
|
|
54509
54603
|
"name": "Setuptools",
|
|
54510
54604
|
"namespace": "python",
|
|
@@ -54517,7 +54611,7 @@
|
|
|
54517
54611
|
"immutable": true,
|
|
54518
54612
|
"locationInModule": {
|
|
54519
54613
|
"filename": "src/python/setuptools.ts",
|
|
54520
|
-
"line":
|
|
54614
|
+
"line": 17
|
|
54521
54615
|
},
|
|
54522
54616
|
"name": "publishTask",
|
|
54523
54617
|
"overrides": "projen.python.IPythonPackaging",
|
|
@@ -54533,7 +54627,7 @@
|
|
|
54533
54627
|
"immutable": true,
|
|
54534
54628
|
"locationInModule": {
|
|
54535
54629
|
"filename": "src/python/setuptools.ts",
|
|
54536
|
-
"line":
|
|
54630
|
+
"line": 22
|
|
54537
54631
|
},
|
|
54538
54632
|
"name": "publishTestTask",
|
|
54539
54633
|
"type": {
|
|
@@ -54543,6 +54637,26 @@
|
|
|
54543
54637
|
],
|
|
54544
54638
|
"symbolId": "src/python/setuptools:Setuptools"
|
|
54545
54639
|
},
|
|
54640
|
+
"projen.python.SetuptoolsOptions": {
|
|
54641
|
+
"assembly": "projen",
|
|
54642
|
+
"datatype": true,
|
|
54643
|
+
"docs": {
|
|
54644
|
+
"stability": "experimental"
|
|
54645
|
+
},
|
|
54646
|
+
"fqn": "projen.python.SetuptoolsOptions",
|
|
54647
|
+
"interfaces": [
|
|
54648
|
+
"projen.python.PythonPackagingOptions",
|
|
54649
|
+
"projen.python.PythonExecutableOptions"
|
|
54650
|
+
],
|
|
54651
|
+
"kind": "interface",
|
|
54652
|
+
"locationInModule": {
|
|
54653
|
+
"filename": "src/python/setuptools.ts",
|
|
54654
|
+
"line": 9
|
|
54655
|
+
},
|
|
54656
|
+
"name": "SetuptoolsOptions",
|
|
54657
|
+
"namespace": "python",
|
|
54658
|
+
"symbolId": "src/python/setuptools:SetuptoolsOptions"
|
|
54659
|
+
},
|
|
54546
54660
|
"projen.python.Venv": {
|
|
54547
54661
|
"assembly": "projen",
|
|
54548
54662
|
"base": "projen.Component",
|
|
@@ -61807,6 +61921,6 @@
|
|
|
61807
61921
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
61808
61922
|
}
|
|
61809
61923
|
},
|
|
61810
|
-
"version": "0.79.
|
|
61811
|
-
"fingerprint": "
|
|
61924
|
+
"version": "0.79.7",
|
|
61925
|
+
"fingerprint": "fzINBSsjxLhjYEu9j5M9yDSm/ZxGmXCMpwFElF8xUTM="
|
|
61812
61926
|
}
|