-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Accessors work, but are throwing type errors and there's no autocomplete for them.
To Reproduce
Install Svelte-ts-template, update all dependencies and test with this simple App while using the latest Svelte for VSCode (v104.6.4):
Expected behavior
No type errors.
Autocomplete: ability to select accessors from the list.
System (please complete the following information):
- Windows 10
- VSCode
- Svelte for VSCode v104.6.4
Additional context
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@tsconfig/svelte": "^1.0.10",
"rollup": "^2.41.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.35.0",
"svelte-check": "^1.2.5",
"svelte-preprocess": "^4.6.9",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
},
"dependencies": {
"sirv-cli": "^1.0.11"
}
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