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(ssr): replace __vite_ssr_identity__ with (0, ...) and inject ; between statements #18748

Merged
merged 12 commits into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    5fd29ac View commit details
    Browse the repository at this point in the history
  2. wip: use (0, ...)

    hi-ogawa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b17e3a1 View commit details
    Browse the repository at this point in the history
  3. test: test transform

    hi-ogawa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3e8bf82 View commit details
    Browse the repository at this point in the history
  4. chore: cleanup

    hi-ogawa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7d611d3 View commit details
    Browse the repository at this point in the history
  5. refactor: walk single pass

    hi-ogawa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ef59c9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3589011 View commit details
    Browse the repository at this point in the history
  7. fix: check StaticBlock

    hi-ogawa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b965337 View commit details
    Browse the repository at this point in the history
  8. chore: add bench

    hi-ogawa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    83b303f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0a5ff5 View commit details
    Browse the repository at this point in the history
  10. wip

    hi-ogawa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    eafe491 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix: add ; in switch

    sapphi-red committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    31a436b View commit details
    Browse the repository at this point in the history
  2. chore: remove bench

    hi-ogawa committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    54a6bc1 View commit details
    Browse the repository at this point in the history