@@ -28,6 +28,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
28
28
- [ ` dynamic-import-chunkname ` ] : prevent false report on a valid webpack magic comment ([ #2330 ] , thanks [ @mhmadhamster ] )
29
29
- [ ` export ` ] : do not error on TS export overloads ([ #1590 ] , thanks [ @ljharb ] )
30
30
- [ ` no-unresolved ` ] , [ ` extensions ` ] : ignore type only exports ([ #2436 ] , thanks [ @Lukas-Kullmann ] )
31
+ - [ Fix] ` ExportMap ` : add missing param to function ([ #2589 ] , thanks [ @Fdawgs ] )
31
32
32
33
### Changed
33
34
- [ Tests] [ ` named ` ] : Run all TypeScript test ([ #2427 ] , thanks [ @ProdigySim ] )
@@ -1021,6 +1022,7 @@ for info on changes for earlier releases.
1021
1022
1022
1023
[ `memo-parser` ] : ./memo-parser/README.md
1023
1024
1025
+ [ #2589 ] : https://github.com/import-js/eslint-plugin-import/pull/2589
1024
1026
[ #2588 ] : https://github.com/import-js/eslint-plugin-import/pull/2588
1025
1027
[ #2582 ] : https://github.com/import-js/eslint-plugin-import/pull/2582
1026
1028
[ #2570 ] : https://github.com/import-js/eslint-plugin-import/pull/2570
@@ -1601,6 +1603,7 @@ for info on changes for earlier releases.
1601
1603
[ @ernestostifano ] : https://github.com/ernestostifano
1602
1604
[ @ertrzyiks ] : https://github.com/ertrzyiks
1603
1605
[ @fa93hws ] : https://github.com/fa93hws
1606
+ [ @Fdawgs ] : https://github.com/Fdawgs
1604
1607
[ @fengkfengk ] : https://github.com/fengkfengk
1605
1608
[ @fernandopasik ] : https://github.com/fernandopasik
1606
1609
[ @feychenie ] : https://github.com/feychenie
0 commit comments