-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Context: Pointed out by @remcohaszing in x npm:yaml
is much more spec-compliant than npm:js-yaml
The main reason for choosing js-yaml
was that it is ~10x faster and it is important for recurring reads (especially for cases like markdown front matter) but if spec compliant is better I think switch would make sense.