net.html: make public the CloseTagType enum (#19468)

This commit is contained in:
Anton Zavodchikov 2023-09-29 02:00:41 -07:00 committed by GitHub
parent 74997fd824
commit aa3832ceda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ module html
import strings
import datatypes
enum CloseTagType {
pub enum CloseTagType {
in_name
new_tag
}