Skip to content

Commit be687ef

Browse files
committed
export: handle type-only star re-exports separately
1 parent 9f36d07 commit be687ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1010
- [`no-deprecated`]: detect `@deprecated` on default-exported identifier declarations ([#3247], thanks [@mixelburg] [@etyrrell22])
1111

1212
### Fixed
13+
- Fixed `export` false positives for duplicate exports when a value export and `export type *` expose the same name. ([#3136], thanks [@mykola-mokhnach])
1314
- [`no-duplicates`]: fix `prefer-inline` autofix producing invalid syntax when an identifier named `from` is imported ([#3236], thanks [@DukeDeSouth] [@Quantaly])
1415
- [`no-duplicates`]: avoid false positives for TypeScript namespace and default type imports that cannot be merged ([#3195], thanks [@sjh9714] [@robyoder])
1516
- 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.
12121213
[#3152]: https://github.com/import-js/eslint-plugin-import/pull/3152
12131214
[#3151]: https://github.com/import-js/eslint-plugin-import/pull/3151
12141215
[#3138]: https://github.com/import-js/eslint-plugin-import/pull/3138
1216+
[#3136]: https://github.com/import-js/eslint-plugin-import/issues/3136
12151217
[#3129]: https://github.com/import-js/eslint-plugin-import/pull/3129
12161218
[#3128]: https://github.com/import-js/eslint-plugin-import/pull/3128
12171219
[#3127]: https://github.com/import-js/eslint-plugin-import/pull/3127
@@ -2023,6 +2025,7 @@ for info on changes for earlier releases.
20232025
[@moeriki]: https://github.com/moeriki
20242026
[@morgan-coded]: https://github.com/morgan-coded
20252027
[@mpalmer685]: https://github.com/mpalmer685
2028+
[@mykola-mokhnach]: https://github.com/mykola-mokhnach
20262029
[@mpint]: https://github.com/mpint
20272030
[@mplewis]: https://github.com/mplewis
20282031
[@mrmckeb]: https://github.com/mrmckeb

0 commit comments

Comments
 (0)