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

Support TypeScript 4.5 type-only import/export specifiers #13802

Merged
merged 27 commits into from Oct 28, 2021

Commits on Oct 2, 2021

  1. Implement parser

    sosukesuzuki committed Oct 2, 2021
    Copy the full SHA
    9b91e84 View commit details
    Browse the repository at this point in the history
  2. Add parser tests

    sosukesuzuki committed Oct 2, 2021
    Copy the full SHA
    1b20596 View commit details
    Browse the repository at this point in the history
  3. Implement generator

    sosukesuzuki committed Oct 2, 2021
    Copy the full SHA
    8daf3bc View commit details
    Browse the repository at this point in the history
  4. Add generator tests

    sosukesuzuki committed Oct 2, 2021
    Copy the full SHA
    16b4bc1 View commit details
    Browse the repository at this point in the history
  5. Implement types

    sosukesuzuki committed Oct 2, 2021
    Copy the full SHA
    a2edbe3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6421008 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6a596b9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4929209 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Copy the full SHA
    d337f69 View commit details
    Browse the repository at this point in the history
  2. Use set instead of array

    sosukesuzuki committed Oct 11, 2021
    Copy the full SHA
    8cb6dc0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4d1cde6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Copy the full SHA
    05d5183 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Copy the full SHA
    31b273c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ec6398e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Copy the full SHA
    6b79fd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Copy the full SHA
    72b3c3b View commit details
    Browse the repository at this point in the history
  2. Fix type errors

    sosukesuzuki committed Oct 22, 2021
    Copy the full SHA
    ebf0a58 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

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

Commits on Oct 26, 2021

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

Commits on Oct 28, 2021

  1. Extract parameters

    sosukesuzuki committed Oct 28, 2021
    Copy the full SHA
    519f977 View commit details
    Browse the repository at this point in the history
  2. Move the logic for error

    sosukesuzuki committed Oct 28, 2021
    Copy the full SHA
    cb0f943 View commit details
    Browse the repository at this point in the history
  3. Refactor exports

    sosukesuzuki committed Oct 28, 2021
    Copy the full SHA
    91918b7 View commit details
    Browse the repository at this point in the history
  4. Refactor imports

    sosukesuzuki committed Oct 28, 2021
    Copy the full SHA
    d074010 View commit details
    Browse the repository at this point in the history
  5. Fix lint comments

    sosukesuzuki committed Oct 28, 2021
    Copy the full SHA
    ab1f5c2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c44171a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bfd0f9d View commit details
    Browse the repository at this point in the history
  8. check lval

    sosukesuzuki committed Oct 28, 2021
    Copy the full SHA
    1f933af View commit details
    Browse the repository at this point in the history