Shino Kurian d5cbcef0ea fix(core): ignore comment nodes under unsafe elements ()
Comment nodes that are child nodes of unsafe elements are identified as text nodes. This results in the comment node being returned as an encoded string.
Add a check to ignore such comment nodes.

PR Close 
2018-10-25 11:20:19 -07:00
..