UNPKG

vue-files-preview-inno

Version:

A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.

7 lines (6 loc) 640 B
const o = "[a-zA-Z_:][a-zA-Z0-9:._-]*", n = "[^\"'=<>`\\x00-\\x20]+", c = "'[^']*'", a = '"[^"]*"', e = "(?:" + n + "|" + c + "|" + a + ")", _ = "(?:\\s+" + o + "(?:\\s*=\\s*" + e + ")?)", t = "<[A-Za-z][A-Za-z0-9\\-]*" + _ + "*\\s*\\/?>", s = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", A = "<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->", u = "<[?][\\s\\S]*?[?]>", z = "<![A-Za-z][^>]*>", Z = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>", d = new RegExp("^(?:" + t + "|" + s + "|" + A + "|" + u + "|" + z + "|" + Z + ")"), g = new RegExp("^(?:" + t + "|" + s + ")"); export { g as HTML_OPEN_CLOSE_TAG_RE, d as HTML_TAG_RE }; //# sourceMappingURL=html_re.mjs.map