microsoft / microsoft/TypeScript
SourceRoot documentation inconsistent
Nessuno ha ancora preso questa issue.
- Lingua principale
- Go
- Stelle
- 111k
- Fork
- 14.3k
- Merge medio
- 2g 4h
- PR unite (30g)
- 132
Descrizione
In the compiler options documentation is sourceRoot explained as follows:
Specifies the location where debugger should locate TypeScript files instead of source locations. Use this flag if the sources will be located at run-time in a different location than that at design-time. The location specified will be embedded in the sourceMap to direct the debugger where the source files will be located.
In the documentation of the extends property is explained that all path are relative to the file they originated in.
All relative paths found in the configuration file will be resolved relative to the configuration file they originated in.
I have understood that the path in sourceRoot is relative to the compiled files and points to the source files. sourceRoot is not relative to the configuration file it originates in. If I use a path relative to the configuration file, the source files are not found.
Expected behavior:
The documentation must be consistent or the path must be relative to the file they originated in.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia con la documentazione collegata sulle opzioni del compilatore e con la documentazione di tsconfig.json relativa alla proprietà extends, quindi verifica come vengono risolti i percorsi di sourceRoot. Riconcilia le due spiegazioni in modo che il comportamento documentato sia coerente, oppure documenta chiaramente la base effettiva dei percorsi.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- typescript
- Ambito
- documentation
- Tipo di issue
- Documentazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100