mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vlib: add an encoding.xml
module with parser, validation, entity encoding, unit tests (#19708)
This commit is contained in:
parent
01022e918e
commit
35558df96c
48 changed files with 2004 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -130,4 +130,9 @@ vls.log
|
|||
wasm.v
|
||||
TAGS
|
||||
tags
|
||||
vlib/builtin/js/*.js
|
||||
|
||||
# ignore large GTK *.gir files
|
||||
Gtk-4.0.gir
|
||||
*.gir
|
||||
|
||||
vlib/builtin/js/*.js
|
Loading…
Add table
Add a link
Reference in a new issue