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: force the use of posix path separators for ts module graphs #8149

Merged
merged 8 commits into from Jun 13, 2022
Merged

Commits on May 26, 2022

  1. fix: force the use of posix path seperators for ts module graphs

    When resolving the name of the main module for use in TS module graphs,
    ensure we force the usage of posix paths as this is what `typescript`
    uses and returns.
    This fixes an issue when running on Windows, where an assert would be
    thrown as a result of two identical paths using different path
    seperators being compared for equality.
    GeeWizWow committed May 26, 2022
    Copy the full SHA
    27b47d0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Merge branch 'v2' into v2

    GeeWizWow committed May 27, 2022
    Copy the full SHA
    c20fdb2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Copy the full SHA
    b1c6474 View commit details
    Browse the repository at this point in the history
  2. test: added tests for verifying types are generated correctly on wind…

    …ows when using tsconfig paths
    GeeWizWow committed May 28, 2022
    Copy the full SHA
    49fc311 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v2' into v2

    GeeWizWow committed May 28, 2022
    Copy the full SHA
    f832391 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Merge branch 'v2' into v2

    GeeWizWow committed May 31, 2022
    Copy the full SHA
    055e7b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    040b2e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Merge branch 'v2' into v2

    GeeWizWow committed Jun 8, 2022
    Copy the full SHA
    c418947 View commit details
    Browse the repository at this point in the history