kontent-ai / kontent-delivery-node-parser

Rich text element parser for node.js & javascript delivery SDK.
MIT License
0 stars 2 forks source link

fix(createRichTextObjectResolver): text node value #5

Open noreiller opened 1 year ago

noreiller commented 1 year ago

Motivation

Which issue does this fix? Fixes #4

A text node serialized with parse5 has no child so no value is returned. With these changes, we check the type and avoid the serialization.

Checklist

How to test

If manual testing is required, what are the steps?