Tatsunori Uchino

Results 181 comments of Tatsunori Uchino

@thorn0 > Are you asking which characters should be considered "punctuation"? We can try to use the definition from the CommonMark spec: https://spec.commonmark.org/0.22/#punctuation-character This is what I have wanted. Thank...

> . E.g. for "。" and ".", the behavior should be identical (print [whitespace](https://spec.commonmark.org/0.30/#unicode-whitespace) in the output if and only if there is whitespace in the input). “。” does not...

@thorn0 I followed the way: ```js const { next } = path; ``` instead of using: ```js const parentNode = path.getParentNode(); const index = parentNode.children.indexOf(node); const previousNode = parentNode.children[index -...

Official text style guide lines say: Japanese: A: > Note that Western word space (cl-26) is a one third em space, in principle, except at line head, line head of...

@thorn0 My comment is mainly for @ikatyang, who is the source of all this and who sticks to rule that is not the only standard even in Chinese, and prevents...

Shall I create a PR based on now-defunct #8526? ``` --insert-cj-space {yes,no} Insert space between Chinese and Japanese letters and other letters. Defaults to yes. ``` I really wanted to...

@thorn0 > This behavior simply should be disabled > If wrapping is disabled, why change whitespace? Is it true that `this behavior` and `change whitespace` mean the currently problematic behavior...

> It's a bug fix. > Also the maintainers are thinking of doing a new major (3.0) release, which would contain breaking changes. > The consensus we've come to is...

I managed to develop a plugin. You can now use it to mitigate this issue: Too late to stop me from spending time on the development of such a thing.....

@fisker Do you have a plan to push patch commits for this issue to the `next` branch https://github.com/prettier/prettier/pull/9583 (for the time being)? There seems to be no commits for this...