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

[WIP] combining coupled PRs into one to see if tests pass #1003

Closed
wants to merge 20 commits into from

Commits on Mar 2, 2020

  1. Re-add "realpath" to LanguageServiceHost

    Implement resolveModuleNames that forces modules to be considered internal (not from an external library) when we need them to be emitted
    cspotcode committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    42f13b0 View commit details
    Browse the repository at this point in the history
  2. fix linter failures

    cspotcode committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    99cfd15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18c1c54 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

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

Commits on Apr 5, 2020

  1. normalized filename

    sylc committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    be77977 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Add failing test

    cspotcode committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    1202b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c45a1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8622dca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d9cb55 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    7eb0c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16654a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80ff1ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb02cc2 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/ab/realpath-and-emit-node_module…

    …s-files' into ab/merging-many-things
    cspotcode committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f7b1419 View commit details
    Browse the repository at this point in the history
  6. fix type error

    cspotcode committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ca4a5fa View commit details
    Browse the repository at this point in the history
  7. Switch to normalizing once in our compile() function, so that the res…

    …t of ts-node's codebase only deals with / paths
    cspotcode committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a236df9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05b2b0d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. add failing test for #1004

    cspotcode committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    1aaa2e1 View commit details
    Browse the repository at this point in the history
  2. Fix #1004

    cspotcode committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    5f28488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc1f23e View commit details
    Browse the repository at this point in the history