projen 0.49.2 → 0.50.0
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 +129 -151
- package/API.md +0 -13
- package/changelog.md +7 -3
- package/lib/awscdk/auto-discover.js +1 -1
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps.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-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdktf/cdktf-construct.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.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.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-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.d.ts +0 -8
- package/lib/javascript/jest.js +2 -25
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/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.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.d.ts +6 -0
- package/lib/typescript/typescript.js +62 -46
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -26536,7 +26536,7 @@
|
|
|
26536
26536
|
"kind": "interface",
|
|
26537
26537
|
"locationInModule": {
|
|
26538
26538
|
"filename": "src/javascript/jest.ts",
|
|
26539
|
-
"line":
|
|
26539
|
+
"line": 531
|
|
26540
26540
|
},
|
|
26541
26541
|
"name": "CoverageThreshold",
|
|
26542
26542
|
"namespace": "javascript",
|
|
@@ -26549,7 +26549,7 @@
|
|
|
26549
26549
|
"immutable": true,
|
|
26550
26550
|
"locationInModule": {
|
|
26551
26551
|
"filename": "src/javascript/jest.ts",
|
|
26552
|
-
"line":
|
|
26552
|
+
"line": 532
|
|
26553
26553
|
},
|
|
26554
26554
|
"name": "branches",
|
|
26555
26555
|
"optional": true,
|
|
@@ -26565,7 +26565,7 @@
|
|
|
26565
26565
|
"immutable": true,
|
|
26566
26566
|
"locationInModule": {
|
|
26567
26567
|
"filename": "src/javascript/jest.ts",
|
|
26568
|
-
"line":
|
|
26568
|
+
"line": 533
|
|
26569
26569
|
},
|
|
26570
26570
|
"name": "functions",
|
|
26571
26571
|
"optional": true,
|
|
@@ -26581,7 +26581,7 @@
|
|
|
26581
26581
|
"immutable": true,
|
|
26582
26582
|
"locationInModule": {
|
|
26583
26583
|
"filename": "src/javascript/jest.ts",
|
|
26584
|
-
"line":
|
|
26584
|
+
"line": 534
|
|
26585
26585
|
},
|
|
26586
26586
|
"name": "lines",
|
|
26587
26587
|
"optional": true,
|
|
@@ -26597,7 +26597,7 @@
|
|
|
26597
26597
|
"immutable": true,
|
|
26598
26598
|
"locationInModule": {
|
|
26599
26599
|
"filename": "src/javascript/jest.ts",
|
|
26600
|
-
"line":
|
|
26600
|
+
"line": 535
|
|
26601
26601
|
},
|
|
26602
26602
|
"name": "statements",
|
|
26603
26603
|
"optional": true,
|
|
@@ -27303,7 +27303,7 @@
|
|
|
27303
27303
|
"kind": "interface",
|
|
27304
27304
|
"locationInModule": {
|
|
27305
27305
|
"filename": "src/javascript/jest.ts",
|
|
27306
|
-
"line":
|
|
27306
|
+
"line": 538
|
|
27307
27307
|
},
|
|
27308
27308
|
"name": "HasteConfig",
|
|
27309
27309
|
"namespace": "javascript",
|
|
@@ -27316,7 +27316,7 @@
|
|
|
27316
27316
|
"immutable": true,
|
|
27317
27317
|
"locationInModule": {
|
|
27318
27318
|
"filename": "src/javascript/jest.ts",
|
|
27319
|
-
"line":
|
|
27319
|
+
"line": 539
|
|
27320
27320
|
},
|
|
27321
27321
|
"name": "computeSha1",
|
|
27322
27322
|
"optional": true,
|
|
@@ -27332,7 +27332,7 @@
|
|
|
27332
27332
|
"immutable": true,
|
|
27333
27333
|
"locationInModule": {
|
|
27334
27334
|
"filename": "src/javascript/jest.ts",
|
|
27335
|
-
"line":
|
|
27335
|
+
"line": 540
|
|
27336
27336
|
},
|
|
27337
27337
|
"name": "defaultPlatform",
|
|
27338
27338
|
"optional": true,
|
|
@@ -27348,7 +27348,7 @@
|
|
|
27348
27348
|
"immutable": true,
|
|
27349
27349
|
"locationInModule": {
|
|
27350
27350
|
"filename": "src/javascript/jest.ts",
|
|
27351
|
-
"line":
|
|
27351
|
+
"line": 541
|
|
27352
27352
|
},
|
|
27353
27353
|
"name": "hasteImplModulePath",
|
|
27354
27354
|
"optional": true,
|
|
@@ -27364,7 +27364,7 @@
|
|
|
27364
27364
|
"immutable": true,
|
|
27365
27365
|
"locationInModule": {
|
|
27366
27366
|
"filename": "src/javascript/jest.ts",
|
|
27367
|
-
"line":
|
|
27367
|
+
"line": 542
|
|
27368
27368
|
},
|
|
27369
27369
|
"name": "platforms",
|
|
27370
27370
|
"optional": true,
|
|
@@ -27385,7 +27385,7 @@
|
|
|
27385
27385
|
"immutable": true,
|
|
27386
27386
|
"locationInModule": {
|
|
27387
27387
|
"filename": "src/javascript/jest.ts",
|
|
27388
|
-
"line":
|
|
27388
|
+
"line": 543
|
|
27389
27389
|
},
|
|
27390
27390
|
"name": "throwOnModuleCollision",
|
|
27391
27391
|
"optional": true,
|
|
@@ -27410,7 +27410,7 @@
|
|
|
27410
27410
|
},
|
|
27411
27411
|
"locationInModule": {
|
|
27412
27412
|
"filename": "src/javascript/jest.ts",
|
|
27413
|
-
"line":
|
|
27413
|
+
"line": 572
|
|
27414
27414
|
},
|
|
27415
27415
|
"parameters": [
|
|
27416
27416
|
{
|
|
@@ -27431,7 +27431,7 @@
|
|
|
27431
27431
|
"kind": "class",
|
|
27432
27432
|
"locationInModule": {
|
|
27433
27433
|
"filename": "src/javascript/jest.ts",
|
|
27434
|
-
"line":
|
|
27434
|
+
"line": 556
|
|
27435
27435
|
},
|
|
27436
27436
|
"methods": [
|
|
27437
27437
|
{
|
|
@@ -27440,7 +27440,7 @@
|
|
|
27440
27440
|
},
|
|
27441
27441
|
"locationInModule": {
|
|
27442
27442
|
"filename": "src/javascript/jest.ts",
|
|
27443
|
-
"line":
|
|
27443
|
+
"line": 697
|
|
27444
27444
|
},
|
|
27445
27445
|
"name": "addIgnorePattern",
|
|
27446
27446
|
"parameters": [
|
|
@@ -27458,7 +27458,7 @@
|
|
|
27458
27458
|
},
|
|
27459
27459
|
"locationInModule": {
|
|
27460
27460
|
"filename": "src/javascript/jest.ts",
|
|
27461
|
-
"line":
|
|
27461
|
+
"line": 701
|
|
27462
27462
|
},
|
|
27463
27463
|
"name": "addReporter",
|
|
27464
27464
|
"parameters": [
|
|
@@ -27485,7 +27485,7 @@
|
|
|
27485
27485
|
},
|
|
27486
27486
|
"locationInModule": {
|
|
27487
27487
|
"filename": "src/javascript/jest.ts",
|
|
27488
|
-
"line":
|
|
27488
|
+
"line": 705
|
|
27489
27489
|
},
|
|
27490
27490
|
"name": "addSnapshotResolver",
|
|
27491
27491
|
"parameters": [
|
|
@@ -27504,7 +27504,7 @@
|
|
|
27504
27504
|
},
|
|
27505
27505
|
"locationInModule": {
|
|
27506
27506
|
"filename": "src/javascript/jest.ts",
|
|
27507
|
-
"line":
|
|
27507
|
+
"line": 685
|
|
27508
27508
|
},
|
|
27509
27509
|
"name": "addTestMatch",
|
|
27510
27510
|
"parameters": [
|
|
@@ -27519,28 +27519,6 @@
|
|
|
27519
27519
|
}
|
|
27520
27520
|
]
|
|
27521
27521
|
},
|
|
27522
|
-
{
|
|
27523
|
-
"docs": {
|
|
27524
|
-
"stability": "experimental",
|
|
27525
|
-
"summary": "Configures jest for TypeScript."
|
|
27526
|
-
},
|
|
27527
|
-
"locationInModule": {
|
|
27528
|
-
"filename": "src/javascript/jest.ts",
|
|
27529
|
-
"line": 715
|
|
27530
|
-
},
|
|
27531
|
-
"name": "addTypeScriptSupport",
|
|
27532
|
-
"parameters": [
|
|
27533
|
-
{
|
|
27534
|
-
"docs": {
|
|
27535
|
-
"summary": "The typescript config file."
|
|
27536
|
-
},
|
|
27537
|
-
"name": "tsconfig",
|
|
27538
|
-
"type": {
|
|
27539
|
-
"fqn": "projen.javascript.TypescriptConfig"
|
|
27540
|
-
}
|
|
27541
|
-
}
|
|
27542
|
-
]
|
|
27543
|
-
},
|
|
27544
27522
|
{
|
|
27545
27523
|
"docs": {
|
|
27546
27524
|
"stability": "experimental",
|
|
@@ -27548,7 +27526,7 @@
|
|
|
27548
27526
|
},
|
|
27549
27527
|
"locationInModule": {
|
|
27550
27528
|
"filename": "src/javascript/jest.ts",
|
|
27551
|
-
"line":
|
|
27529
|
+
"line": 693
|
|
27552
27530
|
},
|
|
27553
27531
|
"name": "addWatchIgnorePattern",
|
|
27554
27532
|
"parameters": [
|
|
@@ -27575,7 +27553,7 @@
|
|
|
27575
27553
|
"immutable": true,
|
|
27576
27554
|
"locationInModule": {
|
|
27577
27555
|
"filename": "src/javascript/jest.ts",
|
|
27578
|
-
"line":
|
|
27556
|
+
"line": 560
|
|
27579
27557
|
},
|
|
27580
27558
|
"name": "config",
|
|
27581
27559
|
"type": {
|
|
@@ -27595,7 +27573,7 @@
|
|
|
27595
27573
|
"kind": "interface",
|
|
27596
27574
|
"locationInModule": {
|
|
27597
27575
|
"filename": "src/javascript/jest.ts",
|
|
27598
|
-
"line":
|
|
27576
|
+
"line": 9
|
|
27599
27577
|
},
|
|
27600
27578
|
"name": "JestConfigOptions",
|
|
27601
27579
|
"namespace": "javascript",
|
|
@@ -27611,7 +27589,7 @@
|
|
|
27611
27589
|
"immutable": true,
|
|
27612
27590
|
"locationInModule": {
|
|
27613
27591
|
"filename": "src/javascript/jest.ts",
|
|
27614
|
-
"line":
|
|
27592
|
+
"line": 15
|
|
27615
27593
|
},
|
|
27616
27594
|
"name": "automock",
|
|
27617
27595
|
"optional": true,
|
|
@@ -27630,7 +27608,7 @@
|
|
|
27630
27608
|
"immutable": true,
|
|
27631
27609
|
"locationInModule": {
|
|
27632
27610
|
"filename": "src/javascript/jest.ts",
|
|
27633
|
-
"line":
|
|
27611
|
+
"line": 23
|
|
27634
27612
|
},
|
|
27635
27613
|
"name": "bail",
|
|
27636
27614
|
"optional": true,
|
|
@@ -27657,7 +27635,7 @@
|
|
|
27657
27635
|
"immutable": true,
|
|
27658
27636
|
"locationInModule": {
|
|
27659
27637
|
"filename": "src/javascript/jest.ts",
|
|
27660
|
-
"line":
|
|
27638
|
+
"line": 29
|
|
27661
27639
|
},
|
|
27662
27640
|
"name": "cacheDirectory",
|
|
27663
27641
|
"optional": true,
|
|
@@ -27676,7 +27654,7 @@
|
|
|
27676
27654
|
"immutable": true,
|
|
27677
27655
|
"locationInModule": {
|
|
27678
27656
|
"filename": "src/javascript/jest.ts",
|
|
27679
|
-
"line":
|
|
27657
|
+
"line": 37
|
|
27680
27658
|
},
|
|
27681
27659
|
"name": "clearMocks",
|
|
27682
27660
|
"optional": true,
|
|
@@ -27695,7 +27673,7 @@
|
|
|
27695
27673
|
"immutable": true,
|
|
27696
27674
|
"locationInModule": {
|
|
27697
27675
|
"filename": "src/javascript/jest.ts",
|
|
27698
|
-
"line":
|
|
27676
|
+
"line": 45
|
|
27699
27677
|
},
|
|
27700
27678
|
"name": "collectCoverage",
|
|
27701
27679
|
"optional": true,
|
|
@@ -27713,7 +27691,7 @@
|
|
|
27713
27691
|
"immutable": true,
|
|
27714
27692
|
"locationInModule": {
|
|
27715
27693
|
"filename": "src/javascript/jest.ts",
|
|
27716
|
-
"line":
|
|
27694
|
+
"line": 51
|
|
27717
27695
|
},
|
|
27718
27696
|
"name": "collectCoverageFrom",
|
|
27719
27697
|
"optional": true,
|
|
@@ -27736,7 +27714,7 @@
|
|
|
27736
27714
|
"immutable": true,
|
|
27737
27715
|
"locationInModule": {
|
|
27738
27716
|
"filename": "src/javascript/jest.ts",
|
|
27739
|
-
"line":
|
|
27717
|
+
"line": 57
|
|
27740
27718
|
},
|
|
27741
27719
|
"name": "coverageDirectory",
|
|
27742
27720
|
"optional": true,
|
|
@@ -27755,7 +27733,7 @@
|
|
|
27755
27733
|
"immutable": true,
|
|
27756
27734
|
"locationInModule": {
|
|
27757
27735
|
"filename": "src/javascript/jest.ts",
|
|
27758
|
-
"line":
|
|
27736
|
+
"line": 64
|
|
27759
27737
|
},
|
|
27760
27738
|
"name": "coveragePathIgnorePatterns",
|
|
27761
27739
|
"optional": true,
|
|
@@ -27779,7 +27757,7 @@
|
|
|
27779
27757
|
"immutable": true,
|
|
27780
27758
|
"locationInModule": {
|
|
27781
27759
|
"filename": "src/javascript/jest.ts",
|
|
27782
|
-
"line":
|
|
27760
|
+
"line": 71
|
|
27783
27761
|
},
|
|
27784
27762
|
"name": "coverageProvider",
|
|
27785
27763
|
"optional": true,
|
|
@@ -27798,7 +27776,7 @@
|
|
|
27798
27776
|
"immutable": true,
|
|
27799
27777
|
"locationInModule": {
|
|
27800
27778
|
"filename": "src/javascript/jest.ts",
|
|
27801
|
-
"line":
|
|
27779
|
+
"line": 77
|
|
27802
27780
|
},
|
|
27803
27781
|
"name": "coverageReporters",
|
|
27804
27782
|
"optional": true,
|
|
@@ -27822,7 +27800,7 @@
|
|
|
27822
27800
|
"immutable": true,
|
|
27823
27801
|
"locationInModule": {
|
|
27824
27802
|
"filename": "src/javascript/jest.ts",
|
|
27825
|
-
"line":
|
|
27803
|
+
"line": 85
|
|
27826
27804
|
},
|
|
27827
27805
|
"name": "coverageThreshold",
|
|
27828
27806
|
"optional": true,
|
|
@@ -27841,7 +27819,7 @@
|
|
|
27841
27819
|
"immutable": true,
|
|
27842
27820
|
"locationInModule": {
|
|
27843
27821
|
"filename": "src/javascript/jest.ts",
|
|
27844
|
-
"line":
|
|
27822
|
+
"line": 92
|
|
27845
27823
|
},
|
|
27846
27824
|
"name": "dependencyExtractor",
|
|
27847
27825
|
"optional": true,
|
|
@@ -27859,7 +27837,7 @@
|
|
|
27859
27837
|
"immutable": true,
|
|
27860
27838
|
"locationInModule": {
|
|
27861
27839
|
"filename": "src/javascript/jest.ts",
|
|
27862
|
-
"line":
|
|
27840
|
+
"line": 98
|
|
27863
27841
|
},
|
|
27864
27842
|
"name": "displayName",
|
|
27865
27843
|
"optional": true,
|
|
@@ -27878,7 +27856,7 @@
|
|
|
27878
27856
|
"immutable": true,
|
|
27879
27857
|
"locationInModule": {
|
|
27880
27858
|
"filename": "src/javascript/jest.ts",
|
|
27881
|
-
"line":
|
|
27859
|
+
"line": 104
|
|
27882
27860
|
},
|
|
27883
27861
|
"name": "errorOnDeprecated",
|
|
27884
27862
|
"optional": true,
|
|
@@ -27896,7 +27874,7 @@
|
|
|
27896
27874
|
"immutable": true,
|
|
27897
27875
|
"locationInModule": {
|
|
27898
27876
|
"filename": "src/javascript/jest.ts",
|
|
27899
|
-
"line":
|
|
27877
|
+
"line": 111
|
|
27900
27878
|
},
|
|
27901
27879
|
"name": "extraGlobals",
|
|
27902
27880
|
"optional": true,
|
|
@@ -27920,7 +27898,7 @@
|
|
|
27920
27898
|
"immutable": true,
|
|
27921
27899
|
"locationInModule": {
|
|
27922
27900
|
"filename": "src/javascript/jest.ts",
|
|
27923
|
-
"line":
|
|
27901
|
+
"line": 118
|
|
27924
27902
|
},
|
|
27925
27903
|
"name": "forceCoverageMatch",
|
|
27926
27904
|
"optional": true,
|
|
@@ -27943,7 +27921,7 @@
|
|
|
27943
27921
|
"immutable": true,
|
|
27944
27922
|
"locationInModule": {
|
|
27945
27923
|
"filename": "src/javascript/jest.ts",
|
|
27946
|
-
"line":
|
|
27924
|
+
"line": 124
|
|
27947
27925
|
},
|
|
27948
27926
|
"name": "globals",
|
|
27949
27927
|
"optional": true,
|
|
@@ -27962,7 +27940,7 @@
|
|
|
27962
27940
|
"immutable": true,
|
|
27963
27941
|
"locationInModule": {
|
|
27964
27942
|
"filename": "src/javascript/jest.ts",
|
|
27965
|
-
"line":
|
|
27943
|
+
"line": 131
|
|
27966
27944
|
},
|
|
27967
27945
|
"name": "globalSetup",
|
|
27968
27946
|
"optional": true,
|
|
@@ -27981,7 +27959,7 @@
|
|
|
27981
27959
|
"immutable": true,
|
|
27982
27960
|
"locationInModule": {
|
|
27983
27961
|
"filename": "src/javascript/jest.ts",
|
|
27984
|
-
"line":
|
|
27962
|
+
"line": 138
|
|
27985
27963
|
},
|
|
27986
27964
|
"name": "globalTeardown",
|
|
27987
27965
|
"optional": true,
|
|
@@ -27999,7 +27977,7 @@
|
|
|
27999
27977
|
"immutable": true,
|
|
28000
27978
|
"locationInModule": {
|
|
28001
27979
|
"filename": "src/javascript/jest.ts",
|
|
28002
|
-
"line":
|
|
27980
|
+
"line": 144
|
|
28003
27981
|
},
|
|
28004
27982
|
"name": "haste",
|
|
28005
27983
|
"optional": true,
|
|
@@ -28017,7 +27995,7 @@
|
|
|
28017
27995
|
"immutable": true,
|
|
28018
27996
|
"locationInModule": {
|
|
28019
27997
|
"filename": "src/javascript/jest.ts",
|
|
28020
|
-
"line":
|
|
27998
|
+
"line": 151
|
|
28021
27999
|
},
|
|
28022
28000
|
"name": "injectGlobals",
|
|
28023
28001
|
"optional": true,
|
|
@@ -28035,7 +28013,7 @@
|
|
|
28035
28013
|
"immutable": true,
|
|
28036
28014
|
"locationInModule": {
|
|
28037
28015
|
"filename": "src/javascript/jest.ts",
|
|
28038
|
-
"line":
|
|
28016
|
+
"line": 158
|
|
28039
28017
|
},
|
|
28040
28018
|
"name": "maxConcurrency",
|
|
28041
28019
|
"optional": true,
|
|
@@ -28054,7 +28032,7 @@
|
|
|
28054
28032
|
"immutable": true,
|
|
28055
28033
|
"locationInModule": {
|
|
28056
28034
|
"filename": "src/javascript/jest.ts",
|
|
28057
|
-
"line":
|
|
28035
|
+
"line": 166
|
|
28058
28036
|
},
|
|
28059
28037
|
"name": "moduleDirectories",
|
|
28060
28038
|
"optional": true,
|
|
@@ -28078,7 +28056,7 @@
|
|
|
28078
28056
|
"immutable": true,
|
|
28079
28057
|
"locationInModule": {
|
|
28080
28058
|
"filename": "src/javascript/jest.ts",
|
|
28081
|
-
"line":
|
|
28059
|
+
"line": 173
|
|
28082
28060
|
},
|
|
28083
28061
|
"name": "moduleFileExtensions",
|
|
28084
28062
|
"optional": true,
|
|
@@ -28101,7 +28079,7 @@
|
|
|
28101
28079
|
"immutable": true,
|
|
28102
28080
|
"locationInModule": {
|
|
28103
28081
|
"filename": "src/javascript/jest.ts",
|
|
28104
|
-
"line":
|
|
28082
|
+
"line": 180
|
|
28105
28083
|
},
|
|
28106
28084
|
"name": "moduleNameMapper",
|
|
28107
28085
|
"optional": true,
|
|
@@ -28139,7 +28117,7 @@
|
|
|
28139
28117
|
"immutable": true,
|
|
28140
28118
|
"locationInModule": {
|
|
28141
28119
|
"filename": "src/javascript/jest.ts",
|
|
28142
|
-
"line":
|
|
28120
|
+
"line": 188
|
|
28143
28121
|
},
|
|
28144
28122
|
"name": "modulePathIgnorePatterns",
|
|
28145
28123
|
"optional": true,
|
|
@@ -28163,7 +28141,7 @@
|
|
|
28163
28141
|
"immutable": true,
|
|
28164
28142
|
"locationInModule": {
|
|
28165
28143
|
"filename": "src/javascript/jest.ts",
|
|
28166
|
-
"line":
|
|
28144
|
+
"line": 196
|
|
28167
28145
|
},
|
|
28168
28146
|
"name": "modulePaths",
|
|
28169
28147
|
"optional": true,
|
|
@@ -28186,7 +28164,7 @@
|
|
|
28186
28164
|
"immutable": true,
|
|
28187
28165
|
"locationInModule": {
|
|
28188
28166
|
"filename": "src/javascript/jest.ts",
|
|
28189
|
-
"line":
|
|
28167
|
+
"line": 202
|
|
28190
28168
|
},
|
|
28191
28169
|
"name": "notify",
|
|
28192
28170
|
"optional": true,
|
|
@@ -28205,7 +28183,7 @@
|
|
|
28205
28183
|
"immutable": true,
|
|
28206
28184
|
"locationInModule": {
|
|
28207
28185
|
"filename": "src/javascript/jest.ts",
|
|
28208
|
-
"line":
|
|
28186
|
+
"line": 208
|
|
28209
28187
|
},
|
|
28210
28188
|
"name": "notifyMode",
|
|
28211
28189
|
"optional": true,
|
|
@@ -28224,7 +28202,7 @@
|
|
|
28224
28202
|
"immutable": true,
|
|
28225
28203
|
"locationInModule": {
|
|
28226
28204
|
"filename": "src/javascript/jest.ts",
|
|
28227
|
-
"line":
|
|
28205
|
+
"line": 221
|
|
28228
28206
|
},
|
|
28229
28207
|
"name": "preset",
|
|
28230
28208
|
"optional": true,
|
|
@@ -28242,7 +28220,7 @@
|
|
|
28242
28220
|
"immutable": true,
|
|
28243
28221
|
"locationInModule": {
|
|
28244
28222
|
"filename": "src/javascript/jest.ts",
|
|
28245
|
-
"line":
|
|
28223
|
+
"line": 227
|
|
28246
28224
|
},
|
|
28247
28225
|
"name": "prettierPath",
|
|
28248
28226
|
"optional": true,
|
|
@@ -28261,7 +28239,7 @@
|
|
|
28261
28239
|
"immutable": true,
|
|
28262
28240
|
"locationInModule": {
|
|
28263
28241
|
"filename": "src/javascript/jest.ts",
|
|
28264
|
-
"line":
|
|
28242
|
+
"line": 235
|
|
28265
28243
|
},
|
|
28266
28244
|
"name": "projects",
|
|
28267
28245
|
"optional": true,
|
|
@@ -28299,7 +28277,7 @@
|
|
|
28299
28277
|
"immutable": true,
|
|
28300
28278
|
"locationInModule": {
|
|
28301
28279
|
"filename": "src/javascript/jest.ts",
|
|
28302
|
-
"line":
|
|
28280
|
+
"line": 243
|
|
28303
28281
|
},
|
|
28304
28282
|
"name": "reporters",
|
|
28305
28283
|
"optional": true,
|
|
@@ -28332,7 +28310,7 @@
|
|
|
28332
28310
|
"immutable": true,
|
|
28333
28311
|
"locationInModule": {
|
|
28334
28312
|
"filename": "src/javascript/jest.ts",
|
|
28335
|
-
"line":
|
|
28313
|
+
"line": 251
|
|
28336
28314
|
},
|
|
28337
28315
|
"name": "resetMocks",
|
|
28338
28316
|
"optional": true,
|
|
@@ -28351,7 +28329,7 @@
|
|
|
28351
28329
|
"immutable": true,
|
|
28352
28330
|
"locationInModule": {
|
|
28353
28331
|
"filename": "src/javascript/jest.ts",
|
|
28354
|
-
"line":
|
|
28332
|
+
"line": 258
|
|
28355
28333
|
},
|
|
28356
28334
|
"name": "resetModules",
|
|
28357
28335
|
"optional": true,
|
|
@@ -28370,7 +28348,7 @@
|
|
|
28370
28348
|
"immutable": true,
|
|
28371
28349
|
"locationInModule": {
|
|
28372
28350
|
"filename": "src/javascript/jest.ts",
|
|
28373
|
-
"line":
|
|
28351
|
+
"line": 265
|
|
28374
28352
|
},
|
|
28375
28353
|
"name": "resolver",
|
|
28376
28354
|
"optional": true,
|
|
@@ -28389,7 +28367,7 @@
|
|
|
28389
28367
|
"immutable": true,
|
|
28390
28368
|
"locationInModule": {
|
|
28391
28369
|
"filename": "src/javascript/jest.ts",
|
|
28392
|
-
"line":
|
|
28370
|
+
"line": 273
|
|
28393
28371
|
},
|
|
28394
28372
|
"name": "restoreMocks",
|
|
28395
28373
|
"optional": true,
|
|
@@ -28408,7 +28386,7 @@
|
|
|
28408
28386
|
"immutable": true,
|
|
28409
28387
|
"locationInModule": {
|
|
28410
28388
|
"filename": "src/javascript/jest.ts",
|
|
28411
|
-
"line":
|
|
28389
|
+
"line": 281
|
|
28412
28390
|
},
|
|
28413
28391
|
"name": "rootDir",
|
|
28414
28392
|
"optional": true,
|
|
@@ -28426,7 +28404,7 @@
|
|
|
28426
28404
|
"immutable": true,
|
|
28427
28405
|
"locationInModule": {
|
|
28428
28406
|
"filename": "src/javascript/jest.ts",
|
|
28429
|
-
"line":
|
|
28407
|
+
"line": 287
|
|
28430
28408
|
},
|
|
28431
28409
|
"name": "roots",
|
|
28432
28410
|
"optional": true,
|
|
@@ -28449,7 +28427,7 @@
|
|
|
28449
28427
|
"immutable": true,
|
|
28450
28428
|
"locationInModule": {
|
|
28451
28429
|
"filename": "src/javascript/jest.ts",
|
|
28452
|
-
"line":
|
|
28430
|
+
"line": 293
|
|
28453
28431
|
},
|
|
28454
28432
|
"name": "runner",
|
|
28455
28433
|
"optional": true,
|
|
@@ -28468,7 +28446,7 @@
|
|
|
28468
28446
|
"immutable": true,
|
|
28469
28447
|
"locationInModule": {
|
|
28470
28448
|
"filename": "src/javascript/jest.ts",
|
|
28471
|
-
"line":
|
|
28449
|
+
"line": 302
|
|
28472
28450
|
},
|
|
28473
28451
|
"name": "setupFiles",
|
|
28474
28452
|
"optional": true,
|
|
@@ -28492,7 +28470,7 @@
|
|
|
28492
28470
|
"immutable": true,
|
|
28493
28471
|
"locationInModule": {
|
|
28494
28472
|
"filename": "src/javascript/jest.ts",
|
|
28495
|
-
"line":
|
|
28473
|
+
"line": 311
|
|
28496
28474
|
},
|
|
28497
28475
|
"name": "setupFilesAfterEnv",
|
|
28498
28476
|
"optional": true,
|
|
@@ -28515,7 +28493,7 @@
|
|
|
28515
28493
|
"immutable": true,
|
|
28516
28494
|
"locationInModule": {
|
|
28517
28495
|
"filename": "src/javascript/jest.ts",
|
|
28518
|
-
"line":
|
|
28496
|
+
"line": 317
|
|
28519
28497
|
},
|
|
28520
28498
|
"name": "slowTestThreshold",
|
|
28521
28499
|
"optional": true,
|
|
@@ -28534,7 +28512,7 @@
|
|
|
28534
28512
|
"immutable": true,
|
|
28535
28513
|
"locationInModule": {
|
|
28536
28514
|
"filename": "src/javascript/jest.ts",
|
|
28537
|
-
"line":
|
|
28515
|
+
"line": 324
|
|
28538
28516
|
},
|
|
28539
28517
|
"name": "snapshotResolver",
|
|
28540
28518
|
"optional": true,
|
|
@@ -28552,7 +28530,7 @@
|
|
|
28552
28530
|
"immutable": true,
|
|
28553
28531
|
"locationInModule": {
|
|
28554
28532
|
"filename": "src/javascript/jest.ts",
|
|
28555
|
-
"line":
|
|
28533
|
+
"line": 330
|
|
28556
28534
|
},
|
|
28557
28535
|
"name": "snapshotSerializers",
|
|
28558
28536
|
"optional": true,
|
|
@@ -28576,7 +28554,7 @@
|
|
|
28576
28554
|
"immutable": true,
|
|
28577
28555
|
"locationInModule": {
|
|
28578
28556
|
"filename": "src/javascript/jest.ts",
|
|
28579
|
-
"line":
|
|
28557
|
+
"line": 338
|
|
28580
28558
|
},
|
|
28581
28559
|
"name": "testEnvironment",
|
|
28582
28560
|
"optional": true,
|
|
@@ -28595,7 +28573,7 @@
|
|
|
28595
28573
|
"immutable": true,
|
|
28596
28574
|
"locationInModule": {
|
|
28597
28575
|
"filename": "src/javascript/jest.ts",
|
|
28598
|
-
"line":
|
|
28576
|
+
"line": 345
|
|
28599
28577
|
},
|
|
28600
28578
|
"name": "testEnvironmentOptions",
|
|
28601
28579
|
"optional": true,
|
|
@@ -28613,7 +28591,7 @@
|
|
|
28613
28591
|
"immutable": true,
|
|
28614
28592
|
"locationInModule": {
|
|
28615
28593
|
"filename": "src/javascript/jest.ts",
|
|
28616
|
-
"line":
|
|
28594
|
+
"line": 351
|
|
28617
28595
|
},
|
|
28618
28596
|
"name": "testFailureExitCode",
|
|
28619
28597
|
"optional": true,
|
|
@@ -28632,7 +28610,7 @@
|
|
|
28632
28610
|
"immutable": true,
|
|
28633
28611
|
"locationInModule": {
|
|
28634
28612
|
"filename": "src/javascript/jest.ts",
|
|
28635
|
-
"line":
|
|
28613
|
+
"line": 359
|
|
28636
28614
|
},
|
|
28637
28615
|
"name": "testMatch",
|
|
28638
28616
|
"optional": true,
|
|
@@ -28656,7 +28634,7 @@
|
|
|
28656
28634
|
"immutable": true,
|
|
28657
28635
|
"locationInModule": {
|
|
28658
28636
|
"filename": "src/javascript/jest.ts",
|
|
28659
|
-
"line":
|
|
28637
|
+
"line": 366
|
|
28660
28638
|
},
|
|
28661
28639
|
"name": "testPathIgnorePatterns",
|
|
28662
28640
|
"optional": true,
|
|
@@ -28680,7 +28658,7 @@
|
|
|
28680
28658
|
"immutable": true,
|
|
28681
28659
|
"locationInModule": {
|
|
28682
28660
|
"filename": "src/javascript/jest.ts",
|
|
28683
|
-
"line":
|
|
28661
|
+
"line": 374
|
|
28684
28662
|
},
|
|
28685
28663
|
"name": "testRegex",
|
|
28686
28664
|
"optional": true,
|
|
@@ -28712,7 +28690,7 @@
|
|
|
28712
28690
|
"immutable": true,
|
|
28713
28691
|
"locationInModule": {
|
|
28714
28692
|
"filename": "src/javascript/jest.ts",
|
|
28715
|
-
"line":
|
|
28693
|
+
"line": 380
|
|
28716
28694
|
},
|
|
28717
28695
|
"name": "testResultsProcessor",
|
|
28718
28696
|
"optional": true,
|
|
@@ -28731,7 +28709,7 @@
|
|
|
28731
28709
|
"immutable": true,
|
|
28732
28710
|
"locationInModule": {
|
|
28733
28711
|
"filename": "src/javascript/jest.ts",
|
|
28734
|
-
"line":
|
|
28712
|
+
"line": 387
|
|
28735
28713
|
},
|
|
28736
28714
|
"name": "testRunner",
|
|
28737
28715
|
"optional": true,
|
|
@@ -28753,7 +28731,7 @@
|
|
|
28753
28731
|
"immutable": true,
|
|
28754
28732
|
"locationInModule": {
|
|
28755
28733
|
"filename": "src/javascript/jest.ts",
|
|
28756
|
-
"line":
|
|
28734
|
+
"line": 394
|
|
28757
28735
|
},
|
|
28758
28736
|
"name": "testSequencer",
|
|
28759
28737
|
"optional": true,
|
|
@@ -28771,7 +28749,7 @@
|
|
|
28771
28749
|
"immutable": true,
|
|
28772
28750
|
"locationInModule": {
|
|
28773
28751
|
"filename": "src/javascript/jest.ts",
|
|
28774
|
-
"line":
|
|
28752
|
+
"line": 400
|
|
28775
28753
|
},
|
|
28776
28754
|
"name": "testTimeout",
|
|
28777
28755
|
"optional": true,
|
|
@@ -28790,7 +28768,7 @@
|
|
|
28790
28768
|
"immutable": true,
|
|
28791
28769
|
"locationInModule": {
|
|
28792
28770
|
"filename": "src/javascript/jest.ts",
|
|
28793
|
-
"line":
|
|
28771
|
+
"line": 406
|
|
28794
28772
|
},
|
|
28795
28773
|
"name": "testURL",
|
|
28796
28774
|
"optional": true,
|
|
@@ -28809,7 +28787,7 @@
|
|
|
28809
28787
|
"immutable": true,
|
|
28810
28788
|
"locationInModule": {
|
|
28811
28789
|
"filename": "src/javascript/jest.ts",
|
|
28812
|
-
"line":
|
|
28790
|
+
"line": 413
|
|
28813
28791
|
},
|
|
28814
28792
|
"name": "timers",
|
|
28815
28793
|
"optional": true,
|
|
@@ -28828,7 +28806,7 @@
|
|
|
28828
28806
|
"immutable": true,
|
|
28829
28807
|
"locationInModule": {
|
|
28830
28808
|
"filename": "src/javascript/jest.ts",
|
|
28831
|
-
"line":
|
|
28809
|
+
"line": 420
|
|
28832
28810
|
},
|
|
28833
28811
|
"name": "transform",
|
|
28834
28812
|
"optional": true,
|
|
@@ -28861,7 +28839,7 @@
|
|
|
28861
28839
|
"immutable": true,
|
|
28862
28840
|
"locationInModule": {
|
|
28863
28841
|
"filename": "src/javascript/jest.ts",
|
|
28864
|
-
"line":
|
|
28842
|
+
"line": 427
|
|
28865
28843
|
},
|
|
28866
28844
|
"name": "transformIgnorePatterns",
|
|
28867
28845
|
"optional": true,
|
|
@@ -28885,7 +28863,7 @@
|
|
|
28885
28863
|
"immutable": true,
|
|
28886
28864
|
"locationInModule": {
|
|
28887
28865
|
"filename": "src/javascript/jest.ts",
|
|
28888
|
-
"line":
|
|
28866
|
+
"line": 435
|
|
28889
28867
|
},
|
|
28890
28868
|
"name": "unmockedModulePathPatterns",
|
|
28891
28869
|
"optional": true,
|
|
@@ -28909,7 +28887,7 @@
|
|
|
28909
28887
|
"immutable": true,
|
|
28910
28888
|
"locationInModule": {
|
|
28911
28889
|
"filename": "src/javascript/jest.ts",
|
|
28912
|
-
"line":
|
|
28890
|
+
"line": 443
|
|
28913
28891
|
},
|
|
28914
28892
|
"name": "verbose",
|
|
28915
28893
|
"optional": true,
|
|
@@ -28927,7 +28905,7 @@
|
|
|
28927
28905
|
"immutable": true,
|
|
28928
28906
|
"locationInModule": {
|
|
28929
28907
|
"filename": "src/javascript/jest.ts",
|
|
28930
|
-
"line":
|
|
28908
|
+
"line": 463
|
|
28931
28909
|
},
|
|
28932
28910
|
"name": "watchman",
|
|
28933
28911
|
"optional": true,
|
|
@@ -28946,7 +28924,7 @@
|
|
|
28946
28924
|
"immutable": true,
|
|
28947
28925
|
"locationInModule": {
|
|
28948
28926
|
"filename": "src/javascript/jest.ts",
|
|
28949
|
-
"line":
|
|
28927
|
+
"line": 451
|
|
28950
28928
|
},
|
|
28951
28929
|
"name": "watchPathIgnorePatterns",
|
|
28952
28930
|
"optional": true,
|
|
@@ -28968,7 +28946,7 @@
|
|
|
28968
28946
|
"immutable": true,
|
|
28969
28947
|
"locationInModule": {
|
|
28970
28948
|
"filename": "src/javascript/jest.ts",
|
|
28971
|
-
"line":
|
|
28949
|
+
"line": 457
|
|
28972
28950
|
},
|
|
28973
28951
|
"name": "watchPlugins",
|
|
28974
28952
|
"optional": true,
|
|
@@ -28989,7 +28967,7 @@
|
|
|
28989
28967
|
"kind": "interface",
|
|
28990
28968
|
"locationInModule": {
|
|
28991
28969
|
"filename": "src/javascript/jest.ts",
|
|
28992
|
-
"line":
|
|
28970
|
+
"line": 471
|
|
28993
28971
|
},
|
|
28994
28972
|
"name": "JestOptions",
|
|
28995
28973
|
"namespace": "javascript",
|
|
@@ -29004,7 +28982,7 @@
|
|
|
29004
28982
|
"immutable": true,
|
|
29005
28983
|
"locationInModule": {
|
|
29006
28984
|
"filename": "src/javascript/jest.ts",
|
|
29007
|
-
"line":
|
|
28985
|
+
"line": 522
|
|
29008
28986
|
},
|
|
29009
28987
|
"name": "configFilePath",
|
|
29010
28988
|
"optional": true,
|
|
@@ -29024,7 +29002,7 @@
|
|
|
29024
29002
|
"immutable": true,
|
|
29025
29003
|
"locationInModule": {
|
|
29026
29004
|
"filename": "src/javascript/jest.ts",
|
|
29027
|
-
"line":
|
|
29005
|
+
"line": 477
|
|
29028
29006
|
},
|
|
29029
29007
|
"name": "coverage",
|
|
29030
29008
|
"optional": true,
|
|
@@ -29042,7 +29020,7 @@
|
|
|
29042
29020
|
"immutable": true,
|
|
29043
29021
|
"locationInModule": {
|
|
29044
29022
|
"filename": "src/javascript/jest.ts",
|
|
29045
|
-
"line":
|
|
29023
|
+
"line": 485
|
|
29046
29024
|
},
|
|
29047
29025
|
"name": "coverageText",
|
|
29048
29026
|
"optional": true,
|
|
@@ -29061,7 +29039,7 @@
|
|
|
29061
29039
|
"immutable": true,
|
|
29062
29040
|
"locationInModule": {
|
|
29063
29041
|
"filename": "src/javascript/jest.ts",
|
|
29064
|
-
"line":
|
|
29042
|
+
"line": 492
|
|
29065
29043
|
},
|
|
29066
29044
|
"name": "ignorePatterns",
|
|
29067
29045
|
"optional": true,
|
|
@@ -29084,7 +29062,7 @@
|
|
|
29084
29062
|
"immutable": true,
|
|
29085
29063
|
"locationInModule": {
|
|
29086
29064
|
"filename": "src/javascript/jest.ts",
|
|
29087
|
-
"line":
|
|
29065
|
+
"line": 528
|
|
29088
29066
|
},
|
|
29089
29067
|
"name": "jestConfig",
|
|
29090
29068
|
"optional": true,
|
|
@@ -29102,7 +29080,7 @@
|
|
|
29102
29080
|
"immutable": true,
|
|
29103
29081
|
"locationInModule": {
|
|
29104
29082
|
"filename": "src/javascript/jest.ts",
|
|
29105
|
-
"line":
|
|
29083
|
+
"line": 515
|
|
29106
29084
|
},
|
|
29107
29085
|
"name": "jestVersion",
|
|
29108
29086
|
"optional": true,
|
|
@@ -29121,7 +29099,7 @@
|
|
|
29121
29099
|
"immutable": true,
|
|
29122
29100
|
"locationInModule": {
|
|
29123
29101
|
"filename": "src/javascript/jest.ts",
|
|
29124
|
-
"line":
|
|
29102
|
+
"line": 501
|
|
29125
29103
|
},
|
|
29126
29104
|
"name": "junitReporting",
|
|
29127
29105
|
"optional": true,
|
|
@@ -29139,7 +29117,7 @@
|
|
|
29139
29117
|
"immutable": true,
|
|
29140
29118
|
"locationInModule": {
|
|
29141
29119
|
"filename": "src/javascript/jest.ts",
|
|
29142
|
-
"line":
|
|
29120
|
+
"line": 508
|
|
29143
29121
|
},
|
|
29144
29122
|
"name": "preserveDefaultReporters",
|
|
29145
29123
|
"optional": true,
|
|
@@ -40040,7 +40018,7 @@
|
|
|
40040
40018
|
},
|
|
40041
40019
|
"locationInModule": {
|
|
40042
40020
|
"filename": "src/typescript/typescript.ts",
|
|
40043
|
-
"line":
|
|
40021
|
+
"line": 474
|
|
40044
40022
|
},
|
|
40045
40023
|
"parameters": [
|
|
40046
40024
|
{
|
|
@@ -40054,7 +40032,7 @@
|
|
|
40054
40032
|
"kind": "class",
|
|
40055
40033
|
"locationInModule": {
|
|
40056
40034
|
"filename": "src/typescript/typescript.ts",
|
|
40057
|
-
"line":
|
|
40035
|
+
"line": 473
|
|
40058
40036
|
},
|
|
40059
40037
|
"name": "TypeScriptAppProject",
|
|
40060
40038
|
"namespace": "typescript",
|
|
@@ -40074,7 +40052,7 @@
|
|
|
40074
40052
|
},
|
|
40075
40053
|
"locationInModule": {
|
|
40076
40054
|
"filename": "src/typescript/typescript.ts",
|
|
40077
|
-
"line":
|
|
40055
|
+
"line": 176
|
|
40078
40056
|
},
|
|
40079
40057
|
"parameters": [
|
|
40080
40058
|
{
|
|
@@ -40088,7 +40066,7 @@
|
|
|
40088
40066
|
"kind": "class",
|
|
40089
40067
|
"locationInModule": {
|
|
40090
40068
|
"filename": "src/typescript/typescript.ts",
|
|
40091
|
-
"line":
|
|
40069
|
+
"line": 488
|
|
40092
40070
|
},
|
|
40093
40071
|
"name": "TypeScriptLibraryProject",
|
|
40094
40072
|
"namespace": "typescript",
|
|
@@ -40108,7 +40086,7 @@
|
|
|
40108
40086
|
"kind": "interface",
|
|
40109
40087
|
"locationInModule": {
|
|
40110
40088
|
"filename": "src/typescript/typescript.ts",
|
|
40111
|
-
"line":
|
|
40089
|
+
"line": 493
|
|
40112
40090
|
},
|
|
40113
40091
|
"name": "TypeScriptLibraryProjectOptions",
|
|
40114
40092
|
"namespace": "typescript",
|
|
@@ -40131,7 +40109,7 @@
|
|
|
40131
40109
|
},
|
|
40132
40110
|
"locationInModule": {
|
|
40133
40111
|
"filename": "src/typescript/typescript.ts",
|
|
40134
|
-
"line":
|
|
40112
|
+
"line": 176
|
|
40135
40113
|
},
|
|
40136
40114
|
"parameters": [
|
|
40137
40115
|
{
|
|
@@ -40145,7 +40123,7 @@
|
|
|
40145
40123
|
"kind": "class",
|
|
40146
40124
|
"locationInModule": {
|
|
40147
40125
|
"filename": "src/typescript/typescript.ts",
|
|
40148
|
-
"line":
|
|
40126
|
+
"line": 144
|
|
40149
40127
|
},
|
|
40150
40128
|
"name": "TypeScriptProject",
|
|
40151
40129
|
"namespace": "typescript",
|
|
@@ -40157,7 +40135,7 @@
|
|
|
40157
40135
|
"immutable": true,
|
|
40158
40136
|
"locationInModule": {
|
|
40159
40137
|
"filename": "src/typescript/typescript.ts",
|
|
40160
|
-
"line":
|
|
40138
|
+
"line": 146
|
|
40161
40139
|
},
|
|
40162
40140
|
"name": "docsDirectory",
|
|
40163
40141
|
"type": {
|
|
@@ -40172,7 +40150,7 @@
|
|
|
40172
40150
|
"immutable": true,
|
|
40173
40151
|
"locationInModule": {
|
|
40174
40152
|
"filename": "src/typescript/typescript.ts",
|
|
40175
|
-
"line":
|
|
40153
|
+
"line": 164
|
|
40176
40154
|
},
|
|
40177
40155
|
"name": "libdir",
|
|
40178
40156
|
"type": {
|
|
@@ -40187,7 +40165,7 @@
|
|
|
40187
40165
|
"immutable": true,
|
|
40188
40166
|
"locationInModule": {
|
|
40189
40167
|
"filename": "src/typescript/typescript.ts",
|
|
40190
|
-
"line":
|
|
40168
|
+
"line": 159
|
|
40191
40169
|
},
|
|
40192
40170
|
"name": "srcdir",
|
|
40193
40171
|
"type": {
|
|
@@ -40202,7 +40180,7 @@
|
|
|
40202
40180
|
"immutable": true,
|
|
40203
40181
|
"locationInModule": {
|
|
40204
40182
|
"filename": "src/typescript/typescript.ts",
|
|
40205
|
-
"line":
|
|
40183
|
+
"line": 169
|
|
40206
40184
|
},
|
|
40207
40185
|
"name": "testdir",
|
|
40208
40186
|
"type": {
|
|
@@ -40217,7 +40195,7 @@
|
|
|
40217
40195
|
"immutable": true,
|
|
40218
40196
|
"locationInModule": {
|
|
40219
40197
|
"filename": "src/typescript/typescript.ts",
|
|
40220
|
-
"line":
|
|
40198
|
+
"line": 154
|
|
40221
40199
|
},
|
|
40222
40200
|
"name": "tsconfigDev",
|
|
40223
40201
|
"type": {
|
|
@@ -40232,7 +40210,7 @@
|
|
|
40232
40210
|
"immutable": true,
|
|
40233
40211
|
"locationInModule": {
|
|
40234
40212
|
"filename": "src/typescript/typescript.ts",
|
|
40235
|
-
"line":
|
|
40213
|
+
"line": 174
|
|
40236
40214
|
},
|
|
40237
40215
|
"name": "watchTask",
|
|
40238
40216
|
"type": {
|
|
@@ -40246,7 +40224,7 @@
|
|
|
40246
40224
|
"immutable": true,
|
|
40247
40225
|
"locationInModule": {
|
|
40248
40226
|
"filename": "src/typescript/typescript.ts",
|
|
40249
|
-
"line":
|
|
40227
|
+
"line": 145
|
|
40250
40228
|
},
|
|
40251
40229
|
"name": "docgen",
|
|
40252
40230
|
"optional": true,
|
|
@@ -40261,7 +40239,7 @@
|
|
|
40261
40239
|
"immutable": true,
|
|
40262
40240
|
"locationInModule": {
|
|
40263
40241
|
"filename": "src/typescript/typescript.ts",
|
|
40264
|
-
"line":
|
|
40242
|
+
"line": 147
|
|
40265
40243
|
},
|
|
40266
40244
|
"name": "eslint",
|
|
40267
40245
|
"optional": true,
|
|
@@ -40276,7 +40254,7 @@
|
|
|
40276
40254
|
"immutable": true,
|
|
40277
40255
|
"locationInModule": {
|
|
40278
40256
|
"filename": "src/typescript/typescript.ts",
|
|
40279
|
-
"line":
|
|
40257
|
+
"line": 149
|
|
40280
40258
|
},
|
|
40281
40259
|
"name": "tsconfig",
|
|
40282
40260
|
"optional": true,
|
|
@@ -40291,7 +40269,7 @@
|
|
|
40291
40269
|
"immutable": true,
|
|
40292
40270
|
"locationInModule": {
|
|
40293
40271
|
"filename": "src/typescript/typescript.ts",
|
|
40294
|
-
"line":
|
|
40272
|
+
"line": 148
|
|
40295
40273
|
},
|
|
40296
40274
|
"name": "tsconfigEslint",
|
|
40297
40275
|
"optional": true,
|
|
@@ -40315,7 +40293,7 @@
|
|
|
40315
40293
|
"kind": "interface",
|
|
40316
40294
|
"locationInModule": {
|
|
40317
40295
|
"filename": "src/typescript/typescript.ts",
|
|
40318
|
-
"line":
|
|
40296
|
+
"line": 24
|
|
40319
40297
|
},
|
|
40320
40298
|
"name": "TypeScriptProjectOptions",
|
|
40321
40299
|
"namespace": "typescript",
|
|
@@ -40330,7 +40308,7 @@
|
|
|
40330
40308
|
"immutable": true,
|
|
40331
40309
|
"locationInModule": {
|
|
40332
40310
|
"filename": "src/typescript/typescript.ts",
|
|
40333
|
-
"line":
|
|
40311
|
+
"line": 113
|
|
40334
40312
|
},
|
|
40335
40313
|
"name": "disableTsconfig",
|
|
40336
40314
|
"optional": true,
|
|
@@ -40348,7 +40326,7 @@
|
|
|
40348
40326
|
"immutable": true,
|
|
40349
40327
|
"locationInModule": {
|
|
40350
40328
|
"filename": "src/typescript/typescript.ts",
|
|
40351
|
-
"line":
|
|
40329
|
+
"line": 79
|
|
40352
40330
|
},
|
|
40353
40331
|
"name": "docgen",
|
|
40354
40332
|
"optional": true,
|
|
@@ -40366,7 +40344,7 @@
|
|
|
40366
40344
|
"immutable": true,
|
|
40367
40345
|
"locationInModule": {
|
|
40368
40346
|
"filename": "src/typescript/typescript.ts",
|
|
40369
|
-
"line":
|
|
40347
|
+
"line": 86
|
|
40370
40348
|
},
|
|
40371
40349
|
"name": "docsDirectory",
|
|
40372
40350
|
"optional": true,
|
|
@@ -40384,7 +40362,7 @@
|
|
|
40384
40362
|
"immutable": true,
|
|
40385
40363
|
"locationInModule": {
|
|
40386
40364
|
"filename": "src/typescript/typescript.ts",
|
|
40387
|
-
"line":
|
|
40365
|
+
"line": 125
|
|
40388
40366
|
},
|
|
40389
40367
|
"name": "entrypointTypes",
|
|
40390
40368
|
"optional": true,
|
|
@@ -40402,7 +40380,7 @@
|
|
|
40402
40380
|
"immutable": true,
|
|
40403
40381
|
"locationInModule": {
|
|
40404
40382
|
"filename": "src/typescript/typescript.ts",
|
|
40405
|
-
"line":
|
|
40383
|
+
"line": 56
|
|
40406
40384
|
},
|
|
40407
40385
|
"name": "eslint",
|
|
40408
40386
|
"optional": true,
|
|
@@ -40420,7 +40398,7 @@
|
|
|
40420
40398
|
"immutable": true,
|
|
40421
40399
|
"locationInModule": {
|
|
40422
40400
|
"filename": "src/typescript/typescript.ts",
|
|
40423
|
-
"line":
|
|
40401
|
+
"line": 62
|
|
40424
40402
|
},
|
|
40425
40403
|
"name": "eslintOptions",
|
|
40426
40404
|
"optional": true,
|
|
@@ -40438,7 +40416,7 @@
|
|
|
40438
40416
|
"immutable": true,
|
|
40439
40417
|
"locationInModule": {
|
|
40440
40418
|
"filename": "src/typescript/typescript.ts",
|
|
40441
|
-
"line":
|
|
40419
|
+
"line": 30
|
|
40442
40420
|
},
|
|
40443
40421
|
"name": "libdir",
|
|
40444
40422
|
"optional": true,
|
|
@@ -40456,7 +40434,7 @@
|
|
|
40456
40434
|
"immutable": true,
|
|
40457
40435
|
"locationInModule": {
|
|
40458
40436
|
"filename": "src/typescript/typescript.ts",
|
|
40459
|
-
"line":
|
|
40437
|
+
"line": 132
|
|
40460
40438
|
},
|
|
40461
40439
|
"name": "projenrcTs",
|
|
40462
40440
|
"optional": true,
|
|
@@ -40473,7 +40451,7 @@
|
|
|
40473
40451
|
"immutable": true,
|
|
40474
40452
|
"locationInModule": {
|
|
40475
40453
|
"filename": "src/typescript/typescript.ts",
|
|
40476
|
-
"line":
|
|
40454
|
+
"line": 137
|
|
40477
40455
|
},
|
|
40478
40456
|
"name": "projenrcTsOptions",
|
|
40479
40457
|
"optional": true,
|
|
@@ -40491,7 +40469,7 @@
|
|
|
40491
40469
|
"immutable": true,
|
|
40492
40470
|
"locationInModule": {
|
|
40493
40471
|
"filename": "src/typescript/typescript.ts",
|
|
40494
|
-
"line":
|
|
40472
|
+
"line": 119
|
|
40495
40473
|
},
|
|
40496
40474
|
"name": "sampleCode",
|
|
40497
40475
|
"optional": true,
|
|
@@ -40509,7 +40487,7 @@
|
|
|
40509
40487
|
"immutable": true,
|
|
40510
40488
|
"locationInModule": {
|
|
40511
40489
|
"filename": "src/typescript/typescript.ts",
|
|
40512
|
-
"line":
|
|
40490
|
+
"line": 37
|
|
40513
40491
|
},
|
|
40514
40492
|
"name": "srcdir",
|
|
40515
40493
|
"optional": true,
|
|
@@ -40528,7 +40506,7 @@
|
|
|
40528
40506
|
"immutable": true,
|
|
40529
40507
|
"locationInModule": {
|
|
40530
40508
|
"filename": "src/typescript/typescript.ts",
|
|
40531
|
-
"line":
|
|
40509
|
+
"line": 49
|
|
40532
40510
|
},
|
|
40533
40511
|
"name": "testdir",
|
|
40534
40512
|
"optional": true,
|
|
@@ -40546,7 +40524,7 @@
|
|
|
40546
40524
|
"immutable": true,
|
|
40547
40525
|
"locationInModule": {
|
|
40548
40526
|
"filename": "src/typescript/typescript.ts",
|
|
40549
|
-
"line":
|
|
40527
|
+
"line": 92
|
|
40550
40528
|
},
|
|
40551
40529
|
"name": "tsconfig",
|
|
40552
40530
|
"optional": true,
|
|
@@ -40564,7 +40542,7 @@
|
|
|
40564
40542
|
"immutable": true,
|
|
40565
40543
|
"locationInModule": {
|
|
40566
40544
|
"filename": "src/typescript/typescript.ts",
|
|
40567
|
-
"line":
|
|
40545
|
+
"line": 98
|
|
40568
40546
|
},
|
|
40569
40547
|
"name": "tsconfigDev",
|
|
40570
40548
|
"optional": true,
|
|
@@ -40582,7 +40560,7 @@
|
|
|
40582
40560
|
"immutable": true,
|
|
40583
40561
|
"locationInModule": {
|
|
40584
40562
|
"filename": "src/typescript/typescript.ts",
|
|
40585
|
-
"line":
|
|
40563
|
+
"line": 105
|
|
40586
40564
|
},
|
|
40587
40565
|
"name": "tsconfigDevFile",
|
|
40588
40566
|
"optional": true,
|
|
@@ -40601,7 +40579,7 @@
|
|
|
40601
40579
|
"immutable": true,
|
|
40602
40580
|
"locationInModule": {
|
|
40603
40581
|
"filename": "src/typescript/typescript.ts",
|
|
40604
|
-
"line":
|
|
40582
|
+
"line": 72
|
|
40605
40583
|
},
|
|
40606
40584
|
"name": "typescriptVersion",
|
|
40607
40585
|
"optional": true,
|
|
@@ -42474,6 +42452,6 @@
|
|
|
42474
42452
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
42475
42453
|
}
|
|
42476
42454
|
},
|
|
42477
|
-
"version": "0.
|
|
42478
|
-
"fingerprint": "
|
|
42455
|
+
"version": "0.50.0",
|
|
42456
|
+
"fingerprint": "JmB+XrWLS1KdnVX8x5RjNmo/X5m4Q8XYNRxhxeJ7WqM="
|
|
42479
42457
|
}
|