projen 0.79.22 → 0.79.24
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 +880 -361
- 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 +4 -3
- 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 +4 -3
- 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 +3 -3
- 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.d.ts +274 -1
- package/lib/javascript/bundler.js +177 -11
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +8 -6
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.d.ts +17 -0
- package/lib/javascript/node-package.js +12 -4
- package/lib/javascript/node-project.js +4 -3
- 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.js +2 -2
- 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 +4 -4
- 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 +15 -9
- package/lib/python/poetry.js +5 -10
- 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.d.ts +10 -0
- package/lib/release/publisher.js +6 -3
- 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 +10 -11
- 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 +2 -2
package/.jsii
CHANGED
|
@@ -13393,7 +13393,7 @@
|
|
|
13393
13393
|
},
|
|
13394
13394
|
"locationInModule": {
|
|
13395
13395
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13396
|
-
"line":
|
|
13396
|
+
"line": 108
|
|
13397
13397
|
},
|
|
13398
13398
|
"parameters": [
|
|
13399
13399
|
{
|
|
@@ -13407,7 +13407,7 @@
|
|
|
13407
13407
|
"kind": "class",
|
|
13408
13408
|
"locationInModule": {
|
|
13409
13409
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13410
|
-
"line":
|
|
13410
|
+
"line": 83
|
|
13411
13411
|
},
|
|
13412
13412
|
"methods": [
|
|
13413
13413
|
{
|
|
@@ -13417,7 +13417,7 @@
|
|
|
13417
13417
|
},
|
|
13418
13418
|
"locationInModule": {
|
|
13419
13419
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13420
|
-
"line":
|
|
13420
|
+
"line": 199
|
|
13421
13421
|
},
|
|
13422
13422
|
"name": "addCdkDependency",
|
|
13423
13423
|
"parameters": [
|
|
@@ -13446,7 +13446,7 @@
|
|
|
13446
13446
|
"immutable": true,
|
|
13447
13447
|
"locationInModule": {
|
|
13448
13448
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13449
|
-
"line":
|
|
13449
|
+
"line": 94
|
|
13450
13450
|
},
|
|
13451
13451
|
"name": "appEntrypoint",
|
|
13452
13452
|
"type": {
|
|
@@ -13461,7 +13461,7 @@
|
|
|
13461
13461
|
"immutable": true,
|
|
13462
13462
|
"locationInModule": {
|
|
13463
13463
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13464
|
-
"line":
|
|
13464
|
+
"line": 104
|
|
13465
13465
|
},
|
|
13466
13466
|
"name": "cdkConfig",
|
|
13467
13467
|
"type": {
|
|
@@ -13475,7 +13475,7 @@
|
|
|
13475
13475
|
"immutable": true,
|
|
13476
13476
|
"locationInModule": {
|
|
13477
13477
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13478
|
-
"line":
|
|
13478
|
+
"line": 106
|
|
13479
13479
|
},
|
|
13480
13480
|
"name": "cdkDeps",
|
|
13481
13481
|
"type": {
|
|
@@ -13490,7 +13490,7 @@
|
|
|
13490
13490
|
"immutable": true,
|
|
13491
13491
|
"locationInModule": {
|
|
13492
13492
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13493
|
-
"line":
|
|
13493
|
+
"line": 99
|
|
13494
13494
|
},
|
|
13495
13495
|
"name": "cdkTasks",
|
|
13496
13496
|
"type": {
|
|
@@ -13505,7 +13505,7 @@
|
|
|
13505
13505
|
"immutable": true,
|
|
13506
13506
|
"locationInModule": {
|
|
13507
13507
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13508
|
-
"line":
|
|
13508
|
+
"line": 87
|
|
13509
13509
|
},
|
|
13510
13510
|
"name": "cdkVersion",
|
|
13511
13511
|
"type": {
|
|
@@ -13530,7 +13530,7 @@
|
|
|
13530
13530
|
"kind": "interface",
|
|
13531
13531
|
"locationInModule": {
|
|
13532
13532
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13533
|
-
"line":
|
|
13533
|
+
"line": 15
|
|
13534
13534
|
},
|
|
13535
13535
|
"name": "AwsCdkTypeScriptAppOptions",
|
|
13536
13536
|
"namespace": "awscdk",
|
|
@@ -13545,7 +13545,7 @@
|
|
|
13545
13545
|
"immutable": true,
|
|
13546
13546
|
"locationInModule": {
|
|
13547
13547
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13548
|
-
"line":
|
|
13548
|
+
"line": 25
|
|
13549
13549
|
},
|
|
13550
13550
|
"name": "appEntrypoint",
|
|
13551
13551
|
"optional": true,
|
|
@@ -13563,7 +13563,7 @@
|
|
|
13563
13563
|
"immutable": true,
|
|
13564
13564
|
"locationInModule": {
|
|
13565
13565
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13566
|
-
"line":
|
|
13566
|
+
"line": 43
|
|
13567
13567
|
},
|
|
13568
13568
|
"name": "edgeLambdaAutoDiscover",
|
|
13569
13569
|
"optional": true,
|
|
@@ -13581,7 +13581,7 @@
|
|
|
13581
13581
|
"immutable": true,
|
|
13582
13582
|
"locationInModule": {
|
|
13583
13583
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13584
|
-
"line":
|
|
13584
|
+
"line": 68
|
|
13585
13585
|
},
|
|
13586
13586
|
"name": "experimentalIntegRunner",
|
|
13587
13587
|
"optional": true,
|
|
@@ -13599,7 +13599,7 @@
|
|
|
13599
13599
|
"immutable": true,
|
|
13600
13600
|
"locationInModule": {
|
|
13601
13601
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13602
|
-
"line":
|
|
13602
|
+
"line": 60
|
|
13603
13603
|
},
|
|
13604
13604
|
"name": "integrationTestAutoDiscover",
|
|
13605
13605
|
"optional": true,
|
|
@@ -13617,7 +13617,7 @@
|
|
|
13617
13617
|
"immutable": true,
|
|
13618
13618
|
"locationInModule": {
|
|
13619
13619
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13620
|
-
"line":
|
|
13620
|
+
"line": 34
|
|
13621
13621
|
},
|
|
13622
13622
|
"name": "lambdaAutoDiscover",
|
|
13623
13623
|
"optional": true,
|
|
@@ -13635,7 +13635,7 @@
|
|
|
13635
13635
|
"immutable": true,
|
|
13636
13636
|
"locationInModule": {
|
|
13637
13637
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13638
|
-
"line":
|
|
13638
|
+
"line": 52
|
|
13639
13639
|
},
|
|
13640
13640
|
"name": "lambdaExtensionAutoDiscover",
|
|
13641
13641
|
"optional": true,
|
|
@@ -13653,7 +13653,7 @@
|
|
|
13653
13653
|
"immutable": true,
|
|
13654
13654
|
"locationInModule": {
|
|
13655
13655
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
13656
|
-
"line":
|
|
13656
|
+
"line": 75
|
|
13657
13657
|
},
|
|
13658
13658
|
"name": "lambdaOptions",
|
|
13659
13659
|
"optional": true,
|
|
@@ -38217,7 +38217,7 @@
|
|
|
38217
38217
|
"kind": "interface",
|
|
38218
38218
|
"locationInModule": {
|
|
38219
38219
|
"filename": "src/javascript/bundler.ts",
|
|
38220
|
-
"line":
|
|
38220
|
+
"line": 334
|
|
38221
38221
|
},
|
|
38222
38222
|
"name": "AddBundleOptions",
|
|
38223
38223
|
"namespace": "javascript",
|
|
@@ -38232,7 +38232,7 @@
|
|
|
38232
38232
|
"immutable": true,
|
|
38233
38233
|
"locationInModule": {
|
|
38234
38234
|
"filename": "src/javascript/bundler.ts",
|
|
38235
|
-
"line":
|
|
38235
|
+
"line": 347
|
|
38236
38236
|
},
|
|
38237
38237
|
"name": "platform",
|
|
38238
38238
|
"type": {
|
|
@@ -38249,13 +38249,109 @@
|
|
|
38249
38249
|
"immutable": true,
|
|
38250
38250
|
"locationInModule": {
|
|
38251
38251
|
"filename": "src/javascript/bundler.ts",
|
|
38252
|
-
"line":
|
|
38252
|
+
"line": 340
|
|
38253
38253
|
},
|
|
38254
38254
|
"name": "target",
|
|
38255
38255
|
"type": {
|
|
38256
38256
|
"primitive": "string"
|
|
38257
38257
|
}
|
|
38258
38258
|
},
|
|
38259
|
+
{
|
|
38260
|
+
"abstract": true,
|
|
38261
|
+
"docs": {
|
|
38262
|
+
"default": "- no comments are passed",
|
|
38263
|
+
"remarks": "This is similar to footer which inserts at the end instead of the beginning.\n\nThis is commonly used to insert comments:",
|
|
38264
|
+
"stability": "experimental",
|
|
38265
|
+
"summary": "Use this to insert an arbitrary string at the beginning of generated JavaScript files."
|
|
38266
|
+
},
|
|
38267
|
+
"immutable": true,
|
|
38268
|
+
"locationInModule": {
|
|
38269
|
+
"filename": "src/javascript/bundler.ts",
|
|
38270
|
+
"line": 476
|
|
38271
|
+
},
|
|
38272
|
+
"name": "banner",
|
|
38273
|
+
"optional": true,
|
|
38274
|
+
"type": {
|
|
38275
|
+
"primitive": "string"
|
|
38276
|
+
}
|
|
38277
|
+
},
|
|
38278
|
+
{
|
|
38279
|
+
"abstract": true,
|
|
38280
|
+
"docs": {
|
|
38281
|
+
"default": "Charset.ASCII",
|
|
38282
|
+
"remarks": "By default esbuild's output is ASCII-only. Any non-ASCII characters are escaped\nusing backslash escape sequences. Using escape sequences makes the generated output\nslightly bigger, and also makes it harder to read. If you would like for esbuild to print\nthe original characters without using escape sequences, use `Charset.UTF8`.",
|
|
38283
|
+
"see": "https://esbuild.github.io/api/#charset",
|
|
38284
|
+
"stability": "experimental",
|
|
38285
|
+
"summary": "The charset to use for esbuild's output."
|
|
38286
|
+
},
|
|
38287
|
+
"immutable": true,
|
|
38288
|
+
"locationInModule": {
|
|
38289
|
+
"filename": "src/javascript/bundler.ts",
|
|
38290
|
+
"line": 500
|
|
38291
|
+
},
|
|
38292
|
+
"name": "charset",
|
|
38293
|
+
"optional": true,
|
|
38294
|
+
"type": {
|
|
38295
|
+
"fqn": "projen.javascript.Charset"
|
|
38296
|
+
}
|
|
38297
|
+
},
|
|
38298
|
+
{
|
|
38299
|
+
"abstract": true,
|
|
38300
|
+
"docs": {
|
|
38301
|
+
"default": "- no replacements are made",
|
|
38302
|
+
"remarks": "For example, `{ 'process.env.DEBUG': 'true' }`.\n\nAnother example, `{ 'process.env.API_KEY': JSON.stringify('xxx-xxxx-xxx') }`.",
|
|
38303
|
+
"stability": "experimental",
|
|
38304
|
+
"summary": "Replace global identifiers with constant expressions."
|
|
38305
|
+
},
|
|
38306
|
+
"immutable": true,
|
|
38307
|
+
"locationInModule": {
|
|
38308
|
+
"filename": "src/javascript/bundler.ts",
|
|
38309
|
+
"line": 511
|
|
38310
|
+
},
|
|
38311
|
+
"name": "define",
|
|
38312
|
+
"optional": true,
|
|
38313
|
+
"type": {
|
|
38314
|
+
"collection": {
|
|
38315
|
+
"elementtype": {
|
|
38316
|
+
"primitive": "string"
|
|
38317
|
+
},
|
|
38318
|
+
"kind": "map"
|
|
38319
|
+
}
|
|
38320
|
+
}
|
|
38321
|
+
},
|
|
38322
|
+
{
|
|
38323
|
+
"abstract": true,
|
|
38324
|
+
"docs": {
|
|
38325
|
+
"default": "- no additional esbuild arguments are passed",
|
|
38326
|
+
"remarks": "For example, to add the [--log-limit](https://esbuild.github.io/api/#log-limit) flag:\n\n```text\nproject.bundler.addBundle(\"./src/hello.ts\", {\n platform: \"node\",\n target: \"node18\",\n sourcemap: true,\n format: \"esm\",\n esbuildArgs: {\n \"--log-limit\": \"0\",\n },\n});\n```",
|
|
38327
|
+
"stability": "experimental",
|
|
38328
|
+
"summary": "Build arguments to pass into esbuild."
|
|
38329
|
+
},
|
|
38330
|
+
"immutable": true,
|
|
38331
|
+
"locationInModule": {
|
|
38332
|
+
"filename": "src/javascript/bundler.ts",
|
|
38333
|
+
"line": 532
|
|
38334
|
+
},
|
|
38335
|
+
"name": "esbuildArgs",
|
|
38336
|
+
"optional": true,
|
|
38337
|
+
"type": {
|
|
38338
|
+
"collection": {
|
|
38339
|
+
"elementtype": {
|
|
38340
|
+
"union": {
|
|
38341
|
+
"types": [
|
|
38342
|
+
{
|
|
38343
|
+
"primitive": "string"
|
|
38344
|
+
},
|
|
38345
|
+
{
|
|
38346
|
+
"primitive": "boolean"
|
|
38347
|
+
}
|
|
38348
|
+
]
|
|
38349
|
+
}
|
|
38350
|
+
},
|
|
38351
|
+
"kind": "map"
|
|
38352
|
+
}
|
|
38353
|
+
}
|
|
38354
|
+
},
|
|
38259
38355
|
{
|
|
38260
38356
|
"abstract": true,
|
|
38261
38357
|
"docs": {
|
|
@@ -38266,7 +38362,7 @@
|
|
|
38266
38362
|
"immutable": true,
|
|
38267
38363
|
"locationInModule": {
|
|
38268
38364
|
"filename": "src/javascript/bundler.ts",
|
|
38269
|
-
"line":
|
|
38365
|
+
"line": 359
|
|
38270
38366
|
},
|
|
38271
38367
|
"name": "executable",
|
|
38272
38368
|
"optional": true,
|
|
@@ -38274,6 +38370,25 @@
|
|
|
38274
38370
|
"primitive": "boolean"
|
|
38275
38371
|
}
|
|
38276
38372
|
},
|
|
38373
|
+
{
|
|
38374
|
+
"abstract": true,
|
|
38375
|
+
"docs": {
|
|
38376
|
+
"default": "- no comments are passed",
|
|
38377
|
+
"remarks": "This is similar to banner which inserts at the beginning instead of the end.\n\nThis is commonly used to insert comments",
|
|
38378
|
+
"stability": "experimental",
|
|
38379
|
+
"summary": "Use this to insert an arbitrary string at the end of generated JavaScript files."
|
|
38380
|
+
},
|
|
38381
|
+
"immutable": true,
|
|
38382
|
+
"locationInModule": {
|
|
38383
|
+
"filename": "src/javascript/bundler.ts",
|
|
38384
|
+
"line": 487
|
|
38385
|
+
},
|
|
38386
|
+
"name": "footer",
|
|
38387
|
+
"optional": true,
|
|
38388
|
+
"type": {
|
|
38389
|
+
"primitive": "string"
|
|
38390
|
+
}
|
|
38391
|
+
},
|
|
38277
38392
|
{
|
|
38278
38393
|
"abstract": true,
|
|
38279
38394
|
"docs": {
|
|
@@ -38286,7 +38401,7 @@
|
|
|
38286
38401
|
"immutable": true,
|
|
38287
38402
|
"locationInModule": {
|
|
38288
38403
|
"filename": "src/javascript/bundler.ts",
|
|
38289
|
-
"line":
|
|
38404
|
+
"line": 388
|
|
38290
38405
|
},
|
|
38291
38406
|
"name": "format",
|
|
38292
38407
|
"optional": true,
|
|
@@ -38294,6 +38409,49 @@
|
|
|
38294
38409
|
"primitive": "string"
|
|
38295
38410
|
}
|
|
38296
38411
|
},
|
|
38412
|
+
{
|
|
38413
|
+
"abstract": true,
|
|
38414
|
+
"docs": {
|
|
38415
|
+
"default": "- no code is injected",
|
|
38416
|
+
"see": "https://esbuild.github.io/api/#inject",
|
|
38417
|
+
"stability": "experimental",
|
|
38418
|
+
"summary": "This option allows you to automatically replace a global variable with an import from another file."
|
|
38419
|
+
},
|
|
38420
|
+
"immutable": true,
|
|
38421
|
+
"locationInModule": {
|
|
38422
|
+
"filename": "src/javascript/bundler.ts",
|
|
38423
|
+
"line": 549
|
|
38424
|
+
},
|
|
38425
|
+
"name": "inject",
|
|
38426
|
+
"optional": true,
|
|
38427
|
+
"type": {
|
|
38428
|
+
"collection": {
|
|
38429
|
+
"elementtype": {
|
|
38430
|
+
"primitive": "string"
|
|
38431
|
+
},
|
|
38432
|
+
"kind": "array"
|
|
38433
|
+
}
|
|
38434
|
+
}
|
|
38435
|
+
},
|
|
38436
|
+
{
|
|
38437
|
+
"abstract": true,
|
|
38438
|
+
"docs": {
|
|
38439
|
+
"default": "false",
|
|
38440
|
+
"remarks": "In JavaScript the `name` property on functions and classes defaults to a\nnearby identifier in the source code.\n\nHowever, minification renames symbols to reduce code size and bundling\nsometimes need to rename symbols to avoid collisions. That changes value of\nthe `name` property for many of these cases. This is usually fine because\nthe `name` property is normally only used for debugging. However, some\nframeworks rely on the `name` property for registration and binding purposes.\nIf this is the case, you can enable this option to preserve the original\n`name` values even in minified code.",
|
|
38441
|
+
"stability": "experimental",
|
|
38442
|
+
"summary": "Whether to preserve the original `name` values even in minified code."
|
|
38443
|
+
},
|
|
38444
|
+
"immutable": true,
|
|
38445
|
+
"locationInModule": {
|
|
38446
|
+
"filename": "src/javascript/bundler.ts",
|
|
38447
|
+
"line": 438
|
|
38448
|
+
},
|
|
38449
|
+
"name": "keepNames",
|
|
38450
|
+
"optional": true,
|
|
38451
|
+
"type": {
|
|
38452
|
+
"primitive": "boolean"
|
|
38453
|
+
}
|
|
38454
|
+
},
|
|
38297
38455
|
{
|
|
38298
38456
|
"abstract": true,
|
|
38299
38457
|
"docs": {
|
|
@@ -38304,7 +38462,7 @@
|
|
|
38304
38462
|
"immutable": true,
|
|
38305
38463
|
"locationInModule": {
|
|
38306
38464
|
"filename": "src/javascript/bundler.ts",
|
|
38307
|
-
"line":
|
|
38465
|
+
"line": 371
|
|
38308
38466
|
},
|
|
38309
38467
|
"name": "loaders",
|
|
38310
38468
|
"optional": true,
|
|
@@ -38317,6 +38475,87 @@
|
|
|
38317
38475
|
}
|
|
38318
38476
|
}
|
|
38319
38477
|
},
|
|
38478
|
+
{
|
|
38479
|
+
"abstract": true,
|
|
38480
|
+
"docs": {
|
|
38481
|
+
"default": "LogLevel.WARNING",
|
|
38482
|
+
"remarks": "This is also propagated to the package manager and\napplies to its specific install command.",
|
|
38483
|
+
"stability": "experimental",
|
|
38484
|
+
"summary": "Log level for esbuild."
|
|
38485
|
+
},
|
|
38486
|
+
"immutable": true,
|
|
38487
|
+
"locationInModule": {
|
|
38488
|
+
"filename": "src/javascript/bundler.ts",
|
|
38489
|
+
"line": 420
|
|
38490
|
+
},
|
|
38491
|
+
"name": "logLevel",
|
|
38492
|
+
"optional": true,
|
|
38493
|
+
"type": {
|
|
38494
|
+
"fqn": "projen.javascript.BundleLogLevel"
|
|
38495
|
+
}
|
|
38496
|
+
},
|
|
38497
|
+
{
|
|
38498
|
+
"abstract": true,
|
|
38499
|
+
"docs": {
|
|
38500
|
+
"default": "[]",
|
|
38501
|
+
"remarks": "Try ['module', 'main'] to default to ES module versions.",
|
|
38502
|
+
"stability": "experimental",
|
|
38503
|
+
"summary": "How to determine the entry point for modules."
|
|
38504
|
+
},
|
|
38505
|
+
"immutable": true,
|
|
38506
|
+
"locationInModule": {
|
|
38507
|
+
"filename": "src/javascript/bundler.ts",
|
|
38508
|
+
"line": 540
|
|
38509
|
+
},
|
|
38510
|
+
"name": "mainFields",
|
|
38511
|
+
"optional": true,
|
|
38512
|
+
"type": {
|
|
38513
|
+
"collection": {
|
|
38514
|
+
"elementtype": {
|
|
38515
|
+
"primitive": "string"
|
|
38516
|
+
},
|
|
38517
|
+
"kind": "array"
|
|
38518
|
+
}
|
|
38519
|
+
}
|
|
38520
|
+
},
|
|
38521
|
+
{
|
|
38522
|
+
"abstract": true,
|
|
38523
|
+
"docs": {
|
|
38524
|
+
"default": "false",
|
|
38525
|
+
"remarks": "The metadata in this JSON file follows this schema (specified using TypeScript syntax):\n\n```text\n{\n outputs: {\n [path: string]: {\n bytes: number\n inputs: {\n [path: string]: { bytesInOutput: number }\n }\n imports: { path: string }[]\n exports: string[]\n }\n }\n}\n```\nThis data can then be analyzed by other tools. For example,\nbundle buddy can consume esbuild's metadata format and generates a treemap visualization\nof the modules in your bundle and how much space each one takes up.",
|
|
38526
|
+
"see": "https://esbuild.github.io/api/#metafile",
|
|
38527
|
+
"stability": "experimental",
|
|
38528
|
+
"summary": "This option tells esbuild to write out a JSON file relative to output directory with metadata about the build."
|
|
38529
|
+
},
|
|
38530
|
+
"immutable": true,
|
|
38531
|
+
"locationInModule": {
|
|
38532
|
+
"filename": "src/javascript/bundler.ts",
|
|
38533
|
+
"line": 465
|
|
38534
|
+
},
|
|
38535
|
+
"name": "metafile",
|
|
38536
|
+
"optional": true,
|
|
38537
|
+
"type": {
|
|
38538
|
+
"primitive": "boolean"
|
|
38539
|
+
}
|
|
38540
|
+
},
|
|
38541
|
+
{
|
|
38542
|
+
"abstract": true,
|
|
38543
|
+
"docs": {
|
|
38544
|
+
"default": "false",
|
|
38545
|
+
"stability": "experimental",
|
|
38546
|
+
"summary": "Whether to minify files when bundling."
|
|
38547
|
+
},
|
|
38548
|
+
"immutable": true,
|
|
38549
|
+
"locationInModule": {
|
|
38550
|
+
"filename": "src/javascript/bundler.ts",
|
|
38551
|
+
"line": 395
|
|
38552
|
+
},
|
|
38553
|
+
"name": "minify",
|
|
38554
|
+
"optional": true,
|
|
38555
|
+
"type": {
|
|
38556
|
+
"primitive": "boolean"
|
|
38557
|
+
}
|
|
38558
|
+
},
|
|
38320
38559
|
{
|
|
38321
38560
|
"abstract": true,
|
|
38322
38561
|
"docs": {
|
|
@@ -38327,7 +38566,7 @@
|
|
|
38327
38566
|
"immutable": true,
|
|
38328
38567
|
"locationInModule": {
|
|
38329
38568
|
"filename": "src/javascript/bundler.ts",
|
|
38330
|
-
"line":
|
|
38569
|
+
"line": 353
|
|
38331
38570
|
},
|
|
38332
38571
|
"name": "outfile",
|
|
38333
38572
|
"optional": true,
|
|
@@ -38335,6 +38574,44 @@
|
|
|
38335
38574
|
"primitive": "string"
|
|
38336
38575
|
}
|
|
38337
38576
|
},
|
|
38577
|
+
{
|
|
38578
|
+
"abstract": true,
|
|
38579
|
+
"docs": {
|
|
38580
|
+
"default": "SourceMapMode.DEFAULT",
|
|
38581
|
+
"see": "https://esbuild.github.io/api/#sourcemap",
|
|
38582
|
+
"stability": "experimental",
|
|
38583
|
+
"summary": "Source map mode to be used when bundling."
|
|
38584
|
+
},
|
|
38585
|
+
"immutable": true,
|
|
38586
|
+
"locationInModule": {
|
|
38587
|
+
"filename": "src/javascript/bundler.ts",
|
|
38588
|
+
"line": 403
|
|
38589
|
+
},
|
|
38590
|
+
"name": "sourceMapMode",
|
|
38591
|
+
"optional": true,
|
|
38592
|
+
"type": {
|
|
38593
|
+
"fqn": "projen.javascript.SourceMapMode"
|
|
38594
|
+
}
|
|
38595
|
+
},
|
|
38596
|
+
{
|
|
38597
|
+
"abstract": true,
|
|
38598
|
+
"docs": {
|
|
38599
|
+
"default": "true",
|
|
38600
|
+
"see": "https://esbuild.github.io/api/#sources-content",
|
|
38601
|
+
"stability": "experimental",
|
|
38602
|
+
"summary": "Whether to include original source code in source maps when bundling."
|
|
38603
|
+
},
|
|
38604
|
+
"immutable": true,
|
|
38605
|
+
"locationInModule": {
|
|
38606
|
+
"filename": "src/javascript/bundler.ts",
|
|
38607
|
+
"line": 412
|
|
38608
|
+
},
|
|
38609
|
+
"name": "sourcesContent",
|
|
38610
|
+
"optional": true,
|
|
38611
|
+
"type": {
|
|
38612
|
+
"primitive": "boolean"
|
|
38613
|
+
}
|
|
38614
|
+
},
|
|
38338
38615
|
{
|
|
38339
38616
|
"abstract": true,
|
|
38340
38617
|
"docs": {
|
|
@@ -38345,7 +38622,7 @@
|
|
|
38345
38622
|
"immutable": true,
|
|
38346
38623
|
"locationInModule": {
|
|
38347
38624
|
"filename": "src/javascript/bundler.ts",
|
|
38348
|
-
"line":
|
|
38625
|
+
"line": 365
|
|
38349
38626
|
},
|
|
38350
38627
|
"name": "tsconfigPath",
|
|
38351
38628
|
"optional": true,
|
|
@@ -38431,7 +38708,7 @@
|
|
|
38431
38708
|
"kind": "interface",
|
|
38432
38709
|
"locationInModule": {
|
|
38433
38710
|
"filename": "src/javascript/bundler.ts",
|
|
38434
|
-
"line":
|
|
38711
|
+
"line": 270
|
|
38435
38712
|
},
|
|
38436
38713
|
"name": "Bundle",
|
|
38437
38714
|
"namespace": "javascript",
|
|
@@ -38445,7 +38722,7 @@
|
|
|
38445
38722
|
"immutable": true,
|
|
38446
38723
|
"locationInModule": {
|
|
38447
38724
|
"filename": "src/javascript/bundler.ts",
|
|
38448
|
-
"line":
|
|
38725
|
+
"line": 274
|
|
38449
38726
|
},
|
|
38450
38727
|
"name": "bundleTask",
|
|
38451
38728
|
"type": {
|
|
@@ -38461,7 +38738,7 @@
|
|
|
38461
38738
|
"immutable": true,
|
|
38462
38739
|
"locationInModule": {
|
|
38463
38740
|
"filename": "src/javascript/bundler.ts",
|
|
38464
|
-
"line":
|
|
38741
|
+
"line": 289
|
|
38465
38742
|
},
|
|
38466
38743
|
"name": "outdir",
|
|
38467
38744
|
"type": {
|
|
@@ -38477,7 +38754,7 @@
|
|
|
38477
38754
|
"immutable": true,
|
|
38478
38755
|
"locationInModule": {
|
|
38479
38756
|
"filename": "src/javascript/bundler.ts",
|
|
38480
|
-
"line":
|
|
38757
|
+
"line": 284
|
|
38481
38758
|
},
|
|
38482
38759
|
"name": "outfile",
|
|
38483
38760
|
"type": {
|
|
@@ -38493,7 +38770,7 @@
|
|
|
38493
38770
|
"immutable": true,
|
|
38494
38771
|
"locationInModule": {
|
|
38495
38772
|
"filename": "src/javascript/bundler.ts",
|
|
38496
|
-
"line":
|
|
38773
|
+
"line": 279
|
|
38497
38774
|
},
|
|
38498
38775
|
"name": "watchTask",
|
|
38499
38776
|
"optional": true,
|
|
@@ -38504,6 +38781,66 @@
|
|
|
38504
38781
|
],
|
|
38505
38782
|
"symbolId": "src/javascript/bundler:Bundle"
|
|
38506
38783
|
},
|
|
38784
|
+
"projen.javascript.BundleLogLevel": {
|
|
38785
|
+
"assembly": "projen",
|
|
38786
|
+
"docs": {
|
|
38787
|
+
"stability": "experimental",
|
|
38788
|
+
"summary": "Log levels for esbuild and package managers' install commands."
|
|
38789
|
+
},
|
|
38790
|
+
"fqn": "projen.javascript.BundleLogLevel",
|
|
38791
|
+
"kind": "enum",
|
|
38792
|
+
"locationInModule": {
|
|
38793
|
+
"filename": "src/javascript/bundler.ts",
|
|
38794
|
+
"line": 651
|
|
38795
|
+
},
|
|
38796
|
+
"members": [
|
|
38797
|
+
{
|
|
38798
|
+
"docs": {
|
|
38799
|
+
"stability": "experimental",
|
|
38800
|
+
"summary": "Show everything."
|
|
38801
|
+
},
|
|
38802
|
+
"name": "VERBOSE"
|
|
38803
|
+
},
|
|
38804
|
+
{
|
|
38805
|
+
"docs": {
|
|
38806
|
+
"stability": "experimental",
|
|
38807
|
+
"summary": "Show everything from info and some additional messages for debugging."
|
|
38808
|
+
},
|
|
38809
|
+
"name": "DEBUG"
|
|
38810
|
+
},
|
|
38811
|
+
{
|
|
38812
|
+
"docs": {
|
|
38813
|
+
"stability": "experimental",
|
|
38814
|
+
"summary": "Show warnings, errors, and an output file summary."
|
|
38815
|
+
},
|
|
38816
|
+
"name": "INFO"
|
|
38817
|
+
},
|
|
38818
|
+
{
|
|
38819
|
+
"docs": {
|
|
38820
|
+
"stability": "experimental",
|
|
38821
|
+
"summary": "Show warnings and errors."
|
|
38822
|
+
},
|
|
38823
|
+
"name": "WARNING"
|
|
38824
|
+
},
|
|
38825
|
+
{
|
|
38826
|
+
"docs": {
|
|
38827
|
+
"stability": "experimental",
|
|
38828
|
+
"summary": "Show errors only."
|
|
38829
|
+
},
|
|
38830
|
+
"name": "ERROR"
|
|
38831
|
+
},
|
|
38832
|
+
{
|
|
38833
|
+
"docs": {
|
|
38834
|
+
"stability": "experimental",
|
|
38835
|
+
"summary": "Show nothing."
|
|
38836
|
+
},
|
|
38837
|
+
"name": "SILENT"
|
|
38838
|
+
}
|
|
38839
|
+
],
|
|
38840
|
+
"name": "BundleLogLevel",
|
|
38841
|
+
"namespace": "javascript",
|
|
38842
|
+
"symbolId": "src/javascript/bundler:BundleLogLevel"
|
|
38843
|
+
},
|
|
38507
38844
|
"projen.javascript.Bundler": {
|
|
38508
38845
|
"assembly": "projen",
|
|
38509
38846
|
"base": "projen.Component",
|
|
@@ -38520,7 +38857,7 @@
|
|
|
38520
38857
|
},
|
|
38521
38858
|
"locationInModule": {
|
|
38522
38859
|
"filename": "src/javascript/bundler.ts",
|
|
38523
|
-
"line":
|
|
38860
|
+
"line": 89
|
|
38524
38861
|
},
|
|
38525
38862
|
"parameters": [
|
|
38526
38863
|
{
|
|
@@ -38541,7 +38878,7 @@
|
|
|
38541
38878
|
"kind": "class",
|
|
38542
38879
|
"locationInModule": {
|
|
38543
38880
|
"filename": "src/javascript/bundler.ts",
|
|
38544
|
-
"line":
|
|
38881
|
+
"line": 60
|
|
38545
38882
|
},
|
|
38546
38883
|
"methods": [
|
|
38547
38884
|
{
|
|
@@ -38552,7 +38889,7 @@
|
|
|
38552
38889
|
},
|
|
38553
38890
|
"locationInModule": {
|
|
38554
38891
|
"filename": "src/javascript/bundler.ts",
|
|
38555
|
-
"line":
|
|
38892
|
+
"line": 67
|
|
38556
38893
|
},
|
|
38557
38894
|
"name": "of",
|
|
38558
38895
|
"parameters": [
|
|
@@ -38581,7 +38918,7 @@
|
|
|
38581
38918
|
},
|
|
38582
38919
|
"locationInModule": {
|
|
38583
38920
|
"filename": "src/javascript/bundler.ts",
|
|
38584
|
-
"line":
|
|
38921
|
+
"line": 134
|
|
38585
38922
|
},
|
|
38586
38923
|
"name": "addBundle",
|
|
38587
38924
|
"parameters": [
|
|
@@ -38622,7 +38959,7 @@
|
|
|
38622
38959
|
"immutable": true,
|
|
38623
38960
|
"locationInModule": {
|
|
38624
38961
|
"filename": "src/javascript/bundler.ts",
|
|
38625
|
-
"line":
|
|
38962
|
+
"line": 80
|
|
38626
38963
|
},
|
|
38627
38964
|
"name": "bundledir",
|
|
38628
38965
|
"type": {
|
|
@@ -38638,7 +38975,7 @@
|
|
|
38638
38975
|
"immutable": true,
|
|
38639
38976
|
"locationInModule": {
|
|
38640
38977
|
"filename": "src/javascript/bundler.ts",
|
|
38641
|
-
"line":
|
|
38978
|
+
"line": 109
|
|
38642
38979
|
},
|
|
38643
38980
|
"name": "bundleTask",
|
|
38644
38981
|
"type": {
|
|
@@ -38653,7 +38990,7 @@
|
|
|
38653
38990
|
"immutable": true,
|
|
38654
38991
|
"locationInModule": {
|
|
38655
38992
|
"filename": "src/javascript/bundler.ts",
|
|
38656
|
-
"line":
|
|
38993
|
+
"line": 75
|
|
38657
38994
|
},
|
|
38658
38995
|
"name": "esbuildVersion",
|
|
38659
38996
|
"optional": true,
|
|
@@ -38675,7 +39012,7 @@
|
|
|
38675
39012
|
"kind": "interface",
|
|
38676
39013
|
"locationInModule": {
|
|
38677
39014
|
"filename": "src/javascript/bundler.ts",
|
|
38678
|
-
"line":
|
|
39015
|
+
"line": 15
|
|
38679
39016
|
},
|
|
38680
39017
|
"name": "BundlerOptions",
|
|
38681
39018
|
"namespace": "javascript",
|
|
@@ -38684,13 +39021,14 @@
|
|
|
38684
39021
|
"abstract": true,
|
|
38685
39022
|
"docs": {
|
|
38686
39023
|
"default": "true",
|
|
38687
|
-
"
|
|
39024
|
+
"deprecated": "Use `runBundleTask` instead.",
|
|
39025
|
+
"stability": "deprecated",
|
|
38688
39026
|
"summary": "Install the `bundle` command as a pre-compile phase."
|
|
38689
39027
|
},
|
|
38690
39028
|
"immutable": true,
|
|
38691
39029
|
"locationInModule": {
|
|
38692
39030
|
"filename": "src/javascript/bundler.ts",
|
|
38693
|
-
"line":
|
|
39031
|
+
"line": 35
|
|
38694
39032
|
},
|
|
38695
39033
|
"name": "addToPreCompile",
|
|
38696
39034
|
"optional": true,
|
|
@@ -38708,7 +39046,7 @@
|
|
|
38708
39046
|
"immutable": true,
|
|
38709
39047
|
"locationInModule": {
|
|
38710
39048
|
"filename": "src/javascript/bundler.ts",
|
|
38711
|
-
"line":
|
|
39049
|
+
"line": 27
|
|
38712
39050
|
},
|
|
38713
39051
|
"name": "assetsDir",
|
|
38714
39052
|
"optional": true,
|
|
@@ -38726,7 +39064,7 @@
|
|
|
38726
39064
|
"immutable": true,
|
|
38727
39065
|
"locationInModule": {
|
|
38728
39066
|
"filename": "src/javascript/bundler.ts",
|
|
38729
|
-
"line":
|
|
39067
|
+
"line": 21
|
|
38730
39068
|
},
|
|
38731
39069
|
"name": "esbuildVersion",
|
|
38732
39070
|
"optional": true,
|
|
@@ -38744,7 +39082,7 @@
|
|
|
38744
39082
|
"immutable": true,
|
|
38745
39083
|
"locationInModule": {
|
|
38746
39084
|
"filename": "src/javascript/bundler.ts",
|
|
38747
|
-
"line":
|
|
39085
|
+
"line": 53
|
|
38748
39086
|
},
|
|
38749
39087
|
"name": "loaders",
|
|
38750
39088
|
"optional": true,
|
|
@@ -38756,6 +39094,26 @@
|
|
|
38756
39094
|
"kind": "map"
|
|
38757
39095
|
}
|
|
38758
39096
|
}
|
|
39097
|
+
},
|
|
39098
|
+
{
|
|
39099
|
+
"abstract": true,
|
|
39100
|
+
"docs": {
|
|
39101
|
+
"default": "RunBundleTask.PRE_COMPILE",
|
|
39102
|
+
"remarks": "Note: If using `addBundle()` with the `bundleCompiledResults`, this option\nmust be set to `RunBundleTask.POST_COMPILE` or `RunBundleTask.MANUAL`.",
|
|
39103
|
+
"see": "AddBundleOptions.bundleCompiledResults *",
|
|
39104
|
+
"stability": "experimental",
|
|
39105
|
+
"summary": "Choose which phase (if any) to add the `bundle` command to."
|
|
39106
|
+
},
|
|
39107
|
+
"immutable": true,
|
|
39108
|
+
"locationInModule": {
|
|
39109
|
+
"filename": "src/javascript/bundler.ts",
|
|
39110
|
+
"line": 47
|
|
39111
|
+
},
|
|
39112
|
+
"name": "runBundleTask",
|
|
39113
|
+
"optional": true,
|
|
39114
|
+
"type": {
|
|
39115
|
+
"fqn": "projen.javascript.RunBundleTask"
|
|
39116
|
+
}
|
|
38759
39117
|
}
|
|
38760
39118
|
],
|
|
38761
39119
|
"symbolId": "src/javascript/bundler:BundlerOptions"
|
|
@@ -38771,7 +39129,7 @@
|
|
|
38771
39129
|
"kind": "interface",
|
|
38772
39130
|
"locationInModule": {
|
|
38773
39131
|
"filename": "src/javascript/bundler.ts",
|
|
38774
|
-
"line":
|
|
39132
|
+
"line": 295
|
|
38775
39133
|
},
|
|
38776
39134
|
"name": "BundlingOptions",
|
|
38777
39135
|
"namespace": "javascript",
|
|
@@ -38787,7 +39145,7 @@
|
|
|
38787
39145
|
"immutable": true,
|
|
38788
39146
|
"locationInModule": {
|
|
38789
39147
|
"filename": "src/javascript/bundler.ts",
|
|
38790
|
-
"line":
|
|
39148
|
+
"line": 312
|
|
38791
39149
|
},
|
|
38792
39150
|
"name": "externals",
|
|
38793
39151
|
"optional": true,
|
|
@@ -38810,7 +39168,7 @@
|
|
|
38810
39168
|
"immutable": true,
|
|
38811
39169
|
"locationInModule": {
|
|
38812
39170
|
"filename": "src/javascript/bundler.ts",
|
|
38813
|
-
"line":
|
|
39171
|
+
"line": 319
|
|
38814
39172
|
},
|
|
38815
39173
|
"name": "sourcemap",
|
|
38816
39174
|
"optional": true,
|
|
@@ -38829,7 +39187,7 @@
|
|
|
38829
39187
|
"immutable": true,
|
|
38830
39188
|
"locationInModule": {
|
|
38831
39189
|
"filename": "src/javascript/bundler.ts",
|
|
38832
|
-
"line":
|
|
39190
|
+
"line": 328
|
|
38833
39191
|
},
|
|
38834
39192
|
"name": "watchTask",
|
|
38835
39193
|
"optional": true,
|
|
@@ -38840,6 +39198,40 @@
|
|
|
38840
39198
|
],
|
|
38841
39199
|
"symbolId": "src/javascript/bundler:BundlingOptions"
|
|
38842
39200
|
},
|
|
39201
|
+
"projen.javascript.Charset": {
|
|
39202
|
+
"assembly": "projen",
|
|
39203
|
+
"docs": {
|
|
39204
|
+
"stability": "experimental",
|
|
39205
|
+
"summary": "Charset for esbuild's output."
|
|
39206
|
+
},
|
|
39207
|
+
"fqn": "projen.javascript.Charset",
|
|
39208
|
+
"kind": "enum",
|
|
39209
|
+
"locationInModule": {
|
|
39210
|
+
"filename": "src/javascript/bundler.ts",
|
|
39211
|
+
"line": 632
|
|
39212
|
+
},
|
|
39213
|
+
"members": [
|
|
39214
|
+
{
|
|
39215
|
+
"docs": {
|
|
39216
|
+
"remarks": "Any non-ASCII characters are escaped using backslash escape sequences",
|
|
39217
|
+
"stability": "experimental",
|
|
39218
|
+
"summary": "ASCII."
|
|
39219
|
+
},
|
|
39220
|
+
"name": "ASCII"
|
|
39221
|
+
},
|
|
39222
|
+
{
|
|
39223
|
+
"docs": {
|
|
39224
|
+
"remarks": "Keep original characters without using escape sequences",
|
|
39225
|
+
"stability": "experimental",
|
|
39226
|
+
"summary": "UTF-8."
|
|
39227
|
+
},
|
|
39228
|
+
"name": "UTF8"
|
|
39229
|
+
}
|
|
39230
|
+
],
|
|
39231
|
+
"name": "Charset",
|
|
39232
|
+
"namespace": "javascript",
|
|
39233
|
+
"symbolId": "src/javascript/bundler:Charset"
|
|
39234
|
+
},
|
|
38843
39235
|
"projen.javascript.CodeArtifactAuthProvider": {
|
|
38844
39236
|
"assembly": "projen",
|
|
38845
39237
|
"docs": {
|
|
@@ -38850,7 +39242,7 @@
|
|
|
38850
39242
|
"kind": "enum",
|
|
38851
39243
|
"locationInModule": {
|
|
38852
39244
|
"filename": "src/javascript/node-package.ts",
|
|
38853
|
-
"line":
|
|
39245
|
+
"line": 337
|
|
38854
39246
|
},
|
|
38855
39247
|
"members": [
|
|
38856
39248
|
{
|
|
@@ -38884,7 +39276,7 @@
|
|
|
38884
39276
|
"kind": "interface",
|
|
38885
39277
|
"locationInModule": {
|
|
38886
39278
|
"filename": "src/javascript/node-package.ts",
|
|
38887
|
-
"line":
|
|
39279
|
+
"line": 355
|
|
38888
39280
|
},
|
|
38889
39281
|
"name": "CodeArtifactOptions",
|
|
38890
39282
|
"namespace": "javascript",
|
|
@@ -38900,7 +39292,7 @@
|
|
|
38900
39292
|
"immutable": true,
|
|
38901
39293
|
"locationInModule": {
|
|
38902
39294
|
"filename": "src/javascript/node-package.ts",
|
|
38903
|
-
"line":
|
|
39295
|
+
"line": 372
|
|
38904
39296
|
},
|
|
38905
39297
|
"name": "accessKeyIdSecret",
|
|
38906
39298
|
"optional": true,
|
|
@@ -38918,7 +39310,7 @@
|
|
|
38918
39310
|
"immutable": true,
|
|
38919
39311
|
"locationInModule": {
|
|
38920
39312
|
"filename": "src/javascript/node-package.ts",
|
|
38921
|
-
"line":
|
|
39313
|
+
"line": 361
|
|
38922
39314
|
},
|
|
38923
39315
|
"name": "authProvider",
|
|
38924
39316
|
"optional": true,
|
|
@@ -38937,7 +39329,7 @@
|
|
|
38937
39329
|
"immutable": true,
|
|
38938
39330
|
"locationInModule": {
|
|
38939
39331
|
"filename": "src/javascript/node-package.ts",
|
|
38940
|
-
"line":
|
|
39332
|
+
"line": 392
|
|
38941
39333
|
},
|
|
38942
39334
|
"name": "roleToAssume",
|
|
38943
39335
|
"optional": true,
|
|
@@ -38956,7 +39348,7 @@
|
|
|
38956
39348
|
"immutable": true,
|
|
38957
39349
|
"locationInModule": {
|
|
38958
39350
|
"filename": "src/javascript/node-package.ts",
|
|
38959
|
-
"line":
|
|
39351
|
+
"line": 383
|
|
38960
39352
|
},
|
|
38961
39353
|
"name": "secretAccessKeySecret",
|
|
38962
39354
|
"optional": true,
|
|
@@ -38977,7 +39369,7 @@
|
|
|
38977
39369
|
"kind": "interface",
|
|
38978
39370
|
"locationInModule": {
|
|
38979
39371
|
"filename": "src/javascript/jest.ts",
|
|
38980
|
-
"line":
|
|
39372
|
+
"line": 604
|
|
38981
39373
|
},
|
|
38982
39374
|
"name": "CoverageThreshold",
|
|
38983
39375
|
"namespace": "javascript",
|
|
@@ -38990,7 +39382,7 @@
|
|
|
38990
39382
|
"immutable": true,
|
|
38991
39383
|
"locationInModule": {
|
|
38992
39384
|
"filename": "src/javascript/jest.ts",
|
|
38993
|
-
"line":
|
|
39385
|
+
"line": 605
|
|
38994
39386
|
},
|
|
38995
39387
|
"name": "branches",
|
|
38996
39388
|
"optional": true,
|
|
@@ -39006,7 +39398,7 @@
|
|
|
39006
39398
|
"immutable": true,
|
|
39007
39399
|
"locationInModule": {
|
|
39008
39400
|
"filename": "src/javascript/jest.ts",
|
|
39009
|
-
"line":
|
|
39401
|
+
"line": 606
|
|
39010
39402
|
},
|
|
39011
39403
|
"name": "functions",
|
|
39012
39404
|
"optional": true,
|
|
@@ -39022,7 +39414,7 @@
|
|
|
39022
39414
|
"immutable": true,
|
|
39023
39415
|
"locationInModule": {
|
|
39024
39416
|
"filename": "src/javascript/jest.ts",
|
|
39025
|
-
"line":
|
|
39417
|
+
"line": 607
|
|
39026
39418
|
},
|
|
39027
39419
|
"name": "lines",
|
|
39028
39420
|
"optional": true,
|
|
@@ -39038,7 +39430,7 @@
|
|
|
39038
39430
|
"immutable": true,
|
|
39039
39431
|
"locationInModule": {
|
|
39040
39432
|
"filename": "src/javascript/jest.ts",
|
|
39041
|
-
"line":
|
|
39433
|
+
"line": 608
|
|
39042
39434
|
},
|
|
39043
39435
|
"name": "statements",
|
|
39044
39436
|
"optional": true,
|
|
@@ -39922,7 +40314,7 @@
|
|
|
39922
40314
|
"kind": "interface",
|
|
39923
40315
|
"locationInModule": {
|
|
39924
40316
|
"filename": "src/javascript/jest.ts",
|
|
39925
|
-
"line":
|
|
40317
|
+
"line": 623
|
|
39926
40318
|
},
|
|
39927
40319
|
"name": "HasteConfig",
|
|
39928
40320
|
"namespace": "javascript",
|
|
@@ -39935,7 +40327,7 @@
|
|
|
39935
40327
|
"immutable": true,
|
|
39936
40328
|
"locationInModule": {
|
|
39937
40329
|
"filename": "src/javascript/jest.ts",
|
|
39938
|
-
"line":
|
|
40330
|
+
"line": 624
|
|
39939
40331
|
},
|
|
39940
40332
|
"name": "computeSha1",
|
|
39941
40333
|
"optional": true,
|
|
@@ -39951,7 +40343,7 @@
|
|
|
39951
40343
|
"immutable": true,
|
|
39952
40344
|
"locationInModule": {
|
|
39953
40345
|
"filename": "src/javascript/jest.ts",
|
|
39954
|
-
"line":
|
|
40346
|
+
"line": 625
|
|
39955
40347
|
},
|
|
39956
40348
|
"name": "defaultPlatform",
|
|
39957
40349
|
"optional": true,
|
|
@@ -39967,7 +40359,7 @@
|
|
|
39967
40359
|
"immutable": true,
|
|
39968
40360
|
"locationInModule": {
|
|
39969
40361
|
"filename": "src/javascript/jest.ts",
|
|
39970
|
-
"line":
|
|
40362
|
+
"line": 626
|
|
39971
40363
|
},
|
|
39972
40364
|
"name": "hasteImplModulePath",
|
|
39973
40365
|
"optional": true,
|
|
@@ -39983,7 +40375,7 @@
|
|
|
39983
40375
|
"immutable": true,
|
|
39984
40376
|
"locationInModule": {
|
|
39985
40377
|
"filename": "src/javascript/jest.ts",
|
|
39986
|
-
"line":
|
|
40378
|
+
"line": 627
|
|
39987
40379
|
},
|
|
39988
40380
|
"name": "platforms",
|
|
39989
40381
|
"optional": true,
|
|
@@ -40004,7 +40396,7 @@
|
|
|
40004
40396
|
"immutable": true,
|
|
40005
40397
|
"locationInModule": {
|
|
40006
40398
|
"filename": "src/javascript/jest.ts",
|
|
40007
|
-
"line":
|
|
40399
|
+
"line": 628
|
|
40008
40400
|
},
|
|
40009
40401
|
"name": "throwOnModuleCollision",
|
|
40010
40402
|
"optional": true,
|
|
@@ -40030,7 +40422,7 @@
|
|
|
40030
40422
|
},
|
|
40031
40423
|
"locationInModule": {
|
|
40032
40424
|
"filename": "src/javascript/jest.ts",
|
|
40033
|
-
"line":
|
|
40425
|
+
"line": 693
|
|
40034
40426
|
},
|
|
40035
40427
|
"parameters": [
|
|
40036
40428
|
{
|
|
@@ -40051,7 +40443,7 @@
|
|
|
40051
40443
|
"kind": "class",
|
|
40052
40444
|
"locationInModule": {
|
|
40053
40445
|
"filename": "src/javascript/jest.ts",
|
|
40054
|
-
"line":
|
|
40446
|
+
"line": 657
|
|
40055
40447
|
},
|
|
40056
40448
|
"methods": [
|
|
40057
40449
|
{
|
|
@@ -40061,7 +40453,7 @@
|
|
|
40061
40453
|
},
|
|
40062
40454
|
"locationInModule": {
|
|
40063
40455
|
"filename": "src/javascript/jest.ts",
|
|
40064
|
-
"line":
|
|
40456
|
+
"line": 661
|
|
40065
40457
|
},
|
|
40066
40458
|
"name": "of",
|
|
40067
40459
|
"parameters": [
|
|
@@ -40086,7 +40478,7 @@
|
|
|
40086
40478
|
},
|
|
40087
40479
|
"locationInModule": {
|
|
40088
40480
|
"filename": "src/javascript/jest.ts",
|
|
40089
|
-
"line":
|
|
40481
|
+
"line": 824
|
|
40090
40482
|
},
|
|
40091
40483
|
"name": "addIgnorePattern",
|
|
40092
40484
|
"parameters": [
|
|
@@ -40106,7 +40498,7 @@
|
|
|
40106
40498
|
},
|
|
40107
40499
|
"locationInModule": {
|
|
40108
40500
|
"filename": "src/javascript/jest.ts",
|
|
40109
|
-
"line":
|
|
40501
|
+
"line": 866
|
|
40110
40502
|
},
|
|
40111
40503
|
"name": "addModuleNameMappers",
|
|
40112
40504
|
"parameters": [
|
|
@@ -40147,7 +40539,7 @@
|
|
|
40147
40539
|
},
|
|
40148
40540
|
"locationInModule": {
|
|
40149
40541
|
"filename": "src/javascript/jest.ts",
|
|
40150
|
-
"line":
|
|
40542
|
+
"line": 881
|
|
40151
40543
|
},
|
|
40152
40544
|
"name": "addModulePaths",
|
|
40153
40545
|
"parameters": [
|
|
@@ -40170,7 +40562,7 @@
|
|
|
40170
40562
|
},
|
|
40171
40563
|
"locationInModule": {
|
|
40172
40564
|
"filename": "src/javascript/jest.ts",
|
|
40173
|
-
"line":
|
|
40565
|
+
"line": 828
|
|
40174
40566
|
},
|
|
40175
40567
|
"name": "addReporter",
|
|
40176
40568
|
"parameters": [
|
|
@@ -40189,7 +40581,7 @@
|
|
|
40189
40581
|
},
|
|
40190
40582
|
"locationInModule": {
|
|
40191
40583
|
"filename": "src/javascript/jest.ts",
|
|
40192
|
-
"line":
|
|
40584
|
+
"line": 893
|
|
40193
40585
|
},
|
|
40194
40586
|
"name": "addRoots",
|
|
40195
40587
|
"parameters": [
|
|
@@ -40213,7 +40605,7 @@
|
|
|
40213
40605
|
},
|
|
40214
40606
|
"locationInModule": {
|
|
40215
40607
|
"filename": "src/javascript/jest.ts",
|
|
40216
|
-
"line":
|
|
40608
|
+
"line": 836
|
|
40217
40609
|
},
|
|
40218
40610
|
"name": "addSetupFile",
|
|
40219
40611
|
"parameters": [
|
|
@@ -40235,7 +40627,7 @@
|
|
|
40235
40627
|
},
|
|
40236
40628
|
"locationInModule": {
|
|
40237
40629
|
"filename": "src/javascript/jest.ts",
|
|
40238
|
-
"line":
|
|
40630
|
+
"line": 847
|
|
40239
40631
|
},
|
|
40240
40632
|
"name": "addSetupFileAfterEnv",
|
|
40241
40633
|
"parameters": [
|
|
@@ -40256,7 +40648,7 @@
|
|
|
40256
40648
|
},
|
|
40257
40649
|
"locationInModule": {
|
|
40258
40650
|
"filename": "src/javascript/jest.ts",
|
|
40259
|
-
"line":
|
|
40651
|
+
"line": 854
|
|
40260
40652
|
},
|
|
40261
40653
|
"name": "addSnapshotResolver",
|
|
40262
40654
|
"parameters": [
|
|
@@ -40275,7 +40667,7 @@
|
|
|
40275
40667
|
},
|
|
40276
40668
|
"locationInModule": {
|
|
40277
40669
|
"filename": "src/javascript/jest.ts",
|
|
40278
|
-
"line":
|
|
40670
|
+
"line": 812
|
|
40279
40671
|
},
|
|
40280
40672
|
"name": "addTestMatch",
|
|
40281
40673
|
"parameters": [
|
|
@@ -40297,7 +40689,7 @@
|
|
|
40297
40689
|
},
|
|
40298
40690
|
"locationInModule": {
|
|
40299
40691
|
"filename": "src/javascript/jest.ts",
|
|
40300
|
-
"line":
|
|
40692
|
+
"line": 820
|
|
40301
40693
|
},
|
|
40302
40694
|
"name": "addWatchIgnorePattern",
|
|
40303
40695
|
"parameters": [
|
|
@@ -40324,7 +40716,7 @@
|
|
|
40324
40716
|
"immutable": true,
|
|
40325
40717
|
"locationInModule": {
|
|
40326
40718
|
"filename": "src/javascript/jest.ts",
|
|
40327
|
-
"line":
|
|
40719
|
+
"line": 669
|
|
40328
40720
|
},
|
|
40329
40721
|
"name": "config",
|
|
40330
40722
|
"type": {
|
|
@@ -40339,7 +40731,7 @@
|
|
|
40339
40731
|
"immutable": true,
|
|
40340
40732
|
"locationInModule": {
|
|
40341
40733
|
"filename": "src/javascript/jest.ts",
|
|
40342
|
-
"line":
|
|
40734
|
+
"line": 674
|
|
40343
40735
|
},
|
|
40344
40736
|
"name": "jestVersion",
|
|
40345
40737
|
"type": {
|
|
@@ -40355,7 +40747,7 @@
|
|
|
40355
40747
|
"immutable": true,
|
|
40356
40748
|
"locationInModule": {
|
|
40357
40749
|
"filename": "src/javascript/jest.ts",
|
|
40358
|
-
"line":
|
|
40750
|
+
"line": 679
|
|
40359
40751
|
},
|
|
40360
40752
|
"name": "file",
|
|
40361
40753
|
"optional": true,
|
|
@@ -40376,7 +40768,7 @@
|
|
|
40376
40768
|
"kind": "interface",
|
|
40377
40769
|
"locationInModule": {
|
|
40378
40770
|
"filename": "src/javascript/jest.ts",
|
|
40379
|
-
"line":
|
|
40771
|
+
"line": 12
|
|
40380
40772
|
},
|
|
40381
40773
|
"name": "JestConfigOptions",
|
|
40382
40774
|
"namespace": "javascript",
|
|
@@ -40390,7 +40782,7 @@
|
|
|
40390
40782
|
"immutable": true,
|
|
40391
40783
|
"locationInModule": {
|
|
40392
40784
|
"filename": "src/javascript/jest.ts",
|
|
40393
|
-
"line":
|
|
40785
|
+
"line": 480
|
|
40394
40786
|
},
|
|
40395
40787
|
"name": "additionalOptions",
|
|
40396
40788
|
"optional": true,
|
|
@@ -40414,7 +40806,7 @@
|
|
|
40414
40806
|
"immutable": true,
|
|
40415
40807
|
"locationInModule": {
|
|
40416
40808
|
"filename": "src/javascript/jest.ts",
|
|
40417
|
-
"line":
|
|
40809
|
+
"line": 18
|
|
40418
40810
|
},
|
|
40419
40811
|
"name": "automock",
|
|
40420
40812
|
"optional": true,
|
|
@@ -40433,7 +40825,7 @@
|
|
|
40433
40825
|
"immutable": true,
|
|
40434
40826
|
"locationInModule": {
|
|
40435
40827
|
"filename": "src/javascript/jest.ts",
|
|
40436
|
-
"line":
|
|
40828
|
+
"line": 26
|
|
40437
40829
|
},
|
|
40438
40830
|
"name": "bail",
|
|
40439
40831
|
"optional": true,
|
|
@@ -40460,7 +40852,7 @@
|
|
|
40460
40852
|
"immutable": true,
|
|
40461
40853
|
"locationInModule": {
|
|
40462
40854
|
"filename": "src/javascript/jest.ts",
|
|
40463
|
-
"line":
|
|
40855
|
+
"line": 32
|
|
40464
40856
|
},
|
|
40465
40857
|
"name": "cacheDirectory",
|
|
40466
40858
|
"optional": true,
|
|
@@ -40479,7 +40871,7 @@
|
|
|
40479
40871
|
"immutable": true,
|
|
40480
40872
|
"locationInModule": {
|
|
40481
40873
|
"filename": "src/javascript/jest.ts",
|
|
40482
|
-
"line":
|
|
40874
|
+
"line": 40
|
|
40483
40875
|
},
|
|
40484
40876
|
"name": "clearMocks",
|
|
40485
40877
|
"optional": true,
|
|
@@ -40498,7 +40890,7 @@
|
|
|
40498
40890
|
"immutable": true,
|
|
40499
40891
|
"locationInModule": {
|
|
40500
40892
|
"filename": "src/javascript/jest.ts",
|
|
40501
|
-
"line":
|
|
40893
|
+
"line": 48
|
|
40502
40894
|
},
|
|
40503
40895
|
"name": "collectCoverage",
|
|
40504
40896
|
"optional": true,
|
|
@@ -40516,7 +40908,7 @@
|
|
|
40516
40908
|
"immutable": true,
|
|
40517
40909
|
"locationInModule": {
|
|
40518
40910
|
"filename": "src/javascript/jest.ts",
|
|
40519
|
-
"line":
|
|
40911
|
+
"line": 54
|
|
40520
40912
|
},
|
|
40521
40913
|
"name": "collectCoverageFrom",
|
|
40522
40914
|
"optional": true,
|
|
@@ -40539,7 +40931,7 @@
|
|
|
40539
40931
|
"immutable": true,
|
|
40540
40932
|
"locationInModule": {
|
|
40541
40933
|
"filename": "src/javascript/jest.ts",
|
|
40542
|
-
"line":
|
|
40934
|
+
"line": 60
|
|
40543
40935
|
},
|
|
40544
40936
|
"name": "coverageDirectory",
|
|
40545
40937
|
"optional": true,
|
|
@@ -40558,7 +40950,7 @@
|
|
|
40558
40950
|
"immutable": true,
|
|
40559
40951
|
"locationInModule": {
|
|
40560
40952
|
"filename": "src/javascript/jest.ts",
|
|
40561
|
-
"line":
|
|
40953
|
+
"line": 67
|
|
40562
40954
|
},
|
|
40563
40955
|
"name": "coveragePathIgnorePatterns",
|
|
40564
40956
|
"optional": true,
|
|
@@ -40582,7 +40974,7 @@
|
|
|
40582
40974
|
"immutable": true,
|
|
40583
40975
|
"locationInModule": {
|
|
40584
40976
|
"filename": "src/javascript/jest.ts",
|
|
40585
|
-
"line":
|
|
40977
|
+
"line": 74
|
|
40586
40978
|
},
|
|
40587
40979
|
"name": "coverageProvider",
|
|
40588
40980
|
"optional": true,
|
|
@@ -40601,7 +40993,7 @@
|
|
|
40601
40993
|
"immutable": true,
|
|
40602
40994
|
"locationInModule": {
|
|
40603
40995
|
"filename": "src/javascript/jest.ts",
|
|
40604
|
-
"line":
|
|
40996
|
+
"line": 80
|
|
40605
40997
|
},
|
|
40606
40998
|
"name": "coverageReporters",
|
|
40607
40999
|
"optional": true,
|
|
@@ -40625,7 +41017,7 @@
|
|
|
40625
41017
|
"immutable": true,
|
|
40626
41018
|
"locationInModule": {
|
|
40627
41019
|
"filename": "src/javascript/jest.ts",
|
|
40628
|
-
"line":
|
|
41020
|
+
"line": 88
|
|
40629
41021
|
},
|
|
40630
41022
|
"name": "coverageThreshold",
|
|
40631
41023
|
"optional": true,
|
|
@@ -40644,7 +41036,7 @@
|
|
|
40644
41036
|
"immutable": true,
|
|
40645
41037
|
"locationInModule": {
|
|
40646
41038
|
"filename": "src/javascript/jest.ts",
|
|
40647
|
-
"line":
|
|
41039
|
+
"line": 95
|
|
40648
41040
|
},
|
|
40649
41041
|
"name": "dependencyExtractor",
|
|
40650
41042
|
"optional": true,
|
|
@@ -40662,7 +41054,7 @@
|
|
|
40662
41054
|
"immutable": true,
|
|
40663
41055
|
"locationInModule": {
|
|
40664
41056
|
"filename": "src/javascript/jest.ts",
|
|
40665
|
-
"line":
|
|
41057
|
+
"line": 101
|
|
40666
41058
|
},
|
|
40667
41059
|
"name": "displayName",
|
|
40668
41060
|
"optional": true,
|
|
@@ -40681,7 +41073,7 @@
|
|
|
40681
41073
|
"immutable": true,
|
|
40682
41074
|
"locationInModule": {
|
|
40683
41075
|
"filename": "src/javascript/jest.ts",
|
|
40684
|
-
"line":
|
|
41076
|
+
"line": 107
|
|
40685
41077
|
},
|
|
40686
41078
|
"name": "errorOnDeprecated",
|
|
40687
41079
|
"optional": true,
|
|
@@ -40699,7 +41091,7 @@
|
|
|
40699
41091
|
"immutable": true,
|
|
40700
41092
|
"locationInModule": {
|
|
40701
41093
|
"filename": "src/javascript/jest.ts",
|
|
40702
|
-
"line":
|
|
41094
|
+
"line": 114
|
|
40703
41095
|
},
|
|
40704
41096
|
"name": "extraGlobals",
|
|
40705
41097
|
"optional": true,
|
|
@@ -40723,7 +41115,7 @@
|
|
|
40723
41115
|
"immutable": true,
|
|
40724
41116
|
"locationInModule": {
|
|
40725
41117
|
"filename": "src/javascript/jest.ts",
|
|
40726
|
-
"line":
|
|
41118
|
+
"line": 121
|
|
40727
41119
|
},
|
|
40728
41120
|
"name": "forceCoverageMatch",
|
|
40729
41121
|
"optional": true,
|
|
@@ -40746,7 +41138,7 @@
|
|
|
40746
41138
|
"immutable": true,
|
|
40747
41139
|
"locationInModule": {
|
|
40748
41140
|
"filename": "src/javascript/jest.ts",
|
|
40749
|
-
"line":
|
|
41141
|
+
"line": 127
|
|
40750
41142
|
},
|
|
40751
41143
|
"name": "globals",
|
|
40752
41144
|
"optional": true,
|
|
@@ -40765,7 +41157,7 @@
|
|
|
40765
41157
|
"immutable": true,
|
|
40766
41158
|
"locationInModule": {
|
|
40767
41159
|
"filename": "src/javascript/jest.ts",
|
|
40768
|
-
"line":
|
|
41160
|
+
"line": 134
|
|
40769
41161
|
},
|
|
40770
41162
|
"name": "globalSetup",
|
|
40771
41163
|
"optional": true,
|
|
@@ -40784,7 +41176,7 @@
|
|
|
40784
41176
|
"immutable": true,
|
|
40785
41177
|
"locationInModule": {
|
|
40786
41178
|
"filename": "src/javascript/jest.ts",
|
|
40787
|
-
"line":
|
|
41179
|
+
"line": 141
|
|
40788
41180
|
},
|
|
40789
41181
|
"name": "globalTeardown",
|
|
40790
41182
|
"optional": true,
|
|
@@ -40802,7 +41194,7 @@
|
|
|
40802
41194
|
"immutable": true,
|
|
40803
41195
|
"locationInModule": {
|
|
40804
41196
|
"filename": "src/javascript/jest.ts",
|
|
40805
|
-
"line":
|
|
41197
|
+
"line": 147
|
|
40806
41198
|
},
|
|
40807
41199
|
"name": "haste",
|
|
40808
41200
|
"optional": true,
|
|
@@ -40823,7 +41215,7 @@
|
|
|
40823
41215
|
"immutable": true,
|
|
40824
41216
|
"locationInModule": {
|
|
40825
41217
|
"filename": "src/javascript/jest.ts",
|
|
40826
|
-
"line":
|
|
41218
|
+
"line": 154
|
|
40827
41219
|
},
|
|
40828
41220
|
"name": "injectGlobals",
|
|
40829
41221
|
"optional": true,
|
|
@@ -40841,7 +41233,7 @@
|
|
|
40841
41233
|
"immutable": true,
|
|
40842
41234
|
"locationInModule": {
|
|
40843
41235
|
"filename": "src/javascript/jest.ts",
|
|
40844
|
-
"line":
|
|
41236
|
+
"line": 161
|
|
40845
41237
|
},
|
|
40846
41238
|
"name": "maxConcurrency",
|
|
40847
41239
|
"optional": true,
|
|
@@ -40860,7 +41252,7 @@
|
|
|
40860
41252
|
"immutable": true,
|
|
40861
41253
|
"locationInModule": {
|
|
40862
41254
|
"filename": "src/javascript/jest.ts",
|
|
40863
|
-
"line":
|
|
41255
|
+
"line": 170
|
|
40864
41256
|
},
|
|
40865
41257
|
"name": "maxWorkers",
|
|
40866
41258
|
"optional": true,
|
|
@@ -40888,7 +41280,7 @@
|
|
|
40888
41280
|
"immutable": true,
|
|
40889
41281
|
"locationInModule": {
|
|
40890
41282
|
"filename": "src/javascript/jest.ts",
|
|
40891
|
-
"line":
|
|
41283
|
+
"line": 178
|
|
40892
41284
|
},
|
|
40893
41285
|
"name": "moduleDirectories",
|
|
40894
41286
|
"optional": true,
|
|
@@ -40912,7 +41304,7 @@
|
|
|
40912
41304
|
"immutable": true,
|
|
40913
41305
|
"locationInModule": {
|
|
40914
41306
|
"filename": "src/javascript/jest.ts",
|
|
40915
|
-
"line":
|
|
41307
|
+
"line": 185
|
|
40916
41308
|
},
|
|
40917
41309
|
"name": "moduleFileExtensions",
|
|
40918
41310
|
"optional": true,
|
|
@@ -40935,7 +41327,7 @@
|
|
|
40935
41327
|
"immutable": true,
|
|
40936
41328
|
"locationInModule": {
|
|
40937
41329
|
"filename": "src/javascript/jest.ts",
|
|
40938
|
-
"line":
|
|
41330
|
+
"line": 192
|
|
40939
41331
|
},
|
|
40940
41332
|
"name": "moduleNameMapper",
|
|
40941
41333
|
"optional": true,
|
|
@@ -40973,7 +41365,7 @@
|
|
|
40973
41365
|
"immutable": true,
|
|
40974
41366
|
"locationInModule": {
|
|
40975
41367
|
"filename": "src/javascript/jest.ts",
|
|
40976
|
-
"line":
|
|
41368
|
+
"line": 200
|
|
40977
41369
|
},
|
|
40978
41370
|
"name": "modulePathIgnorePatterns",
|
|
40979
41371
|
"optional": true,
|
|
@@ -40997,7 +41389,7 @@
|
|
|
40997
41389
|
"immutable": true,
|
|
40998
41390
|
"locationInModule": {
|
|
40999
41391
|
"filename": "src/javascript/jest.ts",
|
|
41000
|
-
"line":
|
|
41392
|
+
"line": 208
|
|
41001
41393
|
},
|
|
41002
41394
|
"name": "modulePaths",
|
|
41003
41395
|
"optional": true,
|
|
@@ -41020,7 +41412,7 @@
|
|
|
41020
41412
|
"immutable": true,
|
|
41021
41413
|
"locationInModule": {
|
|
41022
41414
|
"filename": "src/javascript/jest.ts",
|
|
41023
|
-
"line":
|
|
41415
|
+
"line": 214
|
|
41024
41416
|
},
|
|
41025
41417
|
"name": "notify",
|
|
41026
41418
|
"optional": true,
|
|
@@ -41039,7 +41431,7 @@
|
|
|
41039
41431
|
"immutable": true,
|
|
41040
41432
|
"locationInModule": {
|
|
41041
41433
|
"filename": "src/javascript/jest.ts",
|
|
41042
|
-
"line":
|
|
41434
|
+
"line": 220
|
|
41043
41435
|
},
|
|
41044
41436
|
"name": "notifyMode",
|
|
41045
41437
|
"optional": true,
|
|
@@ -41058,7 +41450,7 @@
|
|
|
41058
41450
|
"immutable": true,
|
|
41059
41451
|
"locationInModule": {
|
|
41060
41452
|
"filename": "src/javascript/jest.ts",
|
|
41061
|
-
"line":
|
|
41453
|
+
"line": 233
|
|
41062
41454
|
},
|
|
41063
41455
|
"name": "preset",
|
|
41064
41456
|
"optional": true,
|
|
@@ -41076,7 +41468,7 @@
|
|
|
41076
41468
|
"immutable": true,
|
|
41077
41469
|
"locationInModule": {
|
|
41078
41470
|
"filename": "src/javascript/jest.ts",
|
|
41079
|
-
"line":
|
|
41471
|
+
"line": 239
|
|
41080
41472
|
},
|
|
41081
41473
|
"name": "prettierPath",
|
|
41082
41474
|
"optional": true,
|
|
@@ -41095,7 +41487,7 @@
|
|
|
41095
41487
|
"immutable": true,
|
|
41096
41488
|
"locationInModule": {
|
|
41097
41489
|
"filename": "src/javascript/jest.ts",
|
|
41098
|
-
"line":
|
|
41490
|
+
"line": 247
|
|
41099
41491
|
},
|
|
41100
41492
|
"name": "projects",
|
|
41101
41493
|
"optional": true,
|
|
@@ -41133,7 +41525,7 @@
|
|
|
41133
41525
|
"immutable": true,
|
|
41134
41526
|
"locationInModule": {
|
|
41135
41527
|
"filename": "src/javascript/jest.ts",
|
|
41136
|
-
"line":
|
|
41528
|
+
"line": 255
|
|
41137
41529
|
},
|
|
41138
41530
|
"name": "reporters",
|
|
41139
41531
|
"optional": true,
|
|
@@ -41157,7 +41549,7 @@
|
|
|
41157
41549
|
"immutable": true,
|
|
41158
41550
|
"locationInModule": {
|
|
41159
41551
|
"filename": "src/javascript/jest.ts",
|
|
41160
|
-
"line":
|
|
41552
|
+
"line": 263
|
|
41161
41553
|
},
|
|
41162
41554
|
"name": "resetMocks",
|
|
41163
41555
|
"optional": true,
|
|
@@ -41176,7 +41568,7 @@
|
|
|
41176
41568
|
"immutable": true,
|
|
41177
41569
|
"locationInModule": {
|
|
41178
41570
|
"filename": "src/javascript/jest.ts",
|
|
41179
|
-
"line":
|
|
41571
|
+
"line": 270
|
|
41180
41572
|
},
|
|
41181
41573
|
"name": "resetModules",
|
|
41182
41574
|
"optional": true,
|
|
@@ -41195,7 +41587,7 @@
|
|
|
41195
41587
|
"immutable": true,
|
|
41196
41588
|
"locationInModule": {
|
|
41197
41589
|
"filename": "src/javascript/jest.ts",
|
|
41198
|
-
"line":
|
|
41590
|
+
"line": 277
|
|
41199
41591
|
},
|
|
41200
41592
|
"name": "resolver",
|
|
41201
41593
|
"optional": true,
|
|
@@ -41214,7 +41606,7 @@
|
|
|
41214
41606
|
"immutable": true,
|
|
41215
41607
|
"locationInModule": {
|
|
41216
41608
|
"filename": "src/javascript/jest.ts",
|
|
41217
|
-
"line":
|
|
41609
|
+
"line": 285
|
|
41218
41610
|
},
|
|
41219
41611
|
"name": "restoreMocks",
|
|
41220
41612
|
"optional": true,
|
|
@@ -41233,7 +41625,7 @@
|
|
|
41233
41625
|
"immutable": true,
|
|
41234
41626
|
"locationInModule": {
|
|
41235
41627
|
"filename": "src/javascript/jest.ts",
|
|
41236
|
-
"line":
|
|
41628
|
+
"line": 293
|
|
41237
41629
|
},
|
|
41238
41630
|
"name": "rootDir",
|
|
41239
41631
|
"optional": true,
|
|
@@ -41251,7 +41643,7 @@
|
|
|
41251
41643
|
"immutable": true,
|
|
41252
41644
|
"locationInModule": {
|
|
41253
41645
|
"filename": "src/javascript/jest.ts",
|
|
41254
|
-
"line":
|
|
41646
|
+
"line": 299
|
|
41255
41647
|
},
|
|
41256
41648
|
"name": "roots",
|
|
41257
41649
|
"optional": true,
|
|
@@ -41274,7 +41666,7 @@
|
|
|
41274
41666
|
"immutable": true,
|
|
41275
41667
|
"locationInModule": {
|
|
41276
41668
|
"filename": "src/javascript/jest.ts",
|
|
41277
|
-
"line":
|
|
41669
|
+
"line": 305
|
|
41278
41670
|
},
|
|
41279
41671
|
"name": "runner",
|
|
41280
41672
|
"optional": true,
|
|
@@ -41293,7 +41685,7 @@
|
|
|
41293
41685
|
"immutable": true,
|
|
41294
41686
|
"locationInModule": {
|
|
41295
41687
|
"filename": "src/javascript/jest.ts",
|
|
41296
|
-
"line":
|
|
41688
|
+
"line": 314
|
|
41297
41689
|
},
|
|
41298
41690
|
"name": "setupFiles",
|
|
41299
41691
|
"optional": true,
|
|
@@ -41317,7 +41709,7 @@
|
|
|
41317
41709
|
"immutable": true,
|
|
41318
41710
|
"locationInModule": {
|
|
41319
41711
|
"filename": "src/javascript/jest.ts",
|
|
41320
|
-
"line":
|
|
41712
|
+
"line": 323
|
|
41321
41713
|
},
|
|
41322
41714
|
"name": "setupFilesAfterEnv",
|
|
41323
41715
|
"optional": true,
|
|
@@ -41340,7 +41732,7 @@
|
|
|
41340
41732
|
"immutable": true,
|
|
41341
41733
|
"locationInModule": {
|
|
41342
41734
|
"filename": "src/javascript/jest.ts",
|
|
41343
|
-
"line":
|
|
41735
|
+
"line": 329
|
|
41344
41736
|
},
|
|
41345
41737
|
"name": "slowTestThreshold",
|
|
41346
41738
|
"optional": true,
|
|
@@ -41359,7 +41751,7 @@
|
|
|
41359
41751
|
"immutable": true,
|
|
41360
41752
|
"locationInModule": {
|
|
41361
41753
|
"filename": "src/javascript/jest.ts",
|
|
41362
|
-
"line":
|
|
41754
|
+
"line": 336
|
|
41363
41755
|
},
|
|
41364
41756
|
"name": "snapshotResolver",
|
|
41365
41757
|
"optional": true,
|
|
@@ -41377,7 +41769,7 @@
|
|
|
41377
41769
|
"immutable": true,
|
|
41378
41770
|
"locationInModule": {
|
|
41379
41771
|
"filename": "src/javascript/jest.ts",
|
|
41380
|
-
"line":
|
|
41772
|
+
"line": 342
|
|
41381
41773
|
},
|
|
41382
41774
|
"name": "snapshotSerializers",
|
|
41383
41775
|
"optional": true,
|
|
@@ -41401,7 +41793,7 @@
|
|
|
41401
41793
|
"immutable": true,
|
|
41402
41794
|
"locationInModule": {
|
|
41403
41795
|
"filename": "src/javascript/jest.ts",
|
|
41404
|
-
"line":
|
|
41796
|
+
"line": 350
|
|
41405
41797
|
},
|
|
41406
41798
|
"name": "testEnvironment",
|
|
41407
41799
|
"optional": true,
|
|
@@ -41420,7 +41812,7 @@
|
|
|
41420
41812
|
"immutable": true,
|
|
41421
41813
|
"locationInModule": {
|
|
41422
41814
|
"filename": "src/javascript/jest.ts",
|
|
41423
|
-
"line":
|
|
41815
|
+
"line": 357
|
|
41424
41816
|
},
|
|
41425
41817
|
"name": "testEnvironmentOptions",
|
|
41426
41818
|
"optional": true,
|
|
@@ -41438,7 +41830,7 @@
|
|
|
41438
41830
|
"immutable": true,
|
|
41439
41831
|
"locationInModule": {
|
|
41440
41832
|
"filename": "src/javascript/jest.ts",
|
|
41441
|
-
"line":
|
|
41833
|
+
"line": 363
|
|
41442
41834
|
},
|
|
41443
41835
|
"name": "testFailureExitCode",
|
|
41444
41836
|
"optional": true,
|
|
@@ -41457,7 +41849,7 @@
|
|
|
41457
41849
|
"immutable": true,
|
|
41458
41850
|
"locationInModule": {
|
|
41459
41851
|
"filename": "src/javascript/jest.ts",
|
|
41460
|
-
"line":
|
|
41852
|
+
"line": 371
|
|
41461
41853
|
},
|
|
41462
41854
|
"name": "testMatch",
|
|
41463
41855
|
"optional": true,
|
|
@@ -41481,7 +41873,7 @@
|
|
|
41481
41873
|
"immutable": true,
|
|
41482
41874
|
"locationInModule": {
|
|
41483
41875
|
"filename": "src/javascript/jest.ts",
|
|
41484
|
-
"line":
|
|
41876
|
+
"line": 378
|
|
41485
41877
|
},
|
|
41486
41878
|
"name": "testPathIgnorePatterns",
|
|
41487
41879
|
"optional": true,
|
|
@@ -41505,7 +41897,7 @@
|
|
|
41505
41897
|
"immutable": true,
|
|
41506
41898
|
"locationInModule": {
|
|
41507
41899
|
"filename": "src/javascript/jest.ts",
|
|
41508
|
-
"line":
|
|
41900
|
+
"line": 386
|
|
41509
41901
|
},
|
|
41510
41902
|
"name": "testRegex",
|
|
41511
41903
|
"optional": true,
|
|
@@ -41537,7 +41929,7 @@
|
|
|
41537
41929
|
"immutable": true,
|
|
41538
41930
|
"locationInModule": {
|
|
41539
41931
|
"filename": "src/javascript/jest.ts",
|
|
41540
|
-
"line":
|
|
41932
|
+
"line": 392
|
|
41541
41933
|
},
|
|
41542
41934
|
"name": "testResultsProcessor",
|
|
41543
41935
|
"optional": true,
|
|
@@ -41556,7 +41948,7 @@
|
|
|
41556
41948
|
"immutable": true,
|
|
41557
41949
|
"locationInModule": {
|
|
41558
41950
|
"filename": "src/javascript/jest.ts",
|
|
41559
|
-
"line":
|
|
41951
|
+
"line": 399
|
|
41560
41952
|
},
|
|
41561
41953
|
"name": "testRunner",
|
|
41562
41954
|
"optional": true,
|
|
@@ -41575,7 +41967,7 @@
|
|
|
41575
41967
|
"immutable": true,
|
|
41576
41968
|
"locationInModule": {
|
|
41577
41969
|
"filename": "src/javascript/jest.ts",
|
|
41578
|
-
"line":
|
|
41970
|
+
"line": 406
|
|
41579
41971
|
},
|
|
41580
41972
|
"name": "testSequencer",
|
|
41581
41973
|
"optional": true,
|
|
@@ -41593,7 +41985,7 @@
|
|
|
41593
41985
|
"immutable": true,
|
|
41594
41986
|
"locationInModule": {
|
|
41595
41987
|
"filename": "src/javascript/jest.ts",
|
|
41596
|
-
"line":
|
|
41988
|
+
"line": 412
|
|
41597
41989
|
},
|
|
41598
41990
|
"name": "testTimeout",
|
|
41599
41991
|
"optional": true,
|
|
@@ -41612,7 +42004,7 @@
|
|
|
41612
42004
|
"immutable": true,
|
|
41613
42005
|
"locationInModule": {
|
|
41614
42006
|
"filename": "src/javascript/jest.ts",
|
|
41615
|
-
"line":
|
|
42007
|
+
"line": 418
|
|
41616
42008
|
},
|
|
41617
42009
|
"name": "testURL",
|
|
41618
42010
|
"optional": true,
|
|
@@ -41631,7 +42023,7 @@
|
|
|
41631
42023
|
"immutable": true,
|
|
41632
42024
|
"locationInModule": {
|
|
41633
42025
|
"filename": "src/javascript/jest.ts",
|
|
41634
|
-
"line":
|
|
42026
|
+
"line": 425
|
|
41635
42027
|
},
|
|
41636
42028
|
"name": "timers",
|
|
41637
42029
|
"optional": true,
|
|
@@ -41650,7 +42042,7 @@
|
|
|
41650
42042
|
"immutable": true,
|
|
41651
42043
|
"locationInModule": {
|
|
41652
42044
|
"filename": "src/javascript/jest.ts",
|
|
41653
|
-
"line":
|
|
42045
|
+
"line": 432
|
|
41654
42046
|
},
|
|
41655
42047
|
"name": "transform",
|
|
41656
42048
|
"optional": true,
|
|
@@ -41674,7 +42066,7 @@
|
|
|
41674
42066
|
"immutable": true,
|
|
41675
42067
|
"locationInModule": {
|
|
41676
42068
|
"filename": "src/javascript/jest.ts",
|
|
41677
|
-
"line":
|
|
42069
|
+
"line": 439
|
|
41678
42070
|
},
|
|
41679
42071
|
"name": "transformIgnorePatterns",
|
|
41680
42072
|
"optional": true,
|
|
@@ -41698,7 +42090,7 @@
|
|
|
41698
42090
|
"immutable": true,
|
|
41699
42091
|
"locationInModule": {
|
|
41700
42092
|
"filename": "src/javascript/jest.ts",
|
|
41701
|
-
"line":
|
|
42093
|
+
"line": 447
|
|
41702
42094
|
},
|
|
41703
42095
|
"name": "unmockedModulePathPatterns",
|
|
41704
42096
|
"optional": true,
|
|
@@ -41722,7 +42114,7 @@
|
|
|
41722
42114
|
"immutable": true,
|
|
41723
42115
|
"locationInModule": {
|
|
41724
42116
|
"filename": "src/javascript/jest.ts",
|
|
41725
|
-
"line":
|
|
42117
|
+
"line": 455
|
|
41726
42118
|
},
|
|
41727
42119
|
"name": "verbose",
|
|
41728
42120
|
"optional": true,
|
|
@@ -41740,7 +42132,7 @@
|
|
|
41740
42132
|
"immutable": true,
|
|
41741
42133
|
"locationInModule": {
|
|
41742
42134
|
"filename": "src/javascript/jest.ts",
|
|
41743
|
-
"line":
|
|
42135
|
+
"line": 475
|
|
41744
42136
|
},
|
|
41745
42137
|
"name": "watchman",
|
|
41746
42138
|
"optional": true,
|
|
@@ -41759,7 +42151,7 @@
|
|
|
41759
42151
|
"immutable": true,
|
|
41760
42152
|
"locationInModule": {
|
|
41761
42153
|
"filename": "src/javascript/jest.ts",
|
|
41762
|
-
"line":
|
|
42154
|
+
"line": 463
|
|
41763
42155
|
},
|
|
41764
42156
|
"name": "watchPathIgnorePatterns",
|
|
41765
42157
|
"optional": true,
|
|
@@ -41781,7 +42173,7 @@
|
|
|
41781
42173
|
"immutable": true,
|
|
41782
42174
|
"locationInModule": {
|
|
41783
42175
|
"filename": "src/javascript/jest.ts",
|
|
41784
|
-
"line":
|
|
42176
|
+
"line": 469
|
|
41785
42177
|
},
|
|
41786
42178
|
"name": "watchPlugins",
|
|
41787
42179
|
"optional": true,
|
|
@@ -41807,7 +42199,7 @@
|
|
|
41807
42199
|
"kind": "interface",
|
|
41808
42200
|
"locationInModule": {
|
|
41809
42201
|
"filename": "src/javascript/jest.ts",
|
|
41810
|
-
"line":
|
|
42202
|
+
"line": 528
|
|
41811
42203
|
},
|
|
41812
42204
|
"name": "JestOptions",
|
|
41813
42205
|
"namespace": "javascript",
|
|
@@ -41822,7 +42214,7 @@
|
|
|
41822
42214
|
"immutable": true,
|
|
41823
42215
|
"locationInModule": {
|
|
41824
42216
|
"filename": "src/javascript/jest.ts",
|
|
41825
|
-
"line":
|
|
42217
|
+
"line": 589
|
|
41826
42218
|
},
|
|
41827
42219
|
"name": "configFilePath",
|
|
41828
42220
|
"optional": true,
|
|
@@ -41842,7 +42234,7 @@
|
|
|
41842
42234
|
"immutable": true,
|
|
41843
42235
|
"locationInModule": {
|
|
41844
42236
|
"filename": "src/javascript/jest.ts",
|
|
41845
|
-
"line":
|
|
42237
|
+
"line": 534
|
|
41846
42238
|
},
|
|
41847
42239
|
"name": "coverage",
|
|
41848
42240
|
"optional": true,
|
|
@@ -41860,7 +42252,7 @@
|
|
|
41860
42252
|
"immutable": true,
|
|
41861
42253
|
"locationInModule": {
|
|
41862
42254
|
"filename": "src/javascript/jest.ts",
|
|
41863
|
-
"line":
|
|
42255
|
+
"line": 542
|
|
41864
42256
|
},
|
|
41865
42257
|
"name": "coverageText",
|
|
41866
42258
|
"optional": true,
|
|
@@ -41878,7 +42270,7 @@
|
|
|
41878
42270
|
"immutable": true,
|
|
41879
42271
|
"locationInModule": {
|
|
41880
42272
|
"filename": "src/javascript/jest.ts",
|
|
41881
|
-
"line":
|
|
42273
|
+
"line": 601
|
|
41882
42274
|
},
|
|
41883
42275
|
"name": "extraCliOptions",
|
|
41884
42276
|
"optional": true,
|
|
@@ -41902,7 +42294,7 @@
|
|
|
41902
42294
|
"immutable": true,
|
|
41903
42295
|
"locationInModule": {
|
|
41904
42296
|
"filename": "src/javascript/jest.ts",
|
|
41905
|
-
"line":
|
|
42297
|
+
"line": 549
|
|
41906
42298
|
},
|
|
41907
42299
|
"name": "ignorePatterns",
|
|
41908
42300
|
"optional": true,
|
|
@@ -41925,7 +42317,7 @@
|
|
|
41925
42317
|
"immutable": true,
|
|
41926
42318
|
"locationInModule": {
|
|
41927
42319
|
"filename": "src/javascript/jest.ts",
|
|
41928
|
-
"line":
|
|
42320
|
+
"line": 595
|
|
41929
42321
|
},
|
|
41930
42322
|
"name": "jestConfig",
|
|
41931
42323
|
"optional": true,
|
|
@@ -41944,7 +42336,7 @@
|
|
|
41944
42336
|
"immutable": true,
|
|
41945
42337
|
"locationInModule": {
|
|
41946
42338
|
"filename": "src/javascript/jest.ts",
|
|
41947
|
-
"line":
|
|
42339
|
+
"line": 582
|
|
41948
42340
|
},
|
|
41949
42341
|
"name": "jestVersion",
|
|
41950
42342
|
"optional": true,
|
|
@@ -41963,7 +42355,7 @@
|
|
|
41963
42355
|
"immutable": true,
|
|
41964
42356
|
"locationInModule": {
|
|
41965
42357
|
"filename": "src/javascript/jest.ts",
|
|
41966
|
-
"line":
|
|
42358
|
+
"line": 558
|
|
41967
42359
|
},
|
|
41968
42360
|
"name": "junitReporting",
|
|
41969
42361
|
"optional": true,
|
|
@@ -41981,7 +42373,7 @@
|
|
|
41981
42373
|
"immutable": true,
|
|
41982
42374
|
"locationInModule": {
|
|
41983
42375
|
"filename": "src/javascript/jest.ts",
|
|
41984
|
-
"line":
|
|
42376
|
+
"line": 565
|
|
41985
42377
|
},
|
|
41986
42378
|
"name": "preserveDefaultReporters",
|
|
41987
42379
|
"optional": true,
|
|
@@ -41999,7 +42391,7 @@
|
|
|
41999
42391
|
"immutable": true,
|
|
42000
42392
|
"locationInModule": {
|
|
42001
42393
|
"filename": "src/javascript/jest.ts",
|
|
42002
|
-
"line":
|
|
42394
|
+
"line": 573
|
|
42003
42395
|
},
|
|
42004
42396
|
"name": "updateSnapshot",
|
|
42005
42397
|
"optional": true,
|
|
@@ -42022,7 +42414,7 @@
|
|
|
42022
42414
|
},
|
|
42023
42415
|
"locationInModule": {
|
|
42024
42416
|
"filename": "src/javascript/jest.ts",
|
|
42025
|
-
"line":
|
|
42417
|
+
"line": 632
|
|
42026
42418
|
},
|
|
42027
42419
|
"parameters": [
|
|
42028
42420
|
{
|
|
@@ -42048,7 +42440,7 @@
|
|
|
42048
42440
|
"kind": "class",
|
|
42049
42441
|
"locationInModule": {
|
|
42050
42442
|
"filename": "src/javascript/jest.ts",
|
|
42051
|
-
"line":
|
|
42443
|
+
"line": 631
|
|
42052
42444
|
},
|
|
42053
42445
|
"name": "JestReporter",
|
|
42054
42446
|
"namespace": "javascript",
|
|
@@ -42245,7 +42637,7 @@
|
|
|
42245
42637
|
},
|
|
42246
42638
|
"locationInModule": {
|
|
42247
42639
|
"filename": "src/javascript/node-package.ts",
|
|
42248
|
-
"line":
|
|
42640
|
+
"line": 545
|
|
42249
42641
|
},
|
|
42250
42642
|
"parameters": [
|
|
42251
42643
|
{
|
|
@@ -42266,7 +42658,7 @@
|
|
|
42266
42658
|
"kind": "class",
|
|
42267
42659
|
"locationInModule": {
|
|
42268
42660
|
"filename": "src/javascript/node-package.ts",
|
|
42269
|
-
"line":
|
|
42661
|
+
"line": 415
|
|
42270
42662
|
},
|
|
42271
42663
|
"methods": [
|
|
42272
42664
|
{
|
|
@@ -42277,7 +42669,7 @@
|
|
|
42277
42669
|
},
|
|
42278
42670
|
"locationInModule": {
|
|
42279
42671
|
"filename": "src/javascript/node-package.ts",
|
|
42280
|
-
"line":
|
|
42672
|
+
"line": 422
|
|
42281
42673
|
},
|
|
42282
42674
|
"name": "of",
|
|
42283
42675
|
"parameters": [
|
|
@@ -42305,7 +42697,7 @@
|
|
|
42305
42697
|
},
|
|
42306
42698
|
"locationInModule": {
|
|
42307
42699
|
"filename": "src/javascript/node-package.ts",
|
|
42308
|
-
"line":
|
|
42700
|
+
"line": 775
|
|
42309
42701
|
},
|
|
42310
42702
|
"name": "addBin",
|
|
42311
42703
|
"parameters": [
|
|
@@ -42330,7 +42722,7 @@
|
|
|
42330
42722
|
},
|
|
42331
42723
|
"locationInModule": {
|
|
42332
42724
|
"filename": "src/javascript/node-package.ts",
|
|
42333
|
-
"line":
|
|
42725
|
+
"line": 744
|
|
42334
42726
|
},
|
|
42335
42727
|
"name": "addBundledDeps",
|
|
42336
42728
|
"parameters": [
|
|
@@ -42355,7 +42747,7 @@
|
|
|
42355
42747
|
},
|
|
42356
42748
|
"locationInModule": {
|
|
42357
42749
|
"filename": "src/javascript/node-package.ts",
|
|
42358
|
-
"line":
|
|
42750
|
+
"line": 684
|
|
42359
42751
|
},
|
|
42360
42752
|
"name": "addDeps",
|
|
42361
42753
|
"parameters": [
|
|
@@ -42380,7 +42772,7 @@
|
|
|
42380
42772
|
},
|
|
42381
42773
|
"locationInModule": {
|
|
42382
42774
|
"filename": "src/javascript/node-package.ts",
|
|
42383
|
-
"line":
|
|
42775
|
+
"line": 699
|
|
42384
42776
|
},
|
|
42385
42777
|
"name": "addDevDeps",
|
|
42386
42778
|
"parameters": [
|
|
@@ -42405,7 +42797,7 @@
|
|
|
42405
42797
|
},
|
|
42406
42798
|
"locationInModule": {
|
|
42407
42799
|
"filename": "src/javascript/node-package.ts",
|
|
42408
|
-
"line":
|
|
42800
|
+
"line": 761
|
|
42409
42801
|
},
|
|
42410
42802
|
"name": "addEngine",
|
|
42411
42803
|
"parameters": [
|
|
@@ -42439,7 +42831,7 @@
|
|
|
42439
42831
|
},
|
|
42440
42832
|
"locationInModule": {
|
|
42441
42833
|
"filename": "src/javascript/node-package.ts",
|
|
42442
|
-
"line":
|
|
42834
|
+
"line": 817
|
|
42443
42835
|
},
|
|
42444
42836
|
"name": "addField",
|
|
42445
42837
|
"parameters": [
|
|
@@ -42470,7 +42862,7 @@
|
|
|
42470
42862
|
},
|
|
42471
42863
|
"locationInModule": {
|
|
42472
42864
|
"filename": "src/javascript/node-package.ts",
|
|
42473
|
-
"line":
|
|
42865
|
+
"line": 769
|
|
42474
42866
|
},
|
|
42475
42867
|
"name": "addKeywords",
|
|
42476
42868
|
"parameters": [
|
|
@@ -42494,7 +42886,7 @@
|
|
|
42494
42886
|
},
|
|
42495
42887
|
"locationInModule": {
|
|
42496
42888
|
"filename": "src/javascript/node-package.ts",
|
|
42497
|
-
"line":
|
|
42889
|
+
"line": 837
|
|
42498
42890
|
},
|
|
42499
42891
|
"name": "addPackageResolutions",
|
|
42500
42892
|
"parameters": [
|
|
@@ -42520,7 +42912,7 @@
|
|
|
42520
42912
|
},
|
|
42521
42913
|
"locationInModule": {
|
|
42522
42914
|
"filename": "src/javascript/node-package.ts",
|
|
42523
|
-
"line":
|
|
42915
|
+
"line": 718
|
|
42524
42916
|
},
|
|
42525
42917
|
"name": "addPeerDeps",
|
|
42526
42918
|
"parameters": [
|
|
@@ -42545,7 +42937,7 @@
|
|
|
42545
42937
|
},
|
|
42546
42938
|
"locationInModule": {
|
|
42547
42939
|
"filename": "src/javascript/node-package.ts",
|
|
42548
|
-
"line":
|
|
42940
|
+
"line": 825
|
|
42549
42941
|
},
|
|
42550
42942
|
"name": "addVersion",
|
|
42551
42943
|
"parameters": [
|
|
@@ -42568,7 +42960,7 @@
|
|
|
42568
42960
|
},
|
|
42569
42961
|
"locationInModule": {
|
|
42570
42962
|
"filename": "src/javascript/node-package.ts",
|
|
42571
|
-
"line":
|
|
42963
|
+
"line": 807
|
|
42572
42964
|
},
|
|
42573
42965
|
"name": "hasScript",
|
|
42574
42966
|
"parameters": [
|
|
@@ -42596,7 +42988,7 @@
|
|
|
42596
42988
|
},
|
|
42597
42989
|
"locationInModule": {
|
|
42598
42990
|
"filename": "src/javascript/node-package.ts",
|
|
42599
|
-
"line":
|
|
42991
|
+
"line": 889
|
|
42600
42992
|
},
|
|
42601
42993
|
"name": "postSynthesize",
|
|
42602
42994
|
"overrides": "projen.Component"
|
|
@@ -42608,7 +43000,7 @@
|
|
|
42608
43000
|
},
|
|
42609
43001
|
"locationInModule": {
|
|
42610
43002
|
"filename": "src/javascript/node-package.ts",
|
|
42611
|
-
"line":
|
|
43003
|
+
"line": 796
|
|
42612
43004
|
},
|
|
42613
43005
|
"name": "removeScript",
|
|
42614
43006
|
"parameters": [
|
|
@@ -42630,7 +43022,7 @@
|
|
|
42630
43022
|
},
|
|
42631
43023
|
"locationInModule": {
|
|
42632
43024
|
"filename": "src/javascript/node-package.ts",
|
|
42633
|
-
"line":
|
|
43025
|
+
"line": 787
|
|
42634
43026
|
},
|
|
42635
43027
|
"name": "setScript",
|
|
42636
43028
|
"parameters": [
|
|
@@ -42661,7 +43053,7 @@
|
|
|
42661
43053
|
},
|
|
42662
43054
|
"locationInModule": {
|
|
42663
43055
|
"filename": "src/javascript/node-package.ts",
|
|
42664
|
-
"line":
|
|
43056
|
+
"line": 884
|
|
42665
43057
|
},
|
|
42666
43058
|
"name": "synthesize",
|
|
42667
43059
|
"overrides": "projen.Component"
|
|
@@ -42676,7 +43068,7 @@
|
|
|
42676
43068
|
},
|
|
42677
43069
|
"locationInModule": {
|
|
42678
43070
|
"filename": "src/javascript/node-package.ts",
|
|
42679
|
-
"line":
|
|
43071
|
+
"line": 868
|
|
42680
43072
|
},
|
|
42681
43073
|
"name": "tryResolveDependencyVersion",
|
|
42682
43074
|
"parameters": [
|
|
@@ -42709,7 +43101,7 @@
|
|
|
42709
43101
|
"immutable": true,
|
|
42710
43102
|
"locationInModule": {
|
|
42711
43103
|
"filename": "src/javascript/node-package.ts",
|
|
42712
|
-
"line":
|
|
43104
|
+
"line": 440
|
|
42713
43105
|
},
|
|
42714
43106
|
"name": "allowLibraryDependencies",
|
|
42715
43107
|
"type": {
|
|
@@ -42724,7 +43116,7 @@
|
|
|
42724
43116
|
"immutable": true,
|
|
42725
43117
|
"locationInModule": {
|
|
42726
43118
|
"filename": "src/javascript/node-package.ts",
|
|
42727
|
-
"line":
|
|
43119
|
+
"line": 435
|
|
42728
43120
|
},
|
|
42729
43121
|
"name": "entrypoint",
|
|
42730
43122
|
"type": {
|
|
@@ -42739,7 +43131,7 @@
|
|
|
42739
43131
|
"immutable": true,
|
|
42740
43132
|
"locationInModule": {
|
|
42741
43133
|
"filename": "src/javascript/node-package.ts",
|
|
42742
|
-
"line":
|
|
43134
|
+
"line": 534
|
|
42743
43135
|
},
|
|
42744
43136
|
"name": "file",
|
|
42745
43137
|
"type": {
|
|
@@ -42754,7 +43146,7 @@
|
|
|
42754
43146
|
"immutable": true,
|
|
42755
43147
|
"locationInModule": {
|
|
42756
43148
|
"filename": "src/javascript/node-package.ts",
|
|
42757
|
-
"line":
|
|
43149
|
+
"line": 853
|
|
42758
43150
|
},
|
|
42759
43151
|
"name": "installAndUpdateLockfileCommand",
|
|
42760
43152
|
"type": {
|
|
@@ -42769,7 +43161,7 @@
|
|
|
42769
43161
|
"immutable": true,
|
|
42770
43162
|
"locationInModule": {
|
|
42771
43163
|
"filename": "src/javascript/node-package.ts",
|
|
42772
|
-
"line":
|
|
43164
|
+
"line": 529
|
|
42773
43165
|
},
|
|
42774
43166
|
"name": "installCiTask",
|
|
42775
43167
|
"type": {
|
|
@@ -42784,7 +43176,7 @@
|
|
|
42784
43176
|
"immutable": true,
|
|
42785
43177
|
"locationInModule": {
|
|
42786
43178
|
"filename": "src/javascript/node-package.ts",
|
|
42787
|
-
"line":
|
|
43179
|
+
"line": 846
|
|
42788
43180
|
},
|
|
42789
43181
|
"name": "installCommand",
|
|
42790
43182
|
"type": {
|
|
@@ -42799,7 +43191,7 @@
|
|
|
42799
43191
|
"immutable": true,
|
|
42800
43192
|
"locationInModule": {
|
|
42801
43193
|
"filename": "src/javascript/node-package.ts",
|
|
42802
|
-
"line":
|
|
43194
|
+
"line": 524
|
|
42803
43195
|
},
|
|
42804
43196
|
"name": "installTask",
|
|
42805
43197
|
"type": {
|
|
@@ -42814,7 +43206,7 @@
|
|
|
42814
43206
|
"immutable": true,
|
|
42815
43207
|
"locationInModule": {
|
|
42816
43208
|
"filename": "src/javascript/node-package.ts",
|
|
42817
|
-
"line":
|
|
43209
|
+
"line": 519
|
|
42818
43210
|
},
|
|
42819
43211
|
"name": "lockFile",
|
|
42820
43212
|
"type": {
|
|
@@ -42829,7 +43221,7 @@
|
|
|
42829
43221
|
"immutable": true,
|
|
42830
43222
|
"locationInModule": {
|
|
42831
43223
|
"filename": "src/javascript/node-package.ts",
|
|
42832
|
-
"line":
|
|
43224
|
+
"line": 450
|
|
42833
43225
|
},
|
|
42834
43226
|
"name": "manifest",
|
|
42835
43227
|
"type": {
|
|
@@ -42844,13 +43236,28 @@
|
|
|
42844
43236
|
"immutable": true,
|
|
42845
43237
|
"locationInModule": {
|
|
42846
43238
|
"filename": "src/javascript/node-package.ts",
|
|
42847
|
-
"line":
|
|
43239
|
+
"line": 509
|
|
42848
43240
|
},
|
|
42849
43241
|
"name": "npmAccess",
|
|
42850
43242
|
"type": {
|
|
42851
43243
|
"fqn": "projen.javascript.NpmAccess"
|
|
42852
43244
|
}
|
|
42853
43245
|
},
|
|
43246
|
+
{
|
|
43247
|
+
"docs": {
|
|
43248
|
+
"stability": "experimental",
|
|
43249
|
+
"summary": "Should provenance statements be generated when package is published."
|
|
43250
|
+
},
|
|
43251
|
+
"immutable": true,
|
|
43252
|
+
"locationInModule": {
|
|
43253
|
+
"filename": "src/javascript/node-package.ts",
|
|
43254
|
+
"line": 514
|
|
43255
|
+
},
|
|
43256
|
+
"name": "npmProvenance",
|
|
43257
|
+
"type": {
|
|
43258
|
+
"primitive": "boolean"
|
|
43259
|
+
}
|
|
43260
|
+
},
|
|
42854
43261
|
{
|
|
42855
43262
|
"docs": {
|
|
42856
43263
|
"stability": "experimental",
|
|
@@ -42859,7 +43266,7 @@
|
|
|
42859
43266
|
"immutable": true,
|
|
42860
43267
|
"locationInModule": {
|
|
42861
43268
|
"filename": "src/javascript/node-package.ts",
|
|
42862
|
-
"line":
|
|
43269
|
+
"line": 484
|
|
42863
43270
|
},
|
|
42864
43271
|
"name": "npmRegistry",
|
|
42865
43272
|
"type": {
|
|
@@ -42874,7 +43281,7 @@
|
|
|
42874
43281
|
"immutable": true,
|
|
42875
43282
|
"locationInModule": {
|
|
42876
43283
|
"filename": "src/javascript/node-package.ts",
|
|
42877
|
-
"line":
|
|
43284
|
+
"line": 479
|
|
42878
43285
|
},
|
|
42879
43286
|
"name": "npmRegistryUrl",
|
|
42880
43287
|
"type": {
|
|
@@ -42889,7 +43296,7 @@
|
|
|
42889
43296
|
"immutable": true,
|
|
42890
43297
|
"locationInModule": {
|
|
42891
43298
|
"filename": "src/javascript/node-package.ts",
|
|
42892
|
-
"line":
|
|
43299
|
+
"line": 445
|
|
42893
43300
|
},
|
|
42894
43301
|
"name": "packageManager",
|
|
42895
43302
|
"type": {
|
|
@@ -42904,7 +43311,7 @@
|
|
|
42904
43311
|
"immutable": true,
|
|
42905
43312
|
"locationInModule": {
|
|
42906
43313
|
"filename": "src/javascript/node-package.ts",
|
|
42907
|
-
"line":
|
|
43314
|
+
"line": 430
|
|
42908
43315
|
},
|
|
42909
43316
|
"name": "packageName",
|
|
42910
43317
|
"type": {
|
|
@@ -42920,7 +43327,7 @@
|
|
|
42920
43327
|
"immutable": true,
|
|
42921
43328
|
"locationInModule": {
|
|
42922
43329
|
"filename": "src/javascript/node-package.ts",
|
|
42923
|
-
"line":
|
|
43330
|
+
"line": 912
|
|
42924
43331
|
},
|
|
42925
43332
|
"name": "projenCommand",
|
|
42926
43333
|
"type": {
|
|
@@ -42937,7 +43344,7 @@
|
|
|
42937
43344
|
"immutable": true,
|
|
42938
43345
|
"locationInModule": {
|
|
42939
43346
|
"filename": "src/javascript/node-package.ts",
|
|
42940
|
-
"line":
|
|
43347
|
+
"line": 497
|
|
42941
43348
|
},
|
|
42942
43349
|
"name": "codeArtifactOptions",
|
|
42943
43350
|
"optional": true,
|
|
@@ -42954,7 +43361,7 @@
|
|
|
42954
43361
|
"immutable": true,
|
|
42955
43362
|
"locationInModule": {
|
|
42956
43363
|
"filename": "src/javascript/node-package.ts",
|
|
42957
|
-
"line":
|
|
43364
|
+
"line": 474
|
|
42958
43365
|
},
|
|
42959
43366
|
"name": "license",
|
|
42960
43367
|
"optional": true,
|
|
@@ -42971,7 +43378,7 @@
|
|
|
42971
43378
|
"immutable": true,
|
|
42972
43379
|
"locationInModule": {
|
|
42973
43380
|
"filename": "src/javascript/node-package.ts",
|
|
42974
|
-
"line":
|
|
43381
|
+
"line": 462
|
|
42975
43382
|
},
|
|
42976
43383
|
"name": "maxNodeVersion",
|
|
42977
43384
|
"optional": true,
|
|
@@ -42988,7 +43395,7 @@
|
|
|
42988
43395
|
"immutable": true,
|
|
42989
43396
|
"locationInModule": {
|
|
42990
43397
|
"filename": "src/javascript/node-package.ts",
|
|
42991
|
-
"line":
|
|
43398
|
+
"line": 456
|
|
42992
43399
|
},
|
|
42993
43400
|
"name": "minNodeVersion",
|
|
42994
43401
|
"optional": true,
|
|
@@ -43004,7 +43411,7 @@
|
|
|
43004
43411
|
"immutable": true,
|
|
43005
43412
|
"locationInModule": {
|
|
43006
43413
|
"filename": "src/javascript/node-package.ts",
|
|
43007
|
-
"line":
|
|
43414
|
+
"line": 489
|
|
43008
43415
|
},
|
|
43009
43416
|
"name": "npmTokenSecret",
|
|
43010
43417
|
"optional": true,
|
|
@@ -43021,7 +43428,7 @@
|
|
|
43021
43428
|
"immutable": true,
|
|
43022
43429
|
"locationInModule": {
|
|
43023
43430
|
"filename": "src/javascript/node-package.ts",
|
|
43024
|
-
"line":
|
|
43431
|
+
"line": 469
|
|
43025
43432
|
},
|
|
43026
43433
|
"name": "pnpmVersion",
|
|
43027
43434
|
"optional": true,
|
|
@@ -43038,7 +43445,7 @@
|
|
|
43038
43445
|
"immutable": true,
|
|
43039
43446
|
"locationInModule": {
|
|
43040
43447
|
"filename": "src/javascript/node-package.ts",
|
|
43041
|
-
"line":
|
|
43448
|
+
"line": 504
|
|
43042
43449
|
},
|
|
43043
43450
|
"name": "scopedPackagesOptions",
|
|
43044
43451
|
"optional": true,
|
|
@@ -43064,7 +43471,7 @@
|
|
|
43064
43471
|
"kind": "enum",
|
|
43065
43472
|
"locationInModule": {
|
|
43066
43473
|
"filename": "src/javascript/node-package.ts",
|
|
43067
|
-
"line":
|
|
43474
|
+
"line": 1622
|
|
43068
43475
|
},
|
|
43069
43476
|
"members": [
|
|
43070
43477
|
{
|
|
@@ -43334,7 +43741,7 @@
|
|
|
43334
43741
|
"immutable": true,
|
|
43335
43742
|
"locationInModule": {
|
|
43336
43743
|
"filename": "src/javascript/node-package.ts",
|
|
43337
|
-
"line":
|
|
43744
|
+
"line": 317
|
|
43338
43745
|
},
|
|
43339
43746
|
"name": "codeArtifactOptions",
|
|
43340
43747
|
"optional": true,
|
|
@@ -43568,6 +43975,26 @@
|
|
|
43568
43975
|
"fqn": "projen.javascript.NpmAccess"
|
|
43569
43976
|
}
|
|
43570
43977
|
},
|
|
43978
|
+
{
|
|
43979
|
+
"abstract": true,
|
|
43980
|
+
"docs": {
|
|
43981
|
+
"default": "- true for public packages, false otherwise",
|
|
43982
|
+
"remarks": "A supported package manager is required to publish a package with npm provenance statements and\nyou will need to use a supported CI/CD provider.\n\nNote that the projen `Release` and `Publisher` components are using `publib` to publish packages,\nwhich is using npm internally and supports provenance statements independently of the package manager used.",
|
|
43983
|
+
"see": "https://docs.npmjs.com/generating-provenance-statements",
|
|
43984
|
+
"stability": "experimental",
|
|
43985
|
+
"summary": "Should provenance statements be generated when the package is published."
|
|
43986
|
+
},
|
|
43987
|
+
"immutable": true,
|
|
43988
|
+
"locationInModule": {
|
|
43989
|
+
"filename": "src/javascript/node-package.ts",
|
|
43990
|
+
"line": 302
|
|
43991
|
+
},
|
|
43992
|
+
"name": "npmProvenance",
|
|
43993
|
+
"optional": true,
|
|
43994
|
+
"type": {
|
|
43995
|
+
"primitive": "boolean"
|
|
43996
|
+
}
|
|
43997
|
+
},
|
|
43571
43998
|
{
|
|
43572
43999
|
"abstract": true,
|
|
43573
44000
|
"docs": {
|
|
@@ -43616,7 +44043,7 @@
|
|
|
43616
44043
|
"immutable": true,
|
|
43617
44044
|
"locationInModule": {
|
|
43618
44045
|
"filename": "src/javascript/node-package.ts",
|
|
43619
|
-
"line":
|
|
44046
|
+
"line": 309
|
|
43620
44047
|
},
|
|
43621
44048
|
"name": "npmTokenSecret",
|
|
43622
44049
|
"optional": true,
|
|
@@ -43767,7 +44194,7 @@
|
|
|
43767
44194
|
"immutable": true,
|
|
43768
44195
|
"locationInModule": {
|
|
43769
44196
|
"filename": "src/javascript/node-package.ts",
|
|
43770
|
-
"line":
|
|
44197
|
+
"line": 324
|
|
43771
44198
|
},
|
|
43772
44199
|
"name": "scopedPackagesOptions",
|
|
43773
44200
|
"optional": true,
|
|
@@ -43832,7 +44259,7 @@
|
|
|
43832
44259
|
"immutable": true,
|
|
43833
44260
|
"locationInModule": {
|
|
43834
44261
|
"filename": "src/javascript/node-package.ts",
|
|
43835
|
-
"line":
|
|
44262
|
+
"line": 331
|
|
43836
44263
|
},
|
|
43837
44264
|
"name": "yarnBerryOptions",
|
|
43838
44265
|
"optional": true,
|
|
@@ -43883,7 +44310,7 @@
|
|
|
43883
44310
|
},
|
|
43884
44311
|
"locationInModule": {
|
|
43885
44312
|
"filename": "src/javascript/node-project.ts",
|
|
43886
|
-
"line":
|
|
44313
|
+
"line": 843
|
|
43887
44314
|
},
|
|
43888
44315
|
"name": "addBins",
|
|
43889
44316
|
"parameters": [
|
|
@@ -43908,7 +44335,7 @@
|
|
|
43908
44335
|
},
|
|
43909
44336
|
"locationInModule": {
|
|
43910
44337
|
"filename": "src/javascript/node-project.ts",
|
|
43911
|
-
"line":
|
|
44338
|
+
"line": 1127
|
|
43912
44339
|
},
|
|
43913
44340
|
"name": "addBundledDeps",
|
|
43914
44341
|
"parameters": [
|
|
@@ -43934,7 +44361,7 @@
|
|
|
43934
44361
|
},
|
|
43935
44362
|
"locationInModule": {
|
|
43936
44363
|
"filename": "src/javascript/node-project.ts",
|
|
43937
|
-
"line":
|
|
44364
|
+
"line": 888
|
|
43938
44365
|
},
|
|
43939
44366
|
"name": "addCompileCommand",
|
|
43940
44367
|
"parameters": [
|
|
@@ -43955,7 +44382,7 @@
|
|
|
43955
44382
|
},
|
|
43956
44383
|
"locationInModule": {
|
|
43957
44384
|
"filename": "src/javascript/node-project.ts",
|
|
43958
|
-
"line":
|
|
44385
|
+
"line": 1081
|
|
43959
44386
|
},
|
|
43960
44387
|
"name": "addDeps",
|
|
43961
44388
|
"parameters": [
|
|
@@ -43980,7 +44407,7 @@
|
|
|
43980
44407
|
},
|
|
43981
44408
|
"locationInModule": {
|
|
43982
44409
|
"filename": "src/javascript/node-project.ts",
|
|
43983
|
-
"line":
|
|
44410
|
+
"line": 1094
|
|
43984
44411
|
},
|
|
43985
44412
|
"name": "addDevDeps",
|
|
43986
44413
|
"parameters": [
|
|
@@ -44005,7 +44432,7 @@
|
|
|
44005
44432
|
},
|
|
44006
44433
|
"locationInModule": {
|
|
44007
44434
|
"filename": "src/javascript/node-project.ts",
|
|
44008
|
-
"line":
|
|
44435
|
+
"line": 908
|
|
44009
44436
|
},
|
|
44010
44437
|
"name": "addFields",
|
|
44011
44438
|
"parameters": [
|
|
@@ -44032,7 +44459,7 @@
|
|
|
44032
44459
|
},
|
|
44033
44460
|
"locationInModule": {
|
|
44034
44461
|
"filename": "src/javascript/node-project.ts",
|
|
44035
|
-
"line":
|
|
44462
|
+
"line": 918
|
|
44036
44463
|
},
|
|
44037
44464
|
"name": "addKeywords",
|
|
44038
44465
|
"parameters": [
|
|
@@ -44059,7 +44486,7 @@
|
|
|
44059
44486
|
},
|
|
44060
44487
|
"locationInModule": {
|
|
44061
44488
|
"filename": "src/javascript/node-project.ts",
|
|
44062
|
-
"line":
|
|
44489
|
+
"line": 1139
|
|
44063
44490
|
},
|
|
44064
44491
|
"name": "addPackageIgnore",
|
|
44065
44492
|
"overrides": "projen.Project",
|
|
@@ -44083,7 +44510,7 @@
|
|
|
44083
44510
|
},
|
|
44084
44511
|
"locationInModule": {
|
|
44085
44512
|
"filename": "src/javascript/node-project.ts",
|
|
44086
|
-
"line":
|
|
44513
|
+
"line": 1111
|
|
44087
44514
|
},
|
|
44088
44515
|
"name": "addPeerDeps",
|
|
44089
44516
|
"parameters": [
|
|
@@ -44108,7 +44535,7 @@
|
|
|
44108
44535
|
},
|
|
44109
44536
|
"locationInModule": {
|
|
44110
44537
|
"filename": "src/javascript/node-project.ts",
|
|
44111
|
-
"line":
|
|
44538
|
+
"line": 861
|
|
44112
44539
|
},
|
|
44113
44540
|
"name": "addScripts",
|
|
44114
44541
|
"parameters": [
|
|
@@ -44136,7 +44563,7 @@
|
|
|
44136
44563
|
},
|
|
44137
44564
|
"locationInModule": {
|
|
44138
44565
|
"filename": "src/javascript/node-project.ts",
|
|
44139
|
-
"line":
|
|
44566
|
+
"line": 898
|
|
44140
44567
|
},
|
|
44141
44568
|
"name": "addTestCommand",
|
|
44142
44569
|
"parameters": [
|
|
@@ -44158,7 +44585,7 @@
|
|
|
44158
44585
|
},
|
|
44159
44586
|
"locationInModule": {
|
|
44160
44587
|
"filename": "src/javascript/node-project.ts",
|
|
44161
|
-
"line":
|
|
44588
|
+
"line": 880
|
|
44162
44589
|
},
|
|
44163
44590
|
"name": "hasScript",
|
|
44164
44591
|
"parameters": [
|
|
@@ -44185,7 +44612,7 @@
|
|
|
44185
44612
|
},
|
|
44186
44613
|
"locationInModule": {
|
|
44187
44614
|
"filename": "src/javascript/node-project.ts",
|
|
44188
|
-
"line":
|
|
44615
|
+
"line": 871
|
|
44189
44616
|
},
|
|
44190
44617
|
"name": "removeScript",
|
|
44191
44618
|
"parameters": [
|
|
@@ -44208,7 +44635,7 @@
|
|
|
44208
44635
|
},
|
|
44209
44636
|
"locationInModule": {
|
|
44210
44637
|
"filename": "src/javascript/node-project.ts",
|
|
44211
|
-
"line":
|
|
44638
|
+
"line": 1008
|
|
44212
44639
|
},
|
|
44213
44640
|
"name": "renderWorkflowSetup",
|
|
44214
44641
|
"parameters": [
|
|
@@ -44242,7 +44669,7 @@
|
|
|
44242
44669
|
},
|
|
44243
44670
|
"locationInModule": {
|
|
44244
44671
|
"filename": "src/javascript/node-project.ts",
|
|
44245
|
-
"line":
|
|
44672
|
+
"line": 1212
|
|
44246
44673
|
},
|
|
44247
44674
|
"name": "runTaskCommand",
|
|
44248
44675
|
"overrides": "projen.Project",
|
|
@@ -44270,7 +44697,7 @@
|
|
|
44270
44697
|
},
|
|
44271
44698
|
"locationInModule": {
|
|
44272
44699
|
"filename": "src/javascript/node-project.ts",
|
|
44273
|
-
"line":
|
|
44700
|
+
"line": 853
|
|
44274
44701
|
},
|
|
44275
44702
|
"name": "setScript",
|
|
44276
44703
|
"parameters": [
|
|
@@ -44525,7 +44952,7 @@
|
|
|
44525
44952
|
"immutable": true,
|
|
44526
44953
|
"locationInModule": {
|
|
44527
44954
|
"filename": "src/javascript/node-project.ts",
|
|
44528
|
-
"line":
|
|
44955
|
+
"line": 1219
|
|
44529
44956
|
},
|
|
44530
44957
|
"name": "buildWorkflowJobId",
|
|
44531
44958
|
"optional": true,
|
|
@@ -45420,7 +45847,7 @@
|
|
|
45420
45847
|
"kind": "enum",
|
|
45421
45848
|
"locationInModule": {
|
|
45422
45849
|
"filename": "src/javascript/node-package.ts",
|
|
45423
|
-
"line":
|
|
45850
|
+
"line": 1666
|
|
45424
45851
|
},
|
|
45425
45852
|
"members": [
|
|
45426
45853
|
{
|
|
@@ -45615,7 +46042,7 @@
|
|
|
45615
46042
|
"kind": "interface",
|
|
45616
46043
|
"locationInModule": {
|
|
45617
46044
|
"filename": "src/javascript/node-package.ts",
|
|
45618
|
-
"line":
|
|
46045
|
+
"line": 1611
|
|
45619
46046
|
},
|
|
45620
46047
|
"name": "PeerDependencyOptions",
|
|
45621
46048
|
"namespace": "javascript",
|
|
@@ -45630,7 +46057,7 @@
|
|
|
45630
46057
|
"immutable": true,
|
|
45631
46058
|
"locationInModule": {
|
|
45632
46059
|
"filename": "src/javascript/node-package.ts",
|
|
45633
|
-
"line":
|
|
46060
|
+
"line": 1616
|
|
45634
46061
|
},
|
|
45635
46062
|
"name": "pinnedDevDependency",
|
|
45636
46063
|
"optional": true,
|
|
@@ -46709,7 +47136,7 @@
|
|
|
46709
47136
|
"kind": "interface",
|
|
46710
47137
|
"locationInModule": {
|
|
46711
47138
|
"filename": "src/javascript/node-project.ts",
|
|
46712
|
-
"line":
|
|
47139
|
+
"line": 1227
|
|
46713
47140
|
},
|
|
46714
47141
|
"name": "RenderWorkflowSetupOptions",
|
|
46715
47142
|
"namespace": "javascript",
|
|
@@ -46725,7 +47152,7 @@
|
|
|
46725
47152
|
"immutable": true,
|
|
46726
47153
|
"locationInModule": {
|
|
46727
47154
|
"filename": "src/javascript/node-project.ts",
|
|
46728
|
-
"line":
|
|
47155
|
+
"line": 1236
|
|
46729
47156
|
},
|
|
46730
47157
|
"name": "installStepConfiguration",
|
|
46731
47158
|
"optional": true,
|
|
@@ -46743,7 +47170,7 @@
|
|
|
46743
47170
|
"immutable": true,
|
|
46744
47171
|
"locationInModule": {
|
|
46745
47172
|
"filename": "src/javascript/node-project.ts",
|
|
46746
|
-
"line":
|
|
47173
|
+
"line": 1241
|
|
46747
47174
|
},
|
|
46748
47175
|
"name": "mutable",
|
|
46749
47176
|
"optional": true,
|
|
@@ -46754,6 +47181,46 @@
|
|
|
46754
47181
|
],
|
|
46755
47182
|
"symbolId": "src/javascript/node-project:RenderWorkflowSetupOptions"
|
|
46756
47183
|
},
|
|
47184
|
+
"projen.javascript.RunBundleTask": {
|
|
47185
|
+
"assembly": "projen",
|
|
47186
|
+
"docs": {
|
|
47187
|
+
"stability": "experimental",
|
|
47188
|
+
"summary": "Options for BundlerOptions.runBundleTask."
|
|
47189
|
+
},
|
|
47190
|
+
"fqn": "projen.javascript.RunBundleTask",
|
|
47191
|
+
"kind": "enum",
|
|
47192
|
+
"locationInModule": {
|
|
47193
|
+
"filename": "src/javascript/bundler.ts",
|
|
47194
|
+
"line": 555
|
|
47195
|
+
},
|
|
47196
|
+
"members": [
|
|
47197
|
+
{
|
|
47198
|
+
"docs": {
|
|
47199
|
+
"stability": "experimental",
|
|
47200
|
+
"summary": "Don't bundle automatically as part of the build."
|
|
47201
|
+
},
|
|
47202
|
+
"name": "MANUAL"
|
|
47203
|
+
},
|
|
47204
|
+
{
|
|
47205
|
+
"docs": {
|
|
47206
|
+
"stability": "experimental",
|
|
47207
|
+
"summary": "Bundle automatically before compilation."
|
|
47208
|
+
},
|
|
47209
|
+
"name": "PRE_COMPILE"
|
|
47210
|
+
},
|
|
47211
|
+
{
|
|
47212
|
+
"docs": {
|
|
47213
|
+
"remarks": "Thus will run compilation tasks (using tsc, etc.) before running file\nthrough bundling step.\n\nThis is only required unless you are using new experimental features that\nare not supported by `esbuild` but are supported by typescript's `tsc`\ncompiler. One example of such feature is `emitDecoratorMetadata`.\n\n```typescript\n// In a TypeScript project with output configured\n// to go to the \"lib\" directory:\nconst project = new TypeScriptProject({\n name: \"test\",\n defaultReleaseBranch: \"main\",\n tsconfig: {\n compilerOptions: {\n outDir: \"lib\",\n },\n },\n bundlerOptions: {\n // ensure we compile with `tsc` before bundling\n runBundleTask: RunBundleTask.POST_COMPILE,\n },\n});\n\n// Tell the bundler to bundle the compiled results (from the \"lib\" directory)\nproject.bundler.addBundle(\"./lib/index.js\", {\n platform: \"node\",\n target: \"node18\",\n sourcemap: false,\n format: \"esm\",\n});\n```",
|
|
47214
|
+
"stability": "experimental",
|
|
47215
|
+
"summary": "Bundle automatically after compilation. This is useful if you want to bundle the compiled results."
|
|
47216
|
+
},
|
|
47217
|
+
"name": "POST_COMPILE"
|
|
47218
|
+
}
|
|
47219
|
+
],
|
|
47220
|
+
"name": "RunBundleTask",
|
|
47221
|
+
"namespace": "javascript",
|
|
47222
|
+
"symbolId": "src/javascript/bundler:RunBundleTask"
|
|
47223
|
+
},
|
|
46757
47224
|
"projen.javascript.ScopedPackagesOptions": {
|
|
46758
47225
|
"assembly": "projen",
|
|
46759
47226
|
"datatype": true,
|
|
@@ -46765,7 +47232,7 @@
|
|
|
46765
47232
|
"kind": "interface",
|
|
46766
47233
|
"locationInModule": {
|
|
46767
47234
|
"filename": "src/javascript/node-package.ts",
|
|
46768
|
-
"line":
|
|
47235
|
+
"line": 398
|
|
46769
47236
|
},
|
|
46770
47237
|
"name": "ScopedPackagesOptions",
|
|
46771
47238
|
"namespace": "javascript",
|
|
@@ -46779,7 +47246,7 @@
|
|
|
46779
47246
|
"immutable": true,
|
|
46780
47247
|
"locationInModule": {
|
|
46781
47248
|
"filename": "src/javascript/node-package.ts",
|
|
46782
|
-
"line":
|
|
47249
|
+
"line": 409
|
|
46783
47250
|
},
|
|
46784
47251
|
"name": "registryUrl",
|
|
46785
47252
|
"type": {
|
|
@@ -46796,7 +47263,7 @@
|
|
|
46796
47263
|
"immutable": true,
|
|
46797
47264
|
"locationInModule": {
|
|
46798
47265
|
"filename": "src/javascript/node-package.ts",
|
|
46799
|
-
"line":
|
|
47266
|
+
"line": 404
|
|
46800
47267
|
},
|
|
46801
47268
|
"name": "scope",
|
|
46802
47269
|
"type": {
|
|
@@ -46806,6 +47273,53 @@
|
|
|
46806
47273
|
],
|
|
46807
47274
|
"symbolId": "src/javascript/node-package:ScopedPackagesOptions"
|
|
46808
47275
|
},
|
|
47276
|
+
"projen.javascript.SourceMapMode": {
|
|
47277
|
+
"assembly": "projen",
|
|
47278
|
+
"docs": {
|
|
47279
|
+
"see": "https://esbuild.github.io/api/#sourcemap",
|
|
47280
|
+
"stability": "experimental",
|
|
47281
|
+
"summary": "SourceMap mode for esbuild."
|
|
47282
|
+
},
|
|
47283
|
+
"fqn": "projen.javascript.SourceMapMode",
|
|
47284
|
+
"kind": "enum",
|
|
47285
|
+
"locationInModule": {
|
|
47286
|
+
"filename": "src/javascript/bundler.ts",
|
|
47287
|
+
"line": 608
|
|
47288
|
+
},
|
|
47289
|
+
"members": [
|
|
47290
|
+
{
|
|
47291
|
+
"docs": {
|
|
47292
|
+
"stability": "experimental",
|
|
47293
|
+
"summary": "Default sourceMap mode - will generate a .js.map file alongside any generated .js file and add a special //# sourceMappingURL= comment to the bottom of the .js file pointing to the .js.map file."
|
|
47294
|
+
},
|
|
47295
|
+
"name": "DEFAULT"
|
|
47296
|
+
},
|
|
47297
|
+
{
|
|
47298
|
+
"docs": {
|
|
47299
|
+
"stability": "experimental",
|
|
47300
|
+
"summary": "External sourceMap mode - If you want to omit the special //# sourceMappingURL= comment from the generated .js file but you still want to generate the .js.map files."
|
|
47301
|
+
},
|
|
47302
|
+
"name": "EXTERNAL"
|
|
47303
|
+
},
|
|
47304
|
+
{
|
|
47305
|
+
"docs": {
|
|
47306
|
+
"stability": "experimental",
|
|
47307
|
+
"summary": "Inline sourceMap mode - If you want to insert the entire source map into the .js file instead of generating a separate .js.map file."
|
|
47308
|
+
},
|
|
47309
|
+
"name": "INLINE"
|
|
47310
|
+
},
|
|
47311
|
+
{
|
|
47312
|
+
"docs": {
|
|
47313
|
+
"stability": "experimental",
|
|
47314
|
+
"summary": "Both sourceMap mode - If you want to have the effect of both inline and external simultaneously."
|
|
47315
|
+
},
|
|
47316
|
+
"name": "BOTH"
|
|
47317
|
+
}
|
|
47318
|
+
],
|
|
47319
|
+
"name": "SourceMapMode",
|
|
47320
|
+
"namespace": "javascript",
|
|
47321
|
+
"symbolId": "src/javascript/bundler:SourceMapMode"
|
|
47322
|
+
},
|
|
46809
47323
|
"projen.javascript.TrailingComma": {
|
|
46810
47324
|
"assembly": "projen",
|
|
46811
47325
|
"docs": {
|
|
@@ -46856,7 +47370,7 @@
|
|
|
46856
47370
|
},
|
|
46857
47371
|
"locationInModule": {
|
|
46858
47372
|
"filename": "src/javascript/jest.ts",
|
|
46859
|
-
"line":
|
|
47373
|
+
"line": 493
|
|
46860
47374
|
},
|
|
46861
47375
|
"parameters": [
|
|
46862
47376
|
{
|
|
@@ -46877,7 +47391,7 @@
|
|
|
46877
47391
|
"kind": "class",
|
|
46878
47392
|
"locationInModule": {
|
|
46879
47393
|
"filename": "src/javascript/jest.ts",
|
|
46880
|
-
"line":
|
|
47394
|
+
"line": 492
|
|
46881
47395
|
},
|
|
46882
47396
|
"name": "Transform",
|
|
46883
47397
|
"namespace": "javascript",
|
|
@@ -48588,7 +49102,7 @@
|
|
|
48588
49102
|
"kind": "enum",
|
|
48589
49103
|
"locationInModule": {
|
|
48590
49104
|
"filename": "src/javascript/jest.ts",
|
|
48591
|
-
"line":
|
|
49105
|
+
"line": 611
|
|
48592
49106
|
},
|
|
48593
49107
|
"members": [
|
|
48594
49108
|
{
|
|
@@ -49377,7 +49891,7 @@
|
|
|
49377
49891
|
},
|
|
49378
49892
|
"locationInModule": {
|
|
49379
49893
|
"filename": "src/javascript/jest.ts",
|
|
49380
|
-
"line":
|
|
49894
|
+
"line": 511
|
|
49381
49895
|
},
|
|
49382
49896
|
"parameters": [
|
|
49383
49897
|
{
|
|
@@ -49398,7 +49912,7 @@
|
|
|
49398
49912
|
"kind": "class",
|
|
49399
49913
|
"locationInModule": {
|
|
49400
49914
|
"filename": "src/javascript/jest.ts",
|
|
49401
|
-
"line":
|
|
49915
|
+
"line": 510
|
|
49402
49916
|
},
|
|
49403
49917
|
"name": "WatchPlugin",
|
|
49404
49918
|
"namespace": "javascript",
|
|
@@ -49415,7 +49929,7 @@
|
|
|
49415
49929
|
"kind": "interface",
|
|
49416
49930
|
"locationInModule": {
|
|
49417
49931
|
"filename": "src/javascript/node-package.ts",
|
|
49418
|
-
"line":
|
|
49932
|
+
"line": 1681
|
|
49419
49933
|
},
|
|
49420
49934
|
"name": "YarnBerryOptions",
|
|
49421
49935
|
"namespace": "javascript",
|
|
@@ -49430,7 +49944,7 @@
|
|
|
49430
49944
|
"immutable": true,
|
|
49431
49945
|
"locationInModule": {
|
|
49432
49946
|
"filename": "src/javascript/node-package.ts",
|
|
49433
|
-
"line":
|
|
49947
|
+
"line": 1687
|
|
49434
49948
|
},
|
|
49435
49949
|
"name": "version",
|
|
49436
49950
|
"optional": true,
|
|
@@ -49448,7 +49962,7 @@
|
|
|
49448
49962
|
"immutable": true,
|
|
49449
49963
|
"locationInModule": {
|
|
49450
49964
|
"filename": "src/javascript/node-package.ts",
|
|
49451
|
-
"line":
|
|
49965
|
+
"line": 1694
|
|
49452
49966
|
},
|
|
49453
49967
|
"name": "yarnRcOptions",
|
|
49454
49968
|
"optional": true,
|
|
@@ -49467,7 +49981,7 @@
|
|
|
49467
49981
|
"immutable": true,
|
|
49468
49982
|
"locationInModule": {
|
|
49469
49983
|
"filename": "src/javascript/node-package.ts",
|
|
49470
|
-
"line":
|
|
49984
|
+
"line": 1702
|
|
49471
49985
|
},
|
|
49472
49986
|
"name": "zeroInstalls",
|
|
49473
49987
|
"optional": true,
|
|
@@ -52588,7 +53102,7 @@
|
|
|
52588
53102
|
},
|
|
52589
53103
|
"locationInModule": {
|
|
52590
53104
|
"filename": "src/python/poetry.ts",
|
|
52591
|
-
"line":
|
|
53105
|
+
"line": 57
|
|
52592
53106
|
},
|
|
52593
53107
|
"parameters": [
|
|
52594
53108
|
{
|
|
@@ -52623,7 +53137,7 @@
|
|
|
52623
53137
|
},
|
|
52624
53138
|
"locationInModule": {
|
|
52625
53139
|
"filename": "src/python/poetry.ts",
|
|
52626
|
-
"line":
|
|
53140
|
+
"line": 170
|
|
52627
53141
|
},
|
|
52628
53142
|
"name": "addDependency",
|
|
52629
53143
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -52646,7 +53160,7 @@
|
|
|
52646
53160
|
},
|
|
52647
53161
|
"locationInModule": {
|
|
52648
53162
|
"filename": "src/python/poetry.ts",
|
|
52649
|
-
"line":
|
|
53163
|
+
"line": 179
|
|
52650
53164
|
},
|
|
52651
53165
|
"name": "addDevDependency",
|
|
52652
53166
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -52669,7 +53183,7 @@
|
|
|
52669
53183
|
},
|
|
52670
53184
|
"locationInModule": {
|
|
52671
53185
|
"filename": "src/python/poetry.ts",
|
|
52672
|
-
"line":
|
|
53186
|
+
"line": 214
|
|
52673
53187
|
},
|
|
52674
53188
|
"name": "installDependencies",
|
|
52675
53189
|
"overrides": "projen.python.IPythonDeps"
|
|
@@ -52681,7 +53195,7 @@
|
|
|
52681
53195
|
},
|
|
52682
53196
|
"locationInModule": {
|
|
52683
53197
|
"filename": "src/python/poetry.ts",
|
|
52684
|
-
"line":
|
|
53198
|
+
"line": 186
|
|
52685
53199
|
},
|
|
52686
53200
|
"name": "setupEnvironment",
|
|
52687
53201
|
"overrides": "projen.python.IPythonEnv"
|
|
@@ -52693,12 +53207,12 @@
|
|
|
52693
53207
|
{
|
|
52694
53208
|
"docs": {
|
|
52695
53209
|
"stability": "experimental",
|
|
52696
|
-
"summary": "
|
|
53210
|
+
"summary": "Task for installing dependencies according to the existing lockfile."
|
|
52697
53211
|
},
|
|
52698
53212
|
"immutable": true,
|
|
52699
53213
|
"locationInModule": {
|
|
52700
53214
|
"filename": "src/python/poetry.ts",
|
|
52701
|
-
"line":
|
|
53215
|
+
"line": 34
|
|
52702
53216
|
},
|
|
52703
53217
|
"name": "installCiTask",
|
|
52704
53218
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -52709,12 +53223,12 @@
|
|
|
52709
53223
|
{
|
|
52710
53224
|
"docs": {
|
|
52711
53225
|
"stability": "experimental",
|
|
52712
|
-
"summary": "
|
|
53226
|
+
"summary": "Task for updating the lockfile and installing project dependencies."
|
|
52713
53227
|
},
|
|
52714
53228
|
"immutable": true,
|
|
52715
53229
|
"locationInModule": {
|
|
52716
53230
|
"filename": "src/python/poetry.ts",
|
|
52717
|
-
"line":
|
|
53231
|
+
"line": 29
|
|
52718
53232
|
},
|
|
52719
53233
|
"name": "installTask",
|
|
52720
53234
|
"type": {
|
|
@@ -52724,12 +53238,12 @@
|
|
|
52724
53238
|
{
|
|
52725
53239
|
"docs": {
|
|
52726
53240
|
"stability": "experimental",
|
|
52727
|
-
"summary": "
|
|
53241
|
+
"summary": "Task for publishing the package to a package repository."
|
|
52728
53242
|
},
|
|
52729
53243
|
"immutable": true,
|
|
52730
53244
|
"locationInModule": {
|
|
52731
53245
|
"filename": "src/python/poetry.ts",
|
|
52732
|
-
"line":
|
|
53246
|
+
"line": 39
|
|
52733
53247
|
},
|
|
52734
53248
|
"name": "publishTask",
|
|
52735
53249
|
"overrides": "projen.python.IPythonPackaging",
|
|
@@ -52740,32 +53254,17 @@
|
|
|
52740
53254
|
{
|
|
52741
53255
|
"docs": {
|
|
52742
53256
|
"stability": "experimental",
|
|
52743
|
-
"summary": "
|
|
53257
|
+
"summary": "Task for publishing the package to the Test PyPI repository for testing purposes."
|
|
52744
53258
|
},
|
|
52745
53259
|
"immutable": true,
|
|
52746
53260
|
"locationInModule": {
|
|
52747
53261
|
"filename": "src/python/poetry.ts",
|
|
52748
|
-
"line":
|
|
53262
|
+
"line": 44
|
|
52749
53263
|
},
|
|
52750
53264
|
"name": "publishTestTask",
|
|
52751
53265
|
"type": {
|
|
52752
53266
|
"fqn": "projen.Task"
|
|
52753
53267
|
}
|
|
52754
|
-
},
|
|
52755
|
-
{
|
|
52756
|
-
"docs": {
|
|
52757
|
-
"stability": "experimental",
|
|
52758
|
-
"summary": "A task that for upgrades dependencies."
|
|
52759
|
-
},
|
|
52760
|
-
"immutable": true,
|
|
52761
|
-
"locationInModule": {
|
|
52762
|
-
"filename": "src/python/poetry.ts",
|
|
52763
|
-
"line": 37
|
|
52764
|
-
},
|
|
52765
|
-
"name": "upgradeTask",
|
|
52766
|
-
"type": {
|
|
52767
|
-
"fqn": "projen.Task"
|
|
52768
|
-
}
|
|
52769
53268
|
}
|
|
52770
53269
|
],
|
|
52771
53270
|
"symbolId": "src/python/poetry:Poetry"
|
|
@@ -52805,7 +53304,7 @@
|
|
|
52805
53304
|
},
|
|
52806
53305
|
"locationInModule": {
|
|
52807
53306
|
"filename": "src/python/poetry.ts",
|
|
52808
|
-
"line":
|
|
53307
|
+
"line": 373
|
|
52809
53308
|
},
|
|
52810
53309
|
"parameters": [
|
|
52811
53310
|
{
|
|
@@ -52825,7 +53324,7 @@
|
|
|
52825
53324
|
"kind": "class",
|
|
52826
53325
|
"locationInModule": {
|
|
52827
53326
|
"filename": "src/python/poetry.ts",
|
|
52828
|
-
"line":
|
|
53327
|
+
"line": 370
|
|
52829
53328
|
},
|
|
52830
53329
|
"name": "PoetryPyproject",
|
|
52831
53330
|
"namespace": "python",
|
|
@@ -52837,7 +53336,7 @@
|
|
|
52837
53336
|
"immutable": true,
|
|
52838
53337
|
"locationInModule": {
|
|
52839
53338
|
"filename": "src/python/poetry.ts",
|
|
52840
|
-
"line":
|
|
53339
|
+
"line": 371
|
|
52841
53340
|
},
|
|
52842
53341
|
"name": "file",
|
|
52843
53342
|
"type": {
|
|
@@ -52862,7 +53361,7 @@
|
|
|
52862
53361
|
"kind": "interface",
|
|
52863
53362
|
"locationInModule": {
|
|
52864
53363
|
"filename": "src/python/poetry.ts",
|
|
52865
|
-
"line":
|
|
53364
|
+
"line": 346
|
|
52866
53365
|
},
|
|
52867
53366
|
"name": "PoetryPyprojectOptions",
|
|
52868
53367
|
"namespace": "python",
|
|
@@ -52878,7 +53377,7 @@
|
|
|
52878
53377
|
"immutable": true,
|
|
52879
53378
|
"locationInModule": {
|
|
52880
53379
|
"filename": "src/python/poetry.ts",
|
|
52881
|
-
"line":
|
|
53380
|
+
"line": 355
|
|
52882
53381
|
},
|
|
52883
53382
|
"name": "dependencies",
|
|
52884
53383
|
"optional": true,
|
|
@@ -52901,7 +53400,7 @@
|
|
|
52901
53400
|
"immutable": true,
|
|
52902
53401
|
"locationInModule": {
|
|
52903
53402
|
"filename": "src/python/poetry.ts",
|
|
52904
|
-
"line":
|
|
53403
|
+
"line": 362
|
|
52905
53404
|
},
|
|
52906
53405
|
"name": "devDependencies",
|
|
52907
53406
|
"optional": true,
|
|
@@ -52929,7 +53428,7 @@
|
|
|
52929
53428
|
"kind": "interface",
|
|
52930
53429
|
"locationInModule": {
|
|
52931
53430
|
"filename": "src/python/poetry.ts",
|
|
52932
|
-
"line":
|
|
53431
|
+
"line": 230
|
|
52933
53432
|
},
|
|
52934
53433
|
"name": "PoetryPyprojectOptionsWithoutDeps",
|
|
52935
53434
|
"namespace": "python",
|
|
@@ -52944,7 +53443,7 @@
|
|
|
52944
53443
|
"immutable": true,
|
|
52945
53444
|
"locationInModule": {
|
|
52946
53445
|
"filename": "src/python/poetry.ts",
|
|
52947
|
-
"line":
|
|
53446
|
+
"line": 257
|
|
52948
53447
|
},
|
|
52949
53448
|
"name": "authors",
|
|
52950
53449
|
"optional": true,
|
|
@@ -52967,7 +53466,7 @@
|
|
|
52967
53466
|
"immutable": true,
|
|
52968
53467
|
"locationInModule": {
|
|
52969
53468
|
"filename": "src/python/poetry.ts",
|
|
52970
|
-
"line":
|
|
53469
|
+
"line": 294
|
|
52971
53470
|
},
|
|
52972
53471
|
"name": "classifiers",
|
|
52973
53472
|
"optional": true,
|
|
@@ -52989,7 +53488,7 @@
|
|
|
52989
53488
|
"immutable": true,
|
|
52990
53489
|
"locationInModule": {
|
|
52991
53490
|
"filename": "src/python/poetry.ts",
|
|
52992
|
-
"line":
|
|
53491
|
+
"line": 244
|
|
52993
53492
|
},
|
|
52994
53493
|
"name": "description",
|
|
52995
53494
|
"optional": true,
|
|
@@ -53006,7 +53505,7 @@
|
|
|
53006
53505
|
"immutable": true,
|
|
53007
53506
|
"locationInModule": {
|
|
53008
53507
|
"filename": "src/python/poetry.ts",
|
|
53009
|
-
"line":
|
|
53508
|
+
"line": 282
|
|
53010
53509
|
},
|
|
53011
53510
|
"name": "documentation",
|
|
53012
53511
|
"optional": true,
|
|
@@ -53024,7 +53523,7 @@
|
|
|
53024
53523
|
"immutable": true,
|
|
53025
53524
|
"locationInModule": {
|
|
53026
53525
|
"filename": "src/python/poetry.ts",
|
|
53027
|
-
"line":
|
|
53526
|
+
"line": 312
|
|
53028
53527
|
},
|
|
53029
53528
|
"name": "exclude",
|
|
53030
53529
|
"optional": true,
|
|
@@ -53046,7 +53545,7 @@
|
|
|
53046
53545
|
"immutable": true,
|
|
53047
53546
|
"locationInModule": {
|
|
53048
53547
|
"filename": "src/python/poetry.ts",
|
|
53049
|
-
"line":
|
|
53548
|
+
"line": 327
|
|
53050
53549
|
},
|
|
53051
53550
|
"name": "extras",
|
|
53052
53551
|
"optional": true,
|
|
@@ -53073,7 +53572,7 @@
|
|
|
53073
53572
|
"immutable": true,
|
|
53074
53573
|
"locationInModule": {
|
|
53075
53574
|
"filename": "src/python/poetry.ts",
|
|
53076
|
-
"line":
|
|
53575
|
+
"line": 272
|
|
53077
53576
|
},
|
|
53078
53577
|
"name": "homepage",
|
|
53079
53578
|
"optional": true,
|
|
@@ -53090,7 +53589,7 @@
|
|
|
53090
53589
|
"immutable": true,
|
|
53091
53590
|
"locationInModule": {
|
|
53092
53591
|
"filename": "src/python/poetry.ts",
|
|
53093
|
-
"line":
|
|
53592
|
+
"line": 304
|
|
53094
53593
|
},
|
|
53095
53594
|
"name": "include",
|
|
53096
53595
|
"optional": true,
|
|
@@ -53112,7 +53611,7 @@
|
|
|
53112
53611
|
"immutable": true,
|
|
53113
53612
|
"locationInModule": {
|
|
53114
53613
|
"filename": "src/python/poetry.ts",
|
|
53115
|
-
"line":
|
|
53614
|
+
"line": 287
|
|
53116
53615
|
},
|
|
53117
53616
|
"name": "keywords",
|
|
53118
53617
|
"optional": true,
|
|
@@ -53135,7 +53634,7 @@
|
|
|
53135
53634
|
"immutable": true,
|
|
53136
53635
|
"locationInModule": {
|
|
53137
53636
|
"filename": "src/python/poetry.ts",
|
|
53138
|
-
"line":
|
|
53637
|
+
"line": 252
|
|
53139
53638
|
},
|
|
53140
53639
|
"name": "license",
|
|
53141
53640
|
"optional": true,
|
|
@@ -53153,7 +53652,7 @@
|
|
|
53153
53652
|
"immutable": true,
|
|
53154
53653
|
"locationInModule": {
|
|
53155
53654
|
"filename": "src/python/poetry.ts",
|
|
53156
|
-
"line":
|
|
53655
|
+
"line": 262
|
|
53157
53656
|
},
|
|
53158
53657
|
"name": "maintainers",
|
|
53159
53658
|
"optional": true,
|
|
@@ -53175,7 +53674,7 @@
|
|
|
53175
53674
|
"immutable": true,
|
|
53176
53675
|
"locationInModule": {
|
|
53177
53676
|
"filename": "src/python/poetry.ts",
|
|
53178
|
-
"line":
|
|
53677
|
+
"line": 234
|
|
53179
53678
|
},
|
|
53180
53679
|
"name": "name",
|
|
53181
53680
|
"optional": true,
|
|
@@ -53192,7 +53691,7 @@
|
|
|
53192
53691
|
"immutable": true,
|
|
53193
53692
|
"locationInModule": {
|
|
53194
53693
|
"filename": "src/python/poetry.ts",
|
|
53195
|
-
"line":
|
|
53694
|
+
"line": 299
|
|
53196
53695
|
},
|
|
53197
53696
|
"name": "packages",
|
|
53198
53697
|
"optional": true,
|
|
@@ -53216,7 +53715,7 @@
|
|
|
53216
53715
|
"immutable": true,
|
|
53217
53716
|
"locationInModule": {
|
|
53218
53717
|
"filename": "src/python/poetry.ts",
|
|
53219
|
-
"line":
|
|
53718
|
+
"line": 333
|
|
53220
53719
|
},
|
|
53221
53720
|
"name": "plugins",
|
|
53222
53721
|
"optional": true,
|
|
@@ -53233,7 +53732,7 @@
|
|
|
53233
53732
|
"immutable": true,
|
|
53234
53733
|
"locationInModule": {
|
|
53235
53734
|
"filename": "src/python/poetry.ts",
|
|
53236
|
-
"line":
|
|
53735
|
+
"line": 267
|
|
53237
53736
|
},
|
|
53238
53737
|
"name": "readme",
|
|
53239
53738
|
"optional": true,
|
|
@@ -53250,7 +53749,7 @@
|
|
|
53250
53749
|
"immutable": true,
|
|
53251
53750
|
"locationInModule": {
|
|
53252
53751
|
"filename": "src/python/poetry.ts",
|
|
53253
|
-
"line":
|
|
53752
|
+
"line": 277
|
|
53254
53753
|
},
|
|
53255
53754
|
"name": "repository",
|
|
53256
53755
|
"optional": true,
|
|
@@ -53267,7 +53766,7 @@
|
|
|
53267
53766
|
"immutable": true,
|
|
53268
53767
|
"locationInModule": {
|
|
53269
53768
|
"filename": "src/python/poetry.ts",
|
|
53270
|
-
"line":
|
|
53769
|
+
"line": 317
|
|
53271
53770
|
},
|
|
53272
53771
|
"name": "scripts",
|
|
53273
53772
|
"optional": true,
|
|
@@ -53289,7 +53788,7 @@
|
|
|
53289
53788
|
"immutable": true,
|
|
53290
53789
|
"locationInModule": {
|
|
53291
53790
|
"filename": "src/python/poetry.ts",
|
|
53292
|
-
"line":
|
|
53791
|
+
"line": 322
|
|
53293
53792
|
},
|
|
53294
53793
|
"name": "source",
|
|
53295
53794
|
"optional": true,
|
|
@@ -53312,7 +53811,7 @@
|
|
|
53312
53811
|
"immutable": true,
|
|
53313
53812
|
"locationInModule": {
|
|
53314
53813
|
"filename": "src/python/poetry.ts",
|
|
53315
|
-
"line":
|
|
53814
|
+
"line": 339
|
|
53316
53815
|
},
|
|
53317
53816
|
"name": "urls",
|
|
53318
53817
|
"optional": true,
|
|
@@ -53334,7 +53833,7 @@
|
|
|
53334
53833
|
"immutable": true,
|
|
53335
53834
|
"locationInModule": {
|
|
53336
53835
|
"filename": "src/python/poetry.ts",
|
|
53337
|
-
"line":
|
|
53836
|
+
"line": 239
|
|
53338
53837
|
},
|
|
53339
53838
|
"name": "version",
|
|
53340
53839
|
"optional": true,
|
|
@@ -55356,7 +55855,7 @@
|
|
|
55356
55855
|
"kind": "enum",
|
|
55357
55856
|
"locationInModule": {
|
|
55358
55857
|
"filename": "src/release/publisher.ts",
|
|
55359
|
-
"line":
|
|
55858
|
+
"line": 896
|
|
55360
55859
|
},
|
|
55361
55860
|
"members": [
|
|
55362
55861
|
{
|
|
@@ -55390,7 +55889,7 @@
|
|
|
55390
55889
|
"kind": "interface",
|
|
55391
55890
|
"locationInModule": {
|
|
55392
55891
|
"filename": "src/release/publisher.ts",
|
|
55393
|
-
"line":
|
|
55892
|
+
"line": 914
|
|
55394
55893
|
},
|
|
55395
55894
|
"name": "CodeArtifactOptions",
|
|
55396
55895
|
"namespace": "release",
|
|
@@ -55406,7 +55905,7 @@
|
|
|
55406
55905
|
"immutable": true,
|
|
55407
55906
|
"locationInModule": {
|
|
55408
55907
|
"filename": "src/release/publisher.ts",
|
|
55409
|
-
"line":
|
|
55908
|
+
"line": 930
|
|
55410
55909
|
},
|
|
55411
55910
|
"name": "accessKeyIdSecret",
|
|
55412
55911
|
"optional": true,
|
|
@@ -55424,7 +55923,7 @@
|
|
|
55424
55923
|
"immutable": true,
|
|
55425
55924
|
"locationInModule": {
|
|
55426
55925
|
"filename": "src/release/publisher.ts",
|
|
55427
|
-
"line":
|
|
55926
|
+
"line": 920
|
|
55428
55927
|
},
|
|
55429
55928
|
"name": "authProvider",
|
|
55430
55929
|
"optional": true,
|
|
@@ -55443,7 +55942,7 @@
|
|
|
55443
55942
|
"immutable": true,
|
|
55444
55943
|
"locationInModule": {
|
|
55445
55944
|
"filename": "src/release/publisher.ts",
|
|
55446
|
-
"line":
|
|
55945
|
+
"line": 950
|
|
55447
55946
|
},
|
|
55448
55947
|
"name": "roleToAssume",
|
|
55449
55948
|
"optional": true,
|
|
@@ -55462,7 +55961,7 @@
|
|
|
55462
55961
|
"immutable": true,
|
|
55463
55962
|
"locationInModule": {
|
|
55464
55963
|
"filename": "src/release/publisher.ts",
|
|
55465
|
-
"line":
|
|
55964
|
+
"line": 941
|
|
55466
55965
|
},
|
|
55467
55966
|
"name": "secretAccessKeySecret",
|
|
55468
55967
|
"optional": true,
|
|
@@ -55484,7 +55983,7 @@
|
|
|
55484
55983
|
"kind": "interface",
|
|
55485
55984
|
"locationInModule": {
|
|
55486
55985
|
"filename": "src/release/publisher.ts",
|
|
55487
|
-
"line":
|
|
55986
|
+
"line": 798
|
|
55488
55987
|
},
|
|
55489
55988
|
"name": "CommonPublishOptions",
|
|
55490
55989
|
"namespace": "release",
|
|
@@ -55499,7 +55998,7 @@
|
|
|
55499
55998
|
"immutable": true,
|
|
55500
55999
|
"locationInModule": {
|
|
55501
56000
|
"filename": "src/release/publisher.ts",
|
|
55502
|
-
"line":
|
|
56001
|
+
"line": 817
|
|
55503
56002
|
},
|
|
55504
56003
|
"name": "postPublishSteps",
|
|
55505
56004
|
"optional": true,
|
|
@@ -55522,7 +56021,7 @@
|
|
|
55522
56021
|
"immutable": true,
|
|
55523
56022
|
"locationInModule": {
|
|
55524
56023
|
"filename": "src/release/publisher.ts",
|
|
55525
|
-
"line":
|
|
56024
|
+
"line": 808
|
|
55526
56025
|
},
|
|
55527
56026
|
"name": "prePublishSteps",
|
|
55528
56027
|
"optional": true,
|
|
@@ -55545,7 +56044,7 @@
|
|
|
55545
56044
|
"immutable": true,
|
|
55546
56045
|
"locationInModule": {
|
|
55547
56046
|
"filename": "src/release/publisher.ts",
|
|
55548
|
-
"line":
|
|
56047
|
+
"line": 823
|
|
55549
56048
|
},
|
|
55550
56049
|
"name": "publishTools",
|
|
55551
56050
|
"optional": true,
|
|
@@ -55570,7 +56069,7 @@
|
|
|
55570
56069
|
"kind": "interface",
|
|
55571
56070
|
"locationInModule": {
|
|
55572
56071
|
"filename": "src/release/publisher.ts",
|
|
55573
|
-
"line":
|
|
56072
|
+
"line": 1196
|
|
55574
56073
|
},
|
|
55575
56074
|
"name": "GitHubReleasesPublishOptions",
|
|
55576
56075
|
"namespace": "release",
|
|
@@ -55585,7 +56084,7 @@
|
|
|
55585
56084
|
"immutable": true,
|
|
55586
56085
|
"locationInModule": {
|
|
55587
56086
|
"filename": "src/release/publisher.ts",
|
|
55588
|
-
"line":
|
|
56087
|
+
"line": 1181
|
|
55589
56088
|
},
|
|
55590
56089
|
"name": "changelogFile",
|
|
55591
56090
|
"type": {
|
|
@@ -55602,7 +56101,7 @@
|
|
|
55602
56101
|
"immutable": true,
|
|
55603
56102
|
"locationInModule": {
|
|
55604
56103
|
"filename": "src/release/publisher.ts",
|
|
55605
|
-
"line":
|
|
56104
|
+
"line": 1174
|
|
55606
56105
|
},
|
|
55607
56106
|
"name": "releaseTagFile",
|
|
55608
56107
|
"type": {
|
|
@@ -55619,7 +56118,7 @@
|
|
|
55619
56118
|
"immutable": true,
|
|
55620
56119
|
"locationInModule": {
|
|
55621
56120
|
"filename": "src/release/publisher.ts",
|
|
55622
|
-
"line":
|
|
56121
|
+
"line": 1167
|
|
55623
56122
|
},
|
|
55624
56123
|
"name": "versionFile",
|
|
55625
56124
|
"type": {
|
|
@@ -55640,7 +56139,7 @@
|
|
|
55640
56139
|
"kind": "interface",
|
|
55641
56140
|
"locationInModule": {
|
|
55642
56141
|
"filename": "src/release/publisher.ts",
|
|
55643
|
-
"line":
|
|
56142
|
+
"line": 1203
|
|
55644
56143
|
},
|
|
55645
56144
|
"name": "GitPublishOptions",
|
|
55646
56145
|
"namespace": "release",
|
|
@@ -55655,7 +56154,7 @@
|
|
|
55655
56154
|
"immutable": true,
|
|
55656
56155
|
"locationInModule": {
|
|
55657
56156
|
"filename": "src/release/publisher.ts",
|
|
55658
|
-
"line":
|
|
56157
|
+
"line": 1181
|
|
55659
56158
|
},
|
|
55660
56159
|
"name": "changelogFile",
|
|
55661
56160
|
"type": {
|
|
@@ -55672,7 +56171,7 @@
|
|
|
55672
56171
|
"immutable": true,
|
|
55673
56172
|
"locationInModule": {
|
|
55674
56173
|
"filename": "src/release/publisher.ts",
|
|
55675
|
-
"line":
|
|
56174
|
+
"line": 1174
|
|
55676
56175
|
},
|
|
55677
56176
|
"name": "releaseTagFile",
|
|
55678
56177
|
"type": {
|
|
@@ -55689,7 +56188,7 @@
|
|
|
55689
56188
|
"immutable": true,
|
|
55690
56189
|
"locationInModule": {
|
|
55691
56190
|
"filename": "src/release/publisher.ts",
|
|
55692
|
-
"line":
|
|
56191
|
+
"line": 1167
|
|
55693
56192
|
},
|
|
55694
56193
|
"name": "versionFile",
|
|
55695
56194
|
"type": {
|
|
@@ -55706,7 +56205,7 @@
|
|
|
55706
56205
|
"immutable": true,
|
|
55707
56206
|
"locationInModule": {
|
|
55708
56207
|
"filename": "src/release/publisher.ts",
|
|
55709
|
-
"line":
|
|
56208
|
+
"line": 1214
|
|
55710
56209
|
},
|
|
55711
56210
|
"name": "gitBranch",
|
|
55712
56211
|
"optional": true,
|
|
@@ -55724,7 +56223,7 @@
|
|
|
55724
56223
|
"immutable": true,
|
|
55725
56224
|
"locationInModule": {
|
|
55726
56225
|
"filename": "src/release/publisher.ts",
|
|
55727
|
-
"line":
|
|
56226
|
+
"line": 1221
|
|
55728
56227
|
},
|
|
55729
56228
|
"name": "gitPushCommand",
|
|
55730
56229
|
"optional": true,
|
|
@@ -55741,7 +56240,7 @@
|
|
|
55741
56240
|
"immutable": true,
|
|
55742
56241
|
"locationInModule": {
|
|
55743
56242
|
"filename": "src/release/publisher.ts",
|
|
55744
|
-
"line":
|
|
56243
|
+
"line": 1207
|
|
55745
56244
|
},
|
|
55746
56245
|
"name": "projectChangelogFile",
|
|
55747
56246
|
"optional": true,
|
|
@@ -55766,7 +56265,7 @@
|
|
|
55766
56265
|
"kind": "interface",
|
|
55767
56266
|
"locationInModule": {
|
|
55768
56267
|
"filename": "src/release/publisher.ts",
|
|
55769
|
-
"line":
|
|
56268
|
+
"line": 1099
|
|
55770
56269
|
},
|
|
55771
56270
|
"name": "GoPublishOptions",
|
|
55772
56271
|
"namespace": "release",
|
|
@@ -55781,7 +56280,7 @@
|
|
|
55781
56280
|
"immutable": true,
|
|
55782
56281
|
"locationInModule": {
|
|
55783
56282
|
"filename": "src/release/publisher.ts",
|
|
55784
|
-
"line":
|
|
56283
|
+
"line": 1139
|
|
55785
56284
|
},
|
|
55786
56285
|
"name": "gitBranch",
|
|
55787
56286
|
"optional": true,
|
|
@@ -55799,7 +56298,7 @@
|
|
|
55799
56298
|
"immutable": true,
|
|
55800
56299
|
"locationInModule": {
|
|
55801
56300
|
"filename": "src/release/publisher.ts",
|
|
55802
|
-
"line":
|
|
56301
|
+
"line": 1158
|
|
55803
56302
|
},
|
|
55804
56303
|
"name": "gitCommitMessage",
|
|
55805
56304
|
"optional": true,
|
|
@@ -55818,7 +56317,7 @@
|
|
|
55818
56317
|
"immutable": true,
|
|
55819
56318
|
"locationInModule": {
|
|
55820
56319
|
"filename": "src/release/publisher.ts",
|
|
55821
|
-
"line":
|
|
56320
|
+
"line": 1118
|
|
55822
56321
|
},
|
|
55823
56322
|
"name": "githubDeployKeySecret",
|
|
55824
56323
|
"optional": true,
|
|
@@ -55836,7 +56335,7 @@
|
|
|
55836
56335
|
"immutable": true,
|
|
55837
56336
|
"locationInModule": {
|
|
55838
56337
|
"filename": "src/release/publisher.ts",
|
|
55839
|
-
"line":
|
|
56338
|
+
"line": 1132
|
|
55840
56339
|
},
|
|
55841
56340
|
"name": "githubRepo",
|
|
55842
56341
|
"optional": true,
|
|
@@ -55855,7 +56354,7 @@
|
|
|
55855
56354
|
"immutable": true,
|
|
55856
56355
|
"locationInModule": {
|
|
55857
56356
|
"filename": "src/release/publisher.ts",
|
|
55858
|
-
"line":
|
|
56357
|
+
"line": 1108
|
|
55859
56358
|
},
|
|
55860
56359
|
"name": "githubTokenSecret",
|
|
55861
56360
|
"optional": true,
|
|
@@ -55873,7 +56372,7 @@
|
|
|
55873
56372
|
"immutable": true,
|
|
55874
56373
|
"locationInModule": {
|
|
55875
56374
|
"filename": "src/release/publisher.ts",
|
|
55876
|
-
"line":
|
|
56375
|
+
"line": 1125
|
|
55877
56376
|
},
|
|
55878
56377
|
"name": "githubUseSsh",
|
|
55879
56378
|
"optional": true,
|
|
@@ -55891,7 +56390,7 @@
|
|
|
55891
56390
|
"immutable": true,
|
|
55892
56391
|
"locationInModule": {
|
|
55893
56392
|
"filename": "src/release/publisher.ts",
|
|
55894
|
-
"line":
|
|
56393
|
+
"line": 1151
|
|
55895
56394
|
},
|
|
55896
56395
|
"name": "gitUserEmail",
|
|
55897
56396
|
"optional": true,
|
|
@@ -55909,7 +56408,7 @@
|
|
|
55909
56408
|
"immutable": true,
|
|
55910
56409
|
"locationInModule": {
|
|
55911
56410
|
"filename": "src/release/publisher.ts",
|
|
55912
|
-
"line":
|
|
56411
|
+
"line": 1145
|
|
55913
56412
|
},
|
|
55914
56413
|
"name": "gitUserName",
|
|
55915
56414
|
"optional": true,
|
|
@@ -55934,7 +56433,7 @@
|
|
|
55934
56433
|
"kind": "interface",
|
|
55935
56434
|
"locationInModule": {
|
|
55936
56435
|
"filename": "src/release/publisher.ts",
|
|
55937
|
-
"line":
|
|
56436
|
+
"line": 1094
|
|
55938
56437
|
},
|
|
55939
56438
|
"name": "JsiiReleaseGo",
|
|
55940
56439
|
"namespace": "release",
|
|
@@ -55954,7 +56453,7 @@
|
|
|
55954
56453
|
"kind": "interface",
|
|
55955
56454
|
"locationInModule": {
|
|
55956
56455
|
"filename": "src/release/publisher.ts",
|
|
55957
|
-
"line":
|
|
56456
|
+
"line": 1007
|
|
55958
56457
|
},
|
|
55959
56458
|
"name": "JsiiReleaseMaven",
|
|
55960
56459
|
"namespace": "release",
|
|
@@ -55974,7 +56473,7 @@
|
|
|
55974
56473
|
"kind": "interface",
|
|
55975
56474
|
"locationInModule": {
|
|
55976
56475
|
"filename": "src/release/publisher.ts",
|
|
55977
|
-
"line":
|
|
56476
|
+
"line": 829
|
|
55978
56477
|
},
|
|
55979
56478
|
"name": "JsiiReleaseNpm",
|
|
55980
56479
|
"namespace": "release",
|
|
@@ -55994,7 +56493,7 @@
|
|
|
55994
56493
|
"kind": "interface",
|
|
55995
56494
|
"locationInModule": {
|
|
55996
56495
|
"filename": "src/release/publisher.ts",
|
|
55997
|
-
"line":
|
|
56496
|
+
"line": 985
|
|
55998
56497
|
},
|
|
55999
56498
|
"name": "JsiiReleaseNuget",
|
|
56000
56499
|
"namespace": "release",
|
|
@@ -56014,7 +56513,7 @@
|
|
|
56014
56513
|
"kind": "interface",
|
|
56015
56514
|
"locationInModule": {
|
|
56016
56515
|
"filename": "src/release/publisher.ts",
|
|
56017
|
-
"line":
|
|
56516
|
+
"line": 956
|
|
56018
56517
|
},
|
|
56019
56518
|
"name": "JsiiReleasePyPi",
|
|
56020
56519
|
"namespace": "release",
|
|
@@ -56107,7 +56606,7 @@
|
|
|
56107
56606
|
"kind": "interface",
|
|
56108
56607
|
"locationInModule": {
|
|
56109
56608
|
"filename": "src/release/publisher.ts",
|
|
56110
|
-
"line":
|
|
56609
|
+
"line": 1012
|
|
56111
56610
|
},
|
|
56112
56611
|
"name": "MavenPublishOptions",
|
|
56113
56612
|
"namespace": "release",
|
|
@@ -56123,7 +56622,7 @@
|
|
|
56123
56622
|
"immutable": true,
|
|
56124
56623
|
"locationInModule": {
|
|
56125
56624
|
"filename": "src/release/publisher.ts",
|
|
56126
|
-
"line":
|
|
56625
|
+
"line": 1018
|
|
56127
56626
|
},
|
|
56128
56627
|
"name": "mavenEndpoint",
|
|
56129
56628
|
"optional": true,
|
|
@@ -56143,7 +56642,7 @@
|
|
|
56143
56642
|
"immutable": true,
|
|
56144
56643
|
"locationInModule": {
|
|
56145
56644
|
"filename": "src/release/publisher.ts",
|
|
56146
|
-
"line":
|
|
56645
|
+
"line": 1051
|
|
56147
56646
|
},
|
|
56148
56647
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
56149
56648
|
"optional": true,
|
|
@@ -56163,7 +56662,7 @@
|
|
|
56163
56662
|
"immutable": true,
|
|
56164
56663
|
"locationInModule": {
|
|
56165
56664
|
"filename": "src/release/publisher.ts",
|
|
56166
|
-
"line":
|
|
56665
|
+
"line": 1042
|
|
56167
56666
|
},
|
|
56168
56667
|
"name": "mavenGpgPrivateKeySecret",
|
|
56169
56668
|
"optional": true,
|
|
@@ -56183,7 +56682,7 @@
|
|
|
56183
56682
|
"immutable": true,
|
|
56184
56683
|
"locationInModule": {
|
|
56185
56684
|
"filename": "src/release/publisher.ts",
|
|
56186
|
-
"line":
|
|
56685
|
+
"line": 1077
|
|
56187
56686
|
},
|
|
56188
56687
|
"name": "mavenPassword",
|
|
56189
56688
|
"optional": true,
|
|
@@ -56201,7 +56700,7 @@
|
|
|
56201
56700
|
"immutable": true,
|
|
56202
56701
|
"locationInModule": {
|
|
56203
56702
|
"filename": "src/release/publisher.ts",
|
|
56204
|
-
"line":
|
|
56703
|
+
"line": 1032
|
|
56205
56704
|
},
|
|
56206
56705
|
"name": "mavenRepositoryUrl",
|
|
56207
56706
|
"optional": true,
|
|
@@ -56219,7 +56718,7 @@
|
|
|
56219
56718
|
"immutable": true,
|
|
56220
56719
|
"locationInModule": {
|
|
56221
56720
|
"filename": "src/release/publisher.ts",
|
|
56222
|
-
"line":
|
|
56721
|
+
"line": 1025
|
|
56223
56722
|
},
|
|
56224
56723
|
"name": "mavenServerId",
|
|
56225
56724
|
"optional": true,
|
|
@@ -56237,7 +56736,7 @@
|
|
|
56237
56736
|
"immutable": true,
|
|
56238
56737
|
"locationInModule": {
|
|
56239
56738
|
"filename": "src/release/publisher.ts",
|
|
56240
|
-
"line":
|
|
56739
|
+
"line": 1088
|
|
56241
56740
|
},
|
|
56242
56741
|
"name": "mavenStagingProfileId",
|
|
56243
56742
|
"optional": true,
|
|
@@ -56257,7 +56756,7 @@
|
|
|
56257
56756
|
"immutable": true,
|
|
56258
56757
|
"locationInModule": {
|
|
56259
56758
|
"filename": "src/release/publisher.ts",
|
|
56260
|
-
"line":
|
|
56759
|
+
"line": 1064
|
|
56261
56760
|
},
|
|
56262
56761
|
"name": "mavenUsername",
|
|
56263
56762
|
"optional": true,
|
|
@@ -56282,7 +56781,7 @@
|
|
|
56282
56781
|
"kind": "interface",
|
|
56283
56782
|
"locationInModule": {
|
|
56284
56783
|
"filename": "src/release/publisher.ts",
|
|
56285
|
-
"line":
|
|
56784
|
+
"line": 834
|
|
56286
56785
|
},
|
|
56287
56786
|
"name": "NpmPublishOptions",
|
|
56288
56787
|
"namespace": "release",
|
|
@@ -56297,7 +56796,7 @@
|
|
|
56297
56796
|
"immutable": true,
|
|
56298
56797
|
"locationInModule": {
|
|
56299
56798
|
"filename": "src/release/publisher.ts",
|
|
56300
|
-
"line":
|
|
56799
|
+
"line": 890
|
|
56301
56800
|
},
|
|
56302
56801
|
"name": "codeArtifactOptions",
|
|
56303
56802
|
"optional": true,
|
|
@@ -56317,7 +56816,7 @@
|
|
|
56317
56816
|
"immutable": true,
|
|
56318
56817
|
"locationInModule": {
|
|
56319
56818
|
"filename": "src/release/publisher.ts",
|
|
56320
|
-
"line":
|
|
56819
|
+
"line": 852
|
|
56321
56820
|
},
|
|
56322
56821
|
"name": "distTag",
|
|
56323
56822
|
"optional": true,
|
|
@@ -56325,6 +56824,26 @@
|
|
|
56325
56824
|
"primitive": "string"
|
|
56326
56825
|
}
|
|
56327
56826
|
},
|
|
56827
|
+
{
|
|
56828
|
+
"abstract": true,
|
|
56829
|
+
"docs": {
|
|
56830
|
+
"default": "- undefined",
|
|
56831
|
+
"remarks": "Note that this component is using `publib` to publish packages,\nwhich is using npm internally and supports provenance statements independently of the package manager used.",
|
|
56832
|
+
"see": "https://docs.npmjs.com/generating-provenance-statements",
|
|
56833
|
+
"stability": "experimental",
|
|
56834
|
+
"summary": "Should provenance statements be generated when package is published."
|
|
56835
|
+
},
|
|
56836
|
+
"immutable": true,
|
|
56837
|
+
"locationInModule": {
|
|
56838
|
+
"filename": "src/release/publisher.ts",
|
|
56839
|
+
"line": 883
|
|
56840
|
+
},
|
|
56841
|
+
"name": "npmProvenance",
|
|
56842
|
+
"optional": true,
|
|
56843
|
+
"type": {
|
|
56844
|
+
"primitive": "boolean"
|
|
56845
|
+
}
|
|
56846
|
+
},
|
|
56328
56847
|
{
|
|
56329
56848
|
"abstract": true,
|
|
56330
56849
|
"docs": {
|
|
@@ -56335,7 +56854,7 @@
|
|
|
56335
56854
|
"immutable": true,
|
|
56336
56855
|
"locationInModule": {
|
|
56337
56856
|
"filename": "src/release/publisher.ts",
|
|
56338
|
-
"line":
|
|
56857
|
+
"line": 872
|
|
56339
56858
|
},
|
|
56340
56859
|
"name": "npmTokenSecret",
|
|
56341
56860
|
"optional": true,
|
|
@@ -56355,7 +56874,7 @@
|
|
|
56355
56874
|
"immutable": true,
|
|
56356
56875
|
"locationInModule": {
|
|
56357
56876
|
"filename": "src/release/publisher.ts",
|
|
56358
|
-
"line":
|
|
56877
|
+
"line": 866
|
|
56359
56878
|
},
|
|
56360
56879
|
"name": "registry",
|
|
56361
56880
|
"optional": true,
|
|
@@ -56380,7 +56899,7 @@
|
|
|
56380
56899
|
"kind": "interface",
|
|
56381
56900
|
"locationInModule": {
|
|
56382
56901
|
"filename": "src/release/publisher.ts",
|
|
56383
|
-
"line":
|
|
56902
|
+
"line": 990
|
|
56384
56903
|
},
|
|
56385
56904
|
"name": "NugetPublishOptions",
|
|
56386
56905
|
"namespace": "release",
|
|
@@ -56395,7 +56914,7 @@
|
|
|
56395
56914
|
"immutable": true,
|
|
56396
56915
|
"locationInModule": {
|
|
56397
56916
|
"filename": "src/release/publisher.ts",
|
|
56398
|
-
"line":
|
|
56917
|
+
"line": 996
|
|
56399
56918
|
},
|
|
56400
56919
|
"name": "nugetApiKeySecret",
|
|
56401
56920
|
"optional": true,
|
|
@@ -56412,7 +56931,7 @@
|
|
|
56412
56931
|
"immutable": true,
|
|
56413
56932
|
"locationInModule": {
|
|
56414
56933
|
"filename": "src/release/publisher.ts",
|
|
56415
|
-
"line":
|
|
56934
|
+
"line": 1001
|
|
56416
56935
|
},
|
|
56417
56936
|
"name": "nugetServer",
|
|
56418
56937
|
"optional": true,
|
|
@@ -56566,7 +57085,7 @@
|
|
|
56566
57085
|
},
|
|
56567
57086
|
"locationInModule": {
|
|
56568
57087
|
"filename": "src/release/publisher.ts",
|
|
56569
|
-
"line":
|
|
57088
|
+
"line": 531
|
|
56570
57089
|
},
|
|
56571
57090
|
"name": "publishToGo",
|
|
56572
57091
|
"parameters": [
|
|
@@ -56589,7 +57108,7 @@
|
|
|
56589
57108
|
},
|
|
56590
57109
|
"locationInModule": {
|
|
56591
57110
|
"filename": "src/release/publisher.ts",
|
|
56592
|
-
"line":
|
|
57111
|
+
"line": 438
|
|
56593
57112
|
},
|
|
56594
57113
|
"name": "publishToMaven",
|
|
56595
57114
|
"parameters": [
|
|
@@ -56635,7 +57154,7 @@
|
|
|
56635
57154
|
},
|
|
56636
57155
|
"locationInModule": {
|
|
56637
57156
|
"filename": "src/release/publisher.ts",
|
|
56638
|
-
"line":
|
|
57157
|
+
"line": 406
|
|
56639
57158
|
},
|
|
56640
57159
|
"name": "publishToNuget",
|
|
56641
57160
|
"parameters": [
|
|
@@ -56658,7 +57177,7 @@
|
|
|
56658
57177
|
},
|
|
56659
57178
|
"locationInModule": {
|
|
56660
57179
|
"filename": "src/release/publisher.ts",
|
|
56661
|
-
"line":
|
|
57180
|
+
"line": 503
|
|
56662
57181
|
},
|
|
56663
57182
|
"name": "publishToPyPi",
|
|
56664
57183
|
"parameters": [
|
|
@@ -57049,7 +57568,7 @@
|
|
|
57049
57568
|
"kind": "interface",
|
|
57050
57569
|
"locationInModule": {
|
|
57051
57570
|
"filename": "src/release/publisher.ts",
|
|
57052
|
-
"line":
|
|
57571
|
+
"line": 961
|
|
57053
57572
|
},
|
|
57054
57573
|
"name": "PyPiPublishOptions",
|
|
57055
57574
|
"namespace": "release",
|
|
@@ -57064,7 +57583,7 @@
|
|
|
57064
57583
|
"immutable": true,
|
|
57065
57584
|
"locationInModule": {
|
|
57066
57585
|
"filename": "src/release/publisher.ts",
|
|
57067
|
-
"line":
|
|
57586
|
+
"line": 979
|
|
57068
57587
|
},
|
|
57069
57588
|
"name": "twinePasswordSecret",
|
|
57070
57589
|
"optional": true,
|
|
@@ -57082,7 +57601,7 @@
|
|
|
57082
57601
|
"immutable": true,
|
|
57083
57602
|
"locationInModule": {
|
|
57084
57603
|
"filename": "src/release/publisher.ts",
|
|
57085
|
-
"line":
|
|
57604
|
+
"line": 967
|
|
57086
57605
|
},
|
|
57087
57606
|
"name": "twineRegistryUrl",
|
|
57088
57607
|
"optional": true,
|
|
@@ -57100,7 +57619,7 @@
|
|
|
57100
57619
|
"immutable": true,
|
|
57101
57620
|
"locationInModule": {
|
|
57102
57621
|
"filename": "src/release/publisher.ts",
|
|
57103
|
-
"line":
|
|
57622
|
+
"line": 973
|
|
57104
57623
|
},
|
|
57105
57624
|
"name": "twineUsernameSecret",
|
|
57106
57625
|
"optional": true,
|
|
@@ -58985,7 +59504,7 @@
|
|
|
58985
59504
|
},
|
|
58986
59505
|
"locationInModule": {
|
|
58987
59506
|
"filename": "src/typescript/typescript.ts",
|
|
58988
|
-
"line":
|
|
59507
|
+
"line": 791
|
|
58989
59508
|
},
|
|
58990
59509
|
"parameters": [
|
|
58991
59510
|
{
|
|
@@ -58999,7 +59518,7 @@
|
|
|
58999
59518
|
"kind": "class",
|
|
59000
59519
|
"locationInModule": {
|
|
59001
59520
|
"filename": "src/typescript/typescript.ts",
|
|
59002
|
-
"line":
|
|
59521
|
+
"line": 790
|
|
59003
59522
|
},
|
|
59004
59523
|
"name": "TypeScriptAppProject",
|
|
59005
59524
|
"namespace": "typescript",
|
|
@@ -59033,7 +59552,7 @@
|
|
|
59033
59552
|
"kind": "class",
|
|
59034
59553
|
"locationInModule": {
|
|
59035
59554
|
"filename": "src/typescript/typescript.ts",
|
|
59036
|
-
"line":
|
|
59555
|
+
"line": 805
|
|
59037
59556
|
},
|
|
59038
59557
|
"name": "TypeScriptLibraryProject",
|
|
59039
59558
|
"namespace": "typescript",
|
|
@@ -59053,7 +59572,7 @@
|
|
|
59053
59572
|
"kind": "interface",
|
|
59054
59573
|
"locationInModule": {
|
|
59055
59574
|
"filename": "src/typescript/typescript.ts",
|
|
59056
|
-
"line":
|
|
59575
|
+
"line": 810
|
|
59057
59576
|
},
|
|
59058
59577
|
"name": "TypeScriptLibraryProjectOptions",
|
|
59059
59578
|
"namespace": "typescript",
|
|
@@ -62355,6 +62874,6 @@
|
|
|
62355
62874
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
62356
62875
|
}
|
|
62357
62876
|
},
|
|
62358
|
-
"version": "0.79.
|
|
62359
|
-
"fingerprint": "
|
|
62877
|
+
"version": "0.79.24",
|
|
62878
|
+
"fingerprint": "60EuvxmUgAc80LRIZU80RqE+kwE+uAEQFI5r5z+gIKQ="
|
|
62360
62879
|
}
|