Commit e102ca4
fix: use ReadonlySet<string> for TARGET_REQUIRED_TYPES to fix DTS build error
The Set narrowed type Exclude<ActionType, 'script'> was incompatible with
Set.has() receiving the full ActionType union in strict TypeScript DTS emit.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent c4150d9 commit e102ca4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments