Commit bb7ed37
committed
feat!: update minimum TypeScript version
To leverage new TypeScript features, we need to update the minimum TypeScript version to 4.1. Doing so allows us to take advantage of the various features across the stdlib code base: constructs like Record, Omit, or Partial, the keyof operator, type predicates, conditional types, and more. TypeScript versions older than 4.1 are not in widespread use, so this change should not affect most users, especially those who upgrade with each new TypeScript version.
BREAKING CHANGE: update minimum TypeScript version to 4.1
To migrate, users should upgrade their TypeScript version to at least version 4.1.
Private-ref: stdlib-js/todo#17131 parent 975c5e6 commit bb7ed37
File tree
52 files changed
+52
-52
lines changed- lib/node_modules/@stdlib/iter
- advance/docs/types
- any-by/docs/types
- any/docs/types
- concat/docs/types
- constant/docs/types
- counter/docs/types
- datespace/docs/types
- dedupe-by/docs/types
- dedupe/docs/types
- docs/types
- empty/docs/types
- every-by/docs/types
- every/docs/types
- fill/docs/types
- filter-map/docs/types
- filter/docs/types
- first/docs/types
- flow/docs/types
- for-each/docs/types
- head/docs/types
- incrspace/docs/types
- intersection-by-hash/docs/types
- intersection/docs/types
- last/docs/types
- length/docs/types
- linspace/docs/types
- logspace/docs/types
- mapn/docs/types
- map/docs/types
- none-by/docs/types
- none/docs/types
- nth/docs/types
- pipeline-thunk/docs/types
- pipeline/docs/types
- pop/docs/types
- push/docs/types
- reject/docs/types
- replicate-by/docs/types
- replicate/docs/types
- shift/docs/types
- slice/docs/types
- some-by/docs/types
- some/docs/types
- step/docs/types
- strided-by/docs/types
- strided/docs/types
- union/docs/types
- unique-by-hash/docs/types
- unique-by/docs/types
- unique/docs/types
- unitspace/docs/types
- unshift/docs/types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+52
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments