Skip to content

Commit 7e67f5a

Browse files
committed
stuck?
1 parent 42b4b5b commit 7e67f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/compiler/utils/extract_svelte_ignore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export function extract_svelte_ignore(offset, text, runes) {
3434
const replacement = replacements[code] ?? code.replace(/-/g, '_');
3535

3636
if (runes) {
37+
// github are you stuck?
3738
const start = offset + match.index;
3839
const end = start + code.length;
3940

0 commit comments

Comments
 (0)