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

Convert imports to non-relative, format all code using TS Server #2007

Closed
wants to merge 8 commits into from

Commits on Apr 10, 2019

  1. Make common use non-relative imports

    Part of xtermjs#1314
    Tyriar committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    b07a435 View commit details
    Browse the repository at this point in the history
  2. Make core use non-relative imports

    Part of xtermjs#1314
    Tyriar committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a97e692 View commit details
    Browse the repository at this point in the history
  3. Make baseUrl root instead of src/

    This is necessary because of all the files that currently live in src/.
    Once they're moved into folders in src we could remove this but it's
    probably a good idea that all xterm.js imports start with 'src/...'.
    Tyriar committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    1721a04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6658aa View commit details
    Browse the repository at this point in the history
  5. Organize all imports

    Tyriar committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    d73f365 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4a93cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d13879b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b3546a View commit details
    Browse the repository at this point in the history