Skip to content

Commit c8db2f7

Browse files
authored
Update internal-mechanism.md
1 parent 54a333a commit c8db2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal-mechanism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Also, this parser returns special results for variables used in `$: foo = expres
104104
It also adds virtual references for variables that are marked specially used in `*.svelte` (e.g. `export let` and `$ref`). This is a hack that is also used in typescript-eslint.
105105
https://github.com/typescript-eslint/typescript-eslint/issues/4508#issuecomment-1030508403
106106

107-
You can also check the results [Online DEMO](https://ota-meshi.github.io/svelte-eslint-parser/).
107+
You can also check the results [Online DEMO](https://ota-meshi.github.io/svelte-eslint-parser/scope/).
108108

109109
### `visitorKeys`
110110

0 commit comments

Comments
 (0)