You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
10
10
-[`no-deprecated`]: detect `@deprecated` on default-exported identifier declarations ([#3247], thanks [@mixelburg][@etyrrell22])
11
11
12
12
### Fixed
13
+
- Fixed `export` false positives for duplicate exports when a value export and `export type *` expose the same name. ([#3136], thanks [@mykola-mokhnach])
13
14
-[`no-duplicates`]: fix `prefer-inline` autofix producing invalid syntax when an identifier named `from` is imported ([#3236], thanks [@DukeDeSouth][@Quantaly])
14
15
-[`no-duplicates`]: avoid false positives for TypeScript namespace and default type imports that cannot be merged ([#3195], thanks [@sjh9714][@robyoder])
15
16
- ExportMap: resolve export * as ns re-exports under modern parsers ([#3250], thanks [@rasmi][@JounQin][@butterybread])
@@ -1212,6 +1213,7 @@ for info on changes for earlier releases.
0 commit comments