feat: improved types #2547

Merged
konrad merged 17 commits from dpschen/frontend:feature/improved-types into main 2022-11-02 16:06:57 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 53c9a9bc9c - Show all commits

View File

@ -18,6 +18,7 @@
}
},
"vueCompilerOptions": {
"strictTemplates": true
// "strictTemplates": true

Unsure about this

Unsure about this

Biggest reason why I can't judge this: Even after the merge of this branch we still have so many type errors that I don't know which errors appear / disappear when I toggle this option.

Biggest reason why I can't judge this: Even after the merge of this branch we still have so many type errors that I don't know which errors appear / disappear when I toggle this option.

Is there any difference in the number of errors?

Is there any difference in the number of errors?

Without "strictTemplates": true (I guess the default is false ;) )

Found 917 errors in 154 files.

With "strictTemplates": true

Found 949 errors in 159 files.

As said: I do not know which errors these are. It might also be that some disappear while others emerge.

Without `"strictTemplates": true` (I guess the default is false ;) ) ``` Found 917 errors in 154 files. ``` With `"strictTemplates": true` ``` Found 949 errors in 159 files. ``` As said: I do not know which errors these are. It might also be that some disappear while others emerge.
"jsxTemplates": true
}
}