Commit dab2ffc
authored
Add SolutionBuilderHostBase.getCustomTransformers to be used when emitting. (microsoft#44489)
This allows not having to specify the transformers during normal watch scneario
Builds on top of microsoft#439841 parent be2fec1 commit dab2ffcCopy full SHA for dab2ffc
6 files changed
+505-3Lines changed: 505 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- compiler
- testRunner
- unittests/tsbuildWatch
- tests/baselines/reference
- api
- tsbuild/watchMode/publicApi
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/compiler/tsbuildPublic.ts
Copy file name to clipboardExpand all lines: src/compiler/tsbuildPublic.ts+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
85 | 85 | |
86 | 86 | |
87 | 87 | |
| 88 | + |
88 | 89 | |
89 | 90 | |
90 | 91 | |
| ||
785 | 786 | |
786 | 787 | |
787 | 788 | |
788 | | - |
| 789 | + |
789 | 790 | |
790 | 791 | |
791 | 792 | |
| ||
921 | 922 | |
922 | 923 | |
923 | 924 | |
924 | | - |
| 925 | + |
925 | 926 | |
926 | 927 | |
927 | 928 | |
| ||
1060 | 1061 | |
1061 | 1062 | |
1062 | 1063 | |
1063 | | - |
| 1064 | + |
1064 | 1065 | |
1065 | 1066 | |
1066 | 1067 | |
|
Collapse file
src/testRunner/tsconfig.json
Copy file name to clipboardExpand all lines: src/testRunner/tsconfig.json+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
141 | 141 | |
142 | 142 | |
143 | 143 | |
| 144 | + |
144 | 145 | |
145 | 146 | |
146 | 147 | |
|
Collapse file
src/testRunner/unittests/tsbuildWatch/publicApi.ts
Copy file name to clipboard+115Lines changed: 115 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
Collapse file
tests/baselines/reference/api/tsserverlibrary.d.ts
Copy file name to clipboardExpand all lines: tests/baselines/reference/api/tsserverlibrary.d.ts+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5240 | 5240 | |
5241 | 5241 | |
5242 | 5242 | |
| 5243 | + |
5243 | 5244 | |
5244 | 5245 | |
5245 | 5246 | |
|
Collapse file
tests/baselines/reference/api/typescript.d.ts
Copy file name to clipboardExpand all lines: tests/baselines/reference/api/typescript.d.ts+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5240 | 5240 | |
5241 | 5241 | |
5242 | 5242 | |
| 5243 | + |
5243 | 5244 | |
5244 | 5245 | |
5245 | 5246 | |
|
0 commit comments