Skip to content

Commit 6f65dce

Browse files
committed
test(require-event-dispatcher-types): added a test with import alias
1 parent 1cad902 commit 6f65dce

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- message: Type parameters missing for the createEventDispatcher function call.
2+
line: 4
3+
column: 20
4+
suggestions: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<script lang="ts">
2+
import { createEventDispatcher as ced } from "svelte"
3+
4+
const dispatch = ced()
5+
</script>

0 commit comments

Comments
 (0)