Commit 0bda9cd
fix(typings): allow bufferCreationInterval null for bufferTime (#3734)
* fix(typings): allow bufferCreationInterval null for bufferTime
The tests for bufferTime verifies that it is possible to set
bufferCreationInterval to null, but the typings did not allow it
when strictNullChecks were set to true.
Fixes #3728
* fix(typings): allow bufferCreationInterval undefined for bufferTime1 parent 7e0ef1e commit 0bda9cd
File tree
2 files changed
+4
-4
lines changed- compat/operator
- src/internal/operators
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments