Commit 61026e1
Revert switch to TS 2.8's
`Exclude` is a new language feature from typescript 2.8 that replaces the
`Diff` functionality previously backing the `Omit` type. This only
works in clients using 2.8, so let's keep using the old version for a
little while until we can be confident most people have upgraded. Or
until we can figure out how to have some sort of conditional typecheck
in typescript.Exclude (#96)1 parent 319cb0b commit 61026e1
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments