A YAML parser that produces output compatible with unist

unist yaml
1 Open Issue Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

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