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

Directives with a lot of spaces #1

Closed JohnathonKoster closed 2 years ago

JohnathonKoster commented 2 years ago

Parsing directives with a lot of spaces currently does strange things:

@if                           ($something)

@endif

Keeping the amount of spaces sane does not produce an issue, however.