Skip to content

Commit d366515

Browse files
Sync svelte docs (sveltejs#1097)
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
1 parent b8e19ba commit d366515

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/.generated/compile-errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,12 @@ Unexpected end of input
10121012
'%word%' is a reserved word in JavaScript and cannot be used here
10131013
```
10141014

1015+
### unterminated_string_constant
1016+
1017+
```
1018+
Unterminated string constant
1019+
```
1020+
10151021
### void_element_invalid_content
10161022

10171023
```

apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,12 @@ Unexpected end of input
10171017
'%word%' is a reserved word in JavaScript and cannot be used here
10181018
```
10191019

1020+
### unterminated_string_constant
1021+
1022+
```
1023+
Unterminated string constant
1024+
```
1025+
10201026
### void_element_invalid_content
10211027

10221028
```

0 commit comments

Comments
 (0)