Shuhei Hayashibara

Results 92 comments of Shuhei Hayashibara

@utqinadhif @rishabkapadia Thanks. https://github.com/shufo/prettier-plugin-blade/issues/311#issuecomment-2665172134 was not corret. It seems above node >=v22.12.0 got error. ```node $ node -v v22.12.0 $ ./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...

Plus above, Downgrading prettier to 3.4.2 also works on node >=22.12.0 and latest prettier-plugin-blade. ```node $ node -v v23.6.1 $ cat package.json { "devDependencies": { "@shufo/prettier-plugin-blade": "^1.15.3", "prettier": "3.4.2" }...

It seems this prettier's change introduced in 3.5.0 affecting this issue. https://prettier.io/blog/2025/02/09/3.5.0#use-esm-entrypoint-for-requireesm-16958-by-tats-u related issue: https://github.com/prettier/plugin-php/issues/2418

@fisker Thank you fisker! Transfering issue requires both repository write access so I added you to this repository's collabolators. You can transfer this issue if you needed. I don't know...

Related issue: https://github.com/shufo/blade-formatter/issues/646

@QuentiumYT Sorry for late reply. This issue is fixing in #977.

Sorry for late. I'll merge this feature in next release.

Released at https://github.com/shufo/vscode-blade-formatter/releases/tag/v0.25.0. Thank you for your patience.

Thanks for creating the issue. I think the error cause is this action intended to use for feature branch not for default branch. ```yaml push: branches: - master ``` Currently...

@rabol sorry for late reply. This issue has been fixed at [v0.25.0](https://github.com/shufo/vscode-blade-formatter/releases/tag/v0.25.0). Please upgrade to latest version.