SUZUKI Sosuke

Results 59 issues of SUZUKI Sosuke

Now, `standalone` bundle includes printers for languages. Ideally printers should be bundled as `./printers/*.js` like parsers. What do you think?

area:standalone

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...

area:standalone

## 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...

[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...

type:meta

## 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...

type:bug
lang:markdown

### 💻 - [ ] 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: bug
pkg: parser
area: typescript
area: errors

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/