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

`NOT` operator in `@class` #38

Closed zepfietje closed 1 year ago

zepfietje commented 1 year ago
@class([
    'foo' => ! true,
])
@class([
    'foo' => !true,
])
JohnathonKoster commented 1 year ago

Should be in 1.1.15 🙂

zepfietje commented 1 year ago

Confirmed!