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: add import support to ssrModuleLoader #5197

Merged
merged 22 commits into from
Oct 27, 2021

Commits on Oct 7, 2021

  1. WIP: add import() support to ssrModuleLoader

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    8c051c2 View commit details
    Browse the repository at this point in the history
  2. revert esbuild version

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    1f3d1c6 View commit details
    Browse the repository at this point in the history
  3. chore: remove logs

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f8ce107 View commit details
    Browse the repository at this point in the history
  4. refactor: apply feedback

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4e872a1 View commit details
    Browse the repository at this point in the history
  5. refactor: remove unused file

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    44872c3 View commit details
    Browse the repository at this point in the history
  6. refactor: remove unused setting from rollup config

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    5621c2a View commit details
    Browse the repository at this point in the history
  7. refactor(ssr): combine import handlers

    Co-authored-by: Alec Larson <1925840+aleclarson@users.noreply.github.com>
    Nate Moore and aleclarson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    2d5ad2a View commit details
    Browse the repository at this point in the history
  8. fix(ssr): do not await nodeImport

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c488335 View commit details
    Browse the repository at this point in the history
  9. test(ssr): enable --experimental-vm-modules

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    8c36931 View commit details
    Browse the repository at this point in the history
  10. feat: remove commonjs check in resolveSSRExternal

    aleclarson authored and Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    71e01c3 View commit details
    Browse the repository at this point in the history
  11. chore: use isBuiltin util

    aleclarson authored and Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    77e3f9b View commit details
    Browse the repository at this point in the history
  12. chore: run prettier

    aleclarson authored and Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b5d24d3 View commit details
    Browse the repository at this point in the history
  13. refactor(ssr): use dynamicImport util from vitejs#5213

    Nate Moore committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    5bcdcba View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. test(ssr): skip ssr cases in Jest

    Nate Moore committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f35add2 View commit details
    Browse the repository at this point in the history
  2. test(ssr): do not skip node/ssr in Jest

    Nate Moore committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    5a260d4 View commit details
    Browse the repository at this point in the history
  3. test(ssr): skip optimize-deps in Jest

    Nate Moore committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    489658e View commit details
    Browse the repository at this point in the history
  4. test: enable ssr tests, fallback to require

    Nate Moore committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    9d3045e View commit details
    Browse the repository at this point in the history
  5. test: fix ssr require?

    Nate Moore committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    9c0cb0e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. test: update dynamicImport util

    Nate Moore committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    756f77c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    9c6ab45 View commit details
    Browse the repository at this point in the history
  2. Get tests passing

    matthewp committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    2c70d99 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Prefer default if it exists

    matthewp committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7f827d3 View commit details
    Browse the repository at this point in the history