This repository was archived by the owner on Feb 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Fix line ending bug #90
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7501cb4
Add function to skip and/or extract comments
kekavc24 647329c
Add function to normalize trailing line breaks in encode block
kekavc24 502fa0a
Return index getting key node in map
kekavc24 c3056c8
Apply line-break after each encoded yaml block
kekavc24 e610993
Encode folded/literal strings based on c3056c8
kekavc24 e659cb9
Skip comments and include `\n` in map mutations
kekavc24 53f9637
Skip comments and remove additional `\n` added in list mutations
kekavc24 edd8d38
Normalize top level edits
kekavc24 f5a259b
Remove defensive encoding function after fix in e659cb9 and 53f9637
kekavc24 5a51cbe
Run dart format
kekavc24 c7aec85
Skip comments for top-level edits
kekavc24 157063a
Lazily look ahead for comments
kekavc24 f7fe2d3
Refactor function to normalize encoded blocks
kekavc24 9101d79
Prevent pruning in YamlScalar with ScalarStyles plain, any, folded, l…
kekavc24 3d99caf
Allow comments to be skipped greedily or lazily
kekavc24 4034652
Ensure `_appendToBlockList` appends after last comment
kekavc24 7ada07e
Fix issue where loop never exits
kekavc24 ee6a29e
Avoid skipping line break eagerly when extracting comments
kekavc24 422731d
Add utility method to reclaim indent skipped
kekavc24 f3a265e
Refactor `_removeFromBlockList` to correctly skip comments
kekavc24 814672b
Refactor `_removeFromBlockMap` to correctly skip comments
kekavc24 7378e92
Use span length to determine true state of `null`
kekavc24 7332de6
Improve comments describing chomping hack
kekavc24 6619266
Move extraction of terminal YamlScalar to utility function
kekavc24 a87b3fe
Refactor `skipAndExtractComments` function
kekavc24 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.