Commit fe40873
authored
Merge pull request microsoft#19786 from Microsoft/directoryRename
Handle the watch when folders are added/removed/renamed in wild card folder7 files changed
+162-39Lines changed: 162 additions & 39 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- compiler
- harness
- unittests
- server
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+11-6Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3097 | 3097 | |
3098 | 3098 | |
3099 | 3099 | |
3100 | | - |
3101 | | - |
3102 | | - |
3103 | | - |
| 3100 | + |
| 3101 | + |
| 3102 | + |
3104 | 3103 | |
3105 | 3104 | |
3106 | 3105 | |
| ||
3113 | 3112 | |
3114 | 3113 | |
3115 | 3114 | |
3116 | | - |
3117 | | - |
| 3115 | + |
| 3116 | + |
| 3117 | + |
| 3118 | + |
| 3119 | + |
| 3120 | + |
| 3121 | + |
| 3122 | + |
3118 | 3123 | |
3119 | 3124 | |
3120 | 3125 | |
|
Collapse file
+23-14Lines changed: 23 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
230 | 230 | |
231 | 231 | |
232 | 232 | |
233 | | - |
| 233 | + |
234 | 234 | |
235 | 235 | |
236 | 236 | |
| ||
488 | 488 | |
489 | 489 | |
490 | 490 | |
491 | | - |
| 491 | + |
492 | 492 | |
493 | 493 | |
494 | 494 | |
495 | 495 | |
496 | 496 | |
497 | 497 | |
498 | 498 | |
499 | | - |
500 | | - |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
501 | 506 | |
502 | | - |
503 | | - |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
504 | 513 | |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
505 | 518 | |
506 | 519 | |
507 | 520 | |
508 | 521 | |
509 | | - |
| 522 | + |
510 | 523 | |
511 | 524 | |
512 | 525 | |
| ||
611 | 624 | |
612 | 625 | |
613 | 626 | |
614 | | - |
| 627 | + |
615 | 628 | |
616 | 629 | |
617 | 630 | |
618 | 631 | |
619 | 632 | |
620 | | - |
621 | | - |
622 | | - |
623 | | - |
624 | | - |
625 | | - |
| 633 | + |
| 634 | + |
626 | 635 | |
627 | 636 | |
628 | 637 | |
|
Collapse file
src/compiler/watchUtilities.ts
Copy file name to clipboardExpand all lines: src/compiler/watchUtilities.ts+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
5 | 13 | |
6 | 14 | |
7 | 15 | |
|
Collapse file
src/harness/unittests/tsserverProjectSystem.ts
Copy file name to clipboardExpand all lines: src/harness/unittests/tsserverProjectSystem.ts+56-3Lines changed: 56 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2766 | 2766 | |
2767 | 2767 | |
2768 | 2768 | |
| 2769 | + |
2769 | 2770 | |
2770 | 2771 | |
2771 | 2772 | |
| ||
2868 | 2869 | |
2869 | 2870 | |
2870 | 2871 | |
| 2872 | + |
| 2873 | + |
| 2874 | + |
| 2875 | + |
| 2876 | + |
| 2877 | + |
| 2878 | + |
| 2879 | + |
| 2880 | + |
| 2881 | + |
| 2882 | + |
| 2883 | + |
| 2884 | + |
| 2885 | + |
| 2886 | + |
| 2887 | + |
| 2888 | + |
| 2889 | + |
| 2890 | + |
| 2891 | + |
| 2892 | + |
| 2893 | + |
| 2894 | + |
| 2895 | + |
| 2896 | + |
| 2897 | + |
| 2898 | + |
| 2899 | + |
| 2900 | + |
| 2901 | + |
| 2902 | + |
| 2903 | + |
| 2904 | + |
| 2905 | + |
| 2906 | + |
| 2907 | + |
| 2908 | + |
| 2909 | + |
| 2910 | + |
| 2911 | + |
| 2912 | + |
| 2913 | + |
| 2914 | + |
| 2915 | + |
| 2916 | + |
| 2917 | + |
| 2918 | + |
| 2919 | + |
| 2920 | + |
| 2921 | + |
| 2922 | + |
| 2923 | + |
2871 | 2924 | |
2872 | 2925 | |
2873 | 2926 | |
| ||
5656 | 5709 | |
5657 | 5710 | |
5658 | 5711 | |
5659 | | - |
5660 | | - |
| 5712 | + |
| 5713 | + |
5661 | 5714 | |
5662 | 5715 | |
5663 | 5716 | |
| ||
5678 | 5731 | |
5679 | 5732 | |
5680 | 5733 | |
5681 | | - |
| 5734 | + |
5682 | 5735 | |
5683 | 5736 | |
5684 | 5737 | |
|
0 commit comments