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

Fix incorrect function.name for aliased imports #1484

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    497d026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5541f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af8ece4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d1f21d View commit details
    Browse the repository at this point in the history
  5. Fix typing

    * Replace typecase with `satisfies` operator
    * Update return type
    RichDom2185 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    9feb406 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    RichDom2185 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    cb8226e View commit details
    Browse the repository at this point in the history
  7. Replace satisfies with as

    `satisfies` is unfortunately only introduced in TS 4.9.
    RichDom2185 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    aca7039 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Oct 21, 2023

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

Commits on Oct 23, 2023

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

Commits on Nov 6, 2023

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

Commits on Jan 20, 2024

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