@@ -382,10 +382,11 @@ CompilerOptions::
382
382
"allowJs" : true ,
383
383
"noImplicitAny" : true ,
384
384
"strictNullChecks" : true ,
385
- "configFilePath" : "tsconfig.json"
385
+ "configFilePath" : "c:/dev/ tsconfig.json"
386
386
}
387
387
FileNames::
388
- c:/ d e v / main. ts , c :/ d e v / supplemental. ts
388
+ c:/ d e v / main. ts
389
+ c:/ d e v / supplemental. ts
389
390
Errors::
390
391
391
392
@@ -396,10 +397,11 @@ CompilerOptions::
396
397
"allowJs" : true ,
397
398
"noImplicitAny" : true ,
398
399
"strictNullChecks" : false ,
399
- "configFilePath" : "tsconfig.nostrictnull.json"
400
+ "configFilePath" : "c:/dev/ tsconfig.nostrictnull.json"
400
401
}
401
402
FileNames::
402
- c:/ d e v / main. ts , c :/ d e v / supplemental. ts
403
+ c:/ d e v / main. ts
404
+ c:/ d e v / supplemental. ts
403
405
Errors::
404
406
405
407
@@ -408,10 +410,14 @@ configFileName:: circular.json
408
410
CompilerOptions::
409
411
{
410
412
"module" : 2 ,
411
- "configFilePath" : "circular.json"
413
+ "configFilePath" : "c:/dev/ circular.json"
412
414
}
413
415
FileNames::
414
- c:/ d e v / main. ts , c :/ d e v / supplemental. ts , c :/ d e v / tests/ utils . ts , c :/ d e v / tests/ baselines / first / output . ts , c :/ d e v / tests/ unit / spec . ts
416
+ c:/ d e v / main. ts
417
+ c:/ d e v / supplemental. ts
418
+ c:/ d e v / tests/ utils . ts
419
+ c:/ d e v / tests/ baselines / first / output . ts
420
+ c:/ d e v / tests/ unit / spec . ts
415
421
Errors ::
416
422
[ 91 merror [ 0 m [ 90 m TS18000 : [ 0 mCircularity detected while resolving configuration : c :/ dev / circular . json - > c :/ dev / circular2 . json - > c :/ dev / circular . json
417
423
@@ -421,10 +427,14 @@ configFileName:: missing.json
421
427
CompilerOptions ::
422
428
{
423
429
"types" : [ ] ,
424
- "configFilePath" : "missing.json"
430
+ "configFilePath" : "c:/dev/ missing.json"
425
431
}
426
432
FileNames ::
427
- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
433
+ c :/ dev / main . ts
434
+ c :/ dev / supplemental . ts
435
+ c :/ dev / tests / utils . ts
436
+ c :/ dev / tests / baselines / first / output . ts
437
+ c :/ dev / tests / unit / spec . ts
428
438
Errors ::
429
439
[ 91 merror [ 0 m [ 90 m TS6053 : [ 0 mFile './missing2' not found .
430
440
@@ -434,10 +444,14 @@ configFileName:: failure.json
434
444
CompilerOptions ::
435
445
{
436
446
"typeRoots" : [ ] ,
437
- "configFilePath" : "failure.json"
447
+ "configFilePath" : "c:/dev/ failure.json"
438
448
}
439
449
FileNames ::
440
- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
450
+ c :/ dev / main . ts
451
+ c :/ dev / supplemental . ts
452
+ c :/ dev / tests / utils . ts
453
+ c :/ dev / tests / baselines / first / output . ts
454
+ c :/ dev / tests / unit / spec . ts
441
455
Errors ::
442
456
[ 96 mfailure2 . json [ 0 m :[ 93 m2 [ 0 m :[ 93 m3 [ 0 m - [ 91 merror [ 0 m [ 90 m TS6114 : [ 0 mUnknown option 'excludes' . Did you mean 'exclude' ?
443
457
@@ -449,10 +463,14 @@ can error when 'extends' is not a string or Array
449
463
configFileName :: extends . json
450
464
CompilerOptions ::
451
465
{
452
- "configFilePath" : "extends.json"
466
+ "configFilePath" : "c:/dev/ extends.json"
453
467
}
454
468
FileNames ::
455
- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
469
+ c :/ dev / main . ts
470
+ c :/ dev / supplemental . ts
471
+ c :/ dev / tests / utils . ts
472
+ c :/ dev / tests / baselines / first / output . ts
473
+ c :/ dev / tests / unit / spec . ts
456
474
Errors ::
457
475
[ 91 merror [ 0 m [ 90 m TS5024 : [ 0 mCompiler option 'extends' requires a value of type string or Array .
458
476
@@ -461,10 +479,14 @@ can error when 'extends' is given an empty string
461
479
configFileName :: extends3 . json
462
480
CompilerOptions ::
463
481
{
464
- "configFilePath" : "extends3.json"
482
+ "configFilePath" : "c:/dev/ extends3.json"
465
483
}
466
484
FileNames ::
467
- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
485
+ c :/ dev / main . ts
486
+ c :/ dev / supplemental . ts
487
+ c :/ dev / tests / utils . ts
488
+ c :/ dev / tests / baselines / first / output . ts
489
+ c :/ dev / tests / unit / spec . ts
468
490
Errors ::
469
491
[ 91 merror [ 0 m [ 90 m TS18051 : [ 0 mCompiler option 'extends' cannot be given an empty string .
470
492
@@ -473,10 +495,14 @@ can error when 'extends' is given an empty string in an array
473
495
configFileName :: extends4 . json
474
496
CompilerOptions ::
475
497
{
476
- "configFilePath" : "extends4.json"
498
+ "configFilePath" : "c:/dev/ extends4.json"
477
499
}
478
500
FileNames ::
479
- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
501
+ c :/ dev / main . ts
502
+ c :/ dev / supplemental . ts
503
+ c :/ dev / tests / utils . ts
504
+ c :/ dev / tests / baselines / first / output . ts
505
+ c :/ dev / tests / unit / spec . ts
480
506
Errors ::
481
507
[ 91 merror [ 0 m [ 90 m TS18051 : [ 0 mCompiler option 'extends' cannot be given an empty string .
482
508
@@ -488,7 +514,7 @@ CompilerOptions::
488
514
"allowJs" : true ,
489
515
"noImplicitAny" : true ,
490
516
"strictNullChecks" : true ,
491
- "configFilePath" : "configs/third.json"
517
+ "configFilePath" : "c:/dev/ configs/third.json"
492
518
}
493
519
FileNames ::
494
520
c :/ dev / supplemental . ts
@@ -503,10 +529,11 @@ CompilerOptions::
503
529
"noImplicitAny" : true ,
504
530
"strictNullChecks" : true ,
505
531
"module" : 4 ,
506
- "configFilePath" : "configs/fourth.json"
532
+ "configFilePath" : "c:/dev/ configs/fourth.json"
507
533
}
508
534
FileNames ::
509
535
c :/ dev / main . ts
536
+ c :/ dev / supplemental . ts
510
537
Errors ::
511
538
512
539
@@ -518,7 +545,7 @@ CompilerOptions::
518
545
"noImplicitAny" : true ,
519
546
"strictNullChecks" : true ,
520
547
"module" : 4 ,
521
- "configFilePath" : "configs/fifth.json"
548
+ "configFilePath" : "c:/dev/ configs/fifth.json"
522
549
}
523
550
FileNames ::
524
551
c :/ dev / tests / utils . ts
@@ -530,7 +557,7 @@ configFileName:: tsconfig.extendsBox.json
530
557
CompilerOptions ::
531
558
{
532
559
"strict" : true ,
533
- "configFilePath" : "tsconfig.extendsBox.json"
560
+ "configFilePath" : "c:/dev/ tsconfig.extendsBox.json"
534
561
}
535
562
FileNames ::
536
563
c :/ dev / main . ts
@@ -542,7 +569,7 @@ configFileName:: tsconfig.extendsStrict.json
542
569
CompilerOptions ::
543
570
{
544
571
"strict" : true ,
545
- "configFilePath" : "tsconfig.extendsStrict.json"
572
+ "configFilePath" : "c:/dev/ tsconfig.extendsStrict.json"
546
573
}
547
574
FileNames ::
548
575
c :/ dev / main . ts
@@ -554,7 +581,7 @@ configFileName:: tsconfig.extendsUnStrict.json
554
581
CompilerOptions ::
555
582
{
556
583
"strict" : false ,
557
- "configFilePath" : "tsconfig.extendsUnStrict.json"
584
+ "configFilePath" : "c:/dev/ tsconfig.extendsUnStrict.json"
558
585
}
559
586
FileNames ::
560
587
c :/ dev / main . ts
@@ -566,7 +593,7 @@ configFileName:: tsconfig.extendsStrictExtension.json
566
593
CompilerOptions ::
567
594
{
568
595
"strict" : true ,
569
- "configFilePath" : "tsconfig.extendsStrictExtension.json"
596
+ "configFilePath" : "c:/dev/ tsconfig.extendsStrictExtension.json"
570
597
}
571
598
FileNames ::
572
599
c :/ dev / main . ts
@@ -578,7 +605,7 @@ configFileName:: tsconfig.extendsBoxImplied.json
578
605
CompilerOptions ::
579
606
{
580
607
"strict" : true ,
581
- "configFilePath" : "tsconfig.extendsBoxImplied.json"
608
+ "configFilePath" : "c:/dev/ tsconfig.extendsBoxImplied.json"
582
609
}
583
610
FileNames ::
584
611
c :/ dev / main . ts
@@ -590,7 +617,7 @@ configFileName:: tsconfig.extendsBoxImpliedUnstrict.json
590
617
CompilerOptions ::
591
618
{
592
619
"strict" : false ,
593
- "configFilePath" : "tsconfig.extendsBoxImpliedUnstrict.json"
620
+ "configFilePath" : "c:/dev/ tsconfig.extendsBoxImpliedUnstrict.json"
594
621
}
595
622
FileNames ::
596
623
c :/ dev / main . ts
@@ -602,7 +629,7 @@ configFileName:: tsconfig.extendsBoxImpliedUnstrictExtension.json
602
629
CompilerOptions ::
603
630
{
604
631
"strict" : false ,
605
- "configFilePath" : "tsconfig.extendsBoxImpliedUnstrictExtension.json"
632
+ "configFilePath" : "c:/dev/ tsconfig.extendsBoxImpliedUnstrictExtension.json"
606
633
}
607
634
FileNames ::
608
635
c :/ dev / main . ts
@@ -614,7 +641,7 @@ configFileName:: tsconfig.extendsBoxImpliedPath.json
614
641
CompilerOptions ::
615
642
{
616
643
"strict" : true ,
617
- "configFilePath" : "tsconfig.extendsBoxImpliedPath.json"
644
+ "configFilePath" : "c:/dev/ tsconfig.extendsBoxImpliedPath.json"
618
645
}
619
646
FileNames ::
620
647
c :/ dev / main . ts
@@ -626,7 +653,7 @@ configFileName:: tsconfig.extendsFoo.json
626
653
CompilerOptions ::
627
654
{
628
655
"strict" : true ,
629
- "configFilePath" : "tsconfig.extendsFoo.json"
656
+ "configFilePath" : "c:/dev/ tsconfig.extendsFoo.json"
630
657
}
631
658
FileNames ::
632
659
c :/ dev / main . ts
@@ -641,10 +668,10 @@ CompilerOptions::
641
668
"noImplicitAny" : false ,
642
669
"strictNullChecks" : false ,
643
670
"module" : 4 ,
644
- "configFilePath" : "configs/extendsArrayFifth.json"
671
+ "configFilePath" : "c:/dev/ configs/extendsArrayFifth.json"
645
672
}
646
673
FileNames ::
647
-
674
+ c : / dev / supplemental . ts
648
675
Errors ::
649
676
650
677
@@ -653,10 +680,14 @@ configFileName:: extendsArrayFails.json
653
680
CompilerOptions ::
654
681
{
655
682
"types" : [ ] ,
656
- "configFilePath" : "extendsArrayFails.json"
683
+ "configFilePath" : "c:/dev/ extendsArrayFails.json"
657
684
}
658
685
FileNames ::
659
- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
686
+ c :/ dev / main . ts
687
+ c :/ dev / supplemental . ts
688
+ c :/ dev / tests / utils . ts
689
+ c :/ dev / tests / baselines / first / output . ts
690
+ c :/ dev / tests / unit / spec . ts
660
691
Errors ::
661
692
[ 91 merror [ 0 m [ 90 m TS6053 : [ 0 mFile './missingFile' not found .
662
693
@@ -665,10 +696,14 @@ can error when 'extends' is not a string or Array2
665
696
configFileName :: extendsArrayFails2 . json
666
697
CompilerOptions ::
667
698
{
668
- "configFilePath" : "extendsArrayFails2.json"
699
+ "configFilePath" : "c:/dev/ extendsArrayFails2.json"
669
700
}
670
701
FileNames ::
671
- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
702
+ c :/ dev / main . ts
703
+ c :/ dev / supplemental . ts
704
+ c :/ dev / tests / utils . ts
705
+ c :/ dev / tests / baselines / first / output . ts
706
+ c :/ dev / tests / unit / spec . ts
672
707
Errors ::
673
708
[ 91 merror [ 0 m [ 90 m TS5024 : [ 0 mCompiler option 'extends' requires a value of type string .
674
709
0 commit comments