Commit 606f8d1
Jack Ellis
fix: incompatible types between v3 and v4
we were attempting to grab the opts from the parameters of jpex.resolve
a) this doesn't work as expected because of the order of our overloads
b) this doesn't work at all with jpex v3
c) the @ts-ignore safeguard is stripped out of the declaration file, d'oh1 parent c0a0faf commit 606f8d1
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments