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(typescript): normalize emittedFiles to prevent unrecoginized token #1377

Closed

Commits on Dec 15, 2022

  1. Applied fix

    The `id` passed to `async load(id)` has certain edge cases when drives letters can de different cases or file**names** can have different cases. By normalising the `emittedFiles` we will always find the `code` we need and, as such, will not throw
    glenn2223 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    f51b93e View commit details
    Browse the repository at this point in the history
  2. Added case test

    It's such an edge case and I don't know the reason/case in order to force it
    glenn2223 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a7d7658 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Switch back to id

    Accidentally left in a code tweak from earlier tests - reverted
    glenn2223 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b9cd33c View commit details
    Browse the repository at this point in the history