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-compiler): add SSR for lwc:component #4000

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    1364d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5425a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b256d6 View commit details
    Browse the repository at this point in the history
  4. chore: address PR feedback

    chore: add new keywords to package.json
    
    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    
    chore: remove unnecessary non-null assertion
    
    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    
    chore: improve internal type signature
    
    chore: address minor PR feedback
    
    chore: address more PR feedback
    
    chore: move serverSideRenderComponent to @lwc/ssr-runtime
    
    chore: pretty
    
    chore: remove acorn from @lwc/ssr-compiler
    
    chore: remove the test command from subpackages
    
    chore: move reserved keywords over to @lwc/shared
    
    chore: revert unnecessary rollup change
    
    chore: remove non-null assertions
    
    chore: address PR feedback
    
    chore: address PR feedback
    
    chore: address PR feedback
    
    chore: address PR feedback
    
    chore: clean up types in estemplate
    
    chore: minor cleanup
    
    chore: support backslash path separators
    
    chore: remove redundant NonNullable
    
    chore: minor cleanup
    
    fix: prop values of null or undefined should be rendered as empty text node
    
    chore: add a bunch of comments
    divmain committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    3f1677a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    bf43fac View commit details
    Browse the repository at this point in the history
  2. chore: test changes

    divmain committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    923e065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    364c638 View commit details
    Browse the repository at this point in the history
  4. chore: remove no-op

    divmain committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c6da245 View commit details
    Browse the repository at this point in the history
  5. chore: update README

    divmain committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fb0645c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    db3322f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d902e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix: add comments

    abdulsattar committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b466dd3 View commit details
    Browse the repository at this point in the history