microsoft / microsoft/TypeScript
Detect Typescript in Javascript editors opened and inform developer, that he is writing different syntax and it will silently fail (probably)
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Go
- Sterne
- 111k
- Forks
- 14.4k
- Ø Merge
- 1 T. 19 Std.
- Gemergte PRs (30 T.)
- 117
Beschreibung
It would be super helpful to have something like:
Warning: TypeScript syntax detected in .jsx file.
Would you like to:
[ ] Rename to .tsx
[ ] Remove TypeScript syntax
[ ] Ignore warning
This kind of UX improvement could save developers (especially those transitioning between JS and TS projects) a lot of time and frustration. It seems like a relatively straightforward detection that could help a lot of people!
VSCode already does similar helpful suggestions for other cases (like offering to create files that don't exist when you import them), so this would fit right in with that philosophy.
What it would solve?
It's the classic .jsx vs .tsx gotcha! 😄
This is such a common issue that even experienced developers run into it regularly. The file extension makes all the difference because:
.jsxfiles are treated as regular JavaScript/React files.tsxfiles are treated as TypeScript/React files
So TypeScript typing just "silently fails" to work in .jsx files without any obvious error message about why the types aren't working.
It's one of those "spend an hour debugging only to realize it's a file extension" moments that every developer has experienced!
.CJS->.TS,.JS->.TS,.JSX->.TSX
(Similar functionality could be created for CSS -> SCSS, ... .)
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Das Issue nennt keine Dateien, Tests oder Einstiegspunkte. Beginne damit zu ermitteln, wo Editor-Diagnosen oder Vorschläge des Language Service implementiert sind, und bestimme dann, wie Syntaxerkennung und Umbenennungs-, Entfernungs- oder Ignorieraktionen hineinpassen würden; als abgeschlossen gilt die vorgeschlagene Warnung, wenn sie für die aufgeführten Erweiterungen funktioniert, ohne gültiges JavaScript zu beeinträchtigen.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript, typescript
- Bereich
- developer-experience, tooling
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 30/100