X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=parser.coffee;h=a1d41cd6b2c17f7d7c01f04c69373ff3bcf5415d;hp=cdc3d1ff365dc6d2c2658d130746411fcbc29151;hb=e3b396215f59cd45b7d7c510dcddea8354f756aa;hpb=1d14b271fa3419e81ab843ba78eafc8d32119faf diff --git a/parser.coffee b/parser.coffee index cdc3d1f..a1d41cd 100644 --- a/parser.coffee +++ b/parser.coffee @@ -4733,6 +4733,7 @@ parse_html = (args_html, args = {}) -> return doc.children exports.parse = parse_html +exports.Node = Node exports.debug_log_reset = debug_log_reset exports.debug_log_each = debug_log_each exports.TYPE_TAG = TYPE_TAG