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

Long `@class` values #34

Closed zepfietje closed 1 year ago

zepfietje commented 1 year ago
<x-foo
    @class([
        'foo',
        'foo bar baz something long very very long',
    ])
/>
<x-foo
    @class([
    'foo',
    'foo bar baz something long very very long',
])
/>
JohnathonKoster commented 1 year ago

Should be good to go as of 1.1.12 🙂

zepfietje commented 1 year ago

Yes, thanks!