Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: import-js/eslint-plugin-import Loading
base: v2.24.0
Choose a base ref
...
head repository: import-js/eslint-plugin-import Loading
compare: v2.24.1
Choose a head ref
  • 17 commits
  • 54 files changed
  • 7 contributors

Commits on Aug 9, 2021

  1. [Fix] ExportMap: Add default export when esModuleInterop is true an…

    …d anything is exported
    
    Fixes #2183. See #1689.
    Maxim-Mazurok authored and ljharb committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    ce540b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    750ba25 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. [meta] add Open Collective

    ljharb committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    ec825d0 View commit details
    Browse the repository at this point in the history
  2. [meta] fix some formatting

    ljharb committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    513bb0b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. [resolvers/node] [fix] when "module" does not exist, fall back to "main"

    Fixes #2186. This is actually exposing a bug with packages that are broken - that ship an invalid "module" field - but it‘s a more friendly and node-accurate behavior to still work when "main" works.
    ljharb committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    fa3192a View commit details
    Browse the repository at this point in the history
  2. [meta] fix some formatting

    ljharb committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    f0c1756 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. [resolvers/node] v0.3.6

    ljharb committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    8be2ec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    7610790 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    ce8b203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2bf591 View commit details
    Browse the repository at this point in the history
  3. [fix] no-duplicates: correctly handle case of mixed default/named t…

    …ype imports
    
    Co-authored-by: Nathan Walters <[email protected]>
    Co-authored-by: Gord Pearson <[email protected]>
    2 people authored and ljharb committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    712ee49 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    3ff4d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3977c42 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. [Deps] update eslint-import-resolver-node, is-core-module, `objec…

    …t.values`, `tsconfig-paths`
    ljharb committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c5d208d View commit details
    Browse the repository at this point in the history
  2. [Dev Deps] update coveralls

    ljharb committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    62cb4b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc4651 View commit details
    Browse the repository at this point in the history
  4. Bump to v2.24.1

    ljharb committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    6171a7a View commit details
    Browse the repository at this point in the history
Loading