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

Faster SSR #5701

Merged
merged 11 commits into from May 13, 2022
Merged

Faster SSR #5701

merged 11 commits into from May 13, 2022

Commits on Nov 20, 2020

  1. Copy the full SHA
    aa15e9a View commit details
    Browse the repository at this point in the history
  2. simplify

    Rich-Harris committed Nov 20, 2020
    Copy the full SHA
    e58d658 View commit details
    Browse the repository at this point in the history
  3. remove redundant parens

    Rich-Harris committed Nov 20, 2020
    Copy the full SHA
    57bb045 View commit details
    Browse the repository at this point in the history
  4. boolean argument

    Rich-Harris committed Nov 20, 2020
    Copy the full SHA
    29d4695 View commit details
    Browse the repository at this point in the history
  5. Update src/runtime/internal/ssr.ts

    Co-authored-by: Conduitry <git@chor.date>
    Rich-Harris and Conduitry committed Nov 20, 2020
    Copy the full SHA
    3a94f2a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Copy the full SHA
    bc4bda9 View commit details
    Browse the repository at this point in the history
  2. fix merge

    benmccann committed May 6, 2022
    Copy the full SHA
    30df740 View commit details
    Browse the repository at this point in the history
  3. use ternary

    benmccann committed May 6, 2022
    Copy the full SHA
    88e2146 View commit details
    Browse the repository at this point in the history
  4. slice -> substring

    benmccann committed May 6, 2022
    Copy the full SHA
    1b0e836 View commit details
    Browse the repository at this point in the history
  5. add comment

    benmccann committed May 6, 2022
    Copy the full SHA
    61e180b View commit details
    Browse the repository at this point in the history
  6. restore String conversion

    benmccann committed May 6, 2022
    Copy the full SHA
    b32049b View commit details
    Browse the repository at this point in the history