-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit 3f23840
committed
Remove import from express-serve-static-core
Mostly because express-serve-static-core is an implicit dependency. We
could make it explicit, but the type we imported from it is just an
alias for qs.ParsedQs anyway.1 parent e54467f commit 3f23840
2 files changed
+4
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
4 | 3 |
| |
5 | 4 |
| |
6 | - | ||
5 | + | ||
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
| |||
185 | 184 |
| |
186 | 185 |
| |
187 | 186 |
| |
188 | - | ||
189 | - | ||
190 | - | ||
191 | - | ||
192 | - | ||
193 | - | ||
187 | + | ||
194 | 188 |
| |
195 | 189 |
| |
196 | 190 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
55 | + | ||
56 | 56 |
|
0 commit comments