microsoft / microsoft/TypeScript
Add TS Server API for mapping TS file to output file
Offen
@sheetalkamat arbeitet bereits daran.
Seit 06.6.2020.
Committed
Suggestion
- Vorherrschende Sprache
- Go
- Sterne
- 111k
- Forks
- 14.3k
- Ø Merge
- 2 T. 4 Std.
- Gemergte PRs (30 T.)
- 132
Beschreibung
Search Terms
- Debug / debugger
- compile
- tsserver
Problem
VS Code would like to make it easy to debug the active TS file just by pressing F5. To implement this, we need a way to map from a TypeScript file to its JavaScript output.
See https://github.com/microsoft/vscode/issues/95544#issuecomment-628577083 for details
Proposal
Add a new TS Server API that takes a typescript file and returns the path to the output JavaScript file for it.
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.
Bewertung
Dieses Issue wurde noch nicht bewertet.