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

feat: Project reference support #2463

Merged
merged 41 commits into from
Aug 27, 2024

Commits on Jan 22, 2024

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

Commits on Jan 24, 2024

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

Commits on Mar 6, 2024

  1. wip

    jasonlyu123 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    56d1959 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    d01b678 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fda024 View commit details
    Browse the repository at this point in the history
  3. breaking: require Svelte 4 or later

    devDependencies pinned to Svelte 3 because other packages in this repo still use it. Theoretically we still support Svelte 3 with svelte-check v4 but this gives us the opportunity to adjust that later without a major
    dummdidumm committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    03482d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge branch 'master' of https://github.com/sveltejs/language-tools i…

    …nto project-reference
    jasonlyu123 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d80e742 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fix service test

    jasonlyu123 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    856ac7f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix diagnostics test and flaky test

    the fix for diagnostic made the flaky test appears a lot more often
    jasonlyu123 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    116285f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e98aec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01d111e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    2b12603 View commit details
    Browse the repository at this point in the history
  2. reload TsConfigInfo

    jasonlyu123 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d2f4110 View commit details
    Browse the repository at this point in the history
  3. make the scope consistent with service container in test, don't updat…

    …e while scheduling project file update
    jasonlyu123 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3d25d43 View commit details
    Browse the repository at this point in the history
  4. format

    jasonlyu123 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cc6b1c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    08043ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a5fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36d222c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    7d0f346 View commit details
    Browse the repository at this point in the history
  2. update import with existing services

    since it can run before or after project-files updates so either file might open a wrong service
    jasonlyu123 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3fd24f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc0da19 View commit details
    Browse the repository at this point in the history
  4. virtual doc won't pass the project files check so we have to directly…

    … access the lsContainer
    jasonlyu123 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    006e807 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f87833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd76dbe View commit details
    Browse the repository at this point in the history
  7. change test config target

    jasonlyu123 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1395cfb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    5aca29f View commit details
    Browse the repository at this point in the history
  2. chore: switch from fast-glob to fdir (sveltejs#2433)

    closes sveltejs#2397
    fixes sveltejs#2364
    
    ---------
    
    Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
    benmccann and dummdidumm committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ea8c0bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6471fae View commit details
    Browse the repository at this point in the history
  4. chore: remove svelte-preprocess dependency from svelte-check

    Since language-server doesn't have a dependency on it anymore, we don't need it for svelte-check anymore, too
    dummdidumm committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7a1f80a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    6dac14e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f580633 View commit details
    Browse the repository at this point in the history
  3. set target

    dummdidumm committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e9a22d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75802e3 View commit details
    Browse the repository at this point in the history
  5. fix service test.

    oops some stuff actually don't work in directory with uppercase
    jasonlyu123 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5181ab0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f105638 View commit details
    Browse the repository at this point in the history
  7. format

    jasonlyu123 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0b0f2a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. show config errors in svelte-check

    Only editor shows the config error of referenced project so don't push it to the configErrors
    jasonlyu123 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    eec3b2b View commit details
    Browse the repository at this point in the history
  2. tweak word, test

    jasonlyu123 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fd22d6a View commit details
    Browse the repository at this point in the history
  3. single quote

    jasonlyu123 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dc5662d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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