Mario Valle
Mario Valle
Same problem for me, but manifests itself by not spelling Typescript comment or everything in Vue components. Instead, it works perfectly in markdown files. Languages installed are Italian and English....
BTW, why the line 504 of `spellright.js`, where the problem happens, is inside the `forEach`? ``` var _dictionary = dictionary.replace(/_/g, '-'); ``` I know with `var` the variable definition is...
The problem is still with us with `ban.spellright-3.0.64` not spelling comments in typescript and Vue comments.
I had a similar problem, but was generated because I was using "en" in `"spellright.language"` and "en-US" in `"spellright.languageContextByClass": {"typescript": {"comments": ["en-US"]}},` Hope it helps. ... But still does not...
Problem still in vuetify 3.7.1
Nothing changed unfortunately. Added the "path" entry to knip.json and executed knip with --tsConfig BTW, tsconfig.json already contains the "path" entry.
@webpro Here is a minimal reproduction. The vue project has been generated with `npm create vue@latest`. Rename the attached zip file [unused.txt](https://github.com/user-attachments/files/16105596/unused.txt) to `unused.zip` and unzip it. This creates the...
``` $ knip --version 5.24.1 ``` on Windows
Opps, yes. ``` import { humanFormat } from '../HumanFormat.ts'; ``` So the reproduction failed. I should add more pieces from the original project...
Red face. Have found why this file (`"@/services/HumanFormat"`) is accounted as unused by knip. Because it is only used by components that are loaded dynamically (with something like: defineAsyncComponent(import(``components/ui/${ui}.vue``) and...