shufo / blade-formatter

An opinionated blade template formatter for Laravel that respects readability
https://www.npmjs.com/package/blade-formatter
MIT License
457 stars 26 forks source link

fix: 🐛 livewire params is formatted unexpectedly #900

Closed shufo closed 9 months ago

shufo commented 9 months ago

Description

This PR fixes https://github.com/shufo/vscode-blade-formatter/issues/813

Related Issue

Motivation and Context

Livewire params should not be formatted by this formatter

How Has This Been Tested?

see tests

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (19823e6) 84.51% compared to head (031b654) 81.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #900 +/- ## ========================================== - Coverage 84.51% 81.31% -3.21% ========================================== Files 16 16 Lines 1731 1723 -8 Branches 411 412 +1 ========================================== - Hits 1463 1401 -62 - Misses 264 308 +44 - Partials 4 14 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.