fisker Cheung
fisker Cheung
## Description ## Checklist - [ ] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI) I’ve documented the changes I’ve made...
## Description Always enable `recordAndTuple` plugin, but removed `syntaxType` https://github.com/babel/babel/pull/16458 ## Checklist - [ ] I’ve added tests to confirm my change works. - [ ] (If changing the API...
## Description Fixes #16266 ## Checklist - [x] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI) I’ve documented the changes I’ve...
Got some idea to change format tests, we can do this after v3 release. - [ ] 1. Move `tests/format/misc/errors` to language dir eg `tests/format/misc/errors/typescript` -> `tests/format/typescript/errors/` . Move `flow-repo`...
**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeeBbADgGwIbwB8AOlAARmoAmAlgG4kwXX2PO0PEykW9++oAZhAgBaAEZ4ATj35y6omoIC8xELLn88AfRzQA5roNGohvae1Q8GOGWX2NmrSbPHzri+8vW4AOmEQZABkQWQAhAG+kjLkTrxqjk4A9CSxqEkchOmZ2ayy6Zi4BHCEIAA0IBBYMDTQAM7IoNJSEADuAArSCA0oeDiteACeDRXiUnhgANZwMADKPgAyNFBwyIJ9dXCj41Mzs1gTy-rIMFIArlsgmxg0J+eXcAAeWHBSNDawfQAqr1ZvcD11jhNhU6kccHAAIpnCDwNYbS4AKzqj1m4KhMLhSCBIJAAEdMXB2i0sD0QHg6qIVnAqDTyiBTngaDgjgBhCAYDB4ZDknA4elg0wQgCCMFONHEZ3g7VeSxW8OBlwAFjAMDgAOpKmjwOoHMBwWbdbX0bWDHlgOojEB0C4ASSgtNgszAb2qwodsxggwhCtxWBam3V4ywPP9ANedFWFWWmykMGJeH0XN9lwOUljPJtUZA-uWMHVNCoMCVyAAHAAGCpSOAEmjVhNJ7nYhEVGB4cQFoslpAAJgqZ02X3bgJbIDgGHENNpVAWeFMZ0TcAAYhApFyxUceXgpRAQABfPdAA) ```sh --parser vue ``` **Input:** ```vue ``` **Output:** ```vue ``` **Expected output:** ```vue ``` **Why?** The expected output is more readable, IMO
* **操作系统**: * **Node版本**: * **FIS版本**: 3.4.40 * **解决方案**: * **依赖插件**: 简单读了下源代码。 这个commit,https://github.com/fex-team/fis3/commit/eadc96bfe112d5d4cf5eb349e8a2b6e195bcb5c2 , 导致我使用的 .jst (类似ejs,rExt是html) 文件被识别成非文本,跳过了编译。 如果确定这里要这样修改 那么 util.js 里面 TEXT_FILE_EXTS 没暴露 应该没法修改吧 我现在想到的只能修改 isTextFile 函数。 请确认该如何增加自定义的文本扩展名
Fixes #1421
I'm not sure what name it should be, this is a common mistake, espeically when doing quick debugging. Personally I've done this several times. We have this syntax forbidden in...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
Make things easier if we provide suggestions or even auto-fix with `recommended: true`.