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 22c4de4 commit 23a32c5Copy full SHA for 23a32c5
packages/svelte/src/compiler/phases/1-parse/state/tag.js
@@ -758,5 +758,5 @@ function special(parser) {
758
});
759
return;
760
}
761
- e.expected_tag();
+ e.expected_tag(parser.index);
762
0 commit comments