Closed zepfietje closed 1 year ago
Input
<div {{ match ($foo) { 'foo' => 'foo', default => 'bar', } }} ></div>
Output
<div {{ match ($foo) { 'foo' => 'foo', default => 'bar' } }} ></div>
Would expect input to remain unchanged. Follow-up on the trailing commas issue that's partially been solved in https://github.com/Stillat/blade-parser-typescript/issues/27#issuecomment-1549914550.
Confirmed it works well in 1.1.10!
Input
Output
Would expect input to remain unchanged. Follow-up on the trailing commas issue that's partially been solved in https://github.com/Stillat/blade-parser-typescript/issues/27#issuecomment-1549914550.