fisker Cheung
fisker Cheung
## PR Checklist - [x] Addresses an existing open issue: #755 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md) were taken ##...
## PR Checklist - [x] Addresses an existing open issue: fixes #755 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md) were taken...
### Bug Report Checklist - [x] I have pulled the latest `main` branch of the repository. - [x] I have [searched for related issues](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aissue) and found none that matched my...
React 19 doesn't provide a UMD version ([Not even ESM version](https://github.com/facebook/react/issues/10021)) anymore, and we use CDN links to import libs, we can switch to Vue.
## Description [Playground](https://deploy-preview-18277--prettier.netlify.app/playground/#N4Igxg9gdgLgprEAuEIA0IIAcYEtoDOyoAhgE5kQDuACuQkSiQDZUkCeRGARmSWAGs4MAMokAtnAAyuKHGQAzFgTgYI3AFZwwMAOp8syEFjJwVZAG7yefQcJFZ+sgObIYZAK6qQK8bjee3nAAHlhwZLiSsCwA8mF8MBBkNBAEuHjQRggAJuggIfGRCDAsACrhUOS4ZorK3mlQzsxwAIoeEPC1zCoYGgTBIi7NbR3ySErd3gCO7fA0lFiMICQEALRycNmbee4kuMwuAMIQ4uIkRizMeQ1NcACCMO643B5z4TJyXT0gABYw4sxdD90mZHGA4CIGOlcBZ0uwjGACFwQBYvABJKBbWAiMARHB3TEiGDsZpfbwmVJwfQkQwoExmcJWPI5GIKD5jEDMBR5WTmGDzEjOM5kjCOMjmIxnMgCbLUKB5EyyPS4bIwH7IAAcAAYMKYZrhTAKhedxnUMCVuLoVWrkAAmDAeFSlEjcRgTb5wcTcTZbbJSEiNDyCuAAMSSZ0eLgurwgIAAvnGgA) ## Checklist - [ ] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI) I’ve documented the changes I’ve...
## Description Follow up #18453 ## Checklist - [ ] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI) I’ve documented the...
## Description There should be more places not allow to be parenthesized, I'll go through the visitor keys, to make a full list. ## Checklist - [ ] I’ve added...
## Description https://github.com/prettier/yaml-unist-parser/pull/301 ## Checklist - [ ] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI) I’ve documented the changes I’ve...
https://github.com/prettier/prettier/pull/18301 - [ ] "DE56-3.yaml" - [ ] "DE56-4.yaml" - [ ] "JEF9-2.yaml" - [ ] "JEF9-3.yaml" - [x] "K3WX.yaml" https://github.com/prettier/prettier/pull/18324 - [x] "L24T-2.yaml" https://github.com/prettier/prettier/pull/18331
Currently, the `parse` and `print` can be an async function, but it's an undocumented feature for built-in plugin to lazy load. I'd like to support this feature officially. Not sure...