github / github/codeql

LGTM.com - false positive - unused variable with vue setup script

Aberta
#9,904 2 comentários 0 reações 0 responsáveis Ver no GitHub
false-positive
Linguagem predominante
CodeQL
Estrelas
10.1k
Forks
2.1k
Merge médio
2d 15h
PRs com merge (30d)
141

Descrição

**Description of the false positive**

When using the new [](https://vuejs.org/api/sfc-script-setup.html) in vue sfcs the top-level functions/variables are automatically exposed to the template.

Since they are not used inside the `<script>` lgtm.com marks them as unused, despite them being referenced from the template.

```vue
<template>
<button @click="log">{{ msg }}</button>
</template>

<script setup>
// variable
const msg = 'Hello!'

// functions
const log = () => {
console.log(msg)
}

```

**URL to the alert on the project page on LGTM.com**
https://lgtm.com/projects/g/rotki/rotki/snapshot/cc87af463bd9976f8ee7d090c770e7c79de61c7d/files/frontend/app/src/components/settings/general/QueryPeriodSettings.vue?sort=name&dir=ASC&mode=heatmap#x87a8976eef9f9886:1

Guia de contribuição

Abrir o guia de contribuição

Direção de pesquisa

Start with the referenced file, frontend/app/src/components/settings/general/QueryPeriodSettings.vue, and reproduce the alert for its Vue block. Then inspect the CodeQL JavaScript unused-variable analysis and its handling of template references; done means variables and functions exposed to the template are no longer reported as unused.

Escrita pelo modelo de indexação a partir do texto da issue.

Avaliação

Stack de tecnologia
javascript
Domínio
devtools
Tipo de issue
Bug
Dificuldade
4/5
Tempo estimado
3-5 dias
Status de atividade
Estagnada
Clareza
Razoavelmente clara
Facilidade para iniciantes
28/100

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.