Skip to content
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

Type-only import specifiers #45998

Merged
merged 26 commits into from
Sep 27, 2021

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    dc73483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad27364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ba00b9 View commit details
    Browse the repository at this point in the history
  4. Update checking

    andrewbranch committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    eb63b02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b31bd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Accept baselines

    andrewbranch committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    02d4ff9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Add test

    andrewbranch committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ac9b14b View commit details
    Browse the repository at this point in the history
  2. WIP auto imports updates

    andrewbranch committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    577868d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c41f8ee View commit details
    Browse the repository at this point in the history
  4. More auto-import tests

    andrewbranch committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d34544c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    76da8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487f585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6ea3ac View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    9a1765e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e1878d View commit details
    Browse the repository at this point in the history
  3. Respect organize imports sorting when promoting type-only to regular …

    …while adding a specifier
    andrewbranch committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    f7248e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Fix comment mistakes

    andrewbranch committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    06063f2 View commit details
    Browse the repository at this point in the history
  2. Update src/services/codefixes/importFixes.ts

    Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
    andrewbranch and DanielRosenwasser committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    4ba367b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a2909 View commit details
    Browse the repository at this point in the history
  4. Split huge if statement

    andrewbranch committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    b55acde View commit details
    Browse the repository at this point in the history
  5. Remove redundant check

    andrewbranch committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    414f38b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3768d0a View commit details
    Browse the repository at this point in the history
  7. Update new transformer

    andrewbranch committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    39e72d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9033c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    adcb331 View commit details
    Browse the repository at this point in the history
  2. Fix last tests

    andrewbranch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d64c923 View commit details
    Browse the repository at this point in the history