Context: Pointed out by @remcohaszing in xnpm: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.
Context: Pointed out by @remcohaszing in x
npm:yaml
is much more spec-compliant thannpm: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.