Microsoft/TypeScript

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

開放

#2,858 建立於 2015年4月22日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (13,395 個分叉)batch import
Help WantedSuggestion

倉庫指標

星標
 (108,860 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南