{"version":3,"file":"html-dom-parser-Dg4oUz60.js","sources":["../../node_modules/html-dom-parser/lib/client/domparser.js","../../node_modules/html-dom-parser/lib/client/constants.js","../../node_modules/html-dom-parser/lib/client/utilities.js","../../node_modules/html-dom-parser/lib/client/html-to-dom.js"],"sourcesContent":["// constants\nvar HTML = 'html';\nvar HEAD = 'head';\nvar BODY = 'body';\nvar FIRST_TAG_REGEX = /<([a-zA-Z]+[0-9]?)/; // e.g.,