Closed zepfietje closed 1 year ago
Thanks! Will get this sorted for the next release 🙂
On Fri, Jun 9, 2023 at 5:42 AM Zep Fietje @.***> wrote:
The following input:
<x-foo {{-- foo="" --}} />
gets formatted as:
<x-foo {{ -- foo="" -- }} />
This only happens on Blade components, not when x-foo is replaced by input for example.
— Reply to this email directly, view it on GitHub https://github.com/Stillat/blade-parser-typescript/issues/57, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH5R6WPWHL64VBYJU232FDXKL42TANCNFSM6AAAAAAZAPEEYE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- John Koster
Resolved in 1.5.5 🙂
Perfect, thanks again John!
The following input:
gets formatted as:
This only happens on Blade components, not when
x-foo
is replaced byinput
for example.