Skip to content

feat: add yaml-ast-parser replacement - #901

Open
anilloutombam wants to merge 2 commits into
e18e:mainfrom
anilloutombam:feat/yaml-ast-parser-replacement
Open

feat: add yaml-ast-parser replacement#901
anilloutombam wants to merge 2 commits into
e18e:mainfrom
anilloutombam:feat/yaml-ast-parser-replacement

Conversation

@anilloutombam

Copy link
Copy Markdown
Contributor

🔗 Linked issue

Closes #841

📚 Description

Maps the unmaintained yaml-ast-parser package to yaml, which is actively maintained and provides native support for parsing YAML into an AST.

@gameroman gameroman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably add an additional explanation for migrating from it

@anilloutombam

Copy link
Copy Markdown
Contributor Author

Added migration guidance for moving from load to parseDocument, including how to access the root AST node.

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.

[Replacement]: yaml-ast-parser

2 participants