Skip to content

Commit

Permalink
[Refactor] ExportMap: make procedures static instead of monkeypatch…
Browse files Browse the repository at this point in the history
…ing exportmap
  • Loading branch information
soryy708 authored and ljharb committed Mar 13, 2024
1 parent d5ab2cc commit 51185dd
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 454 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
### Changed
- [Docs] `no-extraneous-dependencies`: Make glob pattern description more explicit ([#2944], thanks [@mulztob])
- [`no-unused-modules`]: add console message to help debug [#2866]
- [Refactor] `ExportMap`: make procedures static instead of monkeypatching exportmap ([#2982], thanks [@soryy708])

## [2.29.1] - 2023-12-14

Expand Down Expand Up @@ -1108,6 +1109,7 @@ for info on changes for earlier releases.

[`memo-parser`]: ./memo-parser/README.md

[#2982]: https://github.com/import-js/eslint-plugin-import/pull/2982
[#2944]: https://github.com/import-js/eslint-plugin-import/pull/2944
[#2942]: https://github.com/import-js/eslint-plugin-import/pull/2942
[#2919]: https://github.com/import-js/eslint-plugin-import/pull/2919
Expand Down

0 comments on commit 51185dd

Please sign in to comment.