fisker Cheung
fisker Cheung
## Description They have been removed in #13699 ## Checklist - [ ] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI)...
## 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 ## 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 Closes #11526 ## Checklist - [ ] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI) I’ve documented the changes...
Just want share this information here. `oxc` parser can product ESTree ast, I'm currently working on adding this parser support.
https://github.com/prettier/prettier/blob/9e814108ca30bfd3e3a977bf5d60cd232b673b8e/.prettierignore#L3-L4 Should not ignore tests/format/flow-repo/esproposal_decorators.ignore/format.test.js, but it's ignored. I also tried ``` /tests/format/** !/tests/format/**/format.test.js ``` and ``` /tests/format !/tests/format/**/format.test.js ``` All not work as expected. **Environments:** - Prettier Version: 3.5.3...
We are adding `oxc` and `hermes` plugin, the will be published as separate packages, since the estree plugin is in core, and we don't want it use the wrong version,...
## 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 We already enable `jsDocParsingMode: 'none'`, I think `TSJSDoc*` is not possible now, enable `errorOnUnknownASTType: true` to make sure the parser throws for unknown node types. ## Checklist -...
https://github.com/prettier/prettier/actions/runs/14918457059/job/41909109542 https://github.com/dessant/lock-threads/issues/53