-
-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working
Description
Describe the bug
If you pass multiple arguments to {@debug}
it will result in an error (will compile though).
To Reproduce
<script lang="ts">
let a = 1,
b = 2;
</script>
<!-- Error: JSX expressions may not use the comma operator. Did you mean to write an array? -->
{@debug a, b}
System (please complete the following information):
- OS: Mac OS
- IDE: VSCode
- Plugin/Package: Svelte for VSCode
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working