Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split flow collections into items in Parser #249

Merged
merged 3 commits into from Apr 1, 2021
Merged

Split flow collections into items in Parser #249

merged 3 commits into from Apr 1, 2021

Conversation

eemeli
Copy link
Owner

@eemeli eemeli commented Mar 28, 2021

The shape of FlowCollection items changes from Token[] to { start, key, sep, value }[], so that it now matches the items of BlockMap and BlockSequence. This means that the corresponding composer is completely rewritten.

Ping @evidolob, @gorkem, @JPinkney

BREAKING CHANGE: The shape of FlowCollection items changes from `Token[]`
to `{ start, key, sep, value }[]`, so that it now matches the items of
BlockMap and BlockSequence. This means that the corresponding composer
is completely rewritten.
@eemeli eemeli merged commit bdd47ad into master Apr 1, 2021
@eemeli eemeli deleted the normal-flow branch April 1, 2021 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant