{"version":3,"sources":["webpack:///./node_modules/domelementtype/index.js"],"names":["module","exports","Text","Directive","Comment","Script","Style","Tag","CDATA","Doctype","isTag","elem","type"],"mappings":"6EACAA,EAAOC,QAAU,CAChBC,KAAM,OACNC,UAAW,YACXC,QAAS,UACTC,OAAQ,SACRC,MAAO,QACPC,IAAK,MACLC,MAAO,QACPC,QAAS,UAETC,MAAO,SAASC,GACf,MAAqB,QAAdA,EAAKC,MAAgC,WAAdD,EAAKC,MAAmC,UAAdD,EAAKC","file":"npm.domelementtype-7bb5046533310a590ad0.js","sourcesContent":["//Types of elements found in the DOM\nmodule.exports = {\n\tText: \"text\", //Text\n\tDirective: \"directive\", //\n\tComment: \"comment\", //\n\tScript: \"script\", //