UNPKG
@idomatic/parser-html
Version:
latest (1.0.43)
1.0.43
1.0.42
1.0.41
1.0.39
1.0.38
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
HTML/Vue/Angular parser for idomatic CLI
@idomatic/parser-html
/
consts
/
index.js
3 lines
(2 loc)
•
142 B
JavaScript
View Raw
1
2
3
export
const
TEMPLATE_REGEX
=
/<template(?:\s[^>]*)?>([\s\S]*?)<\/template>/i
;
export
const
TAG_REGEX
=
/<([a-zA-Z][^\s/>]*)([^>]*?)(\/?)>/g
;