-
Notifications
You must be signed in to change notification settings - Fork 38
Commit 6364bbf
Remove react-scripts type reference on eject (#5611)
* Remove react-scripts type reference on eject
* Check for env file
* Check eject for typescript
* Shuffle appTypeDeclarations
* Append internal types on eject
* Ensure lib is published for types
* Adjust comment
* Don't add a bunch of new lines
* File should exist and not be deleted
* Add debug
* Set file explicitly
* Revert "Set file explicitly"
This reverts commit bcd58a36cbd08a71af50b037d8f1fae6c595fb4e.
* Copy file before destroying ourselves
* Revert "Add debug"
This reverts commit 0068ba81c6d79d99788877c9e1b618acd7412dce.1 parent 2a7fd5a commit 6364bbf
File tree
5 files changed
+47
-4
lines changed- packages/react-scripts
- config
- lib
- scripts
- tasks
5 files changed
+47
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 | - | ||
88 | 87 |
| |
89 | 88 |
| |
90 | 89 |
| |
| |||
107 | 106 |
| |
108 | 107 |
| |
109 | 108 |
| |
110 | - | ||
111 | 109 |
| |
112 | 110 |
| |
113 | 111 |
| |
| |||
117 | 115 |
| |
118 | 116 |
| |
119 | 117 |
| |
118 | + | ||
119 | + | ||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 | - | ||
144 | 143 |
| |
145 | 144 |
| |
146 | 145 |
| |
| |||
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
152 | + | ||
153 | + | ||
153 | 154 |
| |
154 | 155 |
| |
155 | 156 |
| |
|
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | + | ||
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 | - | ||
25 | + | ||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 | + | ||
227 | + | ||
228 | + | ||
229 | + | ||
230 | + | ||
231 | + | ||
232 | + | ||
233 | + | ||
234 | + | ||
235 | + | ||
236 | + | ||
237 | + | ||
238 | + | ||
239 | + | ||
240 | + | ||
241 | + | ||
242 | + | ||
243 | + | ||
244 | + | ||
245 | + | ||
246 | + | ||
247 | + | ||
248 | + | ||
249 | + | ||
250 | + | ||
251 | + | ||
252 | + | ||
226 | 253 |
| |
227 | 254 |
| |
228 | 255 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 | + | ||
173 | 174 |
| |
174 | 175 |
| |
175 | 176 |
| |
176 | 177 |
| |
177 | 178 |
| |
178 | 179 |
| |
179 | 180 |
| |
181 | + | ||
182 | + | ||
183 | + | ||
184 | + | ||
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
192 | + | ||
193 | + | ||
180 | 194 |
| |
181 | 195 |
| |
182 | 196 |
| |
|
0 commit comments