@@ -5,6 +5,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ### Fixed
9
+ - ` unambiguous ` : detect modules exported from minified code ([ #3124 ] , thanks [ @michaelfaith ] )
10
+
8
11
### Changed
9
12
- [ refactor] ` parse ` : avoid using a regex here (thanks [ @ljharb ] )
10
13
@@ -180,6 +183,7 @@ Yanked due to critical issue with cache key resulting from #839.
180
183
### Fixed
181
184
- ` unambiguous.test() ` regex is now properly in multiline mode
182
185
186
+ [ #3124 ] : https://github.com/import-js/eslint-plugin-import/pull/3124
183
187
[ #3072 ] : https://github.com/import-js/eslint-plugin-import/pull/3072
184
188
[ #3061 ] : https://github.com/import-js/eslint-plugin-import/pull/3061
185
189
[ #3057 ] : https://github.com/import-js/eslint-plugin-import/pull/3057
@@ -230,6 +234,7 @@ Yanked due to critical issue with cache key resulting from #839.
230
234
[ @JounQin ] : https://github.com/JounQin
231
235
[ @kaiyoma ] : https://github.com/kaiyoma
232
236
[ @leipert ] : https://github.com/leipert
237
+ [ @ljharb ] : https://github.com/ljharb
233
238
[ @manuth ] : https://github.com/manuth
234
239
[ @maxkomarychev ] : https://github.com/maxkomarychev
235
240
[ @mgwalker ] : https://github.com/mgwalker
@@ -238,6 +243,7 @@ Yanked due to critical issue with cache key resulting from #839.
238
243
[ @nicolo-ribaudo ] : https://github.com/nicolo-ribaudo
239
244
[ @pmcelhaney ] : https://github.com/pmcelhaney
240
245
[ @sergei-startsev ] : https://github.com/sergei-startsev
246
+ [ @silverwind ] : https://github.com/silverwind
241
247
[ @sompylasar ] : https://github.com/sompylasar
242
248
[ @timkraut ] : https://github.com/timkraut
243
249
[ @vikr01 ] : https://github.com/vikr01
0 commit comments