You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
trailing commas are ignored already
[ 1, 2, ]
is the same as[ 1, 2 ]
but currently, trailing document separators create an empty document
expected: ignore the empty document after
2
so the result is the same as
this would make it easier to generate a stream of yaml documents in a for loop
always using
---
as "end of document" also if there is no next documentvia ast-grep/ast-grep#942
The text was updated successfully, but these errors were encountered: