-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba755a5
commit 0220ef6
Showing
1,048 changed files
with
7,026 additions
and
6,970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
# Render "Error" | ||
```html | ||
|
||
``` | ||
11 changes: 1 addition & 10 deletions
11
..._tests__/fixtures/abort-signal-render-phase-error/__snapshots__/ssr.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
# Emit error | ||
Error: Cannot use $signal in a server render. | ||
|
||
|
||
# Render "Error" | ||
```html | ||
|
||
``` | ||
|
||
# Mutations | ||
``` | ||
Error: Cannot use $signal in a server render. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ts__/fixtures/assignment-before-tag-var/__snapshots__/ssr-sanitized.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Render "End" | ||
# Render End | ||
```html | ||
<button> | ||
+ | ||
</button> | ||
<span> | ||
0 was | ||
</span> | ||
``` | ||
``` |
5 changes: 3 additions & 2 deletions
5
.../src/__tests__/fixtures/assignment-before-tag-var/__snapshots__/ssr.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../fixtures/async-nested-resolve-in-order/__snapshots__/ssr-sanitized.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Render "End" | ||
# Render End | ||
```html | ||
abcdefghijkl | ||
``` | ||
``` |
14 changes: 9 additions & 5 deletions
14
.../__tests__/fixtures/async-nested-resolve-in-order/__snapshots__/ssr.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tests__/fixtures/async-resolve-in-order/__snapshots__/ssr-sanitized.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Render "End" | ||
# Render End | ||
```html | ||
abcde | ||
``` | ||
``` |
11 changes: 7 additions & 4 deletions
11
...ags/src/__tests__/fixtures/async-resolve-in-order/__snapshots__/ssr.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s__/fixtures/async-resolve-out-of-order/__snapshots__/ssr-sanitized.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Render "End" | ||
# Render End | ||
```html | ||
abcde | ||
``` | ||
``` |
8 changes: 5 additions & 3 deletions
8
...src/__tests__/fixtures/async-resolve-out-of-order/__snapshots__/ssr.expected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# Write | ||
```html | ||
a | ||
|
||
``` | ||
|
||
# Write | ||
```html | ||
bcde | ||
``` | ||
|
||
|
||
# Render "End" | ||
# Render End | ||
```html | ||
<html> | ||
<head /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.