Commit 8fb80db
authored
SSR support for complex template expressions (#5511)
* feat: added ability to toggle experimentalComplexExpressions in ssr fixtures
* chore: disable
* feat: ssr cte support
* fix: ssr coverage
* chore: revert test change
* fix: additional testing around ssr specific codepaths
* fix: additional testing around ssr specific codepaths1 parent 9e4d8af commit 8fb80db
File tree
46 files changed
+345
-153
lines changed- packages/@lwc
- engine-server/src/__tests__/fixtures
- attribute-dynamic-complex
- modules/x/attribute-dynamic-complex
- for-each-block/complex
- modules/x/for-each-block
- lwc-if-else-complex
- modules/x/component
- scoped-slots/complex
- modules/x
- complexChild
- complexParent
- text-interpolation-complex
- modules/x/text-interpolation
- ssr-compiler/src
- __tests__
- compile-template
- transformers
- template-compiler/src
- codegen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+345
-153
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments