Microsoft/TypeScript

Port from old compiler code to emit compilation flags into the source map

Open

#2858 aperta il 22 apr 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (6726 fork)batch import
Help WantedSuggestion

Metriche repository

Star
 (48.455 star)
Metriche merge PR
 (Merge medio 6g 17h) (9 PR mergiate in 30 g)

Descrizione

The 1.0 (or 1.1) compiler emitted the compilation flags into the source map. We added this for hypothetical tooling scenarios, where browser tools could trigger a simple recompilation of a file discovered by a source map, in the case where it was live edited.

This is not a high priority as those scenarios aren't currently planned, but perhaps it would be a simple port of work already done.

Guida contributor