-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
TypeScript and JavaScript script analyser broke for declaring multiple variables in 104.4.4 version of extension.
To Reproduce
const { page } = stores(),
redirect = () => goto(appPath);This code will show an error on top of the comma, saying Declaration or statement expected.js(1128) for JS and ts(1128) for TS.
Expected behavior
Should work.
System (please complete the following information):
- OS: Mac OS X
- IDE: VSCode
- Plugin/Package: "Svelte for VSCode" AND
svelte-check
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
