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

`@env` and `@isset` spacing #39

Closed zepfietje closed 1 year ago

zepfietje commented 1 year ago

https://laravel.com/docs/10.x/blade#if-statements

@env('staging')

@endenv
@env ('staging')

@endenv
JohnathonKoster commented 1 year ago

Should be in 1.1.15 🙂

zepfietje commented 1 year ago

Perfect!