iT邦幫忙

0

Typescript 新手的幾個問題

  • 分享至 

  • xImage

你好,我最近在試用 typescript。

左ts 右 js

https://ithelp.ithome.com.tw/upload/images/20221001/20148145lJqw5tbzy8.png

  1. ts 生成的 js 能保留換行嗎?
  2. 一行 if 能保留嗎?
// Emit JS for just the index.ts with the compiler defaults
tsc index.ts
  1. 請問有什麼命令可以讓 ts 對一個檔案使用 tsconfig.json 的設定?
看更多先前的討論...收起先前的討論...
player iT邦大師 1 級 ‧ 2022-10-01 13:53:11 檢舉
請找語法格式化的工具使用,把你要輸出風格的條件都設定進去。
實務應用上,js檔通常最後會考慮到減少流量而做最小化,也就是縮排,換行,註解等通通都拿掉。
froce iT邦大師 1 級 ‧ 2022-10-01 16:28:50 檢舉
TS轉出來的JS不是給你看的。
bill0704 iT邦新手 5 級 ‧ 2022-10-02 19:54:46 檢舉
1/2. 不行也沒必要,理由同froce大
3. 你可以在tsconfig.json加入files語法,把你想針對的單一檔案路徑加到裡面,這樣ts就不對影響到其他的檔案,詳情可以前大大的文章https://ithelp.ithome.com.tw/articles/10216636
yaekiou iT邦新手 5 級 ‧ 2022-10-02 23:30:03 檢舉
好的,原來如此。感謝各位的回答。
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答