We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1501e5b commit 4812715Copy full SHA for 4812715
apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-errors.md
@@ -1,13 +1,11 @@
1
---
2
-title: 'Compiler Errors'
+title: 'Compiler errors'
3
generated: 'generated by process-messages/index.js'
4
5
6
-## options_invalid_value
+## `options_invalid_value`
7
8
-```
9
-Invalid compiler option: %details%
10
+> Invalid compiler option: %details%
11
12
## options_removed
13
@@ -436,6 +434,7 @@ Can only bind to an Identifier or MemberExpression
436
434
```
437
435
`bind:%name%` is not a valid binding
438
+
439
440
`bind:%name%` is not a valid binding. %explanation%
441
0 commit comments