Stillat / blade-parser-typescript

A Laravel Blade parser, compiler, and static analyzer written in TypeScript.
https://stillat.com
MIT License
90 stars 3 forks source link

Weird replacement #52

Closed zepfietje closed 1 year ago

zepfietje commented 1 year ago

Filament 2.x packages/forms/resources/views/components/field-wrapper/label.blade.php

Screenshot 2023-05-31 at 16 15 57
JohnathonKoster commented 1 year ago

As of 1.4.6 attached sub-documents will now be formatted with an isolated formatter instance to prevent internal placement substitutions from leaking to the final output. Test suite updated to account for changes and prevent regression.

zepfietje commented 1 year ago

Thanks!