SUZUKI Sosuke
SUZUKI Sosuke
Now, `standalone` bundle includes printers for languages. Ideally printers should be bundled as `./printers/*.js` like parsers. What do you think?
We have documents for ESM import on browser but it needs using some module bundler (e.g. webpack, rollup). (See https://prettier.io/docs/en/browser.html#es-modules) I thinks we should have native ESM standalone bundled. I...
## Description Fixes #7639 ## Checklist - [x] I’ve added tests to confirm my change works. - [x] (If changing the API or CLI) I’ve documented the changes I’ve made...
Release v3
[next branch](https://github.com/prettier/prettier/pull/9583) - [x] Support ESM plugins (#13201) - [x] Support ESM config files (#13130) - [x] Change `trailingComma` option default value to `all` (#11479) - [ ] Don't insert...
## Description https://github.com/prettier/prettier/issues/13032#issuecomment-1160992623 - [ ] Add more tests ## Checklist - [x] I’ve added tests to confirm my change works. - [ ] (If the change is user-facing) I’ve...
**Environments:** - Prettier Version: 1.18.2 **Steps to reproduce:** ```md // Input 私はJavaScriptが好きです ``` **Expected behavior:** ```md 私はJavaScriptが好きです ``` **Actual behavior:** ```md 私は JavaScript が好きです ``` *** For now, Prettier inserts...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```ts type X =...
I sometimes report issues related latest `babel/parser`. When I report, I use the local babel repository to reproduce problems. That's because there is no way to see the latest `@babel/parser`...
Add the rule that disallows ES2022 [Error Cause](https://github.com/tc39/proposal-error-cause).
Fixes #264 Migrates from tslint to ESLint ESLint and eslint-plugin-react and @typescript-eslint recommended rules enabled. The following two strict rules are disabled: - https://typescript-eslint.io/rules/no-non-null-assertion/ - https://typescript-eslint.io/rules/no-explicit-any/