-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.25.0 #2253
Release 2.25.0 #2253
Conversation
All occurences of `import('...')` are treated as namespace imports (`import * as X from '...'`) See import-js#1660, import-js#2212. Co-authored-by: Max Komarychev <maxkomarychev@gmail.com> Co-authored-by: Filipp Riabchun <filipp.riabchun@jetbrains.com> Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
See import-js#1660, import-js#2212. Co-authored-by: Max Komarychev <maxkomarychev@gmail.com> Co-authored-by: Filipp Riabchun <filipp.riabchun@jetbrains.com> Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Extracted from import-js#2212 / import-js#1660.
…ng and `import/extensions` setting
Without this, `import/order` checks if all imports in a file are sorted. The autofix would then move all imports to the type of the file, breaking TypeScript module declarations. Closes import-js#2217
…le`, `is-glob`, `object.values`
…eset-es2015-argon`
Codecov Report
@@ Coverage Diff @@
## release #2253 +/- ##
==========================================
Coverage ? 95.23%
==========================================
Files ? 65
Lines ? 2686
Branches ? 888
==========================================
Hits ? 2558
Misses ? 128
Partials ? 0 Continue to review full report at Codecov.
|
Did a quick v2.25.1 after this, since I forgot to bump the minimum for |
hmm 2.25.1 still hasn't 2.7.0 as dep 😄 |
whoops, yes, looks like npm 7+ errors out on |
I've already published eslint-module-utils.