43081j / 43081j/baseline-detector
False Positive for Nuxt
- Vorherrschende Sprache
- TypeScript
- Sterne
- 22
- Forks
- 0
- Ø Merge
- 14 Std. 9 Min.
- Gemergte PRs (30 T.)
- 4
Beschreibung
When used in https://github.com/e18e/framework-tracker we get a false positive for Nuxt:
> baseline 'false' for nuxt is a false positive. we use devalue which allows (de)serialising Temporal (but we don't actually use this; it never runs in a nuxt app). the detection is detecting and wrongly flagging these strings:
```
case "Temporal.Duration":
case "Temporal.Instant":
case "Temporal.PlainDate":
```
cc @danielroe
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
The issue is about a false positive detection for Nuxt in the baseline-detector tool. The detection logic is incorrectly flagging strings related to Temporal from the 'devalue' library. Start by examining the detection logic in the codebase, likely in a file that parses or scans for dependencies. Look for where Nuxt or 'devalue' is handled. The goal is to adjust the detection to ignore these specific Temporal strings when checking Nuxt projects. Run the tool on the provided repository (https://github.com/e18e/framework-tracker) to reproduce the false positive and verify the fix.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- nuxt, nuxtjs, typescript
- Bereich
- tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Ruhig
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 65/100