Shuhei Hayashibara

Results 92 comments of Shuhei Hayashibara

@RayGuo-ergou Thanks for the PR! I'll review it shortly.

@RayGuo-ergou Uh sorry, I'm currently silly busy on past week. will make time in this weekend to check your PR will work on every platform.

Released on https://github.com/shufo/blade-formatter/releases/tag/v1.42.0 :rocket: Thanks!

Sorry for late reply. v0.25.0 released just now introduces `Component Prefix` option that allow specify custom component name like `flux` Please upgrade extension to latest version and specify this option...

@mattkingshott This package depends on prettier plugin-php for formatting php code and plugin-php does not support arrow alignment as the following issue's decision, so unfortunately it's difficult to support align...

Fixed at [v1.42.3](https://github.com/shufo/blade-formatter/releases/tag/v1.42.3)

@ExRazor I could not reproduce this behaviour sorry. Can you provide entire template? It might be replated to other part of template.

It seems this section has php syntax error. (unnecessary close parentheses exists) ```php @foreach($errors->all) as $error) {{$errors}} @endforeach ``` Expected syntax: ```php @foreach($errors->all as $error) {{$errors}} @endforeach ```

Sorry I could not reproduce the error with latest version with prettier 3.5.1 ```php $ node -v v22.11.0 $ npm list | grep prettier ├── @shufo/[email protected] └── [email protected] $ cat...

Uh I understand, it occurs when combination of node >=v23 with prettier-plugin-blade latest version. ```node $ node -v v23.6.1 $ ./node_modules/.bin/prettier test.blade.php [error] Cannot require() ES Module /home/shuhei/develop/prettier-plugin-blade-test6/node_modules/prettier/standalone.mjs in a...