{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"ElementType\", {\n enumerable: true,\n get: function () {\n return ElementType;\n }\n });\n exports.isTag = isTag;\n Object.defineProperty(exports, \"Root\", {\n enumerable: true,\n get: function () {\n return Root;\n }\n });\n Object.defineProperty(exports, \"Text\", {\n enumerable: true,\n get: function () {\n return Text;\n }\n });\n Object.defineProperty(exports, \"Directive\", {\n enumerable: true,\n get: function () {\n return Directive;\n }\n });\n Object.defineProperty(exports, \"Comment\", {\n enumerable: true,\n get: function () {\n return Comment;\n }\n });\n Object.defineProperty(exports, \"Script\", {\n enumerable: true,\n get: function () {\n return Script;\n }\n });\n Object.defineProperty(exports, \"Style\", {\n enumerable: true,\n get: function () {\n return Style;\n }\n });\n Object.defineProperty(exports, \"Tag\", {\n enumerable: true,\n get: function () {\n return Tag;\n }\n });\n Object.defineProperty(exports, \"CDATA\", {\n enumerable: true,\n get: function () {\n return CDATA;\n }\n });\n Object.defineProperty(exports, \"Doctype\", {\n enumerable: true,\n get: function () {\n return Doctype;\n }\n });\n /** Types of elements found in htmlparser2's DOM */\n var ElementType;\n (function (ElementType) {\n /** Type for the root element of a document */\n ElementType[\"Root\"] = \"root\";\n /** Type for Text */\n ElementType[\"Text\"] = \"text\";\n /** Type for */\n ElementType[\"Directive\"] = \"directive\";\n /** Type for */\n ElementType[\"Comment\"] = \"comment\";\n /** Type for