mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
net.html: make public the CloseTagType enum (#19468)
This commit is contained in:
parent
74997fd824
commit
aa3832ceda
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module html
|
||||||
import strings
|
import strings
|
||||||
import datatypes
|
import datatypes
|
||||||
|
|
||||||
enum CloseTagType {
|
pub enum CloseTagType {
|
||||||
in_name
|
in_name
|
||||||
new_tag
|
new_tag
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue