mirror of
https://github.com/vlang/v.git
synced 2025-09-17 11:26:17 -04:00
net.html: make public the CloseTagType enum (#19468)
This commit is contained in:
parent
74997fd824
commit
aa3832ceda
@ -3,7 +3,7 @@ module html
|
||||
import strings
|
||||
import datatypes
|
||||
|
||||
enum CloseTagType {
|
||||
pub enum CloseTagType {
|
||||
in_name
|
||||
new_tag
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user