Commit c0486ca
feat(cli): ignoredKeys in typescript being ignored (#1065)
* feat(cli): fix typescript ignoredKeys for export default and exports
* feat(cli): added types
* feat(cli): updated existing test cases for ignoredKeys in typescript
* fix(cli/run): remove unwanted changes as not needed
* fix(cli/loaders): remove unwanted changes as not needed
* Revert "fix(cli/run): remove unwanted changes as not needed"
This reverts commit 518237f.
* feat(cli): remove unnecessary change
* feat(cli): added ignorekeys support for run
* feat: add changeset
* feat(cli): remove unwanted changes
* feat(cli): remove unwanted changes
* feat(cli): remove unwanted changes
* feat(cli): added ignorekeys for typescript and it test
---------
Co-authored-by: Max Prilutskiy <5614659+maxprilutskiy@users.noreply.github.com>
Co-authored-by: Matej Lednicky <matej@lednicky.name>1 parent ed91768 commit c0486ca
8 files changed
Lines changed: 479 additions & 12 deletions
File tree
- .changeset
- packages/cli/src/cli
- cmd/run
- loaders
- typescript
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
| |||
170 | 168 | | |
171 | 169 | | |
172 | 170 | | |
173 | | - | |
174 | | - | |
175 | 171 | | |
176 | | - | |
177 | 172 | | |
178 | 173 | | |
179 | 174 | | |
180 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments