Open Issues Need Help
View All on GitHub Bug: throws error if given an empty string 2 months ago
AI Summary: Debug and fix a bug in the `yaml-unist-parser` library where it throws a TypeError when parsing an empty string. The error originates from an attempt to destructure undefined properties related to line and column positions within the `context.js` file. The solution likely involves adding a check for empty input or handling the case where the range information is missing.
Complexity:
3/5
help wanted
A YAML parser that produces output compatible with unist
TypeScript
#unist#yaml