github / github/codeql

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

オープン
#9,904 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
false-positive
主要言語
CodeQL
スター
10.1k
フォーク
2.1k
平均マージ
2日 15時間
マージ済み PR(30日)
141

説明

**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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。