This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Commit e4dff9c
committed
feat: drop typescript 3 and Node.js 10 support (#275)
* refactor: address all the typescript deprecations by using the factory
* refactor: some of the statements are redundant. It is not necessary to write to write only properties.
* refactor: remove deprecated typescript function calls in favor of the factory; replace @ts-ignores with proper code (microsoft/TypeScript#40263 (comment))
* refactor: use factory functions instead of deprecated functions
* feat: bump peerDependencies version
* dps: upgrade to latest typescript version
* chore: replace rm with rimraf for cross platform support
* chore: replace fixture tests with inline snapshot tests
* docs: add notice about minimum TypeScript version.
* chore: drop node 10 support1 parent a632848 commit e4dff9c
File tree
10 files changed
+223
-198
lines changed- .github/workflows
- src
- test
- fixtures/generated-module
10 files changed
+223
-198
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments